[gimp] (454 commits) Created branch gtk3-port
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] (454 commits) Created branch gtk3-port
- Date: Wed, 16 May 2018 21:20:40 +0000 (UTC)
The branch 'gtk3-port' was created.
Summary of new commits:
9fb1211... Switch to version 2.99/3.0 in a lot of places and depend on
9e16930... Revert "app: Fix on canvas widgets ignoring clicks from tab
42ed963... libgimpwidgets: remove deprecated files from the build
f86ed9d... libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[
b4d87c1... libgimpwidgets: port virtual functions to GTK+ 3.0
2d1fb17... libgimpwidgets: port virtual functions to GTK+ 3.0
46dcf77... libgimpwidgets: port to GtkWidget::draw()
8f3144e... libgimpwidgets: port to GtkWidget::draw()
106dcb1... libgimpwidgets: port to GtkWidget::draw()
9437590... libgimpwidgets: s/GtkObject/GtkAdjustment/
e9ada78... libgimpwidgets: port to GtkWidget::draw()
0c0e048... libgimpwidgets: remove deprecated functions and s/GtkObject
778fe28... libgimpwidgets: remove deprecated files completely
b22b38e... libgimp: remove GdkRGB and GdkColorMap calls, these APIs ar
324a196... app: port to GtkWidget::draw()
b3bcfcd... app: remove GTK_OBJECT() cast
b4e1a1f... app: port to GtkWidget::draw()
181ca2b... app: port to GtkWidget::draw()
e13512b... app: port virtual functions to GTK+ 3.0 API
c15557c... app: port to GtkWidget::draw()
4b2121d... app: port to GtkWidget::draw()
2c634fb... app: port to GtkWidget::draw()
30ce4e7... app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustmen
c95e6c1... app: port to GtkWidget::draw()
dd8470e... app: s/GtkObject/GtkAdjustment/
14b3706... app: port to GtkWidget::draw()
cfaf03a... app: port GimpNavigationView to GtkWidget::draw()
ca276e4... app: port GimpPaletteView to GtkWidget::draw()
5a79904... app: port to GtkWidget::draw()
053fc31... app: port to GtkWidget::draw()
2fc693e... app: no need to alloc colors any longer, GdkColormap is gon
7dfed21... app: port call to gtk_paint_arrow() to GTK+ 3.0
14bb131... app: port device management to GdkDeviceManager
c7e2ffb... app: remove obsolete (GtkObject **) casts
a984a9b... app: use gtk_widget_get_preferred_size() instead of size_re
2b07daa... app: port GimpScalComboBox to GTK+ 3.0
49f385b... app: use gtk_widget_get_preferred_size() instead of size_re
3d6974f... libgimpwidgets: port GimpFrame to GTK+ 3.0
77175c4... app: port tools to GTK+ 3.0 (trivial changes only)
179d640... app: s/GtkObject/GtkAdjustment/ in app/dialogs/
7ce7373... app: pass the cairo_region_t to gdk_window_invalidate_regio
535d0a5... app: use GdkDeviceManager to list devices
7e9b14b... app: port to GtkWidget::draw()
b973aa7... app: remove calls to colormap functions, they are gone
d310d48... libgimpwidgets: get rid of (GtkObject **) casts
67b0bae... app: port the splash to GTK+ 3.0
f3b9909... libgimpwidgets: port the ruler to GTK+ 3.0
7d7faa3... libgimpwidgets: port to GtkWidget::draw()
38c4e2a... app: port to GtkWidget::draw()
c7fdffa... app: port the overlay stuff to GTK+ 3.0
91242c7... app: use the container icon view, the grid view is not GTK+
98ff7b7... app: port to GtkWidget::draw() (incompletely)
a7789de... app: remove call to gtk_statusbar_set_has_resize_grip()
bfd17d2... app: port the tag entry to GTK+ 3.0
36f9f76... app: port to GtkWidget::draw() but disable the code inside
2b6320a... app: can't set the scale combo entry's properties in init()
01ceff1... app: port to GtkWidget::draw()
62424c5... libgimpwidgets: port to GtkWidget::draw()
284e64a... modules: s/GtkObject/GtkAdjustment/
65599bb... app: didn't completely commit the display shell expose() ->
176308d... app: port to GtkWidget::draw()
adeabe8... app: passing -1 as width/height to gtk_paint_box() no longe
ecdb818... app: port popup arrow drawing to cairo and get rid of the a
2e3b83d... app: remove GimpContainerGridView from the build entirely
1f62cdf... modules: port to GtkWidget::draw()
56a4563... libgimpwidgets: port to GtkWidget::draw()
5a3471e... libgimp: port to GtkWidget::draw()
a43d08e... app: don't translate to allocation.x,y
ed7699d... app: port to GtkWidget::draw()
e06a3fa... app: forgot to remove a cairo_destroy() in draw()
3151b72... app: port to GtkWidget::draw()
c75aa7a... app: GtkEntry turned into a no-window widget
7852a88... app: use the new GtkScrollable API instead of deprecated tr
2a404b2... app: cairo_save()/restore() around chaining up in draw()
7755b10... app: add ugly workaround to make the icon view adapt to vie
be966e1... plug-ins: lots of trivial GTK+ 3.0 porting
be948a6... plug-ins: port jpeg-save to GTK+ 3.0
9a14e6e... plug-ins: port file-png to GTK+ 3.0
5b2a493... plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/
d8f2a9e... plug-ins: more s/GtkObject/GtkAdjustment/
432c061... plug-ins: port some more plug-ins to GTK+ 3.0
ba766eb... app: port the colormap editor to GTK+ 3.0
c94b716... app: remove GtkWrapBox
f48684e... libgimpwidgets: port to the new size request API
1fba2b8... app: port to the new size request API
7499268... plug-ins: port the print preview to the new size request AP
4893f6c... plug-ins: port sphere-designer to GtkWidget::draw()
f4ed897... plug-ins: port cml-explorer to GtkWidget::draw()
1072a72... plug-ins: port lighting to GTK+ 3.0
af59290... plug-ins: port the unit-editor to GtkScrollable
b343a59... app: fix GimpOverlayDialog's minimum height
3c9ab47... app: port GimpOverlayBox to GtkWidget::get_preferred_width/
d269490... app: don't connect to "size-requst" because that's deprecat
0a23f85... app: port GimpSpinScale to GTK+ 3.0
e65c43c... app: skip keyboard devices so the device list becomes reaso
78eded8... app: implement proper height-for-width in GimpToolPalette
2fd5cd5... app: use GdkDevice accessors
db50562... app: introduce struct GimpDeviceKey because GdkDeviceKey is
fae35d4... app: put the toolbox' areas into a box until we decided abo
97dde1e... Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_r
fb09d84... app: port the device sort function to GdkDeviceManager
68c281e... libgimpwidgets: port to GtkStyleContext and gtk_render_foo(
83eeb53... app: change the list of available devices to something that
4606b2c... libgimpwidgets: port GimpCellRendererToggle to GtkStyleCont
94cd559... libgimpwidgets: port GimpChainButton to GtkStyleContext
28ce159... libgimpwidgets: port GimpColorArea to GtkStyleContext
8da4eeb... libgimpwidgets: port GimpColorScale to GtkStyleContext
e3274f7... libgimpwidgets: port GimpOffsetArea to GtkStyleContext
c6302fe... libgimpwidgets: port GimpRuler to GtkStyleContext
c6d0a0f... llibgimpwidgets: port GimpScrolledPreview to GtkStyleContex
62803b2... app: port GimpBlobEditor to GtkStyleContext
cccb28e... app: port setting the canvas padding color to GtkStyleConte
2730ae7... app: port GimpPanedBox to GtkStyleContext
9e97c93... app: port GimpContainerIconView to GtkStyleContext
9784cfd... app: port GimpContainerTreeView to GtkStyleContext
c77d52f... app: port GimpColormapEditor to GtkStyleContext
93fd362... app: port GimpComponentEditor to GtkStyleContext
9d09542... app: port GimpFgBgEditor to GtkStyleContext
3c9af63... app: port GimpFgBgView to GtkStyleContext
a6fd115... app: port gimp_get_icon_size() to GtkStyleContext
70aa75f... app: port GimpContainerBox to GtkStyleContext
38cb69b... app: port GimpDashEditor to GtkStyleContext
ade03e7... app: remove calls to gtk_widget_get,set_extension_events()
36b6778... app: s/gtk_widget_modify_font/gtk_widget_override_font/
d965dcf... libgimpwidgets: port GimpNumberPairEntry to gtk_widget_over
c154282... app: port the about dialog to GtkStyleContext
72f439e... modules: remove call to gtk_widget_set_extension_events()
dd83cc2... libgimpwidgets: implement GtkWidget::state_flags_changed()
e222045... libgimpwidgets: implement GtkWidget::style_updated() instea
2d31b6d... libgimpwidgets: use g_object_ref()/unref() for GdkCursors
2277cca... app: use gdk_drag_context_get_source_window()
29d5bd2... app: use gdk_drag_context_get_selected_action() instead of
45f51b7... app: implement GtkWidget::style_updated() instead of style_
79c6fef... port gtkrc files to CSS (incompletely and stuff commented o
976f747... Port theme and gtkrc file loading to CSS files using GtkCss
8c9c679... app: copy gimp.css instead of gtkrc to the user's gimp dire
26249ee... app: check whether child widgets exist in GtkWidget::style_
e1d585b... Replace gdk_cursor_unref() with g_object_unref()
90f71fa... app: use gtk_menu_shell_get_selected_item()
87d47cf... app: port GimpOverlayBox to GtkStyleContext
aba6d75... app: port GimpOverlayFrame to GtkStyleContext
f4eb886... app: port GimpScaleButton to GtkStyleContext
d149f89... libgimpwidgets: move all GimpPickButton members to a privat
fbba11b... libgimpwidgets: move all GimpColorArea members to a private
830a288... libgimpwidgets: move all GimpOffsetArea members to a privat
2932aaf... libgimpwidgets: move padding members from instance to class
6d4d097... libgimpwidgets: move all GimpButton members to a private st
b50fd42... libgimpwidgets: move all GimpCellRendererColor members to a
92c2e01... libgimpwidgets: move all GimpColorButton members to a priva
6bf9d0f... libgimpwidgets: move all GimpCellRendererToggle members to
7cd1b6e... libgimpwidgets: move all GimpChainButton members to a priva
f4be961... libgimpwidgets: move all GimpBrowser members to a private s
6640c3e... libgimpwidgets: move all GimpColorDisplay members to a priv
a95e5e1... libgimpwidgets: move all GimpColorDisplayStack members to a
809d7f0... libgimpwidgets: move all GimpColorHexEntry members to a pri
d19d1db... libgimpwidgets: add padding
821d72e... libgimpwidgets: move all GimpColorNotebook members to a pri
f25f2bd... libgimpwidgets: move all GimpColorScale members to a privat
ea34bee... libgimpwidgets: move GimpColorProfileComboBox::dialog to pr
94a75f9... libgimpwidgets: move all GimpColorSelection members to a pr
b7bf6c5... libgimpwidgets: move all GimpEnumLabel members to a private
db4a7fc... app: don't use style->black and style->white
31451a1... libgimpwidgets: move all GimpMemsizeEntry members to a priv
58344d9... app: port GimpStrokeEditor to GtkStyleContext
d7e16ec... app: port GimpPaletteView to GtkStyleContext
73d2ba7... plug-ins: don't use style->black and style->white
dcecb74... libgimpwidgets: move all GimpColorProfileStore members to a
3df7ad9... app: port GimpDockWindow to GtkStyleContext
467c6c9... app: port GimpToolEditor to GtkStyleContext
7b99219... app: use gtk_widget_override_font() instead of modify_font(
cedfa70... app: port GimpThumbBox to GtkStyleContext
7c029d9... Implement GtkWidget::style_updated() instead of ::style_set
7403bfa... app: port GimpHistogramView to GtkStyleContext
0bbcedd... app: port GimpTagEntry to GtkStyleContext
106a26e... app: always ask the master device for its axes or state
52d6030... app: when checking for a device change, check the event's s
b0e652b... app: remove obsolete device checks from GimpToolbox
31d3d0f... app: port GimpColorFrame away from GtkStyle, using a new st
3a90fc9... app: remove call to gtk_widget_style_attach() from GimpOver
0085ad0... app: port GimpOverlayChild to GtkStyleContext
f5eacb0... Port cell renderers to gtk_cell_renderer_get_state()
267ca71... app: port GimpCellRendererDashes to GtkStyleContext
049383d... app: add gimp_get_style_color() to simplify GdkRGBA style p
d5b9184... app: add style property and default CSS for GimpHistogramVi
cfdd127... app: port GimpCurveView to GtkStyleContext
6f0f894... themes: document the new GimpHistogramView property in the
725eefc... app: define all GimpHistogramView colors via style properti
c77e51a... themes: document the new stlye properties and indent the CS
4338fa6... app: port GimpComboTagEntry to GtkStyleContext
e2b3d0c... configure.ac: use the new GTK_CHECK_BACKEND() macro
7986936... plug-ins: port map-object to GTK+ 3.x
69b961b... app: use GdkRGBA instead of GdkColor in some places
4495c57... app: remove gimp_rgb_get,set_gdk_color()
ca5d441... plug-ins: port filter-pack to GTK+ 3.0, still some warnings
5d554f9... app: gimp_print_event(): add the device to the event debug
df39b75... app: gimp_device_info_get_device_coords(): workaround for X
eefed3f... app: make input devices, grabs and therefore generally tool
7c439b6... app: use gdk_device_get_position() inetad of gdk_display_ge
5da15c1... app: remove some forgotten #undef GSEAL_ENABLE
9ca681e... app: let the file dialog expand/collapse with the file type
5e3b15c... app: port GimpGradientEditor to GtkSyleContext
09d416b... app: port GimpHistogramView to gdk_device_grab()/ungrab()
6a1ca39... app: port GimpNavigationEditor to GtkStyleContext
4087b09... app: port GimpTagPopup to GtkStyleContext
c6c79e7... app: GimpDock: port font size modification to GtkCssProvide
bc8932f... plug-ins: s/GtkObject/GtkAdjustment/
40d5c79... app: implement GtkContainer::get_path_for_child() in GimpMe
cbd5378... devel-docs: make the shooter tool at least build again (unt
fe5d674... app: don't use "size-request" for the toolbox' wilber, it's
bd21894... Incomplete notebook and tab theming commit, to be improved
e0bbc9c... themes: set an explicit background for rulers
86792c9... app: make the statusbar's progress label visible again
a4613aa... app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL
3d0fd0a... app: port wilber drawing to GtkStyleContext
f4f3d08... modules: port GimpColorWheel to GTK+ 3.x
9df6351... app: s/GtkObject/GtkAdjustment/ in gimpdisplayhsell-rotate-
b839fd9... Use GTK+3 gtk_get_locale_direction() function instead of cu
3b936ab... app: port GimpCircle and subclasses to GTK+ 3
f9f0fd5... app: remove GTK_OBJECT() case in GimpPopup
06682e1... app: use gimp_color_display_stack_get_filters() instead of
fb1f682... libgimpwidgets: #if 0 more stuff in gimp3migration
5cb225d... libgimpwidgets: Draw marker in correct position on ruler.
6c3a3ee... libgimpwidgets: Separate ruler text layer from background.
fd44890... app: port GimpContainerTreeView from style_set() to style_u
7f55f2d... Revert "Bug 762279 - "Tip of the day" links opens two links
a0ad134... Bug 762279 - "Tip of the day" links opens two links.
66ad6a8... plug-ins: s/GtkObject/GtkAdjustment/ in file-wepb
1c0548c... libgimpwidgets, app: use GdkRGBA instead of GdkColor for ce
72c1a66... libgimpwidgets: make GimpColorScale more-or-less work fine
0496339... app: port GimpMeter to GTK+ 3.x
82fd4a4... app: port gimpwidgets-utils.c to GTK+ 3.x
f03bc21... app: make GimpHighlightableButton build on GTK+ 3.x
5047fdd... libgimpbase: remove almost all deprecated compat cruft
a791784... libgimpmodule: remove all deprecated cruft
0906042... libgimpconfig: remove all deprecated cruft
5072ec9... plug-ins: remove color-enhance, there is a GEGL op doing al
e309db4... libgimpcolor: remove most deprecated cruft, rest to follow
3fbb4b4... libgimp: remove tons of deprecated cruft
ecc047c... pdb: remove all deprecated procedures
6b41db1... libgimpwidgets: remove most deprecated cruft
f971a4d... libgimpmath: remove all deprecated cruft
b4a45b3... libgimp: deprecate more cruft, everything not needed by cru
3b74f2f... libgimpwidgets: derive GimpChainButton from GtkGrid not Gtk
9b88b8a... libgimpwidgets: remove gimp3migration.[ch]
1d708c9... libgimpwidgets: add GtkGrid variants of gimp_[color_]scale_
4625c8d... libgimpwidets: port GimpColorScales to GtkGrid
2314537... Get rid of using GtkMisc API globally
aa306e7... libgimpwidgets: add gimp_grid_attach_aligned()
b7567fd... libgimp: port GimpProcView to GtkGrid
bd81af0... configure.ac: don't define GDK/GTK_MULTIHEAD_SAFE, they are
0e24edc... Get rid of the deprecated gtk_icon_size_lookup_for_settings
22552f8... themes: comment out deprecated stuff in the "System" theme
1942799... app: port GimpColorHistory to GtkGrid
59671ed... libgimpwidgets: create GimpIntComboBox' cells in constructe
1b5493f... Get rid of all GtkAlignments, use GtkWidget align/margin in
5cbbd80... Port a lot of stuff from GdkScreen/monitor_number to GdkMon
bc8137f... app: get rid of GtkHSeparator and GtkHScale
b962fd3... libgimpwidgets: GimpBrowser undeprecated: threads and focus
3672b77... app: get rid of GtkArrow in GimpColorDialog
a37fe92... app: fix border width of GimpOverlayDialog
192999f... app: get rid of some GtkTables in tools/
7b3eed7... Fix compile
91ebbab... app: add missing const to gimp_cell_renderer_button_activat
328bf4f... app: undeprecate GimpSpinScale, still looks like shit tho
76b3918... libgimpwidgets: honor the gtk-dialogs-use-header setting in
0684fb4... app, libgimpwidgets, themes: fix some themeing
1f3877e... app: allow to select if we prefer a dark variant of the cur
40ed48b... themes: remove Dark, Gray and Light themes.
f8ca25d... app: the "Default" theme had been removed to "System" a lon
6259689... data: remove obsolete brushes.
8bb0969... themes: uncomment one more deprecated CSS rule.
b95f340... app: port some stuff to gdk_seat_grab/ungrab
1a930c0... Replace lots of deprecated gtk_menu_popup(), only GimpUIMan
6a58d18... app: use gtk_menu_popup_at_widget() in GimpIconPicker
73eec4b... app: remove #undef GDK_DISABLE_DEPRECATED
09a5dc9... app: use gtk_widget_get_preferred_size() in gimp_tool_gui_c
cc72e76... app: add gimp_ui_manager_ui_popup_at_widget()
0d42beb... Revert "Bug 794356 - Rulers always shown for subsequent ima
681880f... Revert "Bug 784480 - Clicking on-canvas GUI with a tablet s
9b83083... Revert "Bug 794356 - Rulers always shown for subsequent ima
2263432... app: use gimp_ui_menager_up_popup_at_widget() for the quick
9224166... app: gimp_ui_manager_ui_popup_at_pointer() and use it where
edc43fd... app: port GimpDisplayShell to use GtkGrid
70b71a5... app, themes: move GimpDisplayShell styling to CSS
f78ff80... app: remove the unused GimpContainerGridView
e0cd6af... app: add utility functions gimp_widget_get,set_image()
a442a86... app: port most menu items that want images to gimp_menu_ite
40c0cb1... app: remove all deprecated threads_enter/leave code
62bffb7... Revert "app: remove all deprecated threads_enter/leave code
a6789c3... app: port GimpCursorView to GtkGrid
ddafcba... Bug 794132 - Make the plug-in protocol version part of the
8cf3038... Revert "splash: Add 2.10 splash image + svg"
71b2129... app: set the right "use-header-bar" on all (?) dialogs
179fa11... dockbook: chain up at end of size-allocate
9b72b3b... fgbgvew: Pass correct state to GtkStyleContext api
acff682... spinscale: Fix styling
de666d5... spinscale: remove our own border drawing
b739538... spinscale: Decrease height
110f4d5... libgimpwidgets: convert GimpSizeEntry to a GtkGrid.
b43d05c... dialogs: some table->grid conversion in the item dialogs
717ac9f... plug-ins: try to catch all gtk_table_* uses for the size-en
3ffb81b... app: make spinscale much more bearable by fixing some coord
946adc1... app: put back two lines that got lost in earlier GTK+ 3.0 p
a18f5f2... libgimp: undeprecate all GimpFooSelectButton classes
48eb164... app: honor the use-header-bar setting in GimpToolDialog
fef4afb... app: fix splash text color
d56a385... app: undeprecate everything in propgui/, mostly table -> gr
079028d... preferences-dialog: get rid of GtkTable
d3eafd2... dialogs: get rid of GtkTable
b5bc2a3... app/tools: get rid of GtkTable
ecce833... app/display: get rid of GtkTable
1d45573... app/widgets: get rid of GtkTable in GimpTemplateEditor
b2599ff... app/widgets: port GimpImagePropView to GtkGrid
0edf19f... app/tools: fix the resize behaviour of the curves tool dial
8ca6210... app: allow setting parent for dialogs created by GimpDialog
7085c6a... app: do not run gtk_window_present() in about_dialog_create
36d22e5... app: pack the content vbox expanding in GimpPrefsBox
3876259... libgimpwidgets: set the widgets's hexpand in gimp_grid_atta
41326c3... libimp*: add private pointers to all instance structs
b41cfef... app: properly align frame children in GimpGridEditor
266adc7... app: fix GimpPrefsBox' page titles to look like selected ro
e7eb373... libgimpwidgets: move public GimpIntStore member to private
e11f69e... libgimpwidgets: move all GimpPreviewArea members to private
6a79ffd... libgimpwidgets: move all GimpScrolledPreview members to pri
d85789d... dialogs: fix two misbehaviours in the prefs dialog
f180edd... app: take window scale-factor into account when rendering i
e9bd220... app/widgets: port gimpdashboard to GtkGrid
28489a5... app/widgets: port the gimpstrokeeditor to GtkGrid
738ff89... app/widgets: port the toolbox indicator area to GtkGrid
3c0695f... app: kill the last GtkTables.
5751108... libgimpwidgets: move all GimpPreview members to private
188b876... libgimpwidgets: move GimpEnumStore.enum_class to private
f23cc38... app: port gimp_navigation_editor_popup() to GdkMonitor's wo
2a4bf22... app: disable motion compression, have to figure how to cont
262013f... plug-ins: disable devel-docs and a bunch of plug-ins, they
b546570... app: port gimp_display_shell_set_initial_scale() to the mon
770be15... app: kill all except one GtkAlignment, the tag popup one is
2286ec9... app: gdk_screen_get_monitor_workarea() -> gdk_monitor_get_w
6e59960... app: fix canvas motion compression
a4eb6f4... map-object: kill GtkTable
e4208cc... gradient-flare: kill GtkTable
d49a242... lighting: kill GtkTable
a0cfe3d... ifs-compose: add unverified GtkTable removal.
d825906... filter-pack: kill GtkTable
8c10a4e... cml-explorer: kill GtkTable
ad6c60c... file-jpeg: kill GtkTable
976a65a... warp: kill GtkTable
98d9e49... plug-ins: port ifs-compose to GTK+ 3.x enough to make it bu
e8ef157... sphere-designer: kill GtkTable
e7ded2b... selection-to-path: kill GtkTable
a680bf1... fractal explorer: kill GtkTable
c5cf974... oops - old table use of a GimpSizeEntry
0a3df52... pdb: remove all compat procedures for the old lcms plug-in
77180a6... imagemap: monster-port to kill GtkTable
cd82431... libgimpconfig: move all GimpColorConfig members to private
5e424da... libgimpmodule: move all GimpModuleDB members to private
f972ae1... gimpressionist: re-enable (without real changes) and kill G
82c4089... common: kill GtkTable in a ton of plugins
6888655... script-fu: kill GtkTable
bc78c6f... libgimp: move all GimpProcBrowserDialog members to private
07fab9c... app: fix empty display unstable-version message
2f32e04... file-png: attempt to fix the glade file for file-png
a2c7449... app: fix themeing of GimpHistogramView and GimpCurveView
53f1277... metadata-editor: undeprecateify metadata glade UI
819ead3... libgimpwidgets: undeprecate gimppickbutton-default.c
18efaad... app: the goats are invading again, and are almost undepreca
82003fd... Get rid of gdk_flush() globally, use gdk_display_flush()
8f89268... film: kill GtkTable
d071a01... newprint: kill GtkTable
ecfd849... pagecurl: kill GtkTable
8f62ff0... file-webp: kill GtkTable
7735192... file-fli: kill GtkTable
e0d3409... screenshot: kill GtkTable
53e65be... libgimpwidgets: port GimpPreview to GtkGrid
20a7700... flame: kill GtkTable
f2886ab... gfig: kill GtkTable
2f6e109... print: kill GtkTable
733821d... pygimp: some speculative Table->Grid changes
a0294dc... file-svg: kill GtkTable
33b12c7... themes: clean up gimp.css, with some added commented experi
1961deb... app: undeprecate GimpLevelsTool
75eb255... file-wmf: kill GtkTable
b4f68e9... file-ps: kill GtkTable
13ed5ca... tile-small: kill GtkTable
59ec4a9... sample-colorize: kill GtkTable
10c6b42... app: behold unseen fancy shit in preferences
e098c5c... app: follow preferences changes/improvements in GimpDeviceE
8004ba7... app: set all GtkPaned widgets to have wide handles
14ed50f... Use gtk_show_uri_on_window(), gtk_show_uri() is deprecated
e0f37a8... libgimpwidgets: add macros to hide alternative_button_order
cfdaac7... Use the new macros from the last commit in all files
e3b6ef1... app: use GTK_ICON_SIZE_MENU for GimpColorEditor's page swit
8750718... app: use the passed parent's toplevel in gimp_color_dialog_
de877ca... app: fix button order in GimpColorDialog
1ab57af... libgimpwidgets: also move GTK_RESPONSE_CLOSE buttons to the
34e6a9e... themes: remove deprecated style properties from System/gimp
60c0d18... app: get rid of gdk_keymap_get_default(), use get_for_displ
7a61db1... app: undeprecate about-dialog.c, and clean out a lot of cru
0fc986d... warp, file-svg: remove commented out code, not sure what th
3be0d3c... grid: make the weird Table-hack less weird by reusing the e
2d80c2a... mail: kill GtkTable
85abe84... align-layers: kill GtkTable
6b5938e... plug-ins: undeprecate script-fu-interface.c
c7a0ff2... plug-ins: if GIMP_UNSTABLE, install test script-fu and pygi
b547bee... plug-ins: copy gimp_spin_button_new() into the last two plu
2df4831... libgimpwidgets: remove gimp_spin_button_new()
64f74f9... libgimpwidgets: set GDK_EVENT_SCROLL on GimpPreview's previ
1869594... libgimpwidgets: add gimp_scroll_adjustment_values()
2111004... app: use gimp_scroll_adjustment_values() for scrolling the
843b1b8... app: set GDK_SCROLL_MASK on widgets that need scroll events
da2e675... app: use gimp_scroll_adjustment_values() in GimpNavigationE
ca8f7fe... Enable and fix smooth scrolling and zooming
1d1f5c1... app: undeprecate GimpDessionInfo and fix remembering size a
913ad64... app: undeprecate GimpDashEditor
e9efdf4... app: don't use gtk_widget_modify_text() in GimpContainerEnt
85c626d... app: add the help button the proper way in GimpFileDialog
35660ae... depth-merge: kill GtkTable
d60b821... file-html-table: kill GtkTable
409d4c6... file-xbm: kill GtkTable
e0c3678... file-pdf-load: kill GtkTable
5b81628... file-xmc: kill GtkTable
65c7b82... file-raw-data: kill GtkTable
9cf6c89... file-gih: kill GtkTable
c2b016b... sparkle: kill GtkTable
0b86d1e... van-gogh-lic: kill GtkTable
368efa1... unit-editor: kill GtkTable
3b19a65... oilify: kill GtkTable
39d4a50... jigsaw: kill GtkTable
4f318b9... color-selector-cmyk: kill GtkTable
11956e8... some odds and ends regarding GtkTable removal...
a1ecbe6... devel-docs: blindly port the tool to GtkGrid...
be49ef0... libgimpwidgets: kill the last remaining occurencces of GtkT
229e7e2... libgimpwidgets: rename the _grid()-Variants of gimp_scale_e
6edae38... libgimp: remove some more cruft that is not used any longer
c52042b... app: undeprecate GimpUIConfigurer, don't use gtk_window_par
81a7119... app: undeprecate stroke-dialog.c
4b4df48... Undeprecate/improve GimpScaleComboBox and GimpUnitComboBox
43f8794... plug-ins: install plug-ins in subfolder.
b962c9d... plug-ins: make plug-ins inside common/ to also install in s
f6ec40e... app: plug-ins must now be installed as subdirectories.
d1f6968... app: undeprecate gimp_highlight_widget_draw()
31a0e49... app: use a cairo recording surface to measure GimpCanvasPat
a426aa7... app: kill the mess of boxes in GimpDisplayShell, use a grid
8406399... app: derive GimpStatusbar from GtkFrame not GtkStatusbar
31770d3... themes: some GimpDhsplayShell and children CSS hackery
bc75da5... app: remove the option to enable tearoff menus
dfc8d04... app: GTK+3 has more GdkAxisUse values.
8c5c284... app: undeprecate GimpDeviceStatus. don't use gtk_widget_set
9563fcb... app: extended device concept does not seem to exist in GTK+
f3517f1... app: port GimpDeviceManager and GimpDeviceInfo to GdkSeat
f3893a0... libgimpwidgets: left-align gimp_prop_enum_label_new()
ef103dc... app: add "source", "vendor-id" and "product-id" to GimpDevi
7cae1af... app: use GdkDeviceTool properties to GimpDeviceInfo
6f28c5e... app: the last s/GdkDeviceManager/GdkSeat/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]