Gimp/app/widgets
Ell 8d9df886e2 app: don't hold a direct reference to actions in the action history
Instead, store only the action's name, and look it up upon searching.

Keeping a reference to the actions in the history extended the lifetime of
actions that sohuld have otherwise died, leading to all sorts of nastiness.  In
particular, the Alt+[n] actions to switch between images would remain bound to
their accelerator after the image has been closed, holding a dangling display
pointer, which would lead to a segfault, or fail with a CRITICAL message, when
using the accelerator again.
2016-05-16 12:47:20 +00:00
..
.gitignore
gimpaction-history.c app: don't hold a direct reference to actions in the action history 2016-05-16 12:47:20 +00:00
gimpaction-history.h app: update action search to use glib API. 2014-09-16 04:03:43 +02:00
gimpaction.c Bug 740939 - No shortcut actions for changing tool's spacing, hardness and force 2016-03-22 23:54:40 +01:00
gimpaction.h
gimpactioneditor.c app, libgimp: replace GTK_STOCK_FOO by icon names 2014-05-11 22:49:22 +02:00
gimpactioneditor.h
gimpactionfactory.c
gimpactionfactory.h
gimpactiongroup.c app: Show custom preset icons in the tool options menus 2016-01-10 10:03:10 -08:00
gimpactiongroup.h app: Show custom preset icons in the tool options menus 2016-01-10 10:03:10 -08:00
gimpactionview.c
gimpactionview.h
gimpblobeditor.c app: the range of GimpInkOption's and GimpBlobEditor's angle is [-PI..PI] 2016-03-21 10:37:56 +01:00
gimpblobeditor.h
gimpbrusheditor.c app: fix the brush editor to not dirty every brush set on it 2015-02-24 20:23:55 +01:00
gimpbrusheditor.h
gimpbrushfactoryview.c
gimpbrushfactoryview.h
gimpbrushselect.c app: move all GimpBrush members to a private struct 2014-10-12 01:16:32 +02:00
gimpbrushselect.h
gimpbuffersourcebox.c app: improve the layout of GimpBufferSourceBox 2015-11-30 02:46:22 +01:00
gimpbuffersourcebox.h app: improve the layout of GimpBufferSourceBox 2015-11-30 02:46:22 +01:00
gimpbufferview.c
gimpbufferview.h
gimpcairo-wilber.c
gimpcairo-wilber.h
gimpcellrendererdashes.c
gimpcellrendererdashes.h
gimpcellrendererviewable.c
gimpcellrendererviewable.h
gimpchanneltreeview.c app: add "gboolean convert_profile" to GimpDrawable::convert_type() 2015-08-16 15:56:28 +02:00
gimpchanneltreeview.h
gimpcircle.c app: s/gimp_hsv_to_rgb4/gimp_hsv_to_rgb/ in GimpCircle 2014-06-30 17:30:05 +02:00
gimpcircle.h app: move lots of state handling from sunclasses to GimpCircle 2014-05-30 03:25:02 +02:00
gimpclipboard.c
gimpclipboard.h
gimpcolorbar.c Bug 109161 - Improve Histogram with Luminance Channel 2016-04-18 19:35:06 +01:00
gimpcolorbar.h
gimpcolordialog.c Bug 750546 - Include recently used colors in the Dockable Colors Dialog 2015-12-23 13:25:26 +01:00
gimpcolordialog.h Bug 750546 - Include recently used colors in the Dockable Colors Dialog 2015-12-23 13:25:26 +01:00
gimpcolordisplayeditor.c Initialize GValues with G_VALUE_INIT instead of { 0, } 2016-03-26 15:59:26 +01:00
gimpcolordisplayeditor.h
gimpcoloreditor.c Bug 750546 - Include recently used colors in the Dockable Colors Dialog 2015-12-23 13:25:26 +01:00
gimpcoloreditor.h
gimpcolorframe.c Bug 748749 - picked colors don't match image colors... 2015-08-25 00:05:59 +02:00
gimpcolorframe.h Bug 748749 - picked colors don't match image colors... 2015-08-25 00:05:59 +02:00
gimpcolorhistory.c Bug 750546 - Include recently used colors in the Dockable Colors Dialog 2015-12-23 13:25:26 +01:00
gimpcolorhistory.h Bug 750546 - Include recently used colors in the Dockable Colors Dialog 2015-12-23 13:25:26 +01:00
gimpcolormapeditor.c Bug 679387 - Add "select pixels with this color" from colormap 2015-08-26 01:06:34 +02:00
gimpcolormapeditor.h
gimpcolorpanel.c app, libgimpwidgets: reset "old" selection color of GimpColor{Button,Panel} ... 2016-05-16 11:49:00 +00:00
gimpcolorpanel.h
gimpcolorselectorpalette.c
gimpcolorselectorpalette.h
gimpcombotagentry.c app: get rid of some GtkObject variables, makes the gtk3-port diff smaller 2014-07-21 02:34:39 +02:00
gimpcombotagentry.h
gimpcomponenteditor.c
gimpcomponenteditor.h
gimpcontainerbox.c
gimpcontainerbox.h
gimpcontainercombobox.c
gimpcontainercombobox.h
gimpcontainereditor.c
gimpcontainereditor.h
gimpcontainerentry.c app: chain up unconditionally gimp_container_entry_clear_items() 2014-06-06 22:48:35 +02:00
gimpcontainerentry.h
gimpcontainergridview.c
gimpcontainergridview.h
gimpcontainericonview.c
gimpcontainericonview.h
gimpcontainerpopup.c Bug 761998 - MyPaint brush popup out of screen 2016-03-20 21:34:37 +01:00
gimpcontainerpopup.h app: factor out a generic GimpPopup widget out of GimpContainerPopup 2014-06-06 00:57:20 +02:00
gimpcontainertreestore.c
gimpcontainertreestore.h
gimpcontainertreeview-dnd.c
gimpcontainertreeview-dnd.h
gimpcontainertreeview-private.h
gimpcontainertreeview.c app: make sure icons in GimpContainerTreeView follow icon theme changes 2015-12-11 22:46:37 +01:00
gimpcontainertreeview.h
gimpcontainerview-utils.c
gimpcontainerview-utils.h
gimpcontainerview.c app: make gimp_container_view_remove_container() more robust 2014-06-06 22:48:35 +02:00
gimpcontainerview.h
gimpcontrollereditor.c app, libgimp: replace GTK_STOCK_FOO by icon names 2014-05-11 22:49:22 +02:00
gimpcontrollereditor.h
gimpcontrollerinfo.c app: port tons of files to the new GIMP_CONFIG_PROP_FOO() macros 2016-02-11 23:46:24 +01:00
gimpcontrollerinfo.h
gimpcontrollerkeyboard.c Bug 754171 - cmd - missing modifier key to configure input controllers 2015-09-09 14:59:32 +02:00
gimpcontrollerkeyboard.h
gimpcontrollerlist.c app, libgimp: replace GTK_STOCK_FOO by icon names 2014-05-11 22:49:22 +02:00
gimpcontrollerlist.h
gimpcontrollermouse.c
gimpcontrollermouse.h app: Fix broken header guards. 2014-05-25 20:50:56 -04:00
gimpcontrollers.c libgimpbase, app: add variants of gimp_$foo_directory() which return GFiles 2014-07-28 02:04:01 +02:00
gimpcontrollers.h
gimpcontrollerwheel.c Bug 754171 - cmd - missing modifier key to configure input controllers 2015-09-09 12:11:43 +02:00
gimpcontrollerwheel.h app: Fix broken header guards. 2014-05-25 20:50:56 -04:00
gimpcursor.c app: fix typo in "cursor-side-top.png" to make that cursor work again 2015-04-15 21:51:45 +02:00
gimpcursor.h
gimpcurveview.c app: fix implicit enum casting 2015-01-10 00:02:28 +01:00
gimpcurveview.h
gimpdasheditor.c
gimpdasheditor.h
gimpdataeditor.c app: change a GimpData's name only if it actually changed 2015-02-24 19:07:39 +01:00
gimpdataeditor.h
gimpdatafactoryview.c app: block edited signal in GimpDataFactory edited callback 2016-04-15 23:39:57 +01:00
gimpdatafactoryview.h
gimpdeviceeditor.c app: replace GimpList's internal GList with a GQueue 2016-05-01 15:22:44 +02:00
gimpdeviceeditor.h
gimpdeviceinfo-coords.c app: formatting cleanup in the last commit 2015-12-29 17:08:51 +01:00
gimpdeviceinfo-coords.h
gimpdeviceinfo.c Initialize GValues with G_VALUE_INIT instead of { 0, } 2016-03-26 15:59:26 +01:00
gimpdeviceinfo.h app: rename all values of enum GimpContextPropMask 2015-09-08 21:18:49 +02:00
gimpdeviceinfoeditor.c
gimpdeviceinfoeditor.h
gimpdevicemanager.c
gimpdevicemanager.h
gimpdevices.c app: replace GimpList's internal GList with a GQueue 2016-05-01 15:22:44 +02:00
gimpdevices.h
gimpdevicestatus.c app: replace GimpList's internal GList with a GQueue 2016-05-01 15:22:44 +02:00
gimpdevicestatus.h
gimpdial.c app: move lots of state handling from sunclasses to GimpCircle 2014-05-30 03:25:02 +02:00
gimpdial.h app: move GimpDial's background drawing to a new parent class, GimpCircle 2014-05-26 09:23:55 +02:00
gimpdialogfactory.c app: fix implicit enum casting 2015-01-10 00:02:28 +01:00
gimpdialogfactory.h
gimpdnd-xds.c app: move some stuff out of app/file/ 2016-01-03 23:38:08 +01:00
gimpdnd-xds.h
gimpdnd.c app: don't access GtkTargetList's members directly 2015-09-28 15:28:57 +02:00
gimpdnd.h
gimpdock.c
gimpdock.h
gimpdockable.c app: remove some trailing spaces. 2015-12-10 01:40:55 +01:00
gimpdockable.h
gimpdockbook.c app: remove trailing spaces. 2016-01-08 20:49:33 +01:00
gimpdockbook.h
gimpdockcolumns.c
gimpdockcolumns.h
gimpdockcontainer.c
gimpdockcontainer.h
gimpdocked.c
gimpdocked.h
gimpdockwindow.c app: replace GimpList's internal GList with a GQueue 2016-05-01 15:22:44 +02:00
gimpdockwindow.h
gimpdocumentview.c
gimpdocumentview.h
gimpdrawabletreeview.c app: change parameters of gimp_fill_options_new() 2016-03-15 20:10:16 +01:00
gimpdrawabletreeview.h
gimpdynamicseditor.c app: port tons of files to the new GIMP_CONFIG_PROP_FOO() macros 2016-02-11 23:46:24 +01:00
gimpdynamicseditor.h
gimpdynamicsfactoryview.c
gimpdynamicsfactoryview.h
gimpdynamicsoutputeditor.c
gimpdynamicsoutputeditor.h
gimpeditor.c
gimpeditor.h
gimpenumaction.c
gimpenumaction.h
gimperrorconsole.c
gimperrorconsole.h
gimperrordialog.c
gimperrordialog.h
gimpexportdialog.c app: add gimp_plug_in_manager_get_file_procedures() for the file dialogs 2016-01-06 15:07:41 +01:00
gimpexportdialog.h app: some formatting cleanup in the file dialog widgets 2016-01-06 14:10:36 +01:00
gimpfgbgeditor.c Bug 760362 - gimp-swap-colors not changed 'on the fly' when icon-theme changes 2016-01-11 02:09:55 +01:00
gimpfgbgeditor.h
gimpfgbgview.c
gimpfgbgview.h
gimpfiledialog.c Bug 753683 - default path location 2016-02-12 23:09:03 +01:00
gimpfiledialog.h app: some formatting cleanup in the file dialog widgets 2016-01-06 14:10:36 +01:00
gimpfileprocview.c app: add new virtual function GimpProcedure::get_help_id() 2016-01-17 17:15:27 +01:00
gimpfileprocview.h
gimpfilleditor.c app: remove some #includes 2016-03-11 22:45:15 +01:00
gimpfilleditor.h
gimpfontselect.c
gimpfontselect.h
gimpfontview.c
gimpfontview.h
gimpgradienteditor.c app: change enum GimpColorPickState to { START, UPDATE, END } 2014-11-28 12:00:53 +01:00
gimpgradienteditor.h
gimpgradientselect.c
gimpgradientselect.h
gimpgrideditor.c
gimpgrideditor.h
gimphandlebar.c
gimphandlebar.h
gimphelp-ids.h Bug 320447 - fast switching between "color managed display" and "softproof" 2016-05-14 23:50:58 +02:00
gimphelp.c app: replacing tabs with spaces in gimphelp.c. 2015-11-08 23:26:48 +01:00
gimphelp.h
gimphistogrambox.c app: gimp_spin_button_new() -> gtk_spin_button_new() 2014-06-21 22:39:37 +02:00
gimphistogrambox.h
gimphistogrameditor.c Bug 109161 - Improve Histogram with Luminance Channel 2016-04-18 19:35:06 +01:00
gimphistogrameditor.h
gimphistogramview.c
gimphistogramview.h
gimpiconpicker.c app: factor out a generic GimpPopup widget out of GimpContainerPopup 2014-06-06 00:57:20 +02:00
gimpiconpicker.h
gimpimagecommenteditor.c
gimpimagecommenteditor.h
gimpimageeditor.c
gimpimageeditor.h
gimpimageparasiteview.c
gimpimageparasiteview.h
gimpimageprofileview.c app, libgimpcolor: refactor GimpColorManaged::get_color_profile() 2015-09-03 01:36:02 +02:00
gimpimageprofileview.h
gimpimagepropview.c app: move some stuff out of app/file/ 2016-01-03 23:38:08 +01:00
gimpimagepropview.h
gimpimageview.c
gimpimageview.h
gimpitemtreeview.c app: update GimpItemTreeView's eye and link cells on icon theme change 2015-12-11 22:55:01 +01:00
gimpitemtreeview.h
gimplanguagecombobox.c
gimplanguagecombobox.h
gimplanguageentry.c
gimplanguageentry.h
gimplanguagestore-parser.c app: ifdef out functions that are unused 2015-01-10 00:03:04 +01:00
gimplanguagestore-parser.h
gimplanguagestore.c Initialize GValues with G_VALUE_INIT instead of { 0, } 2016-03-26 15:59:26 +01:00
gimplanguagestore.h
gimplayertreeview.c app: move functions to create layers to new files gimplayer-new.[ch] 2015-06-17 13:21:01 +02:00
gimplayertreeview.h
gimpmenudock.c
gimpmenudock.h
gimpmenufactory.c Bug 736746 - Alt+Number only switches to lower-numbered windows 2015-01-09 23:02:24 +01:00
gimpmenufactory.h
gimpmessagebox.c
gimpmessagebox.h
gimpmessagedialog.c
gimpmessagedialog.h
gimpnavigationview.c app: fix GimpNavigationView and GimpNavigationEditor for rotated canvases 2016-01-05 15:14:08 +01:00
gimpnavigationview.h app: fix GimpNavigationView and GimpNavigationEditor for rotated canvases 2016-01-05 15:14:08 +01:00
gimpopendialog.c app: add gimp_plug_in_manager_get_file_procedures() for the file dialogs 2016-01-06 15:07:41 +01:00
gimpopendialog.h app: add gimp_plug_in_manager_get_file_procedures() for the file dialogs 2016-01-06 15:07:41 +01:00
gimpoverlaybox.c Bug 761118 - GIMP prints many CRITICAL warnings 2016-03-28 14:46:13 +02:00
gimpoverlaybox.h
gimpoverlaychild.c Bug 735891 - color areas in the color picker info window are half transparent 2015-10-27 21:41:32 +01:00
gimpoverlaychild.h
gimpoverlaydialog.c app: put the GimpOverlayDialog detach tooltip on the with widget 2015-09-09 01:24:19 +02:00
gimpoverlaydialog.h app: add a "detach" button to all on-canvas tool dialogs 2015-05-01 18:00:05 -04:00
gimpoverlayframe.c
gimpoverlayframe.h
gimppaletteeditor.c app: change enum GimpColorPickState to { START, UPDATE, END } 2014-11-28 12:00:53 +01:00
gimppaletteeditor.h app: gimp_spin_button_new() -> gtk_spin_button_new() 2014-06-21 22:39:37 +02:00
gimppaletteselect.c
gimppaletteselect.h
gimppaletteview.c
gimppaletteview.h
gimppanedbox.c app: fix uninitialized boolean in gimp_paned_box_drag_drop() 2015-02-24 23:29:39 +01:00
gimppanedbox.h
gimppatternfactoryview.c
gimppatternfactoryview.h
gimppatternselect.c
gimppatternselect.h
gimppdbdialog.c
gimppdbdialog.h
gimppickablebutton.c app: implement picking any image or layer in GimpPickableButton/Popup 2014-06-06 22:48:36 +02:00
gimppickablebutton.h
gimppickablepopup.c app: fix some glitches in GimpPickablePopup 2014-06-15 18:30:47 +02:00
gimppickablepopup.h app: implement picking any image or layer in GimpPickableButton/Popup 2014-06-06 22:48:36 +02:00
gimppixbuf.c
gimppixbuf.h
gimppolar.c app: move lots of state handling from sunclasses to GimpCircle 2014-05-30 03:25:02 +02:00
gimppolar.h app: add new GimpCircle subblass GimpPolar to select polar coordinates 2014-05-30 00:36:42 +02:00
gimppopup.c app: s/0/GDK_GRAB_SUCCESS/. 2015-09-05 22:30:56 +02:00
gimppopup.h app: factor out a generic GimpPopup widget out of GimpContainerPopup 2014-06-06 00:57:20 +02:00
gimpprefsbox.c app: don't hardcode the prefs icon sizes n_categories times 2015-12-13 13:33:55 +01:00
gimpprefsbox.h app: don't hardcode the prefs icon sizes n_categories times 2015-12-13 13:33:55 +01:00
gimpprocedureaction.c app: derive GimpProcedure from GimpViewable 2016-01-01 20:05:32 +01:00
gimpprocedureaction.h app: rename GimpPlugInAction to GimpProcedureAction 2016-01-01 20:05:32 +01:00
gimpprogressbox.c app: some GimpProgress cleanup 2014-07-12 23:45:20 +02:00
gimpprogressbox.h app: some GimpProgress cleanup 2014-07-12 23:45:20 +02:00
gimpprogressdialog.c app: add gimp_progress_set_text_literal() 2014-07-20 23:32:19 +02:00
gimpprogressdialog.h
gimppropgui-constructors.c app: change GEGL op GUI generation so widgets can expand vertically 2016-03-26 20:28:24 +01:00
gimppropgui-constructors.h app: add a custom GUI for gegl:diffraction-patterns 2015-02-06 19:43:49 +01:00
gimppropgui.c app: set a reasonable minimum height for prop text buffers/views 2016-04-16 17:51:32 +01:00
gimppropgui.h app: add a GParamFlags parameter to gimp_prop_gui_new() 2016-02-06 01:04:40 +01:00
gimppropwidgets.c app: use gimp_config_path_expand() in gimp_prop_profile_combo_box_new() 2016-05-08 23:12:29 +02:00
gimppropwidgets.h app: add gimp_prop_profile_combo_box_new() 2016-05-08 20:38:46 +02:00
gimpradioaction.c
gimpradioaction.h
gimprender.c
gimprender.h
gimpsamplepointeditor.c app: don't access GimpSamplePoint members directly 2016-01-04 22:06:27 +01:00
gimpsamplepointeditor.h
gimpsavedialog.c app: add gimp_plug_in_manager_get_file_procedures() for the file dialogs 2016-01-06 15:07:41 +01:00
gimpsavedialog.h app: some formatting cleanup in the file dialog widgets 2016-01-06 14:10:36 +01:00
gimpscalebutton.c
gimpscalebutton.h
gimpsearchpopup.c app: Always return a value from results_list_on_key_press_event 2015-09-06 19:44:33 -04:00
gimpsearchpopup.h app: fix whitespaces. 2015-09-06 21:02:26 +02:00
gimpselectiondata.c
gimpselectiondata.h
gimpselectioneditor.c Bug 748749 - picked colors don't match image colors... 2015-08-25 00:05:59 +02:00
gimpselectioneditor.h
gimpsessioninfo-aux.c Initialize GValues with G_VALUE_INIT instead of { 0, } 2016-03-26 15:59:26 +01:00
gimpsessioninfo-aux.h
gimpsessioninfo-book.c
gimpsessioninfo-book.h
gimpsessioninfo-dock.c
gimpsessioninfo-dock.h
gimpsessioninfo-dockable.c
gimpsessioninfo-dockable.h
gimpsessioninfo-private.h
gimpsessioninfo.c app: don't assign variable before checking the validity 2015-03-09 08:28:33 +01:00
gimpsessioninfo.h
gimpsessionmanaged.c
gimpsessionmanaged.h
gimpsettingsbox.c app: replace GimpList's internal GList with a GQueue 2016-05-01 15:22:44 +02:00
gimpsettingsbox.h app: change GimpImageMapTool::get_settings_ui()'s "default_folder" to GFile 2014-07-29 11:56:49 +02:00
gimpsettingseditor.c app, libgimp: replace GTK_STOCK_FOO by icon names 2014-05-11 22:49:22 +02:00
gimpsettingseditor.h
gimpsizebox.c
gimpsizebox.h
gimpspinscale.c app: don't leak all results from separate_uline_pattern() in GimpSpinScale 2014-10-06 20:34:22 +02:00
gimpspinscale.h
gimpstringaction.c
gimpstringaction.h
gimpstrokeeditor.c
gimpstrokeeditor.h
gimpsymmetryeditor.c app: move symmetry painting out of the playground 2016-02-06 23:33:04 +01:00
gimpsymmetryeditor.h app: simplify GimpSymmetryEditor even more 2016-02-06 00:32:57 +01:00
gimptagentry.c Bug 749777 - Deleting current gradient from script leads to... 2015-06-06 23:06:20 +02:00
gimptagentry.h
gimptagpopup.c Bug 751645 - tagbox dialog not showing lower tags 2015-07-04 14:04:35 +02:00
gimptagpopup.h
gimptemplateeditor.c app: add basic support for creating images with color profiles 2016-05-08 23:20:26 +02:00
gimptemplateeditor.h
gimptemplateview.c
gimptemplateview.h
gimptextbuffer-serialize.c
gimptextbuffer-serialize.h
gimptextbuffer.c Bug 742775: Crash when editing text with certain fonts 2015-02-03 18:33:12 +01:00
gimptextbuffer.h app: change filename in gimp_text_buffer_load() and _save() to GFile 2014-07-02 15:10:53 +02:00
gimptexteditor.c
gimptexteditor.h
gimptextproxy.c
gimptextproxy.h
gimptextstyleeditor.c Bug 735891 - color areas in the color picker info window are half transparent 2015-10-27 21:41:32 +01:00
gimptextstyleeditor.h
gimptexttag.c
gimptexttag.h
gimpthumbbox.c app: move some stuff out of app/file/ 2016-01-03 23:38:08 +01:00
gimpthumbbox.h app: port GimpThumbBox from URI to GFile 2014-07-08 00:58:42 +02:00
gimptoggleaction.c
gimptoggleaction.h
gimptoolbox-color-area.c Bug 733390 - Picking a color should also change the active color... 2014-09-16 23:56:50 +02:00
gimptoolbox-color-area.h
gimptoolbox-dnd.c app: remove a bunch of file-utils.h includes 2014-07-08 00:23:34 +02:00
gimptoolbox-dnd.h
gimptoolbox-image-area.c
gimptoolbox-image-area.h
gimptoolbox-indicator-area.c
gimptoolbox-indicator-area.h
gimptoolbox.c Bug 744127 - Restore tab hover delay during drag-n-drops 2015-02-19 22:42:18 +01:00
gimptoolbox.h
gimptooleditor.c app, libgimp: replace GTK_STOCK_FOO by icon names 2014-05-11 22:49:22 +02:00
gimptooleditor.h
gimptooloptionseditor.c app: don't ref the tool options GUI in gimp_tool_options_editor_dispose() 2014-10-09 00:35:57 +02:00
gimptooloptionseditor.h
gimptoolpalette.c
gimptoolpalette.h
gimptoolpreseteditor.c app: port tons of files to the new GIMP_CONFIG_PROP_FOO() macros 2016-02-11 23:46:24 +01:00
gimptoolpreseteditor.h
gimptoolpresetfactoryview.c app: add new action to restore a tool preset from the list 2015-10-14 12:32:47 +02:00
gimptoolpresetfactoryview.h
gimptranslationstore.c
gimptranslationstore.h
gimpuimanager.c app: get rid of some GtkObject variables, makes the gtk3-port diff smaller 2014-07-21 02:34:39 +02:00
gimpuimanager.h
gimpundoeditor.c app: don't reverse lists in GimpFilterStack and GimpUndoEditor 2016-05-03 01:05:49 +02:00
gimpundoeditor.h
gimpvectorstreeview.c
gimpvectorstreeview.h
gimpview-popup.c libgimpwidgets, app: add gdk_screen_get_monitor_workarea() 2014-05-19 14:37:32 +02:00
gimpview-popup.h
gimpview.c app: invalidate GimpView's renderer in style_set() 2015-12-14 23:22:14 +01:00
gimpview.h
gimpviewablebox.c app: do not add both a GtkLabel and GtkImage child to a GtkCheckButton. 2016-02-11 15:54:36 +01:00
gimpviewablebox.h app: add a brush selector to the MyPaint brush options 2015-12-28 20:04:29 +01:00
gimpviewablebutton.c app: factor out a generic GimpPopup widget out of GimpContainerPopup 2014-06-06 00:57:20 +02:00
gimpviewablebutton.h
gimpviewabledialog.c Bug 739489 - Add palette of recently used colors 2014-11-26 23:48:19 +01:00
gimpviewabledialog.h
gimpviewrenderer-frame.c
gimpviewrenderer-frame.h
gimpviewrenderer-utils.c
gimpviewrenderer-utils.h
gimpviewrenderer.c app: add a GimpColorConfig member to GimpViewRenderer 2016-05-14 00:28:15 +02:00
gimpviewrenderer.h app: add a GimpColorConfig member to GimpViewRenderer 2016-05-14 00:28:15 +02:00
gimpviewrendererbrush.c app: pass the widget to all gimp_view_renderer_render_foo() functions 2015-09-02 21:12:59 +02:00
gimpviewrendererbrush.h app: pass the widget to all gimp_view_renderer_render_foo() functions 2015-09-02 21:12:59 +02:00
gimpviewrendererbuffer.c app: pass the widget to all gimp_view_renderer_render_foo() functions 2015-09-02 21:12:59 +02:00
gimpviewrendererbuffer.h
gimpviewrendererdrawable.c app: pass the widget to all gimp_view_renderer_render_foo() functions 2015-09-02 21:12:59 +02:00
gimpviewrendererdrawable.h
gimpviewrenderergradient.c app: add a private struct to GimpViewRenderer 2016-05-14 00:14:51 +02:00
gimpviewrenderergradient.h
gimpviewrendererimage.c app: pass the widget to all gimp_view_renderer_render_foo() functions 2015-09-02 21:12:59 +02:00
gimpviewrendererimage.h
gimpviewrendererimagefile.c app: pass the widget to all gimp_view_renderer_render_foo() functions 2015-09-02 21:12:59 +02:00
gimpviewrendererimagefile.h
gimpviewrendererlayer.c app, libgimp: replace GTK_STOCK_FOO by icon names 2014-05-11 22:49:22 +02:00
gimpviewrendererlayer.h
gimpviewrendererpalette.c app: add a private struct to GimpViewRenderer 2016-05-14 00:14:51 +02:00
gimpviewrendererpalette.h
gimpviewrenderervectors.c
gimpviewrenderervectors.h
gimpwidgets-constructors.c app: add helper function gimp_color_profile_label_new() 2015-08-23 10:41:34 +02:00
gimpwidgets-constructors.h app: add helper function gimp_color_profile_label_new() 2015-08-23 10:41:34 +02:00
gimpwidgets-utils.c Bug 735891 - color areas in the color picker info window are half transparent 2015-10-27 21:41:32 +01:00
gimpwidgets-utils.h Bug 735891 - color areas in the color picker info window are half transparent 2015-10-27 21:41:32 +01:00
gimpwindow.c
gimpwindow.h
gimpwindowstrategy.c
gimpwindowstrategy.h
gtkhwrapbox.c
gtkhwrapbox.h
gtkwrapbox.c
gtkwrapbox.h
Makefile.am Bug 648776 - mirror symmetries. 2016-02-02 21:15:13 +01:00
widgets-enums.c app: change enum GimpColorPickState to { START, UPDATE, END } 2014-11-28 12:00:53 +01:00
widgets-enums.h app: split GimpFileDialog into Gimp(Open|Save|Export)Dialog subclasses. 2015-09-02 20:05:01 +02:00
widgets-types.h Bug 648776 - mirror symmetries. 2016-02-02 21:15:13 +01:00