[gimp] (444 commits) Created branch gtk3-port



The branch 'gtk3-port' was created.

Summary of new commits:

  fa55fea... Switch to version 3.0 in a lot of places and depend on GTK+
  96a38d6... Revert "app: Fix on canvas widgets ignoring clicks from tab
  0331ccf... libgimpwidgets: remove deprecated files from the build
  f6f2f8c... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  849300c... libgimpwidgets: port virtual functions to GTK+ 3.0
  8286f66... libgimpwidgets: port virtual functions to GTK+ 3.0
  97f9e75... libgimpwidgets: port to GtkWidget::draw()
  2cb8094... libgimpwidgets: port to GtkWidget::draw()
  283694d... libgimpwidgets: port to GtkWidget::draw()
  9f8ac13... libgimpwidgets: s/GtkObject/GtkAdjustment/
  9ac24f0... libgimpwidgets: port to GtkWidget::draw()
  b318dee... libgimpwidgets: remove deprecated functions and s/GtkObject
  3e13c87... libgimpwidgets: remove deprecated files completely
  872313e... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  328076b... app: port to GtkWidget::draw()
  e6f9c29... app: remove GTK_OBJECT() cast
  6e992e2... app: port to GtkWidget::draw()
  dd5a20a... app: port to GtkWidget::draw()
  c27b78f... app: port virtual functions to GTK+ 3.0 API
  11a52f1... app: port to GtkWidget::draw()
  523ca15... app: port to GtkWidget::draw()
  441b93c... app: port to GtkWidget::draw()
  07c1465... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  f2c4bc8... app: port to GtkWidget::draw()
  9b0d220... app: s/GtkObject/GtkAdjustment/
  da768b1... app: port to GtkWidget::draw()
  74e6dc6... app: port GimpNavigationView to GtkWidget::draw()
  380a542... app: port GimpPaletteView to GtkWidget::draw()
  db160f7... app: port to GtkWidget::draw()
  5a22b05... app: port to GtkWidget::draw()
  4b3791e... app: no need to alloc colors any longer, GdkColormap is gon
  19c0a95... app: port call to gtk_paint_arrow() to GTK+ 3.0
  c370184... app: port device management to GdkDeviceManager
  243f69e... app: remove obsolete (GtkObject **) casts
  a9748fd... app: use gtk_widget_get_preferred_size() instead of size_re
  f26b50a... app: port GimpScalComboBox to GTK+ 3.0
  aea28ad... app: use gtk_widget_get_preferred_size() instead of size_re
  b15e649... libgimpwidgets: port GimpFrame to GTK+ 3.0
  25c6cc1... app: port tools to GTK+ 3.0 (trivial changes only)
  5829d3f... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  9f4cfda... app: pass the cairo_region_t to gdk_window_invalidate_regio
  fb5cb44... app: use GdkDeviceManager to list devices
  891ef38... app: port to GtkWidget::draw()
  76f88a7... app: remove calls to colormap functions, they are gone
  b5c8415... libgimpwidgets: get rid of (GtkObject **) casts
  11acaa5... app: port the splash to GTK+ 3.0
  1536c25... libgimpwidgets: port the ruler to GTK+ 3.0
  b0399bc... libgimpwidgets: port to GtkWidget::draw()
  78f5432... app: port to GtkWidget::draw()
  f687af0... app: port the overlay stuff to GTK+ 3.0
  0d7dc88... app: use the container icon view, the grid view is not GTK+
  01d1d95... app: port to GtkWidget::draw() (incompletely)
  2394d26... app: remove call to gtk_statusbar_set_has_resize_grip()
  9e15495... app: port the tag entry to GTK+ 3.0
  a74c0bc... app: port to GtkWidget::draw() but disable the code inside 
  e0f283b... app: can't set the scale combo entry's properties in init()
  135df0f... app: port to GtkWidget::draw()
  be5a7c0... libgimpwidgets: port to GtkWidget::draw()
  2eb2576... modules: s/GtkObject/GtkAdjustment/
  97e2e33... app: didn't completely commit the display shell expose() ->
  a3fc763... app: port to GtkWidget::draw()
  d1cbc09... app: passing -1 as width/height to gtk_paint_box() no longe
  c543f22... app: port popup arrow drawing to cairo and get rid of the a
  166bdcc... app: remove GimpContainerGridView from the build entirely
  857fd5d... modules: port to GtkWidget::draw()
  369100f... libgimpwidgets: port to GtkWidget::draw()
  8415f24... libgimp: port to GtkWidget::draw()
  b29b174... app: don't translate to allocation.x,y
  a2fdf03... app: port to GtkWidget::draw()
  0b0fe29... app: forgot to remove a cairo_destroy() in draw()
  41a7071... app: port to GtkWidget::draw()
  b0e7cb4... app: GtkEntry turned into a no-window widget
  3b455e3... app: use the new GtkScrollable API instead of deprecated tr
  c9430da... app: cairo_save()/restore() around chaining up in draw()
  9f32e43... app: add ugly workaround to make the icon view adapt to vie
  09a0bf6... plug-ins: lots of trivial GTK+ 3.0 porting
  12eda07... plug-ins: port jpeg-save to GTK+ 3.0
  871d938... plug-ins: port file-png to GTK+ 3.0
  ad9260d... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  708275c... plug-ins: more s/GtkObject/GtkAdjustment/
  eea6159... plug-ins: port some more plug-ins to GTK+ 3.0
  947db5c... app: port the colormap editor to GTK+ 3.0
  158dfd6... app: remove GtkWrapBox
  3e44950... libgimpwidgets: port to the new size request API
  6af5a48... app: port to the new size request API
  66faacf... plug-ins: port the print preview to the new size request AP
  9ed243f... plug-ins: port sphere-designer to GtkWidget::draw()
  279020d... plug-ins: port cml-explorer to GtkWidget::draw()
  92f796d... plug-ins: port lighting to GTK+ 3.0
  55409c2... plug-ins: port the unit-editor to GtkScrollable
  a6efe79... app: fix GimpOverlayDialog's minimum height
  2fe2489... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  e0c3687... app: don't connect to "size-requst" because that's deprecat
  1a780ac... app: port GimpSpinScale to GTK+ 3.0
  a305781... app: skip keyboard devices so the device list becomes reaso
  35b2ee2... app: implement proper height-for-width in GimpToolPalette
  817d112... app: use GdkDevice accessors
  6353cba... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  ce986ed... app: put the toolbox' areas into a box until we decided abo
  97b3317... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  51623fe... app: port the device sort function to GdkDeviceManager
  9b01c7c... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  34aad2d... app: change the list of available devices to something that
  2b9bff8... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  dbea53a... libgimpwidgets: port GimpChainButton to GtkStyleContext
  5a7d780... libgimpwidgets: port GimpColorArea to GtkStyleContext
  483cacf... libgimpwidgets: port GimpColorScale to GtkStyleContext
  52e4566... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  047f6b3... libgimpwidgets: port GimpRuler to GtkStyleContext
  6938581... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  f7d3f41... app: port GimpBlobEditor to GtkStyleContext
  942fca1... app: port setting the canvas padding color to GtkStyleConte
  4615134... app: port GimpPanedBox to GtkStyleContext
  dd6dc88... app: port GimpContainerIconView to GtkStyleContext
  ff921e1... app: port GimpContainerTreeView to GtkStyleContext
  a3c9218... app: port GimpColormapEditor to GtkStyleContext
  b4e55b4... app: port GimpComponentEditor to GtkStyleContext
  bd620f1... app: port GimpFgBgEditor to GtkStyleContext
  776e6c1... app: port GimpFgBgView to GtkStyleContext
  cee4008... app: port gimp_get_icon_size() to GtkStyleContext
  618e1fd... app: port GimpContainerBox to GtkStyleContext
  eff6a9b... app: port GimpDashEditor to GtkStyleContext
  13f969a... app: remove calls to gtk_widget_get,set_extension_events()
  5e4923a... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  e1c5d46... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  16a04b3... app: port the about dialog to GtkStyleContext
  fa8d4c4... modules: remove call to gtk_widget_set_extension_events()
  e93ae38... libgimpwidgets: implement GtkWidget::state_flags_changed()
  aa83a60... libgimpwidgets: implement GtkWidget::style_updated() instea
  d6d4509... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  036ffc3... app: use gdk_drag_context_get_source_window()
  3272b5d... app: use gdk_drag_context_get_selected_action() instead of 
  6d14b44... app: implement GtkWidget::style_updated() instead of style_
  7fa8844... port gtkrc files to CSS (incompletely and stuff commented o
  5dc141d... Port theme and gtkrc file loading to CSS files using GtkCss
  c37ae5b... app: copy gimp.css instead of gtkrc to the user's gimp dire
  62dac60... app: check whether child widgets exist in GtkWidget::style_
  afe83b4... Replace gdk_cursor_unref() with g_object_unref()
  7c8d5ab... app: use gtk_menu_shell_get_selected_item()
  c37de38... app: port GimpOverlayBox to GtkStyleContext
  59aa740... app: port GimpOverlayFrame to GtkStyleContext
  a134f7a... app: port GimpScaleButton to GtkStyleContext
  b79b227... libgimpwidgets: move all GimpPickButton members to a privat
  9100c40... libgimpwidgets: move all GimpColorArea members to a private
  184c712... libgimpwidgets: move all GimpOffsetArea members to a privat
  4a2b64f... libgimpwidgets: move padding members from instance to class
  1625620... libgimpwidgets: move all GimpButton members to a private st
  e9543a7... libgimpwidgets: move all GimpCellRendererColor members to a
  759c583... libgimpwidgets: move all GimpColorButton members to a priva
  7b40d2e... libgimpwidgets: move all GimpCellRendererToggle members to 
  3eb07f7... libgimpwidgets: move all GimpChainButton members to a priva
  b581580... libgimpwidgets: move all GimpBrowser members to a private s
  72f6a5b... libgimpwidgets: move all GimpColorDisplay members to a priv
  f61619c... libgimpwidgets: move all GimpColorDisplayStack members to a
  a28def7... libgimpwidgets: move all GimpColorHexEntry members to a pri
  af560b1... libgimpwidgets: add padding
  5191d95... libgimpwidgets: move all GimpColorNotebook members to a pri
  5f7d0d5... libgimpwidgets: move all GimpColorScale members to a privat
  b8d7b7b... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  9490b95... libgimpwidgets: move all GimpColorSelection members to a pr
  230740d... libgimpwidgets: move all GimpEnumLabel members to a private
  327eb08... app: don't use style->black and style->white
  f2f7daa... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  069862f... app: port GimpStrokeEditor to GtkStyleContext
  bc5453c... app: port GimpPaletteView to GtkStyleContext
  6411d96... plug-ins: don't use style->black and style->white
  16f6463... libgimpwidgets: move all GimpColorProfileStore members to a
  ffa963d... app: port GimpDockWindow to GtkStyleContext
  bb03bec... app: port GimpToolEditor to GtkStyleContext
  56657ce... app: use gtk_widget_override_font() instead of modify_font(
  e9dc12d... app: port GimpThumbBox to GtkStyleContext
  8e3e3e2... Implement GtkWidget::style_updated() instead of ::style_set
  ed53848... app: port GimpHistogramView to GtkStyleContext
  92bfccb... app: port GimpTagEntry to GtkStyleContext
  72e352a... app: always ask the master device for its axes or state
  99bc5a0... app: when checking for a device change, check the event's s
  0f4832d... app: remove obsolete device checks from GimpToolbox
  277b7cd... app: port GimpColorFrame away from GtkStyle, using a new st
  58c2ae8... app: remove call to gtk_widget_style_attach() from GimpOver
  b1c345d... app: port GimpOverlayChild to GtkStyleContext
  241da51... Port cell renderers to gtk_cell_renderer_get_state()
  3ee2ea8... app: port GimpCellRendererDashes to GtkStyleContext
  1e98bd1... app: add gimp_get_style_color() to simplify GdkRGBA style p
  8974786... app: add style property and default CSS for GimpHistogramVi
  fa100d9... app: port GimpCurveView to GtkStyleContext
  481db5f... themes: document the new GimpHistogramView property in the 
  2eb3c9c... app: define all GimpHistogramView colors via style properti
  63ebc97... themes: document the new stlye properties and indent the CS
  af528ff... app: port GimpComboTagEntry to GtkStyleContext
  f71c978... configure.ac: use the new GTK_CHECK_BACKEND() macro
  4fe0c1e... plug-ins: port map-object to GTK+ 3.x
  a9f7125... app: use GdkRGBA instead of GdkColor in some places
  0ce977d... app: remove gimp_rgb_get,set_gdk_color()
  304a6ed... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  cfb72ad... app: gimp_print_event(): add the device to the event debug 
  3f65bc5... app: gimp_device_info_get_device_coords(): workaround for X
  807c64a... app: make input devices, grabs and therefore generally tool
  63ec8b9... app: use gdk_device_get_position() inetad of gdk_display_ge
  0c65695... app: remove some forgotten #undef GSEAL_ENABLE
  e407d01... app: let the file dialog expand/collapse with the file type
  b7e5c39... app: port GimpGradientEditor to GtkSyleContext
  00be3c1... app: port GimpHistogramView to gdk_device_grab()/ungrab()
  54158b3... app: port GimpNavigationEditor to GtkStyleContext
  00887ad... app: port GimpTagPopup to GtkStyleContext
  e820ac6... app: GimpDock: port font size modification to GtkCssProvide
  36d6d96... plug-ins: s/GtkObject/GtkAdjustment/
  f8231a8... app: implement GtkContainer::get_path_for_child() in GimpMe
  ce08b62... devel-docs: make the shooter tool at least build again (unt
  d6d4109... app: don't use "size-request" for the toolbox' wilber, it's
  b4b7546... Incomplete notebook and tab theming commit, to be improved
  e234549... themes: set an explicit background for rulers
  a880c05... app: make the statusbar's progress label visible again
  a339a93... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
  133663d... app: port wilber drawing to GtkStyleContext
  1736b4e... modules: port GimpColorWheel to GTK+ 3.x
  949b0c5... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
  41ee823... Use GTK+3 gtk_get_locale_direction() function instead of cu
  8ba9fb1... app: port GimpCircle and subclasses to GTK+ 3
  26d3e5a... app: remove GTK_OBJECT() case in GimpPopup
  e160fb7... app: use gimp_color_display_stack_get_filters() instead of 
  a86a8b4... libgimpwidgets: #if 0 more stuff in gimp3migration
  984ac95... libgimpwidgets: Draw marker in correct position on ruler.
  3f5bad2... libgimpwidgets: Separate ruler text layer from background.
  4e1e709... app: port GimpContainerTreeView from style_set() to style_u
  f24e2a7... Revert "Bug 762279 - "Tip of the day" links opens two links
  99b0661... Bug 762279 - "Tip of the day" links opens two links.
  4010099... plug-ins: s/GtkObject/GtkAdjustment/ in file-wepb
  1cdbda1... libgimpwidgets, app: use GdkRGBA instead of GdkColor for ce
  2fe5e38... libgimpwidgets: make GimpColorScale more-or-less work fine
  d318406... app: port GimpMeter to GTK+ 3.x
  61b565e... app: port gimpwidgets-utils.c to GTK+ 3.x
  3cadd63... app: make GimpHighlightableButton build on GTK+ 3.x
  99cecd9... libgimpbase: remove almost all deprecated compat cruft
  e5a75d8... libgimpmodule: remove all deprecated cruft
  1e6d6b7... libgimpconfig: remove all deprecated cruft
  bdeebbc... plug-ins: remove color-enhance, there is a GEGL op doing al
  b312031... libgimpcolor: remove most deprecated cruft, rest to follow
  658760a... libgimp: remove tons of deprecated cruft
  d46dbda... pdb: remove all deprecated procedures
  3eed160... libgimpwidgets: remove most deprecated cruft
  6371744... libgimpmath: remove all deprecated cruft
  ddf81ab... libgimp: deprecate more cruft, everything not needed by cru
  3c8153a... libgimpwidgets: derive GimpChainButton from GtkGrid not Gtk
  4273c4e... libgimpwidgets: remove gimp3migration.[ch]
  e7731cd... libgimpwidgets: add GtkGrid variants of gimp_[color_]scale_
  7615333... libgimpwidets: port GimpColorScales to GtkGrid
  b9e5015... Get rid of using GtkMisc API globally
  75034c9... libgimpwidgets: add gimp_grid_attach_aligned()
  b7a35ef... libgimp: port GimpProcView to GtkGrid
  1c274e5... configure.ac: don't define GDK/GTK_MULTIHEAD_SAFE, they are
  0f345c7... Get rid of the deprecated gtk_icon_size_lookup_for_settings
  0f3f821... themes: comment out deprecated stuff in the "System" theme
  5627815... app: port GimpColorHistory to GtkGrid
  cb72e76... libgimpwidgets: create GimpIntComboBox' cells in constructe
  bfb3fde... Get rid of all GtkAlignments, use GtkWidget align/margin in
  a55cb59... Port a lot of stuff from GdkScreen/monitor_number to GdkMon
  b09160e... app: get rid of GtkHSeparator and GtkHScale
  56be885... libgimpwidgets: GimpBrowser undeprecated: threads and focus
  77e22a3... app: get rid of GtkArrow in GimpColorDialog
  650c34c... app: fix border width of GimpOverlayDialog
  44459e2... app: get rid of some GtkTables in tools/
  a1654bf... Fix compile
  8c01464... app: add missing const to gimp_cell_renderer_button_activat
  e8e3cc0... app: undeprecate GimpSpinScale, still looks like shit tho
  25c5399... libgimpwidgets: honor the gtk-dialogs-use-header setting in
  51986bc... app, libgimpwidgets, themes: fix some themeing
  fc04179... app: allow to select if we prefer a dark variant of the cur
  6fb4c26... themes: remove Dark, Gray and Light themes.
  af46391... app: the "Default" theme had been removed to "System" a lon
  8a40966... data: remove obsolete brushes.
  1fab21e... themes: uncomment one more deprecated CSS rule.
  ecbf48a... app: port some stuff to gdk_seat_grab/ungrab
  41554e8... Replace lots of deprecated gtk_menu_popup(), only GimpUIMan
  42b2771... app: use gtk_menu_popup_at_widget() in GimpIconPicker
  5a2ef18... app: remove #undef GDK_DISABLE_DEPRECATED
  532f0ce... app: use gtk_widget_get_preferred_size() in gimp_tool_gui_c
  a344c6c... app: add gimp_ui_manager_ui_popup_at_widget()
  f4d9a87... Revert "Bug 794356 - Rulers always shown for subsequent ima
  74e0448... Revert "Bug 784480 - Clicking on-canvas GUI with a tablet s
  cf873c5... Revert "Bug 794356 - Rulers always shown for subsequent ima
  f6d46eb... app: use gimp_ui_menager_up_popup_at_widget() for the quick
  819004c... app: gimp_ui_manager_ui_popup_at_pointer() and use it where
  a032772... app: port GimpDisplayShell to use GtkGrid
  6ec3c56... app, themes: move GimpDisplayShell styling to CSS
  9be3a56... app: remove the unused GimpContainerGridView
  c59cc12... app: add utility functions gimp_widget_get,set_image()
  5ccc9d1... app: port most menu items that want images to gimp_menu_ite
  803ea49... app: remove all deprecated threads_enter/leave code
  acc961d... Revert "app: remove all deprecated threads_enter/leave code
  742417c... app: port GimpCursorView to GtkGrid
  69958eb... Bug 794132 - Make the plug-in protocol version part of the 
  d237eae... Revert "splash: Add 2.10 splash image + svg"
  95ec4ea... app: set the right "use-header-bar" on all (?) dialogs
  8974019... dockbook: chain up at end of size-allocate
  8afdfc8... fgbgvew: Pass correct state to GtkStyleContext api
  668473d... spinscale: Fix styling
  f1dba00... spinscale: remove our own border drawing
  6436853... spinscale: Decrease height
  361c4f9... libgimpwidgets: convert GimpSizeEntry to a GtkGrid.
  8869095... dialogs: some table->grid conversion in the item dialogs
  59812db... plug-ins: try to catch all gtk_table_* uses for the size-en
  ad0aa9a... app: make spinscale much more bearable by fixing some coord
  6d42b12... app: put back two lines that got lost in earlier GTK+ 3.0 p
  60e7d70... libgimp: undeprecate all GimpFooSelectButton classes
  9cddea1... app: honor the use-header-bar setting in GimpToolDialog
  1a6adbc... app: fix splash text color
  630738e... app: undeprecate everything in propgui/, mostly table -> gr
  d537541... preferences-dialog: get rid of GtkTable
  7183f6d... dialogs: get rid of GtkTable
  e72e272... app/tools: get rid of GtkTable
  b19fb6e... app/display: get rid of GtkTable
  9f2df6f... app/widgets: get rid of GtkTable in GimpTemplateEditor
  6c8c7f4... app/widgets: port GimpImagePropView to GtkGrid
  6520f87... app/tools: fix the resize behaviour of the curves tool dial
  5b8bec9... app: allow setting parent for dialogs created by GimpDialog
  89e8f64... app: do not run gtk_window_present() in about_dialog_create
  aefe538... app: pack the content vbox expanding in GimpPrefsBox
  4076260... libgimpwidgets: set the widgets's hexpand in gimp_grid_atta
  5a520f7... libimp*: add private pointers to all instance structs
  8ff9fa9... app: properly align frame children in GimpGridEditor
  c154fd3... app: fix GimpPrefsBox' page titles to look like selected ro
  f839500... libgimpwidgets: move public GimpIntStore member to private
  05a32d9... libgimpwidgets: move all GimpPreviewArea members to private
  eaefd04... libgimpwidgets: move all GimpScrolledPreview members to pri
  ea126e7... dialogs: fix two misbehaviours in the prefs dialog
  67ca7dd... app: take window scale-factor into account when rendering i
  32a1ee1... app/widgets: port gimpdashboard to GtkGrid
  ca1eff3... app/widgets: port the gimpstrokeeditor to GtkGrid
  79e4837... app/widgets: port the toolbox indicator area to GtkGrid
  d60e03f... app: kill the last GtkTables.
  ed10486... libgimpwidgets: move all GimpPreview members to private
  21b5394... libgimpwidgets: move GimpEnumStore.enum_class to private
  0a27f19... app: port gimp_navigation_editor_popup() to GdkMonitor's wo
  a079608... app: disable motion compression, have to figure how to cont
  2fb3ec5... plug-ins: disable devel-docs and a bunch of plug-ins, they 
  3788b09... app: port gimp_display_shell_set_initial_scale() to the mon
  ca23d0c... app: kill all except one GtkAlignment, the tag popup one is
  33fbb28... app: gdk_screen_get_monitor_workarea() -> gdk_monitor_get_w
  407f205... app: fix canvas motion compression
  dd45ce5... map-object: kill GtkTable
  44f715b... gradient-flare: kill GtkTable
  0fe8cfc... lighting: kill GtkTable
  7ed7935... ifs-compose: add unverified GtkTable removal.
  f259c22... filter-pack: kill GtkTable
  e8562ac... cml-explorer: kill GtkTable
  8d81b23... file-jpeg: kill GtkTable
  e3996e2... warp: kill GtkTable
  d90d584... plug-ins: port ifs-compose to GTK+ 3.x enough to make it bu
  da30ece... sphere-designer: kill GtkTable
  acc3250... selection-to-path: kill GtkTable
  7ce52cb... fractal explorer: kill GtkTable
  f4b424c... oops - old table use of a GimpSizeEntry
  9992806... pdb: remove all compat procedures for the old lcms plug-in
  ad951aa... imagemap: monster-port to kill GtkTable
  76f4454... libgimpconfig: move all GimpColorConfig members to private
  cab7595... libgimpmodule: move all GimpModuleDB members to private
  0ebd9c3... gimpressionist: re-enable (without real changes) and kill G
  dcb59d5... common: kill GtkTable in a ton of plugins
  30654f9... script-fu: kill GtkTable
  811aab9... libgimp: move all GimpProcBrowserDialog members to private
  2ef74d8... app: fix empty display unstable-version message
  aedf967... file-png: attempt to fix the glade file for file-png
  10bcecc... app: fix themeing of GimpHistogramView and GimpCurveView
  88b5e51... metadata-editor: undeprecateify metadata glade UI
  817caf0... libgimpwidgets: undeprecate gimppickbutton-default.c
  96c320d... app: the goats are invading again, and are almost undepreca
  eed06cb... Get rid of gdk_flush() globally, use gdk_display_flush()
  43d6502... film: kill GtkTable
  9bbe6a8... newprint: kill GtkTable
  1811830... pagecurl: kill GtkTable
  5e41f5a... file-webp: kill GtkTable
  3325654... file-fli: kill GtkTable
  62439c4... screenshot: kill GtkTable
  f5857fc... libgimpwidgets: port GimpPreview to GtkGrid
  5a55eac... flame: kill GtkTable
  54d9ff7... gfig: kill GtkTable
  40c744d... print: kill GtkTable
  d4f7642... pygimp: some speculative Table->Grid changes
  7aa1059... file-svg: kill GtkTable
  bfca399... themes: clean up gimp.css, with some added commented experi
  40cfea1... app: undeprecate GimpLevelsTool
  b0d611c... file-wmf: kill GtkTable
  352af48... file-ps: kill GtkTable
  1730e6a... tile-small: kill GtkTable
  db4efa8... sample-colorize: kill GtkTable
  09b143a... app: behold unseen fancy shit in preferences
  72fbd8d... app: follow preferences changes/improvements in GimpDeviceE
  8cd4082... app: set all GtkPaned widgets to have wide handles
  70fb5bd... Use gtk_show_uri_on_window(), gtk_show_uri() is deprecated
  8d5c235... libgimpwidgets: add macros to hide alternative_button_order
  5e21595... Use the new macros from the last commit in all files
  8c05ee9... app: use GTK_ICON_SIZE_MENU for GimpColorEditor's page swit
  9d8cf60... app: use the passed parent's toplevel in gimp_color_dialog_
  9735a0e... app: fix button order in GimpColorDialog
  0de9fb1... libgimpwidgets: also move GTK_RESPONSE_CLOSE buttons to the
  0e04160... themes: remove deprecated style properties from System/gimp
  b933af3... app: get rid of gdk_keymap_get_default(), use get_for_displ
  6900240... app: undeprecate about-dialog.c, and clean out a lot of cru
  fa441f2... warp, file-svg: remove commented out code, not sure what th
  9d57f7f... grid: make the weird Table-hack less weird by reusing the e
  44904d9... mail: kill GtkTable
  e64426f... align-layers: kill GtkTable
  6fb55eb... plug-ins: undeprecate script-fu-interface.c
  70b687a... plug-ins: if GIMP_UNSTABLE, install test script-fu and pygi
  cd6ba40... plug-ins: copy gimp_spin_button_new() into the last two plu
  03510da... libgimpwidgets: remove gimp_spin_button_new()
  7e3b7dd... libgimpwidgets: set GDK_EVENT_SCROLL on GimpPreview's previ
  7634b6d... libgimpwidgets: add gimp_scroll_adjustment_values()
  f964fce... app: use gimp_scroll_adjustment_values() for scrolling the 
  eddaf49... app: set GDK_SCROLL_MASK on widgets that need scroll events
  81045a7... app: use gimp_scroll_adjustment_values() in GimpNavigationE
  42e5f04... Enable and fix smooth scrolling and zooming
  73aa79a... app: undeprecate GimpDessionInfo and fix remembering size a
  9a3c3bb... app: undeprecate GimpDashEditor
  7fe2426... app: don't use gtk_widget_modify_text() in GimpContainerEnt
  3eca2a7... app: add the help button the proper way in GimpFileDialog
  05f8663... depth-merge: kill GtkTable
  ba62fd8... file-html-table: kill GtkTable
  c5ed12a... file-xbm: kill GtkTable
  1ba6bf8... file-pdf-load: kill GtkTable
  f10a078... file-xmc: kill GtkTable
  31899e3... file-raw-data: kill GtkTable
  64b384d... file-gih: kill GtkTable
  129a113... sparkle: kill GtkTable
  8742ae2... van-gogh-lic: kill GtkTable
  da62943... unit-editor: kill GtkTable
  cf3d09c... oilify: kill GtkTable
  961875e... jigsaw: kill GtkTable
  a4e759c... color-selector-cmyk: kill GtkTable
  2fd1258... some odds and ends regarding GtkTable removal...
  e11d4af... devel-docs: blindly port the tool to GtkGrid...
  6212a90... libgimpwidgets: kill the last remaining occurencces of GtkT
  b01d9e6... libgimpwidgets: rename the _grid()-Variants of gimp_scale_e
  8374fad... libgimp: remove some more cruft that is not used any longer
  e027ac2... app: undeprecate GimpUIConfigurer, don't use gtk_window_par
  5b03157... app: undeprecate stroke-dialog.c
  6b49d2a... Undeprecate/improve GimpScaleComboBox and GimpUnitComboBox
  80af471... plug-ins: install plug-ins in subfolder.
  8d9d27d... plug-ins: make plug-ins inside common/ to also install in s
  dc52647... app: plug-ins must now be installed as subdirectories.
  c0a294c... app: undeprecate gimp_highlight_widget_draw()
  ac82e91... app: use a cairo recording surface to measure GimpCanvasPat
  0a142c0... app: kill the mess of boxes in GimpDisplayShell, use a grid
  ef24609... app: derive GimpStatusbar from GtkFrame not GtkStatusbar


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]