Gimp/app/widgets
Michael Natterer 7656e2bda1 app: make gimp_window_key_press_event() do the right thing on a Mac
which is look at the right modifier when checking if a key event
can invoke an accelerator. Also get the mnemonic modifier from
GTK instead of hardcoding it, and don't check for it if mnemonics
are disabled, which is the right thing to do on all platforms.
2011-09-17 23:26:58 +02:00
..
.gitignore
gimpaction.c
gimpaction.h
gimpactioneditor.c app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimpactioneditor.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimpactionfactory.c
gimpactionfactory.h
gimpactiongroup.c app: use <primary> instead of <control> in accelerator strings 2011-09-16 22:59:58 +02:00
gimpactiongroup.h Bug 624824 - use gtk-image-menu-item-set-always-show-image on some menu items 2011-04-02 15:38:55 +02:00
gimpactionview.c
gimpactionview.h
gimpblobeditor.c app: namespace the ink blob 2010-11-14 16:43:21 +01:00
gimpblobeditor.h
gimpbrusheditor.c Fixed a typo 2011-04-20 13:20:42 +04:00
gimpbrusheditor.h app: use GimpSpinScales in GimpBrushEditor 2011-04-18 22:27:43 +02:00
gimpbrushfactoryview.c app: GimpBrushFactoryView: use a GimpSpinScale for spacing 2011-04-18 21:04:05 +02:00
gimpbrushfactoryview.h
gimpbrushselect.c app: replace the last GtkObject members by GtkAdjustment 2011-05-15 17:00:41 +02:00
gimpbrushselect.h
gimpbufferview.c app: Make GimpEditor instance members private 2011-04-10 12:12:01 +02:00
gimpbufferview.h
gimpcairo-wilber.c app: draw Wilber as in gimp-2.6 2011-09-02 18:07:34 +02:00
gimpcairo-wilber.h
gimpcairo.c app: fix wilber dawing offset on widgets that don't have a window 2011-03-01 17:11:22 +01:00
gimpcairo.h app: add GimpSegment as replacement for GdkSegment 2010-10-15 12:37:36 +02:00
gimpcellrendererdashes.c Build with GSEAL_ENABLE and #undef it where accessors are missing 2009-10-17 20:20:39 +02:00
gimpcellrendererdashes.h
gimpcellrendererviewable.c app: don't pass "GdkRectangle *draw_area" to gimp_view_renderer_draw() 2010-10-20 18:04:18 +02:00
gimpcellrendererviewable.h Bug 589010 - Don't make Alt-Clicked layers active 2010-06-27 21:46:53 +02:00
gimpchanneltreeview.c app: Make GimpEditor instance members private 2011-04-10 12:12:01 +02:00
gimpchanneltreeview.h
gimpclipboard.c app: remove the "offset" API from TileManager 2011-03-26 08:30:15 +01:00
gimpclipboard.h app: enable copy and paste for curves 2010-02-16 19:58:51 +01:00
gimpcolorbar.c app: clean up GimpColorBar rendering and add cairo_surface_mark_dirty() 2010-07-30 16:25:08 +02:00
gimpcolorbar.h
gimpcolordialog.c app: more gtk_container_add -> gtk_box_pack_start 2010-10-30 15:42:25 +02:00
gimpcolordialog.h
gimpcolordisplayeditor.c app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimpcolordisplayeditor.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimpcoloreditor.c app: use more of the new GDK_KEY_foo key names 2011-03-29 17:24:08 +02:00
gimpcoloreditor.h
gimpcolorframe.c app: cairo_translate() by allocation.x,y instead of doing that when drawing 2010-10-15 13:02:05 +02:00
gimpcolorframe.h
gimpcolormapeditor.c app: Make GimpEditor instance members private 2011-04-10 12:12:01 +02:00
gimpcolormapeditor.h app: simplify how the colormap editor sets FG/BG colors 2010-10-28 03:09:53 +02:00
gimpcolorpanel.c app: don't include individual files from libgimp* 2011-04-28 14:23:33 +02:00
gimpcolorpanel.h app: don't include individual files from libgimp* 2011-04-28 14:23:33 +02:00
gimpcolorselectorpalette.c app: more gtk_container_add -> gtk_box_pack_start 2010-10-30 15:42:25 +02:00
gimpcolorselectorpalette.h app: don't include individual files from libgimp* 2011-04-28 14:23:33 +02:00
gimpcombotagentry.c app: add GimpTaggedContainer 2011-03-22 23:11:46 +01:00
gimpcombotagentry.h app: add GimpTaggedContainer 2011-03-22 23:11:46 +01:00
gimpcomponenteditor.c
gimpcomponenteditor.h
gimpcontainerbox.c app: add comment about why we can't use GimpContainerView API in init() 2010-06-24 18:38:17 +02:00
gimpcontainerbox.h
gimpcontainercombobox.c app: check that the model is not NULL before using it in GimpContainerComboBox 2011-02-06 11:20:07 +01:00
gimpcontainercombobox.h app: use a GimpContainerTreeStore for GimpContainerComboBox 2010-05-17 22:05:08 +02:00
gimpcontainereditor.c app: Make GimpEditor instance members private 2011-04-10 12:12:01 +02:00
gimpcontainereditor.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimpcontainerentry.c app: pull more code into GimpContainerTreeStore 2010-06-03 22:09:02 +02:00
gimpcontainerentry.h app: use a GimpContainerTreeStore for GimpContainerEntry 2010-05-17 22:35:12 +02:00
gimpcontainergridview.c app: use more of the new GDK_KEY_foo key names 2011-03-29 17:24:08 +02:00
gimpcontainergridview.h
gimpcontainericonview.c Use the new g_[s]list_free_full() instead of foreach() and free() 2011-03-07 17:11:28 +01:00
gimpcontainericonview.h app: add GimpContainerIconView, a new GimpContainerView based on GtkIconView 2010-06-03 22:19:09 +02:00
gimpcontainerpopup.c app: use more of the new GDK_KEY_foo key names 2011-03-29 17:24:08 +02:00
gimpcontainerpopup.h
gimpcontainertreestore.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpcontainertreestore.h app: pull more code into GimpContainerTreeStore 2010-06-03 22:09:02 +02:00
gimpcontainertreeview-dnd.c Use the new g_[s]list_free_full() instead of foreach() and free() 2011-03-07 17:11:28 +01:00
gimpcontainertreeview-dnd.h app: pass the drop_path to GimpContainerTreeView::drop_possible() 2009-12-28 21:10:04 +01:00
gimpcontainertreeview-private.h
gimpcontainertreeview.c app: use more of the new GDK_KEY_foo key names 2011-03-29 17:24:08 +02:00
gimpcontainertreeview.h app: add an "edit-name" binding signal and default to F2 2011-02-14 20:01:08 +01:00
gimpcontainerview-utils.c app: add gimp_container_get_neighbor_of() to GimpContainer 2011-03-13 02:14:44 +01:00
gimpcontainerview-utils.h
gimpcontainerview.c app: base multiple selection API on the GtkSelectionMode enum 2010-05-19 20:07:31 +02:00
gimpcontainerview.h app: base multiple selection API on the GtkSelectionMode enum 2010-05-19 20:07:31 +02:00
gimpcontrollereditor.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpcontrollereditor.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimpcontrollerinfo.c
gimpcontrollerinfo.h
gimpcontrollerkeyboard.c app: use more of the new GDK_KEY_foo key names 2011-03-29 17:24:08 +02:00
gimpcontrollerkeyboard.h
gimpcontrollerlist.c Add a controller for binding mouse buttons 2011-04-06 23:35:14 +02:00
gimpcontrollerlist.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimpcontrollermouse.c Remove stray semicolon 2011-04-06 23:40:56 +02:00
gimpcontrollermouse.h Add a controller for binding mouse buttons 2011-04-06 23:35:14 +02:00
gimpcontrollers.c Add a controller for binding mouse buttons 2011-04-06 23:35:14 +02:00
gimpcontrollers.h Add a controller for binding mouse buttons 2011-04-06 23:35:14 +02:00
gimpcontrollerwheel.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpcontrollerwheel.h
gimpcursor.c Bug 641187 - GIMP needs a left-handed cursor option 2011-07-24 22:09:21 +02:00
gimpcursor.h Bug 641187 - GIMP needs a left-handed cursor option 2011-07-24 22:09:21 +02:00
gimpcurveview.c libgimpwidgets/color: move the cairo color utility functions to libgimpcolor 2011-04-28 15:50:39 +02:00
gimpcurveview.h app: allow to set a color for GimpCurveView's primary curve 2011-02-10 20:05:50 +01:00
gimpdasheditor.c app: move all GimpStrokeOptions members to private 2011-03-05 21:00:28 +01:00
gimpdasheditor.h
gimpdataeditor.c app: Make GimpEditor instance members private 2011-04-10 12:12:01 +02:00
gimpdataeditor.h
gimpdatafactoryview.c app: Make GimpEditor instance members private 2011-04-10 12:12:01 +02:00
gimpdatafactoryview.h
gimpdeviceeditor.c app: GimpDeviceManager refactoring part two 2011-02-28 14:37:00 +01:00
gimpdeviceeditor.h 622863 - Input Devices list is not resizeable 2011-01-20 20:26:34 +01:00
gimpdeviceinfo-coords.c app: sprinkle const qualifiers in the tool event callback functions 2011-05-31 23:18:11 +02:00
gimpdeviceinfo-coords.h app: sprinkle const qualifiers in the tool event callback functions 2011-05-31 23:18:11 +02:00
gimpdeviceinfo.c app: emit "changed" when GimpDeviceInfo's device gets (un)set 2011-02-28 16:08:12 +01:00
gimpdeviceinfo.h app: gimp_device_info_map_axis(): "value" is a double, not a boolean 2010-02-16 19:29:37 +01:00
gimpdeviceinfoeditor.c app: allow to set a color for GimpCurveView's primary curve 2011-02-10 20:05:50 +01:00
gimpdeviceinfoeditor.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimpdevicemanager.c app: set the device manager's sort_func via g_object_new() 2011-02-28 15:48:13 +01:00
gimpdevicemanager.h app: device manager refactoring part one 2011-02-28 12:57:15 +01:00
gimpdevices.c app: GimpDeviceManager refactoring part two 2011-02-28 14:37:00 +01:00
gimpdevices.h app: GimpDeviceManager refactoring part two 2011-02-28 14:37:00 +01:00
gimpdevicestatus.c app: pack stuff in boxes instead of tables in GimpDeviceStatus 2011-03-01 13:28:58 +01:00
gimpdevicestatus.h app: GimpDeviceManager refactoring part two 2011-02-28 14:37:00 +01:00
gimpdialogfactory.c Bug 641187 - GIMP needs a left-handed cursor option 2011-07-24 22:09:21 +02:00
gimpdialogfactory.h app: Add a 'restore_func' to GimpDialogFactoryEntry 2011-05-27 21:55:41 +02:00
gimpdnd-xds.c app: #undef GSEAL_ENABLE to build against the gtk-2-22 branch 2010-05-30 17:19:47 +02:00
gimpdnd-xds.h
gimpdnd.c Use the new g_[s]list_free_full() instead of foreach() and free() 2011-03-07 17:11:28 +01:00
gimpdnd.h
gimpdock.c app: Add GimpDockContainer::get_ui_manager() 2011-05-13 18:56:41 +02:00
gimpdock.h app: Add gimp_dock_set_id() 2011-04-21 19:57:14 +02:00
gimpdockable.c app: Add GimpSessionManaged 2011-05-31 23:15:14 +02:00
gimpdockable.h app: Add GimpSessionManaged 2011-05-31 23:15:14 +02:00
gimpdockbook.c app: Add gimp_dockbook_add_from_dialog_factory() 2011-07-03 21:20:20 +02:00
gimpdockbook.h app: Add gimp_dockbook_add_from_dialog_factory() 2011-07-03 21:20:20 +02:00
gimpdockcolumns.c app: Add gimp_dock_columns_create_dock_and_dockbook() 2011-07-03 21:20:34 +02:00
gimpdockcolumns.h app: Add gimp_dock_columns_create_dock_and_dockbook() 2011-07-03 21:20:34 +02:00
gimpdockcontainer.c app: Add the concept of 'side' of a dock 2011-05-19 20:57:40 +02:00
gimpdockcontainer.h app: Add the concept of 'side' of a dock 2011-05-19 20:57:40 +02:00
gimpdocked.c Add 'Automatic' Tab Style support 2010-06-12 01:23:42 +02:00
gimpdocked.h Add 'Automatic' Tab Style support 2010-06-12 01:23:42 +02:00
gimpdockwindow.c app: Add GimpSessionManaged 2011-05-31 23:15:14 +02:00
gimpdockwindow.h app: Add GimpSessionManaged 2011-05-31 23:15:14 +02:00
gimpdocumentview.c app: Make GimpEditor instance members private 2011-04-10 12:12:01 +02:00
gimpdocumentview.h
gimpdrawabletreeview.c Bug 597117 - impossible to drop a group as a sibling inside a group 2011-02-08 09:35:38 +01:00
gimpdrawabletreeview.h
gimpdynamicseditor.c app/libgimp*: remove stuff found by -Wunused-but-set-variable 2011-05-01 23:23:19 +02:00
gimpdynamicseditor.h app: fix code formatting and UI packing 2010-02-22 10:35:43 +01:00
gimpdynamicsfactoryview.c app/libgimp*: remove stuff found by -Wunused-but-set-variable 2011-05-01 23:23:19 +02:00
gimpdynamicsfactoryview.h Fixes 2009-10-10 20:22:31 +03:00
gimpdynamicsoutputeditor.c app: allow to set a color for GimpCurveView's primary curve 2011-02-10 20:05:50 +01:00
gimpdynamicsoutputeditor.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimpeditor.c app: Make GimpEditor instance members private 2011-04-10 12:12:01 +02:00
gimpeditor.h app: Make GimpEditor instance members private 2011-04-10 12:12:01 +02:00
gimpenumaction.c
gimpenumaction.h
gimperrorconsole.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimperrorconsole.h
gimperrordialog.c app: more gtk_container_add -> gtk_box_pack_start 2010-10-30 15:42:25 +02:00
gimperrordialog.h
gimpfgbgeditor.c app: implement GObject::dispose() instead of GtkObject::destroy() 2010-10-15 14:08:36 +02:00
gimpfgbgeditor.h app: port GimpFgBgEditor drawing to cairo 2010-07-29 14:20:37 +02:00
gimpfgbgview.c app: cairo_translate() by allocation.x,y 2010-10-22 18:46:57 +02:00
gimpfgbgview.h app: port GimpFgBgView rendering to cairo 2010-07-29 14:05:51 +02:00
gimpfiledialog.c Globally switch to saying "window_id" instead of just "window" 2011-02-06 12:07:55 +01:00
gimpfiledialog.h
gimpfileprocview.c Use the new g_[s]list_free_full() instead of foreach() and free() 2011-03-07 17:11:28 +01:00
gimpfileprocview.h
gimpfilleditor.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpfilleditor.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimpfontselect.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpfontselect.h
gimpfontview.c app: Make GimpEditor instance members private 2011-04-10 12:12:01 +02:00
gimpfontview.h
gimpgradienteditor.c app: replace the last GtkObject members by GtkAdjustment 2011-05-15 17:00:41 +02:00
gimpgradienteditor.h app: replace the last GtkObject members by GtkAdjustment 2011-05-15 17:00:41 +02:00
gimpgradientselect.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpgradientselect.h
gimpgrideditor.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpgrideditor.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimphandlebar.c app: return TRUE from button and motion callbacks because we handled the events 2010-10-21 13:19:51 +02:00
gimphandlebar.h
gimphelp-ids.h Add a controller for binding mouse buttons 2011-04-06 23:35:14 +02:00
gimphelp.c Globally switch to saying "window_id" instead of just "window" 2011-02-06 12:07:55 +01:00
gimphelp.h
gimphistogrambox.c app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimphistogrambox.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimphistogrameditor.c Some more changes to build with GSEAL_ENABLE 2010-01-15 15:35:03 +01:00
gimphistogrameditor.h
gimphistogramview.c app: remove code duplication in the histogram and curve views 2010-07-30 12:51:03 +02:00
gimphistogramview.h
gimpiconpicker.c app: don't include individual files from libgimp* 2011-04-28 14:23:33 +02:00
gimpiconpicker.h app: add new widget GimpIconPicker, ripped out of GimpTemplateEditor 2011-03-01 12:31:17 +01:00
gimpimagecommenteditor.c Revert "Bug #658816 - Add a spellchecker to the comment editor" 2011-09-13 00:33:33 +05:30
gimpimagecommenteditor.h
gimpimageeditor.c app: Make GimpEditor instance members private 2011-04-10 12:12:01 +02:00
gimpimageeditor.h
gimpimageparasiteview.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpimageparasiteview.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimpimageprofileview.c app: more gtk_container_add -> gtk_box_pack_start 2010-10-30 15:42:25 +02:00
gimpimageprofileview.h
gimpimagepropview.c app: Add and use gimp_image_get_uri() 2011-01-26 08:19:39 +01:00
gimpimagepropview.h
gimpimageview.c app: Make GimpEditor instance members private 2011-04-10 12:12:01 +02:00
gimpimageview.h
gimpitemtreeview.c app/libgimp*: remove stuff found by -Wunused-but-set-variable 2011-05-01 23:23:19 +02:00
gimpitemtreeview.h app: merge the layer, channel and vectors repositioning APIs 2010-07-08 18:08:13 +02:00
gimplanguagecombobox.c app: prepare another refactoring 2010-01-05 22:30:17 +01:00
gimplanguagecombobox.h app: prepare another refactoring 2010-01-05 22:30:17 +01:00
gimplanguageentry.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimplanguageentry.h app: prepare another refactoring 2010-01-05 22:30:17 +01:00
gimplanguagestore-parser.c app: add GimpTranslationStore class 2010-01-05 22:30:16 +01:00
gimplanguagestore-parser.h app: add GimpTranslationStore class 2010-01-05 22:30:16 +01:00
gimplanguagestore.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimplanguagestore.h app: prepare another refactoring 2010-01-05 22:30:17 +01:00
gimplayertreeview.c app: GimpLayerTreeView: use a GimpSpinScale for opacity 2011-04-18 20:41:02 +02:00
gimplayertreeview.h
gimpmenudock.c app: Move title invalidation from GimpMenuDock to GimpDock base class 2010-03-07 10:25:24 +01:00
gimpmenudock.h Move the Image Selection Menu to GimpDockWindow 2009-12-05 21:21:24 +01:00
gimpmenufactory.c Use the new g_[s]list_free_full() instead of foreach() and free() 2011-03-07 17:11:28 +01:00
gimpmenufactory.h app: Add GimpMenuFactoryPrivate 2009-12-06 10:23:05 +01:00
gimpmessagebox.c app: don't include individual files from libgimp* 2011-04-28 14:23:33 +02:00
gimpmessagebox.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimpmessagedialog.c
gimpmessagedialog.h
gimpnavigationview.c app: use more of the new GDK_KEY_foo key names 2011-03-29 17:24:08 +02:00
gimpnavigationview.h
gimpoverlaybox.c app: switch off double buffering on the entire offscreen widget tree 2010-06-18 13:45:03 +02:00
gimpoverlaybox.h app: allow to position overlay widgets absolutely 2010-02-20 15:15:53 +01:00
gimpoverlaychild.c app: add the MIN4() and MAX4() macros to gimp-utils.h 2011-06-04 17:16:21 +02:00
gimpoverlaychild.h app: allow to position overlay widgets absolutely 2010-02-20 15:15:53 +01:00
gimpoverlaydialog.c app/libgimp*: remove stuff found by -Wunused-but-set-variable 2011-05-01 23:23:19 +02:00
gimpoverlaydialog.h app: split out the round corners code from GimpOverlayDialog 2010-06-12 19:02:51 +02:00
gimpoverlayframe.c app: add a 1px FG border around overlay frames 2011-03-18 22:57:13 +01:00
gimpoverlayframe.h app: split out the round corners code from GimpOverlayDialog 2010-06-12 19:02:51 +02:00
gimppaletteeditor.c app/libgimp*: remove stuff found by -Wunused-but-set-variable 2011-05-01 23:23:19 +02:00
gimppaletteeditor.h
gimppaletteselect.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimppaletteselect.h
gimppaletteview.c app: use more of the new GDK_KEY_foo key names 2011-03-29 17:24:08 +02:00
gimppaletteview.h
gimppanedbox.c app: Resurrect "You can drop dockable dialogs here" 2011-08-16 22:33:39 +02:00
gimppanedbox.h app: Use a GdkWindow instead of GimpDockSeparators for dockable DND 2009-11-29 18:22:12 +01:00
gimppatternfactoryview.c
gimppatternfactoryview.h
gimppatternselect.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimppatternselect.h
gimppdbdialog.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimppdbdialog.h app: don't include individual files from libgimp* 2011-04-28 14:23:33 +02:00
gimppixbuf.c
gimppixbuf.h
gimppluginaction.c
gimppluginaction.h
gimpprofilechooserdialog.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpprofilechooserdialog.h
gimpprogressbox.c app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimpprogressbox.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimpprogressdialog.c app: more gtk_container_add -> gtk_box_pack_start 2010-10-30 15:42:25 +02:00
gimpprogressdialog.h app: don't include individual files from libgimp* 2011-04-28 14:23:33 +02:00
gimppropwidgets.c app: add gimp_prop_icon_picker_new() 2011-03-22 15:20:03 +01:00
gimppropwidgets.h app: add gimp_prop_icon_picker_new() 2011-03-22 15:20:03 +01:00
gimpradioaction.c
gimpradioaction.h
gimprender.c
gimprender.h
gimpsamplepointeditor.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpsamplepointeditor.h
gimpscalebutton.c Some more changes to build with GSEAL_ENABLE 2010-01-15 15:35:03 +01:00
gimpscalebutton.h
gimpselectiondata.c Use the new g_[s]list_free_full() instead of foreach() and free() 2011-03-07 17:11:28 +01:00
gimpselectiondata.h app: enable copy and paste for curves 2010-02-16 19:58:51 +01:00
gimpselectioneditor.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpselectioneditor.h
gimpsessioninfo-aux.c app: Add GimpSessionManaged 2011-05-31 23:15:14 +02:00
gimpsessioninfo-aux.h app: Add GimpSessionManaged 2011-05-31 23:15:14 +02:00
gimpsessioninfo-book.c app: Remember column width in multi-column dock windows 2011-05-31 23:15:39 +02:00
gimpsessioninfo-book.h app: Make class documentation be picked up by gtk-doc 2009-10-10 22:01:06 +02:00
gimpsessioninfo-dock.c app: Remember column width in multi-column dock windows 2011-05-31 23:15:39 +02:00
gimpsessioninfo-dock.h app: Remember column width in multi-column dock windows 2011-05-31 23:15:39 +02:00
gimpsessioninfo-dockable.c app: Add GimpSessionManaged 2011-05-31 23:15:14 +02:00
gimpsessioninfo-dockable.h app: Make class documentation be picked up by gtk-doc 2009-10-10 22:01:06 +02:00
gimpsessioninfo-private.h app: Serialize factory entry name along with GimpSessionInfo 2010-02-20 13:05:16 +01:00
gimpsessioninfo.c app: Restore docks in an idle handler 2011-06-14 23:34:12 +02:00
gimpsessioninfo.h app: Call gimp_session_info_aux_set_list() generically 2011-05-31 23:15:38 +02:00
gimpsessionmanaged.c app: Add GimpSessionManaged 2011-05-31 23:15:14 +02:00
gimpsessionmanaged.h app: Add GimpSessionManaged 2011-05-31 23:15:14 +02:00
gimpsettingsbox.c app: move all GimpSettingsBox members to private 2011-03-08 11:32:49 +01:00
gimpsettingsbox.h app: move all GimpSettingsBox members to private 2011-03-08 11:32:49 +01:00
gimpsettingseditor.c app: add gimp_container_get_neighbor_of() to GimpContainer 2011-03-13 02:14:44 +01:00
gimpsettingseditor.h app: move all GimpSettingsEditor members to private 2011-03-08 02:32:14 +01:00
gimpsizebox.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpsizebox.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimpspinscale.c app: make GimpSpinScale RTL aware 2011-04-20 20:12:21 +02:00
gimpspinscale.h app: add a "scale_limit" API to GimpSpinScale 2011-04-18 21:01:48 +02:00
gimpstringaction.c
gimpstringaction.h
gimpstrokeeditor.c app: move all GimpStrokeOptions members to private 2011-03-05 21:00:28 +01:00
gimpstrokeeditor.h
gimptagentry.c app/libgimp*: remove stuff found by -Wunused-but-set-variable 2011-05-01 23:23:19 +02:00
gimptagentry.h app: fix possible GimpTagEntry crash by keeping the query idle ID around 2011-03-24 09:55:32 +01:00
gimptagpopup.c app: add GimpTaggedContainer 2011-03-22 23:11:46 +01:00
gimptagpopup.h Add missing boilerplate macro 2009-09-14 21:39:19 +02:00
gimptemplateeditor.c app: remove some more -Wunused-but-set-variable 2011-05-02 13:53:58 +02:00
gimptemplateeditor.h app: move all GimpTemplateEditor members to private 2011-03-01 11:50:16 +01:00
gimptemplateview.c app/libgimp*: remove stuff found by -Wunused-but-set-variable 2011-05-01 23:23:19 +02:00
gimptemplateview.h
gimptextbuffer-serialize.c Use the new g_[s]list_free_full() instead of foreach() and free() 2011-03-07 17:11:28 +01:00
gimptextbuffer-serialize.h app: use U+2060 WORD JOINER for manual kerning 2010-03-01 22:12:57 +01:00
gimptextbuffer.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimptextbuffer.h Bug 620674 - Adding support for multi-colored text layer 2010-09-02 00:20:04 +02:00
gimptexteditor.c app: add a GimpText property and construct param to GimpTextStyleEditor 2011-03-18 21:16:53 +01:00
gimptexteditor.h app: add a GimpText property and construct param to GimpTextStyleEditor 2011-03-18 21:16:53 +01:00
gimptextproxy.c app: #include "widgets-types.h" so the GDK_KEY_foo defines are there 2011-03-29 22:39:34 +02:00
gimptextproxy.h app: add binding signals for changing the text size (still unused) 2010-03-20 23:18:14 +01:00
gimptextstyleeditor.c app: make GimpTextStyleEditor look a bit nicer 2011-03-21 01:00:37 +01:00
gimptextstyleeditor.h app: use a size entry instead of a spinbutton in GimpTextStyleEditor 2011-03-20 12:37:01 +01:00
gimptexttag.c Bug 620674 - Adding support for multi-colored text layer 2010-09-02 00:20:04 +02:00
gimptexttag.h Bug 620674 - Adding support for multi-colored text layer 2010-09-02 00:20:04 +02:00
gimpthumbbox.c Use the new g_[s]list_free_full() instead of foreach() and free() 2011-03-07 17:11:28 +01:00
gimpthumbbox.h
gimptoggleaction.c
gimptoggleaction.h
gimptoolbox-color-area.c app: Introduce gimp_dialog_factory_get_singleton() 2010-02-28 23:23:24 +01:00
gimptoolbox-color-area.h
gimptoolbox-dnd.c app: Remove more gimp-remote stuff 2011-08-04 21:09:50 +02:00
gimptoolbox-dnd.h app: some toolbox cleanup 2010-11-20 15:19:48 +01:00
gimptoolbox-image-area.c Move the Image Selection Menu to GimpDockWindow 2009-12-05 21:21:24 +01:00
gimptoolbox-image-area.h
gimptoolbox-indicator-area.c app: Make GimpToolbox use parent UI manager 2011-08-07 20:00:28 +02:00
gimptoolbox-indicator-area.h
gimptoolbox.c app: Make GimpToolbox use parent UI manager 2011-08-07 20:00:28 +02:00
gimptoolbox.h app: Make GimpToolbox use parent UI manager 2011-08-07 20:00:28 +02:00
gimptooleditor.c app: move code from GtkObject::destroy() to GObject::dispose() 2010-09-26 22:38:01 +02:00
gimptooleditor.h Fix typo: defualt -> default (spotted by Alexia) 2009-08-20 22:11:33 +02:00
gimptooloptionseditor.c app: add an assert and dirty fix a segfault when starting with SWM 2011-06-29 23:51:27 +03:00
gimptooloptionseditor.h app: Add gimp_tool_options_editor_get_tool_options() 2009-12-24 17:50:39 +01:00
gimptoolpalette.c app: remove trailing whitespace in GimpToolPalette 2011-08-21 17:43:39 +02:00
gimptoolpalette.h app: Make GimpToolbox use parent UI manager 2011-08-07 20:00:28 +02:00
gimptoolpreseteditor.c app: make sure GimpToolPresetEditor is in a sane state initially 2011-06-06 22:38:51 +02:00
gimptoolpreseteditor.h app: allow to change GimpToolPreset's icon 2011-03-22 22:09:03 +01:00
gimptoolpresetfactoryview.c app/libgimp*: remove stuff found by -Wunused-but-set-variable 2011-05-01 23:23:19 +02:00
gimptoolpresetfactoryview.h Base infra for tool presets. 2010-04-03 21:06:15 +03:00
gimptranslationstore.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimptranslationstore.h app: add GimpTranslationStore class 2010-01-05 22:30:16 +01:00
gimpuimanager.c app: use more of the new GDK_KEY_foo key names 2011-03-29 17:24:08 +02:00
gimpuimanager.h app: Document GimpUIManager a bit 2011-08-07 17:04:36 +02:00
gimpundoeditor.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpundoeditor.h
gimpvectorstreeview.c app: Make GimpEditor instance members private 2011-04-10 12:12:01 +02:00
gimpvectorstreeview.h
gimpview-popup.c app: place the gimpview-popup at the button event's root coordinates 2011-03-01 14:53:54 +01:00
gimpview-popup.h
gimpview.c app: don't pass "GdkRectangle *draw_area" to gimp_view_renderer_draw() 2010-10-20 18:04:18 +02:00
gimpview.h
gimpviewablebox.c app: add an edit button the the tool options' brush etc. selectors 2011-04-07 23:48:08 +02:00
gimpviewablebox.h app: add an edit button the the tool options' brush etc. selectors 2011-04-07 23:48:08 +02:00
gimpviewablebutton.c
gimpviewablebutton.h app: don't include individual files from libgimp* 2011-04-28 14:23:33 +02:00
gimpviewabledialog.c libgimpwidgets: turn GimpDialog's "parent" into a property 2011-03-20 12:44:03 +01:00
gimpviewabledialog.h app: don't include individual files from libgimp* 2011-04-28 14:23:33 +02:00
gimpviewrenderer-frame.c
gimpviewrenderer-frame.h
gimpviewrenderer-utils.c
gimpviewrenderer-utils.h
gimpviewrenderer.c app: lose "default" from protected GimpViewRenderer rendering API 2011-03-08 17:12:39 +01:00
gimpviewrenderer.h app: lose "default" from protected GimpViewRenderer rendering API 2011-03-08 17:12:39 +01:00
gimpviewrendererbrush.c app: s/nbrushes/n_brushes/ in GimpBrushPipe 2011-04-05 15:16:06 +02:00
gimpviewrendererbrush.h
gimpviewrendererbuffer.c app: lose "default" from protected GimpViewRenderer rendering API 2011-03-08 17:12:39 +01:00
gimpviewrendererbuffer.h
gimpviewrendererdrawable.c app: lose "default" from protected GimpViewRenderer rendering API 2011-03-08 17:12:39 +01:00
gimpviewrendererdrawable.h
gimpviewrenderergradient.c app: various gradient editor changes and fixes 2011-01-07 15:09:17 +01:00
gimpviewrenderergradient.h app: various gradient editor changes and fixes 2011-01-07 15:09:17 +01:00
gimpviewrendererimage.c app: lose "default" from protected GimpViewRenderer rendering API 2011-03-08 17:12:39 +01:00
gimpviewrendererimage.h
gimpviewrendererimagefile.c app: add gimp_imagegile_get_gicon() which uses async API and can't block 2011-06-19 23:06:33 +02:00
gimpviewrendererimagefile.h
gimpviewrendererlayer.c app: lose "default" from protected GimpViewRenderer rendering API 2011-03-08 17:12:39 +01:00
gimpviewrendererlayer.h
gimpviewrendererpalette.c app: add lots of accessors to GimpPalette 2010-10-27 14:36:44 +02:00
gimpviewrendererpalette.h
gimpviewrenderervectors.c app: don't pass "GdkRectangle *draw_area" to gimp_view_renderer_draw() 2010-10-20 18:04:18 +02:00
gimpviewrenderervectors.h
gimpwidgets-constructors.c app: use a spin scale for the brush size (have to limit size to 1000 temporarily) 2010-11-02 14:41:21 +01:00
gimpwidgets-constructors.h
gimpwidgets-utils.c app: s/GTK_IS_VBOX/GTK_IS_BOX/ to simplify the gtk3-port branch 2011-07-27 20:21:58 +02:00
gimpwidgets-utils.h app: Remember column width in multi-column dock windows 2011-05-31 23:15:39 +02:00
gimpwindow.c app: make gimp_window_key_press_event() do the right thing on a Mac 2011-09-17 23:26:58 +02:00
gimpwindow.h
gtkhwrapbox.c app/libgimp*: remove stuff found by -Wunused-but-set-variable 2011-05-01 23:23:19 +02:00
gtkhwrapbox.h
gtkwrapbox.c undef GTK_DISABLE_DEPRECATED in many places which undef GSEAL_ENABLE 2010-03-06 23:14:29 +01:00
gtkwrapbox.h
Makefile.am Revert "Bug #658816 - Add a spellchecker to the comment editor" 2011-09-13 00:33:33 +05:30
makefile.msc
widgets-enums.c Add 'Automatic' Tab Style support 2010-06-12 01:23:42 +02:00
widgets-enums.h app: fix typo in comment 2010-10-18 12:44:58 +02:00
widgets-types.h app: Add GimpSessionManaged 2011-05-31 23:15:14 +02:00