Gimp/app/widgets
Michael Natterer f4af9b549e Globally switch to saying "window_id" instead of just "window"
when dealing with native window handles. Also get rid of using
GdkNativeWindow and simply consistently use guint32 all over the
place. This is more obvious and consistent and keeps the diff to the
gtk3-port branch smaller.
2011-02-06 12:07:55 +01:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
gimpaction.c Use the new GtkAction accessors instead of g_object_get()/set() 2009-05-24 22:29:18 +02:00
gimpaction.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
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 Remove the possibility to disable mnemonics (bug #120034) 2009-07-18 17:51:04 +02:00
gimpactionfactory.h Remove the possibility to disable mnemonics (bug #120034) 2009-07-18 17:51:04 +02:00
gimpactiongroup.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpactiongroup.h app: Make Alt-Click on layer thumbnail in Layers dockable discoverable 2010-08-17 18:59:04 +02:00
gimpactionview.c Use the new GtkAction accessors instead of g_object_get()/set() 2009-05-24 22:29:18 +02:00
gimpactionview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpblobeditor.c app: namespace the ink blob 2010-11-14 16:43:21 +01:00
gimpblobeditor.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpbrusheditor.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpbrusheditor.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpbrushfactoryview.c app: move code from GtkObject::destroy() to GObject::dispose() 2010-09-26 22:38:01 +02:00
gimpbrushfactoryview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpbrushselect.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpbrushselect.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpbufferview.c app: Revert add flags for multiple selection support 2010-03-11 18:24:56 +02:00
gimpbufferview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcairo-wilber.c Random doc fixes 2009-09-14 21:40:09 +02:00
gimpcairo-wilber.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcairo.c app: add GimpSegment as replacement for GdkSegment 2010-10-15 12:37:36 +02: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 Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
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: remove unused variable in gimp_channel_tree_view_constructed() 2011-01-20 20:26:35 +01:00
gimpchanneltreeview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpclipboard.c app: cast GtkTargetEntry.target to gchar* when freeing it 2010-11-29 15:41:38 +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 Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcolordialog.c app: more gtk_container_add -> gtk_box_pack_start 2010-10-30 15:42:25 +02:00
gimpcolordialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
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: move code from GtkObject::destroy() to GObject::dispose() 2010-09-26 22:38:01 +02:00
gimpcoloreditor.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
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 Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcolormapeditor.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpcolormapeditor.h app: simplify how the colormap editor sets FG/BG colors 2010-10-28 03:09:53 +02:00
gimpcolorpanel.c app: move code from GtkObject::destroy() to GObject::dispose() 2010-09-26 22:38:01 +02:00
gimpcolorpanel.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcolorselectorpalette.c app: more gtk_container_add -> gtk_box_pack_start 2010-10-30 15:42:25 +02:00
gimpcolorselectorpalette.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcombotagentry.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpcombotagentry.h Make the popup arrow look sane again 2009-11-15 21:35:34 +01:00
gimpcomponenteditor.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcomponenteditor.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
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 Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
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: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +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 Build with GSEAL_ENABLE and #undef it where accessors are missing 2009-10-17 20:20:39 +02:00
gimpcontainergridview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcontainericonview.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpcontainericonview.h app: add GimpContainerIconView, a new GimpContainerView based on GtkIconView 2010-06-03 22:19:09 +02:00
gimpcontainerpopup.c Bug 622608 - GIMP crashes when clicking any scroll bar from combo boxes 2010-06-24 21:56:41 +02:00
gimpcontainerpopup.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
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 app: remove the model column enum from gimpcontainertreeview.h 2010-05-17 21:28:17 +02:00
gimpcontainertreeview-dnd.h app: pass the drop_path to GimpContainerTreeView::drop_possible() 2009-12-28 21:10:04 +01:00
gimpcontainertreeview-private.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcontainertreeview.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpcontainertreeview.h app: remove the model column enum from gimpcontainertreeview.h 2010-05-17 21:28:17 +02:00
gimpcontainerview-utils.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcontainerview-utils.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
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 Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcontrollerinfo.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcontrollerkeyboard.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpcontrollerkeyboard.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcontrollerlist.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpcontrollerlist.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimpcontrollers.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcontrollers.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcontrollerwheel.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpcontrollerwheel.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcursor.c app: get rid of using gdk_draw to construct bitmap cursors 2010-09-10 19:12:52 +02:00
gimpcursor.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpcurveview.c app: don't pass the GtkStyle to gimp_curve_view_draw_grid() 2011-01-11 15:38:23 +01:00
gimpcurveview.h app: Add API to remove all background curves from the curve view 2010-02-27 19:22:48 +02:00
gimpdasheditor.c Some more changes to build with GSEAL_ENABLE 2010-01-15 15:35:03 +01:00
gimpdasheditor.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdataeditor.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpdataeditor.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdatafactoryview.c app: unref the filtered container in GObject::dispose() 2010-06-24 18:38:16 +02:00
gimpdatafactoryview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdeviceeditor.c 622863 - Input Devices list is not resizeable 2011-01-20 20:26:34 +01:00
gimpdeviceeditor.h 622863 - Input Devices list is not resizeable 2011-01-20 20:26:34 +01:00
gimpdeviceinfo-coords.c app: run all input axes through gimp_device_info_map_axis() 2010-12-20 20:00:47 +01:00
gimpdeviceinfo-coords.h app: move the entire get-coords API from GimpDisplayShell to GimpDeviceInfo 2010-02-16 13:00:46 +01:00
gimpdeviceinfo.c app: zero the reallocated keys and axes arrays in GimpDeviceInfo 2011-02-06 11:20:07 +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: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpdeviceinfoeditor.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimpdevices.c app: add gimp_devices_add_widget() 2010-12-19 21:23:54 +01:00
gimpdevices.h app: add gimp_devices_add_widget() 2010-12-19 21:23:54 +01:00
gimpdevicestatus.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpdevicestatus.h app: move the entire get-coords API from GimpDisplayShell to GimpDeviceInfo 2010-02-16 13:00:46 +01:00
gimpdialogfactory.c app: improve the g_warning() about undestroyed dialogs 2010-06-24 18:38:17 +02:00
gimpdialogfactory.h app: Make tooltips in the toolbox work again 2010-05-16 12:19:18 +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 Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdnd.c use GtkSelectionData's accessors. 2009-03-22 23:16:59 +00:00
gimpdnd.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdock.c app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimpdock.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimpdockable.c app: implement GObject::dispose() instead of GtkObject::destroy() 2010-10-15 14:08:36 +02:00
gimpdockable.h Bug 346881 - Remove redundant title of tab and move menu button up 2010-06-12 01:24:39 +02:00
gimpdockbook.c app: remove the dockables manually in dispose() 2010-06-26 23:23:50 +02:00
gimpdockbook.h Add 'Automatic' Tab Style support 2010-06-12 01:23:42 +02:00
gimpdockcolumns.c app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimpdockcolumns.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +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: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpdockwindow.h app: Remove gimp_dock_window_get_dock() 2010-03-05 21:31:07 +01:00
gimpdocumentview.c app: Revert add flags for multiple selection support 2010-03-11 18:24:56 +02:00
gimpdocumentview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdrawabletreeview.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpdrawabletreeview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdynamicseditor.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpdynamicseditor.h app: fix code formatting and UI packing 2010-02-22 10:35:43 +01:00
gimpdynamicsfactoryview.c app: Fix and enable duplicate for dynamics 2011-02-02 21:48:10 +02:00
gimpdynamicsfactoryview.h Fixes 2009-10-10 20:22:31 +03:00
gimpdynamicsoutputeditor.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpdynamicsoutputeditor.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimpeditor.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpeditor.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimpenumaction.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpenumaction.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimperrorconsole.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimperrorconsole.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimperrordialog.c app: more gtk_container_add -> gtk_box_pack_start 2010-10-30 15:42:25 +02:00
gimperrordialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
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 app: Add an 'export' mode to the file save dialog 2009-05-16 09:48:12 +02:00
gimpfileprocview.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpfileprocview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
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 Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpfontview.c app: Revert add flags for multiple selection support 2010-03-11 18:24:56 +02:00
gimpfontview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpgradienteditor.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpgradienteditor.h app: various gradient editor changes and fixes 2011-01-07 15:09:17 +01:00
gimpgradientselect.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpgradientselect.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
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 Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimphelp-ids.h Merge branch 'master' into soc-2010-cage-2 2010-08-26 21:50:55 +03:00
gimphelp.c Globally switch to saying "window_id" instead of just "window" 2011-02-06 12:07:55 +01:00
gimphelp.h connect to changes of the "user-manual-online" gimprc property and kill 2009-02-26 22:58:19 +00:00
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 Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimphistogramview.c app: remove code duplication in the histogram and curve views 2010-07-30 12:51:03 +02:00
gimphistogramview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpimagecommenteditor.c app: more gtk_container_add -> gtk_box_pack_start 2010-10-30 15:42:25 +02:00
gimpimagecommenteditor.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpimageeditor.c app: ref/unref the context in gimp_image_editor_set_context() 2011-02-06 11:20:07 +01:00
gimpimageeditor.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
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 Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpimagepropview.c app: Add and use gimp_image_get_uri() 2011-01-26 08:19:39 +01:00
gimpimagepropview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpimageview.c app: Revert add flags for multiple selection support 2010-03-11 18:24:56 +02:00
gimpimageview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpitemtreeview.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01: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: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimplayertreeview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
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 app: Add GimpMenuFactoryPrivate 2009-12-06 10:23:05 +01:00
gimpmenufactory.h app: Add GimpMenuFactoryPrivate 2009-12-06 10:23:05 +01:00
gimpmessagebox.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpmessagebox.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimpmessagedialog.c app/widgets/gimpblobeditor.c app/widgets/gimpbrushselect.c 2009-03-22 16:35:53 +00:00
gimpmessagedialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpnavigationview.c Some more changes to build with GSEAL_ENABLE 2010-01-15 15:35:03 +01:00
gimpnavigationview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
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: don't draw any background if the overlay child is app-paintable 2010-06-18 13:46:39 +02:00
gimpoverlaychild.h app: allow to position overlay widgets absolutely 2010-02-20 15:15:53 +01:00
gimpoverlaydialog.c app: move code from GtkObject::destroy() to GObject::dispose() 2010-09-26 22:38:01 +02:00
gimpoverlaydialog.h app: split out the round corners code from GimpOverlayDialog 2010-06-12 19:02:51 +02:00
gimpoverlayframe.c app: simplify GimpOverlayFrame drawing a lot 2010-07-27 17:26:40 +02:00
gimpoverlayframe.h app: split out the round corners code from GimpOverlayDialog 2010-06-12 19:02:51 +02:00
gimppaletteeditor.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimppaletteeditor.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimppaletteselect.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimppaletteselect.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimppaletteview.c app: don't crash if the palette is NULL 2010-10-28 02:16:52 +02:00
gimppaletteview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimppanedbox.c app: some cleanup in gimp_paned_box_position_drop_indicator() 2010-12-18 23:28:20 +01:00
gimppanedbox.h app: Use a GdkWindow instead of GimpDockSeparators for dockable DND 2009-11-29 18:22:12 +01:00
gimppatternfactoryview.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimppatternfactoryview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimppatternselect.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimppatternselect.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimppdbdialog.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimppdbdialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimppixbuf.c Bug 559408 - Brushes dragged to the image window look strange 2009-01-22 00:47:18 +00:00
gimppixbuf.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimppluginaction.c Bug 587543 – crash in GNU Image Manipulation Program: Pressing shift+- 2009-07-01 21:45:33 +02:00
gimppluginaction.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpprofilechooserdialog.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpprofilechooserdialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
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 Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimppropwidgets.c app: add an opacity prop scale 2010-11-01 22:07:39 +01:00
gimppropwidgets.h app: add an opacity prop scale 2010-11-01 22:07:39 +01:00
gimpradioaction.c Use the new GtkAction accessors instead of g_object_get()/set() 2009-05-24 22:29:18 +02:00
gimpradioaction.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimprender.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimprender.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpsamplepointeditor.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpsamplepointeditor.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpscalebutton.c Some more changes to build with GSEAL_ENABLE 2010-01-15 15:35:03 +01:00
gimpscalebutton.h app/widgets/Makefile.am remove this evil hack. 2009-03-22 18:12:36 +00:00
gimpselectiondata.c app: add a GimpContext parameter to all functions which create GimpData 2010-04-05 13:26:31 +02: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 Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpsessioninfo-aux.c Move the Image Selection Menu to GimpDockWindow 2009-12-05 21:21:24 +01:00
gimpsessioninfo-aux.h app: Make class documentation be picked up by gtk-doc 2009-10-10 22:01:06 +02:00
gimpsessioninfo-book.c app/tests: Also add error margin to 'gimpsessioninfo-book.c' 2010-06-20 20:30:24 +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: Make tooltips in the toolbox work again 2010-05-16 12:19:18 +02:00
gimpsessioninfo-dock.h app: Merge 'global_toolbox_factory' into 'global_dock_factory' 2010-01-20 18:29:54 +01:00
gimpsessioninfo-dockable.c app: Merge 'global_toolbox_factory' into 'global_dock_factory' 2010-01-20 18:29:54 +01: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: use the window's allocation instead of gdk_drawable_get_size() 2010-10-15 15:17:12 +02:00
gimpsessioninfo.h app: Introduce error margin in sessionrc in test cases 2010-06-19 23:55:35 +02:00
gimpsettingsbox.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpsettingsbox.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimpsettingseditor.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpsettingseditor.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02: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: don't duplicate code when setting GimpSpinScale's cursor 2011-01-22 23:23:02 +01:00
gimpspinscale.h app: add new widget GimpSpinScale which is a combined spinbutton and scale 2010-11-01 20:03:39 +01:00
gimpstringaction.c Use the new GtkAction accessors instead of g_object_get()/set() 2009-05-24 22:29:18 +02:00
gimpstringaction.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpstrokeeditor.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpstrokeeditor.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimptagentry.c Use accessors from GTK+ 2.20 instead of using sealed members directly 2010-04-19 19:21:07 +02:00
gimptagentry.h app: Add support for tag assignment on multiple selected items 2010-03-07 18:59:27 +02:00
gimptagpopup.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimptagpopup.h Add missing boilerplate macro 2009-09-14 21:39:19 +02:00
gimptemplateeditor.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimptemplateeditor.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02:00
gimptemplateview.c app: remove the model column enum from gimpcontainertreeview.h 2010-05-17 21:28:17 +02:00
gimptemplateview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimptextbuffer-serialize.c app: rename "spacing" to "kerning" because that's what it does 2010-03-03 10:48:42 +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 GimpTextBuffer, a GtkTextBuffer subclass 2010-02-25 17:41:10 +01:00
gimptexteditor.h app: add GimpTextBuffer, a GtkTextBuffer subclass 2010-02-25 17:41:10 +01:00
gimptextproxy.c app: add binding signals for changing the text size (still unused) 2010-03-20 23:18:14 +01: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: add comment to improve readability 2011-01-20 20:26:34 +01:00
gimptextstyleeditor.h app: don't inherit from GtkHBox or GtkVBox 2010-10-30 15:44:46 +02: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 app: and one more 2010-10-30 15:43:17 +02:00
gimpthumbbox.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimptoggleaction.c Use the new GtkAction accessors instead of g_object_get()/set() 2009-05-24 22:29:18 +02:00
gimptoggleaction.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimptoolbox-color-area.c app: Introduce gimp_dialog_factory_get_singleton() 2010-02-28 23:23:24 +01:00
gimptoolbox-color-area.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimptoolbox-dnd.c Bug 550662 - DND prefers text/plain over text/svg+xml, should be other way around 2010-11-29 22:04:56 +01: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 Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimptoolbox-indicator-area.c Move the Image Selection Menu to GimpDockWindow 2009-12-05 21:21:24 +01:00
gimptoolbox-indicator-area.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimptoolbox.c app: add gimp_devices_add_widget() 2010-12-19 21:23:54 +01:00
gimptoolbox.h app: some toolbox cleanup 2010-11-20 15:19:48 +01:00
gimptooldialog.c app: Introduce gimp_dialog_factory_get_singleton() 2010-02-28 23:23:24 +01:00
gimptooldialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00: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: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimptooloptionseditor.h app: Add gimp_tool_options_editor_get_tool_options() 2009-12-24 17:50:39 +01:00
gimptoolpalette.c app: I don't know what I was thinking when changing these function names... 2010-11-20 20:37:15 +01:00
gimptoolpalette.h app: factor out duplicated code to gimp_tool_palette_get_button_size() 2010-11-20 10:20:52 +01:00
gimptoolpreseteditor.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimptoolpreseteditor.h app: some cleanup in the tool preset editor 2010-04-04 15:01:32 +02:00
gimptoolpresetfactoryview.c Base infra for tool presets. 2010-04-03 21:06:15 +03: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: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpuimanager.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpundoeditor.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpundoeditor.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpvectorstreeview.c app: implement GObject::constructed() instead of ::constructor() 2011-01-14 09:38:46 +01:00
gimpvectorstreeview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpview-popup.c app: remove #undef GSEAL_ENABLE, this file is completely ported 2010-01-16 15:12:50 +01:00
gimpview-popup.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpview.c app: don't pass "GdkRectangle *draw_area" to gimp_view_renderer_draw() 2010-10-20 18:04:18 +02:00
gimpview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpviewablebox.c app: use gtk_entry_set_width_chars() to override GtkEntry's default width 2010-12-09 23:45:00 +01:00
gimpviewablebox.h app: make the brush, pattern etc selecing boxes more compact 2010-11-02 14:05:47 +01:00
gimpviewablebutton.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpviewablebutton.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpviewabledialog.c app: more gtk_container_add -> gtk_box_pack_start 2010-10-30 15:42:25 +02:00
gimpviewabledialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpviewrenderer-frame.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpviewrenderer-frame.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpviewrenderer-utils.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpviewrenderer-utils.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpviewrenderer.c app: emit "update" when the viewable goes away via the weak notify 2010-10-28 02:16:51 +02:00
gimpviewrenderer.h app: don't pass "GdkRectangle *draw_area" to gimp_view_renderer_draw() 2010-10-20 18:04:18 +02:00
gimpviewrendererbrush.c app: don't pass "GdkRectangle *draw_area" to gimp_view_renderer_draw() 2010-10-20 18:04:18 +02:00
gimpviewrendererbrush.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpviewrendererbuffer.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpviewrendererbuffer.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpviewrendererdrawable.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpviewrendererdrawable.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
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 Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpviewrendererimage.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpviewrendererimagefile.c Bug 631728 - Crash or Gtk-CRITICAL on File->Open 2010-10-18 18:28:57 +02:00
gimpviewrendererimagefile.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpviewrendererlayer.c Port stuff to gimp_item_is_text_layer() 2010-10-05 07:39:00 +02:00
gimpviewrendererlayer.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpviewrendererpalette.c app: add lots of accessors to GimpPalette 2010-10-27 14:36:44 +02:00
gimpviewrendererpalette.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpviewrenderervectors.c app: don't pass "GdkRectangle *draw_area" to gimp_view_renderer_draw() 2010-10-20 18:04:18 +02:00
gimpviewrenderervectors.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
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 Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpwidgets-utils.c Globally switch to saying "window_id" instead of just "window" 2011-02-06 12:07:55 +01:00
gimpwidgets-utils.h Globally switch to saying "window_id" instead of just "window" 2011-02-06 12:07:55 +01:00
gimpwindow.c app: add log output of key event handling in GimpWindow 2010-06-09 18:55:48 +02:00
gimpwindow.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gtkhwrapbox.c undef GTK_DISABLE_DEPRECATED in many places which undef GSEAL_ENABLE 2010-03-06 23:14:29 +01:00
gtkhwrapbox.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gtkwrapbox.c undef GTK_DISABLE_DEPRECATED in many places which undef GSEAL_ENABLE 2010-03-06 23:14:29 +01:00
gtkwrapbox.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
Makefile.am app: add GimpToolPalette which derives from GtkToolPalette 2010-11-19 23:52:09 +01:00
makefile.msc updated include <string.h> for memcmp() include <string.h> for strcmp() 2008-10-03 19:27:54 +00:00
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 GimpToolPalette which derives from GtkToolPalette 2010-11-19 23:52:09 +01:00