Gimp/libgimpwidgets
Michael Natterer 901c3ddcf8 Get rid of the deprecated gtk_icon_size_lookup_for_settings()
and use gtk_icon_size_lookup() instead.
2018-05-20 21:06:30 +02:00
..
.gitignore enums: add intermediate generated enum files to .gitignore 2017-08-24 15:35:27 -04:00
gimpbrowser.c libgimpwidgets: move all GimpBrowser members to a private struct 2018-05-20 21:06:28 +02:00
gimpbrowser.h libgimpwidgets: move all GimpBrowser members to a private struct 2018-05-20 21:06:28 +02:00
gimpbutton.c libgimpwidgets: remove gimp3migration.[ch] 2018-05-20 21:06:29 +02:00
gimpbutton.h libgimpwidgets: move all GimpButton members to a private struct 2018-05-20 21:06:28 +02:00
gimpcairo-utils.c Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpcairo-utils.h
gimpcellrenderercolor.c Get rid of the deprecated gtk_icon_size_lookup_for_settings() 2018-05-20 21:06:30 +02:00
gimpcellrenderercolor.h libgimpwidgets: move all GimpCellRendererColor members to a private struct 2018-05-20 21:06:28 +02:00
gimpcellrenderertoggle.c Get rid of the deprecated gtk_icon_size_lookup_for_settings() 2018-05-20 21:06:30 +02:00
gimpcellrenderertoggle.h libgimpwidgets: move all GimpCellRendererToggle members to a private struct 2018-05-20 21:06:28 +02:00
gimpchainbutton.c libgimpwidgets: derive GimpChainButton from GtkGrid not GtkTable 2018-05-20 21:06:29 +02:00
gimpchainbutton.h libgimpwidgets: derive GimpChainButton from GtkGrid not GtkTable 2018-05-20 21:06:29 +02:00
gimpcolorarea.c libgimpwidgets: move all GimpColorArea members to a private struct 2018-05-20 21:06:28 +02:00
gimpcolorarea.h libgimpwidgets: move all GimpColorArea members to a private struct 2018-05-20 21:06:28 +02:00
gimpcolorbutton.c libgimpwidgets: remove gimp3migration.[ch] 2018-05-20 21:06:29 +02:00
gimpcolorbutton.h libgimpwidgets: move all GimpColorButton members to a private struct 2018-05-20 21:06:28 +02:00
gimpcolordisplay.c libgimpwidgets: remove most deprecated cruft 2018-05-20 21:06:29 +02:00
gimpcolordisplay.h libgimpwidgets: remove most deprecated cruft 2018-05-20 21:06:29 +02:00
gimpcolordisplaystack.c libgimpwidgets: remove most deprecated cruft 2018-05-20 21:06:29 +02:00
gimpcolordisplaystack.h libgimpwidgets: remove most deprecated cruft 2018-05-20 21:06:29 +02:00
gimpcolorhexentry.c libgimpwidgets: move all GimpColorHexEntry members to a private struct 2018-05-20 21:06:28 +02:00
gimpcolorhexentry.h libgimpwidgets: move all GimpColorHexEntry members to a private struct 2018-05-20 21:06:28 +02:00
gimpcolornotebook.c libgimpwidgets: remove gimp3migration.[ch] 2018-05-20 21:06:29 +02:00
gimpcolornotebook.h libgimpwidgets: move all GimpColorNotebook members to a private struct. 2018-05-20 21:06:28 +02:00
gimpcolorprofilechooserdialog.c configure, libgimpwidgets: customizable default color profile directory 2018-05-18 09:08:51 +02:00
gimpcolorprofilechooserdialog.h libgimpwidgets: more parameters for gimp_color_profile_chooser_dialog_new() 2016-05-07 01:19:26 +02:00
gimpcolorprofilecombobox.c libgimpwidgets: remove most deprecated cruft 2018-05-20 21:06:29 +02:00
gimpcolorprofilecombobox.h libgimpwidgets: remove most deprecated cruft 2018-05-20 21:06:29 +02:00
gimpcolorprofilestore-private.h libgimpwidgets: port GimpColorProfileStore and -ComboBox to GFile 2015-08-01 16:20:14 +02:00
gimpcolorprofilestore.c libgimpwidgets: remove most deprecated cruft 2018-05-20 21:06:29 +02:00
gimpcolorprofilestore.h libgimpwidgets: remove most deprecated cruft 2018-05-20 21:06:29 +02:00
gimpcolorprofileview.c libgimp*: use some g_clear_object() and g_clear_pointer() 2017-09-03 15:14:51 +02:00
gimpcolorprofileview.h libgimpcolor, *: change GimpColorProfile to be a GObject 2015-07-10 22:53:59 +02:00
gimpcolorscale.c libgimpwidgets: make GimpColorScale more-or-less work fine 2018-05-20 21:06:29 +02:00
gimpcolorscale.h libgimpwidgets: make GimpColorScale more-or-less work fine 2018-05-20 21:06:29 +02:00
gimpcolorscales.c libgimpwidets: port GimpColorScales to GtkGrid 2018-05-20 21:06:30 +02:00
gimpcolorscales.h libgimpwidgets: arrange color models in tabs in GimpColorScales. 2018-01-21 18:37:18 +01:00
gimpcolorselect.c libgimpwidgets: remove gimp3migration.[ch] 2018-05-20 21:06:29 +02:00
gimpcolorselect.h
gimpcolorselection.c libgimpwidgets: move all GimpColorSelection members to a private struct 2018-05-20 21:06:28 +02:00
gimpcolorselection.h libgimpwidgets: move all GimpColorSelection members to a private struct 2018-05-20 21:06:28 +02:00
gimpcolorselector.c Bug 795161 - Misc. typo fixes in source comments and doxygen 2018-04-18 21:06:57 +02:00
gimpcolorselector.h libgimpwidgets: add padding 2018-05-20 21:06:28 +02:00
gimpcontroller.c libgimp: add blurbs to all object properties for the docs 2017-06-06 21:19:17 +02:00
gimpcontroller.h
gimpdialog.c libgimp*: use some g_clear_object() and g_clear_pointer() 2017-09-03 15:14:51 +02:00
gimpdialog.h
gimpeevl.c Bug 795161 - Misc. typo fixes in source comments and doxygen 2018-04-18 21:06:57 +02:00
gimpeevl.h libgimpwidgets: add ratio expressions to eevl 2017-10-04 14:25:01 -04:00
gimpenumcombobox.c libgimpwidgets: remove most deprecated cruft 2018-05-20 21:06:29 +02:00
gimpenumcombobox.h libgimpwidgets: remove most deprecated cruft 2018-05-20 21:06:29 +02:00
gimpenumlabel.c libgimpwidgets: move all GimpEnumLabel members to a private struct 2018-05-20 21:06:28 +02:00
gimpenumlabel.h libgimpwidgets: move all GimpEnumLabel members to a private struct 2018-05-20 21:06:28 +02:00
gimpenumstore.c libgimpwidgets: remove most deprecated cruft 2018-05-20 21:06:29 +02:00
gimpenumstore.h libgimpwidgets: remove most deprecated cruft 2018-05-20 21:06:29 +02:00
gimpenumwidgets.c Get rid of using GtkMisc API globally 2018-05-20 21:06:30 +02:00
gimpenumwidgets.h libgimpwidgets: remove most deprecated cruft 2018-05-20 21:06:29 +02:00
gimpfileentry.c libgimp*: use some g_clear_object() and g_clear_pointer() 2017-09-03 15:14:51 +02:00
gimpfileentry.h
gimpframe.c libgimpwidgets: remove gimp3migration.[ch] 2018-05-20 21:06:29 +02:00
gimpframe.h
gimphelpui.c libgimpwidgets: use g_object_ref()/unref() for GdkCursors 2018-05-20 21:06:28 +02:00
gimphelpui.h Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimphintbox.c libgimpwidgets: remove most deprecated cruft 2018-05-20 21:06:29 +02:00
gimphintbox.h
gimpicons.c libgimpwidgets: remove most deprecated cruft 2018-05-20 21:06:29 +02:00
gimpicons.h libgimpwidgets: remove most deprecated cruft 2018-05-20 21:06:29 +02:00
gimpintcombobox.c libgimpwidgets, app: make ABBREVIATED default GimpIntComboBox layout 2017-12-01 09:22:42 -05:00
gimpintcombobox.h libgimpwidgets: move padding members from instance to class struct 2018-05-20 21:06:28 +02:00
gimpintstore.c libgimpwidgets: add ABBREV column to GimpIntStore 2017-11-30 03:10:14 -05:00
gimpintstore.h libgimpwidgets: remove most deprecated cruft 2018-05-20 21:06:29 +02:00
gimpmemsizeentry.c libgimpwidgets: move all GimpMemsizeEntry members to a private struct 2018-05-20 21:06:28 +02:00
gimpmemsizeentry.h libgimpwidgets: move all GimpMemsizeEntry members to a private struct 2018-05-20 21:06:28 +02:00
gimpnumberpairentry.c libgimpwidgets: port GimpNumberPairEntry to gtk_widget_override_font() 2018-05-20 21:06:28 +02:00
gimpnumberpairentry.h
gimpoffsetarea.c libgimpwidgets: move all GimpOffsetArea members to a private struct 2018-05-20 21:06:28 +02:00
gimpoffsetarea.h libgimpwidgets: move all GimpOffsetArea members to a private struct 2018-05-20 21:06:28 +02:00
gimppageselector.c libgimpwidgets: remove gimp3migration.[ch] 2018-05-20 21:06:29 +02:00
gimppageselector.h
gimppatheditor.c libgimpwidgets: remove gimp3migration.[ch] 2018-05-20 21:06:29 +02:00
gimppatheditor.h
gimppickbutton-default.c libgimpwidgets: move all GimpPickButton members to a private struct 2018-05-20 21:06:28 +02:00
gimppickbutton-default.h libgimpwidgets: add private headers for GimpPickButton implementations. 2017-12-09 00:05:08 +01:00
gimppickbutton-kwin.c libgimpwidgets: add private headers for GimpPickButton implementations. 2017-12-09 00:05:08 +01:00
gimppickbutton-kwin.h libgimpwidgets: add private headers for GimpPickButton implementations. 2017-12-09 00:05:08 +01:00
gimppickbutton-private.h libgimpwidgets: move all GimpPickButton members to a private struct 2018-05-20 21:06:28 +02:00
gimppickbutton-quartz.c libgimpwidgets: move all GimpPickButton members to a private struct 2018-05-20 21:06:28 +02:00
gimppickbutton-quartz.h libgimpwidgets: add private headers for GimpPickButton implementations. 2017-12-09 00:05:08 +01:00
gimppickbutton.c libgimpwidgets: move all GimpPickButton members to a private struct 2018-05-20 21:06:28 +02:00
gimppickbutton.h libgimpwidgets: move all GimpPickButton members to a private struct 2018-05-20 21:06:28 +02:00
gimppreview.c libgimpwidgets: use g_object_ref()/unref() for GdkCursors 2018-05-20 21:06:28 +02:00
gimppreview.h
gimppreviewarea.c libgimpwidgets: port to GtkWidget::draw() 2018-05-20 21:06:26 +02:00
gimppreviewarea.h libgimpwidgets: add gimp_preview_area_set_color_config() 2016-05-24 21:43:20 +02:00
gimppropwidgets.c libgimpwidgets: remove most deprecated cruft 2018-05-20 21:06:29 +02:00
gimppropwidgets.h libgimpwidgets: remove most deprecated cruft 2018-05-20 21:06:29 +02:00
gimpquerybox.c Get rid of using GtkMisc API globally 2018-05-20 21:06:30 +02:00
gimpquerybox.h
gimpruler.c libgimpwidgets: Separate ruler text layer from background. 2018-05-20 21:06:29 +02:00
gimpruler.h
gimpscaleentry.c libgimpwidgets: add GtkGrid variants of gimp_[color_]scale_entry_new() 2018-05-20 21:06:30 +02:00
gimpscaleentry.h libgimpwidgets: add GtkGrid variants of gimp_[color_]scale_entry_new() 2018-05-20 21:06:30 +02:00
gimpscrolledpreview.c libgimpwidgets: remove gimp3migration.[ch] 2018-05-20 21:06:29 +02:00
gimpscrolledpreview.h
gimpsizeentry.c libgimpwidgets: get rid of (GtkObject **) casts 2018-05-20 21:06:26 +02:00
gimpsizeentry.h
gimpstringcombobox.c libgimp: add blurbs to all object properties for the docs 2017-06-06 21:19:17 +02:00
gimpstringcombobox.h
gimpunitcombobox.c libgimpwidgets: remove most deprecated cruft 2018-05-20 21:06:29 +02:00
gimpunitcombobox.h
gimpunitstore.c libgimpwidgets: fix some weird indentation. 2017-06-27 21:31:10 +02:00
gimpunitstore.h
gimpwidgets-error.c
gimpwidgets-error.h Remove the "GIMP" from all "Since: GIMP 2.x" API doc comments 2015-05-31 21:18:09 +02:00
gimpwidgets-private.c libgimpwidgets: call babl_exit() when unloading 2017-05-31 22:14:45 -04:00
gimpwidgets-private.h
gimpwidgets.c Get rid of using GtkMisc API globally 2018-05-20 21:06:30 +02:00
gimpwidgets.def libgimpwidgets: remove deprecated files completely 2018-05-20 21:06:26 +02:00
gimpwidgets.h libgimpwidgets: remove gimp3migration.[ch] 2018-05-20 21:06:29 +02:00
gimpwidgetsenums.c Bug 783680 - Allow to hide color models in GimpColorScales 2018-03-19 23:11:27 +01:00
gimpwidgetsenums.h libgimpwidgets: fix value names in docs of GimpColorSelectorModel 2018-05-18 19:32:51 +02:00
gimpwidgetsmarshal.list Bug 783680 - Allow to hide color models in GimpColorScales 2018-03-19 23:11:27 +01:00
gimpwidgetstypes.h
gimpwidgetsutils.c libgimpwidgets: add gimp_grid_attach_aligned() 2018-05-20 21:06:30 +02:00
gimpwidgetsutils.h libgimpwidgets: add gimp_grid_attach_aligned() 2018-05-20 21:06:30 +02:00
gimpzoommodel.c libgimp: add blurbs to all object properties for the docs 2017-06-06 21:19:17 +02:00
gimpzoommodel.h
Makefile.am libgimpwidgets: remove gimp3migration.[ch] 2018-05-20 21:06:29 +02:00
test-eevl.c libgimpwidgets: use struct, not parameters, to pass eevl options 2017-10-04 14:25:01 -04:00
test-preview-area.c