Gimp/libgimpwidgets
Johannes Matschke 2989bad35a Bug 721009 - new transform tool with freely placeable handles
Add new tool GimpHandleTransformTool which allows to freely place up
to 4 handles on the image, then move any one of them, which transforms
the image so that the remaining handles keep their position.

Did quite some cleanup on the code before pushing --Mitch
2015-03-05 12:36:59 +01:00
..
.gitignore Add automake 1.13+ test outputs to .gitignore 2014-01-10 15:31:34 -08:00
gimp3migration.c libgimpwidgets, app: add gdk_screen_get_monitor_workarea() 2014-05-19 14:37:32 +02:00
gimp3migration.h libgimpwidgets, app: add gdk_screen_get_monitor_workarea() 2014-05-19 14:37:32 +02:00
gimpbrowser.c app, libgimp: replace GTK_STOCK_FOO by icon names 2014-05-11 22:49:22 +02:00
gimpbrowser.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpbutton.c Bug 683694 - Spelling errors 2012-11-11 15:50:25 +01:00
gimpbutton.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpcairo-utils.c libgimpcolor: add GdkPixbuf <-> GeglBuffer utility functions 2012-05-03 03:37:20 +02:00
gimpcairo-utils.h libgimpwidgets/color: move the cairo color utility functions to libgimpcolor 2011-04-28 15:50:39 +02:00
gimpcellrenderercolor.c libgimpcolor: add GdkPixbuf <-> GeglBuffer utility functions 2012-05-03 03:37:20 +02:00
gimpcellrenderercolor.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpcellrenderertoggle.c libgimpwidgets: properly implement GimpCellRendererToggle's icon-name property 2014-05-08 12:38:50 +02:00
gimpcellrenderertoggle.h libgimpwidgets: properly implement GimpCellRendererToggle's icon-name property 2014-05-08 12:38:50 +02:00
gimpchainbutton.c libgimpwidgets: mostly port from stock IDs to icon names 2014-05-07 21:32:09 +02:00
gimpchainbutton.h Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
gimpcolorarea.c Bug 683694 - Spelling errors 2012-11-11 15:50:25 +01:00
gimpcolorarea.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpcolorbutton.c libgimpwidgets: mostly port from stock IDs to icon names 2014-05-07 21:32:09 +02:00
gimpcolorbutton.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpcolordisplay.c libgimpwidgets: add GimpColorDisplayClass::icon_name 2014-05-10 11:53:07 +02:00
gimpcolordisplay.h libgimpwidgets: add GimpColorDisplayClass::icon_name 2014-05-10 11:53:07 +02:00
gimpcolordisplaystack.c libgimpwidgets: add GimpColorDisplay::convert_buffer() 2013-11-01 22:34:09 +01:00
gimpcolordisplaystack.h libgimpwidgets: add GimpColorDisplay::convert_buffer() 2013-11-01 22:34:09 +01:00
gimpcolorhexentry.c libgimpwidgets: set a min size of 8 chars on GimpColorHexEntry 2013-02-06 23:23:14 +01:00
gimpcolorhexentry.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpcolornotebook.c libgimpwidgets: add GimpColorSelectorClass::icon_name 2014-05-10 08:34:42 +02:00
gimpcolornotebook.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpcolorprofilechooserdialog.c libgimpcolor: change gimp_lcms_profile_open_from_file() from filename to GFile 2014-07-04 23:57:27 +02:00
gimpcolorprofilechooserdialog.h Bug 728911 - Fixes to libgimpwidgets for c++ plugins using gimpui 2014-04-25 00:33:29 +02:00
gimpcolorprofilecombobox.c libgimpcolor: change gimp_lcms_profile_open_from_file() from filename to GFile 2014-07-04 23:57:27 +02:00
gimpcolorprofilecombobox.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpcolorprofilestore-private.h
gimpcolorprofilestore.c Chain up unconditionally in GObject::constructed() 2012-11-12 21:51:22 +01:00
gimpcolorprofilestore.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpcolorprofileview.c Bug 728911 - Fixes to libgimpwidgets for c++ plugins using gimpui 2014-04-25 00:33:29 +02:00
gimpcolorprofileview.h Bug 728911 - Fixes to libgimpwidgets for c++ plugins using gimpui 2014-04-25 00:33:29 +02:00
gimpcolorscale.c libgimpcolor: add GdkPixbuf <-> GeglBuffer utility functions 2012-05-03 03:37:20 +02:00
gimpcolorscale.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpcolorscales.c libgimpwidgets: add GimpColorSelectorClass::icon_name 2014-05-10 08:34:42 +02:00
gimpcolorscales.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpcolorselect.c libgimpwidgets: add GimpColorSelectorClass::icon_name 2014-05-10 08:34:42 +02:00
gimpcolorselect.h
gimpcolorselection.c libgimpwidgets: make GimpColorSelection's main_hbox expand vertically 2014-11-29 12:52:26 +01:00
gimpcolorselection.h libgimp*: don't derive from GtkHBox and GtkVBox in libgimp either 2011-07-27 19:53:34 +02:00
gimpcolorselector.c app, libgimp: replace GTK_STOCK_FOO by icon names 2014-05-11 22:49:22 +02:00
gimpcolorselector.h libgimpwidgets: add GimpColorSelectorClass::icon_name 2014-05-10 08:34:42 +02:00
gimpcontroller.c libgimpwidgets: change GimpController's stock_id to icon_name 2014-05-09 09:19:06 +02:00
gimpcontroller.h libgimpwidgets: change GimpController's stock_id to icon_name 2014-05-09 09:19:06 +02:00
gimpdialog.c Bug 742202 - new layer/path dialog opens always in the upper left corner 2015-01-08 21:13:41 +01:00
gimpdialog.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpeevl.c Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
gimpeevl.h
gimpenumcombobox.c libgimpwidgets: Fix error in docs for gimp_enum_combo_box_set_icon_prefix 2014-05-07 19:15:52 -04:00
gimpenumcombobox.h libgimpwidgets: mostly port from stock IDs to icon names 2014-05-07 21:32:09 +02:00
gimpenumlabel.c libgimpwidgets: add properties GimpEnumLabel:enum-type and :enum-value 2011-02-15 21:26:11 +01:00
gimpenumlabel.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpenumstore.c libgimpwidgets: mostly port from stock IDs to icon names 2014-05-07 21:32:09 +02:00
gimpenumstore.h libgimpwidgets: mostly port from stock IDs to icon names 2014-05-07 21:32:09 +02:00
gimpenumwidgets.c libgimpwidgets: mostly port from stock IDs to icon names 2014-05-07 21:32:09 +02:00
gimpenumwidgets.h libgimpwidgets: mostly port from stock IDs to icon names 2014-05-07 21:32:09 +02:00
gimpfileentry.c app, libgimp: replace GTK_STOCK_FOO by icon names 2014-05-11 22:49:22 +02:00
gimpfileentry.h libgimp*: don't derive from GtkHBox and GtkVBox in libgimp either 2011-07-27 19:53:34 +02:00
gimpframe.c
gimpframe.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimphelpui.c libgimpwidgets: include <gegl.h> in all files that include gimpcolordisplay.h 2013-11-01 22:32:31 +01:00
gimphelpui.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimphintbox.c libgimpwidgets: fix warnings in last commit in GimpHintBox 2014-05-07 21:56:53 +02:00
gimphintbox.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpintcombobox.c libgimpwidgets: use the renderer's icon-name in GimpIntComboBox 2014-05-09 02:04:25 +02:00
gimpintcombobox.h libgimpwidgets: add a "label" property and API to GimpIntComboBox 2013-06-03 16:36:25 +02:00
gimpintstore.c libgimpwidgets: don't leak the empty_iter in GimpIntStore 2014-10-06 20:31:51 +02:00
gimpintstore.h libgimpwidgets: mostly port from stock IDs to icon names 2014-05-07 21:32:09 +02:00
gimpmemsizeentry.c libgimpwidgets: deprecate gimp_spin_button_new() 2014-06-21 22:35:39 +02:00
gimpmemsizeentry.h libgimp*: don't derive from GtkHBox and GtkVBox in libgimp either 2011-07-27 19:53:34 +02:00
gimpnumberpairentry.c Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
gimpnumberpairentry.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpoffsetarea.c Remove more gdk_pointer_grab() where they are not strictly needed 2011-12-10 21:51:05 +01:00
gimpoffsetarea.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpoldwidgets.c libgimpwidgets: use gtk_box_new() 2011-09-30 10:50:50 +02:00
gimpoldwidgets.h libgimpwidgets: deprecate gimp_toggle_button_sensitive_update() 2011-05-11 22:13:33 +02:00
gimppageselector.c app, libgimp: replace GTK_STOCK_FOO by icon names 2014-05-11 22:49:22 +02:00
gimppageselector.h libgimp*: don't derive from GtkHBox and GtkVBox in libgimp either 2011-07-27 19:53:34 +02:00
gimppatheditor.c app, libgimp: replace GTK_STOCK_FOO by icon names 2014-05-11 22:49:22 +02:00
gimppatheditor.h libgimp*: don't derive from GtkHBox and GtkVBox in libgimp either 2011-07-27 19:53:34 +02:00
gimppickbutton.c libgimpwidgets: mostly port from stock IDs to icon names 2014-05-07 21:32:09 +02:00
gimppickbutton.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimppixmap.c libgimpwidgets: undef GDK_DISABLE_DEPRECATED in gimppixmap.c 2010-12-17 22:59:50 +01:00
gimppixmap.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimppreview.c libgimpwidgets: include <gegl.h> in all files that include gimpcolordisplay.h 2013-11-01 22:32:31 +01:00
gimppreview.h libgimp*: don't derive from GtkHBox and GtkVBox in libgimp either 2011-07-27 19:53:34 +02:00
gimppreviewarea.c Bug 745126 - gimp_preview_area_blend() fails for RGBA image... 2015-02-27 09:50:34 +01:00
gimppreviewarea.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimppropwidgets.c libgimpwidgets: deprecate gimp_spin_button_new() 2014-06-21 22:35:39 +02:00
gimppropwidgets.h libgimpwidgets: add gimp_prop_icon_image_new() 2014-05-09 00:56:24 +02:00
gimpquerybox.c libgimpwidgets: deprecate gimp_spin_button_new() 2014-06-21 22:35:39 +02:00
gimpquerybox.h libgimpwidgets: mostly port from stock IDs to icon names 2014-05-07 21:32:09 +02:00
gimpruler.c Bug 736411 - Ruler updates cause slowdown when painting 2015-01-10 23:37:31 +01:00
gimpruler.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpscaleentry.c libgimpwidgets: deprecate gimp_spin_button_new() 2014-06-21 22:35:39 +02:00
gimpscaleentry.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpscrolledpreview.c libgimpwidgets: mostly port from stock IDs to icon names 2014-05-07 21:32:09 +02:00
gimpscrolledpreview.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpsizeentry.c libgimpwidgets: forgot two gimp_spin_button_new() 2014-06-22 00:00:46 +02:00
gimpsizeentry.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpstock.c Bug 721009 - new transform tool with freely placeable handles 2015-03-05 12:36:59 +01:00
gimpstock.h Bug 721009 - new transform tool with freely placeable handles 2015-03-05 12:36:59 +01:00
gimpstringcombobox.c Chain up unconditionally in GObject::constructed() 2012-11-12 21:51:22 +01:00
gimpstringcombobox.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpunitcombobox.c Bug 605872 - Units dropdown list is not updated 2014-03-10 00:17:15 +01:00
gimpunitcombobox.h libgimpwidgets: clean up class struct and add gtk-doc section comment 2011-04-28 17:57:40 +02:00
gimpunitmenu.c libgimpwidgets: include <gegl.h> in all files that include gimpcolordisplay.h 2013-11-01 22:32:31 +01:00
gimpunitmenu.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpunitstore.c Bug 742229 - "pixels" entries get added to unit menus on each popup 2015-01-03 17:22:50 +01:00
gimpunitstore.h Bug 605872 - Units dropdown list is not updated 2014-03-10 00:17:15 +01:00
gimpwidgets-error.c
gimpwidgets-error.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
gimpwidgets-private.c Use the new g_[s]list_free_full() instead of foreach() and free() 2011-03-07 17:11:28 +01:00
gimpwidgets-private.h
gimpwidgets.c libgimpwidgets: deprecate gimp_spin_button_new() 2014-06-21 22:35:39 +02:00
gimpwidgets.def libgimpwidgets, app: add gdk_screen_get_monitor_workarea() 2014-05-19 14:37:32 +02:00
gimpwidgets.h libgimpwidgets: deprecate gimp_spin_button_new() 2014-06-21 22:35:39 +02:00
gimpwidgetsenums.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpwidgetsenums.h
gimpwidgetsmarshal.list
gimpwidgetstypes.h libgimpwidgets: add new widget GimpColorProfileView 2014-03-16 18:36:11 +01:00
gimpzoommodel.c app, libgimp: replace GTK_STOCK_FOO by icon names 2014-05-11 22:49:22 +02:00
gimpzoommodel.h libgimp*: add guards that #error out if individual files are included 2011-04-28 14:30:41 +02:00
Makefile.am Makefile: fix VPATH builds for win32. 2014-09-14 18:28:26 +02:00
test-eevl.c Bug 729326 - Errors found using a static code analysis program cppcheck 2014-05-05 10:34:08 +02:00
test-preview-area.c
wilber-16.png
wilber-32.png
wilber-48.png
wilber-64.png