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



The branch 'gtk3-port' was created.

Summary of new commits:

  cceb8da... Switch to version 3.0 in a lot of places and depend on GTK+
  637f97b... Revert "app: Fix on canvas widgets ignoring clicks from tab
  aeea2cb... libgimpwidgets: remove deprecated files from the build
  edc2f01... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
  bcf5502... libgimpwidgets: port virtual functions to GTK+ 3.0
  66f89a8... libgimpwidgets: port virtual functions to GTK+ 3.0
  64f1c75... libgimpwidgets: port to GtkWidget::draw()
  1a6a69a... libgimpwidgets: port to GtkWidget::draw()
  07fe40f... libgimpwidgets: port to GtkWidget::draw()
  d14727f... libgimpwidgets: s/GtkObject/GtkAdjustment/
  1031ee7... libgimpwidgets: port to GtkWidget::draw()
  02d6e9c... libgimpwidgets: remove deprecated functions and s/GtkObject
  ec0a684... libgimpwidgets: remove deprecated files completely
  e1005e8... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
  c7bb387... app: port to GtkWidget::draw()
  3a55636... app: remove GTK_OBJECT() cast
  2ba5488... app: port to GtkWidget::draw()
  9effa63... app: port to GtkWidget::draw()
  2ed1d36... app: port virtual functions to GTK+ 3.0 API
  7ed2f93... app: port to GtkWidget::draw()
  5fe7cbc... app: port to GtkWidget::draw()
  da0f59a... app: port to GtkWidget::draw()
  21192ba... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
  fc2b8d4... app: port to GtkWidget::draw()
  fba36f9... app: s/GtkObject/GtkAdjustment/
  26ac24e... app: port to GtkWidget::draw()
  ec25cb1... app: port GimpNavigationView to GtkWidget::draw()
  ece411a... app: port GimpPaletteView to GtkWidget::draw()
  57b5277... app: port to GtkWidget::draw()
  3dc51f0... app: port to GtkWidget::draw()
  8ab428a... app: no need to alloc colors any longer, GdkColormap is gon
  72f49b6... app: port call to gtk_paint_arrow() to GTK+ 3.0
  a90d649... app: port device management to GdkDeviceManager
  cd4bd55... app: remove obsolete (GtkObject **) casts
  bbfe873... app: use gtk_widget_get_preferred_size() instead of size_re
  13cbfa7... app: port GimpScalComboBox to GTK+ 3.0
  210b5d3... app: use gtk_widget_get_preferred_size() instead of size_re
  19efdc6... libgimpwidgets: port GimpFrame to GTK+ 3.0
  8f0deb4... app: port tools to GTK+ 3.0 (trivial changes only)
  1064761... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
  1ce69e1... app: pass the cairo_region_t to gdk_window_invalidate_regio
  9dff08b... app: use GdkDeviceManager to list devices
  dc64dc3... app: port to GtkWidget::draw()
  5d4d0c4... app: remove calls to colormap functions, they are gone
  7ad8862... libgimpwidgets: get rid of (GtkObject **) casts
  8d81cd2... app: port the splash to GTK+ 3.0
  a841c91... libgimpwidgets: port the ruler to GTK+ 3.0
  2f672e5... libgimpwidgets: port to GtkWidget::draw()
  e01b660... app: port to GtkWidget::draw()
  ba40223... app: port the overlay stuff to GTK+ 3.0
  ec6693c... app: use the container icon view, the grid view is not GTK+
  2ef6f24... app: port to GtkWidget::draw() (incompletely)
  222cf99... app: remove call to gtk_statusbar_set_has_resize_grip()
  aa7099a... app: port the tag entry to GTK+ 3.0
  99da500... app: port to GtkWidget::draw() but disable the code inside 
  415a550... app: can't set the scale combo entry's properties in init()
  ac51062... app: port to GtkWidget::draw()
  a3eebda... libgimpwidgets: port to GtkWidget::draw()
  b1017c8... modules: s/GtkObject/GtkAdjustment/
  75fee76... app: didn't completely commit the display shell expose() ->
  41a345e... app: port to GtkWidget::draw()
  09281a0... app: passing -1 as width/height to gtk_paint_box() no longe
  44ec9cc... app: port popup arrow drawing to cairo and get rid of the a
  e04ed2f... app: remove GimpContainerGridView from the build entirely
  e85ee59... modules: port to GtkWidget::draw()
  b5ae9cc... libgimpwidgets: port to GtkWidget::draw()
  62fd89b... libgimp: port to GtkWidget::draw()
  280ba58... app: don't translate to allocation.x,y
  9d2b390... app: port to GtkWidget::draw()
  1fb3e05... app: forgot to remove a cairo_destroy() in draw()
  da89cca... app: port to GtkWidget::draw()
  abf4141... app: GtkEntry turned into a no-window widget
  6f7b181... app: use the new GtkScrollable API instead of deprecated tr
  0d2abf3... app: cairo_save()/restore() around chaining up in draw()
  b9360e4... app: add ugly workaround to make the icon view adapt to vie
  ce1b411... plug-ins: lots of trivial GTK+ 3.0 porting
  37e367b... plug-ins: port jpeg-save to GTK+ 3.0
  d401876... plug-ins: port file-png to GTK+ 3.0
  db93436... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
  777629d... plug-ins: more s/GtkObject/GtkAdjustment/
  97fd33b... plug-ins: port some more plug-ins to GTK+ 3.0
  1419e8e... app: port the colormap editor to GTK+ 3.0
  78843fd... app: remove GtkWrapBox
  cfb0139... libgimpwidgets: port to the new size request API
  084b217... app: port to the new size request API
  7b6db95... plug-ins: port the print preview to the new size request AP
  a38443d... plug-ins: port sphere-designer to GtkWidget::draw()
  14ee945... plug-ins: port cml-explorer to GtkWidget::draw()
  d2f072d... plug-ins: port lighting to GTK+ 3.0
  246999d... plug-ins: port the unit-editor to GtkScrollable
  ab877f8... app: fix GimpOverlayDialog's minimum height
  0bda832... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
  d623208... app: don't connect to "size-requst" because that's deprecat
  e6b2171... app: port GimpSpinScale to GTK+ 3.0
  647179b... app: skip keyboard devices so the device list becomes reaso
  e35657f... app: implement proper height-for-width in GimpToolPalette
  ae317f9... app: use GdkDevice accessors
  22ad9ed... app: introduce struct GimpDeviceKey because GdkDeviceKey is
  60bb404... app: put the toolbox' areas into a box until we decided abo
  68403f2... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
  029bab5... app: port the device sort function to GdkDeviceManager
  d2b2389... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
  3cf47b8... app: change the list of available devices to something that
  bd3d976... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
  3cde003... libgimpwidgets: port GimpChainButton to GtkStyleContext
  0dc1d77... libgimpwidgets: port GimpColorArea to GtkStyleContext
  6c4b947... libgimpwidgets: port GimpColorScale to GtkStyleContext
  ec11065... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
  6bbcfd0... libgimpwidgets: port GimpRuler to GtkStyleContext
  d46ef07... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
  48abf83... app: port GimpBlobEditor to GtkStyleContext
  5ba79b9... app: port setting the canvas padding color to GtkStyleConte
  7b67d77... app: port GimpPanedBox to GtkStyleContext
  d0a1987... app: port GimpContainerIconView to GtkStyleContext
  6a78d91... app: port GimpContainerTreeView to GtkStyleContext
  da3d5c4... app: port GimpColormapEditor to GtkStyleContext
  d096591... app: port GimpComponentEditor to GtkStyleContext
  078f1ac... app: port GimpFgBgEditor to GtkStyleContext
  9d92e65... app: port GimpFgBgView to GtkStyleContext
  e00864e... app: port gimp_get_icon_size() to GtkStyleContext
  40c59c3... app: port GimpContainerBox to GtkStyleContext
  f4c86a6... app: port GimpDashEditor to GtkStyleContext
  d2ea04e... app: remove calls to gtk_widget_get,set_extension_events()
  c25144e... app: s/gtk_widget_modify_font/gtk_widget_override_font/
  908e0c1... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
  65b34ca... app: port the about dialog to GtkStyleContext
  dc04329... modules: remove call to gtk_widget_set_extension_events()
  9c831ac... libgimpwidgets: implement GtkWidget::state_flags_changed()
  b90db4a... libgimpwidgets: implement GtkWidget::style_updated() instea
  4b63d69... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
  554f3cd... app: use gdk_drag_context_get_source_window()
  a0e94f4... app: use gdk_drag_context_get_selected_action() instead of 
  eaacff2... app: implement GtkWidget::style_updated() instead of style_
  ff31021... port gtkrc files to CSS (incompletely and stuff commented o
  794d500... Port theme and gtkrc file loading to CSS files using GtkCss
  7df07ce... app: copy gimp.css instead of gtkrc to the user's gimp dire
  532ea54... app: check whether child widgets exist in GtkWidget::style_
  c30d87b... Replace gdk_cursor_unref() with g_object_unref()
  76dd7db... app: use gtk_menu_shell_get_selected_item()
  85eefba... app: port GimpOverlayBox to GtkStyleContext
  6012653... app: port GimpOverlayFrame to GtkStyleContext
  de868b2... app: port GimpScaleButton to GtkStyleContext
  6f2d4a7... libgimpwidgets: move all GimpPickButton members to a privat
  d74962b... libgimpwidgets: move all GimpColorArea members to a private
  8f65b93... libgimpwidgets: move all GimpOffsetArea members to a privat
  ccb4b79... libgimpwidgets: move padding members from instance to class
  b1a6d0a... libgimpwidgets: move all GimpButton members to a private st
  545e56b... libgimpwidgets: move all GimpCellRendererColor members to a
  99ab2e9... libgimpwidgets: move all GimpColorButton members to a priva
  50298b5... libgimpwidgets: move all GimpCellRendererToggle members to 
  a5cba56... libgimpwidgets: move all GimpChainButton members to a priva
  42b828b... libgimpwidgets: move all GimpBrowser members to a private s
  5039b68... libgimpwidgets: move all GimpColorDisplay members to a priv
  e3fbbfa... libgimpwidgets: move all GimpColorDisplayStack members to a
  53fca4d... libgimpwidgets: move all GimpColorHexEntry members to a pri
  2799f6c... libgimpwidgets: add padding
  f02c32e... libgimpwidgets: move all GimpColorNotebook members to a pri
  dcdbf6f... libgimpwidgets: move all GimpColorScale members to a privat
  81a0a3a... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
  2ee79b4... libgimpwidgets: move all GimpColorSelection members to a pr
  1798c34... libgimpwidgets: move all GimpEnumLabel members to a private
  d761739... app: don't use style->black and style->white
  a7a3b65... libgimpwidgets: move all GimpMemsizeEntry members to a priv
  5c2fe00... app: port GimpStrokeEditor to GtkStyleContext
  c6cd193... app: port GimpPaletteView to GtkStyleContext
  9220135... plug-ins: don't use style->black and style->white
  1b7dc15... libgimpwidgets: move all GimpColorProfileStore members to a
  bf35613... app: port GimpDockWindow to GtkStyleContext
  b61dea6... app: port GimpToolEditor to GtkStyleContext
  bcf6060... app: use gtk_widget_override_font() instead of modify_font(
  ed0065e... app: port GimpThumbBox to GtkStyleContext
  ea65e21... Implement GtkWidget::style_updated() instead of ::style_set
  5ab6580... app: port GimpHistogramView to GtkStyleContext
  32d516c... app: port GimpTagEntry to GtkStyleContext
  5d6b847... app: always ask the master device for its axes or state
  796d583... app: when checking for a device change, check the event's s
  2f90b39... app: remove obsolete device checks from GimpToolbox
  03d16c1... app: port GimpColorFrame away from GtkStyle, using a new st
  153cf92... app: remove call to gtk_widget_style_attach() from GimpOver
  393dfdd... app: port GimpOverlayChild to GtkStyleContext
  f7945f0... Port cell renderers to gtk_cell_renderer_get_state()
  a4ad30f... app: port GimpCellRendererDashes to GtkStyleContext
  bfa9512... app: add gimp_get_style_color() to simplify GdkRGBA style p
  73d6121... app: add style property and default CSS for GimpHistogramVi
  76b42bb... app: port GimpCurveView to GtkStyleContext
  3054b45... themes: document the new GimpHistogramView property in the 
  24f86da... app: define all GimpHistogramView colors via style properti
  8c3c6ce... themes: document the new stlye properties and indent the CS
  f95f191... app: port GimpComboTagEntry to GtkStyleContext
  8929e56... configure.ac: use the new GTK_CHECK_BACKEND() macro
  4a5fd2f... plug-ins: port map-object to GTK+ 3.x
  cb108ec... app: use GdkRGBA instead of GdkColor in some places
  38ced35... app: remove gimp_rgb_get,set_gdk_color()
  2e13db5... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
  54ef39b... app: gimp_print_event(): add the device to the event debug 
  9ed4aa9... app: gimp_device_info_get_device_coords(): workaround for X
  315fad9... app: make input devices, grabs and therefore generally tool
  ed8bc57... app: use gdk_device_get_position() inetad of gdk_display_ge
  3437d1c... app: remove some forgotten #undef GSEAL_ENABLE
  8c7c8cc... app: let the file dialog expand/collapse with the file type
  bc8265f... app: port GimpGradientEditor to GtkSyleContext
  866cec8... app: port GimpHistogramView to gdk_device_grab()/ungrab()
  599265a... app: port GimpNavigationEditor to GtkStyleContext
  6f814f6... app: port GimpTagPopup to GtkStyleContext
  0e0bc32... app: GimpDock: port font size modification to GtkCssProvide
  ac1aad1... plug-ins: s/GtkObject/GtkAdjustment/
  d8225d9... app: implement GtkContainer::get_path_for_child() in GimpMe
  bcd99b1... devel-docs: make the shooter tool at least build again (unt
  fdc4986... app: don't use "size-request" for the toolbox' wilber, it's
  70470f6... Incomplete notebook and tab theming commit, to be improved
  6dfe647... themes: set an explicit background for rulers
  094d65b... app: make the statusbar's progress label visible again
  092d8db... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
  c47ace1... app: port wilber drawing to GtkStyleContext
  81aa600... modules: port GimpColorWheel to GTK+ 3.x
  c2cc2e7... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
  eccbc8b... Use GTK+3 gtk_get_locale_direction() function instead of cu
  9c7c38d... app: port GimpCircle and subclasses to GTK+ 3
  84355bf... app: remove GTK_OBJECT() case in GimpPopup
  c1ad3f0... app: use gimp_color_display_stack_get_filters() instead of 
  8aa0b52... libgimpwidgets: #if 0 more stuff in gimp3migration
  4f76fb6... libgimpwidgets: Draw marker in correct position on ruler.
  ae11c72... libgimpwidgets: Separate ruler text layer from background.
  ea89c18... app: port GimpContainerTreeView from style_set() to style_u
  ecce349... Revert "Bug 762279 - "Tip of the day" links opens two links
  ed934fb... Bug 762279 - "Tip of the day" links opens two links.
  23e47a1... plug-ins: s/GtkObject/GtkAdjustment/ in file-wepb
  47d09f0... libgimpwidgets, app: use GdkRGBA instead of GdkColor for ce
  8f2260e... libgimpwidgets: make GimpColorScale more-or-less work fine
  dbbf240... app: port GimpMeter to GTK+ 3.x
  4016331... app: port gimpwidgets-utils.c to GTK+ 3.x
  b65dfbe... app: make GimpHighlightableButton build on GTK+ 3.x
  8a39e84... libgimpbase: remove almost all deprecated compat cruft
  8cd02e4... libgimpmodule: remove all deprecated cruft
  f7e619b... libgimpconfig: remove all deprecated cruft
  8ddbc51... plug-ins: remove color-enhance, there is a GEGL op doing al
  5df5089... libgimpcolor: remove most deprecated cruft, rest to follow
  c5c2715... libgimp: remove tons of deprecated cruft
  6c17cc0... pdb: remove all deprecated procedures
  2913d53... libgimpwidgets: remove most deprecated cruft
  d1ec5ff... libgimpmath: remove all deprecated cruft
  5380d26... libgimp: deprecate more cruft, everything not needed by cru
  bf6cf60... libgimpwidgets: derive GimpChainButton from GtkGrid not Gtk
  1361880... libgimpwidgets: remove gimp3migration.[ch]
  4ba39df... libgimpwidgets: add GtkGrid variants of gimp_[color_]scale_
  53e5825... libgimpwidets: port GimpColorScales to GtkGrid
  8e84725... Get rid of using GtkMisc API globally
  fee6b10... libgimpwidgets: add gimp_grid_attach_aligned()
  a809b03... libgimp: port GimpProcView to GtkGrid
  d74e1b2... configure.ac: don't define GDK/GTK_MULTIHEAD_SAFE, they are
  3539c4c... Get rid of the deprecated gtk_icon_size_lookup_for_settings
  70e1c36... themes: comment out deprecated stuff in the "System" theme
  320820b... app: port GimpColorHistory to GtkGrid
  57782ad... libgimpwidgets: create GimpIntComboBox' cells in constructe
  d044b6a... Get rid of all GtkAlignments, use GtkWidget align/margin in
  5db14f4... Port a lot of stuff from GdkScreen/monitor_number to GdkMon
  5064557... app: get rid of GtkHSeparator and GtkHScale
  1a67f50... libgimpwidgets: GimpBrowser undeprecated: threads and focus
  d4186a6... app: get rid of GtkArrow in GimpColorDialog
  1c45d1d... app: fix border width of GimpOverlayDialog
  a4f443e... app: get rid of some GtkTables in tools/
  f01c1bc... Fix compile
  3d34930... app: add missing const to gimp_cell_renderer_button_activat
  74f20b0... app: undeprecate GimpSpinScale, still looks like shit tho
  39727fc... libgimpwidgets: honor the gtk-dialogs-use-header setting in
  16c2a5a... app, libgimpwidgets, themes: fix some themeing
  aa474d3... app: allow to select if we prefer a dark variant of the cur
  60cd940... themes: remove Dark, Gray and Light themes.
  aec8f3e... app: the "Default" theme had been removed to "System" a lon
  d09fe62... data: remove obsolete brushes.
  753e627... themes: uncomment one more deprecated CSS rule.
  6c71afc... app: port some stuff to gdk_seat_grab/ungrab
  e4c26a9... Replace lots of deprecated gtk_menu_popup(), only GimpUIMan
  e00ba2c... app: use gtk_menu_popup_at_widget() in GimpIconPicker
  ed8e3e4... app: remove #undef GDK_DISABLE_DEPRECATED
  a981ea4... app: use gtk_widget_get_preferred_size() in gimp_tool_gui_c
  b73a0ef... app: add gimp_ui_manager_ui_popup_at_widget()
  df7972d... Revert "Bug 794356 - Rulers always shown for subsequent ima
  a9e6388... Revert "Bug 784480 - Clicking on-canvas GUI with a tablet s
  5715b28... Revert "Bug 794356 - Rulers always shown for subsequent ima
  4702224... app: use gimp_ui_menager_up_popup_at_widget() for the quick
  5a66492... app: gimp_ui_manager_ui_popup_at_pointer() and use it where
  a22584b... app: port GimpDisplayShell to use GtkGrid
  38b8f4c... app, themes: move GimpDisplayShell styling to CSS
  888e8a2... app: remove the unused GimpContainerGridView
  6a864d7... app: add utility functions gimp_widget_get,set_image()
  ea730fa... app: port most menu items that want images to gimp_menu_ite
  2c91f37... app: remove all deprecated threads_enter/leave code
  4138b1f... Revert "app: remove all deprecated threads_enter/leave code
  ec0f4a5... app: port GimpCursorView to GtkGrid
  26a6723... Bug 794132 - Make the plug-in protocol version part of the 
  ba682d2... Revert "splash: Add 2.10 splash image + svg"
  a1cd506... app: set the right "use-header-bar" on all (?) dialogs
  49cf067... dockbook: chain up at end of size-allocate
  d90bb5a... fgbgvew: Pass correct state to GtkStyleContext api
  a9048b9... spinscale: Fix styling
  aa21463... spinscale: remove our own border drawing
  102dcf1... spinscale: Decrease height
  8422968... libgimpwidgets: convert GimpSizeEntry to a GtkGrid.
  83d8e9f... dialogs: some table->grid conversion in the item dialogs
  ec58273... plug-ins: try to catch all gtk_table_* uses for the size-en
  5599daf... app: make spinscale much more bearable by fixing some coord
  d8de420... app: put back two lines that got lost in earlier GTK+ 3.0 p
  0b089f6... libgimp: undeprecate all GimpFooSelectButton classes
  da4aa0a... app: honor the use-header-bar setting in GimpToolDialog
  765cdae... app: fix splash text color
  4ed9413... app: undeprecate everything in propgui/, mostly table -> gr
  6898f59... preferences-dialog: get rid of GtkTable
  0a86e8c... dialogs: get rid of GtkTable
  a101d7b... app/tools: get rid of GtkTable
  c527fcc... app/display: get rid of GtkTable
  b7a4ed5... app/widgets: get rid of GtkTable in GimpTemplateEditor
  bb665fc... app/widgets: port GimpImagePropView to GtkGrid
  0a2aa4d... app/tools: fix the resize behaviour of the curves tool dial
  79f59f7... app: allow setting parent for dialogs created by GimpDialog
  803bbe5... app: do not run gtk_window_present() in about_dialog_create
  c4c9a62... app: pack the content vbox expanding in GimpPrefsBox
  d025e29... libgimpwidgets: set the widgets's hexpand in gimp_grid_atta
  f164704... libimp*: add private pointers to all instance structs
  6d0f468... app: properly align frame children in GimpGridEditor
  5f320f3... app: fix GimpPrefsBox' page titles to look like selected ro
  fb8f4c3... libgimpwidgets: move public GimpIntStore member to private
  c2b6cc0... libgimpwidgets: move all GimpPreviewArea members to private
  a7d453d... libgimpwidgets: move all GimpScrolledPreview members to pri
  5eded4b... dialogs: fix two misbehaviours in the prefs dialog
  1e74e3b... app: take window scale-factor into account when rendering i
  962faeb... app/widgets: port gimpdashboard to GtkGrid
  e0b3c67... app/widgets: port the gimpstrokeeditor to GtkGrid
  c6f5559... app/widgets: port the toolbox indicator area to GtkGrid
  72b6e22... app: kill the last GtkTables.
  5b52527... libgimpwidgets: move all GimpPreview members to private
  d0eaa57... libgimpwidgets: move GimpEnumStore.enum_class to private
  0846627... app: port gimp_navigation_editor_popup() to GdkMonitor's wo
  b9d98bd... app: disable motion compression, have to figure how to cont
  38410d1... plug-ins: disable devel-docs and a bunch of plug-ins, they 
  38d0dac... app: port gimp_display_shell_set_initial_scale() to the mon
  ba8b983... app: kill all except one GtkAlignment, the tag popup one is
  9f37515... app: gdk_screen_get_monitor_workarea() -> gdk_monitor_get_w
  499359e... app: fix canvas motion compression
  07d5bbc... map-object: kill GtkTable
  43046ca... gradient-flare: kill GtkTable
  848954c... lighting: kill GtkTable
  1dd0972... ifs-compose: add unverified GtkTable removal.
  82cf5ab... filter-pack: kill GtkTable
  3dc43d0... cml-explorer: kill GtkTable
  8d72c87... file-jpeg: kill GtkTable
  55f9405... warp: kill GtkTable
  d6ce729... plug-ins: port ifs-compose to GTK+ 3.x enough to make it bu
  200cd33... sphere-designer: kill GtkTable
  08ab1f7... selection-to-path: kill GtkTable
  7f4a8c5... fractal explorer: kill GtkTable
  659e1a8... oops - old table use of a GimpSizeEntry
  d024190... pdb: remove all compat procedures for the old lcms plug-in
  89054a9... imagemap: monster-port to kill GtkTable
  4594ed4... libgimpconfig: move all GimpColorConfig members to private
  fa56152... libgimpmodule: move all GimpModuleDB members to private
  4667a37... gimpressionist: re-enable (without real changes) and kill G
  792ec16... common: kill GtkTable in a ton of plugins
  1a8508f... script-fu: kill GtkTable
  5ab0edc... libgimp: move all GimpProcBrowserDialog members to private
  902240b... app: fix empty display unstable-version message
  dcf0ed8... file-png: attempt to fix the glade file for file-png
  a8efc73... app: fix themeing of GimpHistogramView and GimpCurveView
  5ec9c5f... metadata-editor: undeprecateify metadata glade UI
  3b11707... libgimpwidgets: undeprecate gimppickbutton-default.c
  f16b84d... app: the goats are invading again, and are almost undepreca
  2516e69... Get rid of gdk_flush() globally, use gdk_display_flush()
  3c50b93... film: kill GtkTable
  ef192d7... newprint: kill GtkTable
  31735af... pagecurl: kill GtkTable
  1ca7d2e... file-webp: kill GtkTable
  9d2960e... file-fli: kill GtkTable
  758872f... screenshot: kill GtkTable
  526ac47... libgimpwidgets: port GimpPreview to GtkGrid
  8b637e6... flame: kill GtkTable
  74657aa... gfig: kill GtkTable
  94bfc5d... print: kill GtkTable
  7f1b221... pygimp: some speculative Table->Grid changes
  68e76fc... file-svg: kill GtkTable
  c4747e1... themes: clean up gimp.css, with some added commented experi
  d472970... app: undeprecate GimpLevelsTool
  9723302... file-wmf: kill GtkTable
  9df1483... file-ps: kill GtkTable
  2e434c8... tile-small: kill GtkTable
  f7bbadf... sample-colorize: kill GtkTable
  b62d730... app: behold unseen fancy shit in preferences


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