Commit Graph

41285 Commits

Author SHA1 Message Date
Michael Natterer 491550ffbc app: undeprecate about-dialog.c, and clean out a lot of cruft 2018-05-20 21:06:34 +02:00
Michael Natterer a072a5b789 app: get rid of gdk_keymap_get_default(), use get_for_display() instead 2018-05-20 21:06:34 +02:00
Michael Natterer 69795ee376 themes: remove deprecated style properties from System/gimp.css 2018-05-20 21:06:34 +02:00
Michael Natterer c2752a685c libgimpwidgets: also move GTK_RESPONSE_CLOSE buttons to the left
in GimpDialog's header bar.
2018-05-20 21:06:34 +02:00
Michael Natterer 7d151002b0 app: fix button order in GimpColorDialog 2018-05-20 21:06:34 +02:00
Michael Natterer cb9651cf73 app: use the passed parent's toplevel in gimp_color_dialog_new() 2018-05-20 21:06:34 +02:00
Michael Natterer 389e86fff8 app: use GTK_ICON_SIZE_MENU for GimpColorEditor's page switching icons 2018-05-20 21:06:34 +02:00
Michael Natterer bdbec7941c Use the new macros from the last commit in all files
...and gone are the annoying warnings.
2018-05-20 21:06:34 +02:00
Michael Natterer 3be0d13be3 libgimpwidgets: add macros to hide alternative_button_order warnings
Since we don't know yet what to do about this, let's not spam the
build with distracting warnings in the meantime.

gimp_dialog_set_alternative_button_order
gimp_dialog_set_alternative_button_order_from_array

are macros which just call the deprecated GtkDialog functions, but
wrap them in G_GNUC_BEGIN,END_IGNORE_DEPRECATIONS.
2018-05-20 21:06:34 +02:00
Michael Natterer dfb4d26611 Use gtk_show_uri_on_window(), gtk_show_uri() is deprecated 2018-05-20 21:06:34 +02:00
Michael Natterer 4e7eead7e3 app: set all GtkPaned widgets to have wide handles
the narrow handles' event areas did overlap with our own widgets close
to the handle.
2018-05-20 21:06:34 +02:00
Michael Natterer 407603326f app: follow preferences changes/improvements in GimpDeviceEditor 2018-05-20 21:06:34 +02:00
Michael Natterer 126c9347e6 app: behold unseen fancy shit in preferences 2018-05-20 21:06:34 +02:00
Simon Budig 1ca26ea191 sample-colorize: kill GtkTable 2018-05-20 21:06:34 +02:00
Simon Budig b392140b71 tile-small: kill GtkTable 2018-05-20 21:06:34 +02:00
Simon Budig 62b4922211 file-ps: kill GtkTable 2018-05-20 21:06:34 +02:00
Simon Budig 3c886803bc file-wmf: kill GtkTable 2018-05-20 21:06:34 +02:00
Michael Natterer cdb68d2351 app: undeprecate GimpLevelsTool
by using some semi-smart luminance magic to get a distinct color for
the alpha curve.
2018-05-20 21:06:34 +02:00
Michael Natterer 5509d586f9 themes: clean up gimp.css, with some added commented experiments 2018-05-20 21:06:34 +02:00
Simon Budig 8e02fe4253 file-svg: kill GtkTable 2018-05-20 21:06:34 +02:00
Simon Budig 109b0fe4b1 pygimp: some speculative Table->Grid changes 2018-05-20 21:06:34 +02:00
Simon Budig 04b9282d7f print: kill GtkTable 2018-05-20 21:06:34 +02:00
Simon Budig b169f464db gfig: kill GtkTable 2018-05-20 21:06:34 +02:00
Simon Budig 0a82cd4452 flame: kill GtkTable 2018-05-20 21:06:34 +02:00
Michael Natterer 08458dcdf6 libgimpwidgets: port GimpPreview to GtkGrid 2018-05-20 21:06:34 +02:00
Simon Budig dd257bef90 screenshot: kill GtkTable 2018-05-20 21:06:34 +02:00
Simon Budig 766b8200dd file-fli: kill GtkTable 2018-05-20 21:06:34 +02:00
Simon Budig 1655400e76 file-webp: kill GtkTable 2018-05-20 21:06:34 +02:00
Simon Budig 65fdcf3809 pagecurl: kill GtkTable 2018-05-20 21:06:34 +02:00
Simon Budig 82ae39f7e4 newprint: kill GtkTable 2018-05-20 21:06:34 +02:00
Simon Budig e3d9f1732e film: kill GtkTable 2018-05-20 21:06:34 +02:00
Michael Natterer 1d8696cd80 Get rid of gdk_flush() globally, use gdk_display_flush() 2018-05-20 21:06:34 +02:00
Michael Natterer f7f329b7e2 app: the goats are invading again, and are almost undeprecated 2018-05-20 21:06:34 +02:00
Michael Natterer b857311bbf libgimpwidgets: undeprecate gimppickbutton-default.c 2018-05-20 21:06:33 +02:00
Simon Budig f09f74528e metadata-editor: undeprecateify metadata glade UI 2018-05-20 21:06:33 +02:00
Michael Natterer b5d78ee98a app: fix themeing of GimpHistogramView and GimpCurveView
by simply getting rid of all earlier added style properties
and instead using the style of the "view" CSS class.
2018-05-20 21:06:33 +02:00
Simon Budig 3af30c6d75 file-png: attempt to fix the glade file for file-png 2018-05-20 21:06:33 +02:00
Ell 6e76cdf4d3 app: fix empty display unstable-version message 2018-05-20 21:06:33 +02:00
Michael Natterer 119b15d439 libgimp: move all GimpProcBrowserDialog members to private 2018-05-20 21:06:33 +02:00
Simon Budig fb5d463d78 script-fu: kill GtkTable 2018-05-20 21:06:33 +02:00
Simon Budig def4acc842 common: kill GtkTable in a ton of plugins 2018-05-20 21:06:33 +02:00
Simon Budig 7651f51116 gimpressionist: re-enable (without real changes) and kill GtkTable 2018-05-20 21:06:33 +02:00
Michael Natterer 58aa0092b9 libgimpmodule: move all GimpModuleDB members to private 2018-05-20 21:06:33 +02:00
Michael Natterer bb2a9d119f libgimpconfig: move all GimpColorConfig members to private 2018-05-20 21:06:33 +02:00
Simon Budig de76dc20bc imagemap: monster-port to kill GtkTable 2018-05-20 21:06:33 +02:00
Michael Natterer 8511eb6451 pdb: remove all compat procedures for the old lcms plug-in 2018-05-20 21:06:33 +02:00
Simon Budig e35df2f5ce oops - old table use of a GimpSizeEntry 2018-05-20 21:06:33 +02:00
Simon Budig ee08a2af5f fractal explorer: kill GtkTable 2018-05-20 21:06:33 +02:00
Simon Budig c08458f8e7 selection-to-path: kill GtkTable 2018-05-20 21:06:33 +02:00
Simon Budig 96e5edb8fa sphere-designer: kill GtkTable 2018-05-20 21:06:33 +02:00