Gimp/app/core
Jehan 662ade6911 Revert "app: save first and last color of the blend tool gradient..."
This reverts commit 2cef834198.
This feature is "undiscoverable" according to Mitch, and we are not sure
how much the endpoint colors are special to the user.
2015-10-08 19:33:11 +02:00
..
.gitignore app: Sort core/.gitignore 2011-04-25 16:08:15 +02:00
core-enums.c app: rename mask enum values GIMP_COMPONENT_RED,GREEN,BLUE etc. 2015-09-07 00:35:02 +02:00
core-enums.h app: rename all values of enum GimpContextPropMask 2015-09-08 21:18:49 +02:00
core-types.h Bug 739489 - Add palette of recently used colors 2014-11-26 23:48:19 +01:00
gimp-batch.c app: move app/batch.[ch] to app/core/gimp-batch.[ch] 2015-09-30 01:57:33 +02:00
gimp-batch.h app: move app/batch.[ch] to app/core/gimp-batch.[ch] 2015-09-30 01:57:33 +02:00
gimp-cairo.c libgimpcolor: add Cairo <-> GEGL utility functions from app/ 2012-05-03 04:07:16 +02:00
gimp-cairo.h libgimpcolor: add Cairo <-> GEGL utility functions from app/ 2012-05-03 04:07:16 +02:00
gimp-contexts.c libgimpbase, app: add variants of gimp_$foo_directory() which return GFiles 2014-07-28 02:04:01 +02:00
gimp-contexts.h
gimp-edit.c app, libgimpcolor: refactor GimpColorManaged::get_color_profile() 2015-09-03 01:36:02 +02:00
gimp-edit.h app: factor out utility function gimp_get_fill_params() 2014-06-03 14:00:01 +02:00
gimp-gradients.c app: add accessors for the built-in FG->BG, FG->transparent etc. gradients 2014-04-30 09:15:42 +02:00
gimp-gradients.h app: add accessors for the built-in FG->BG, FG->transparent etc. gradients 2014-04-30 09:15:42 +02:00
gimp-gui.c app: implement the "Convert to RGB Working Space" import dialog in the core 2015-08-23 12:59:12 +02:00
gimp-gui.h app: implement the "Convert to RGB Working Space" import dialog in the core 2015-08-23 12:59:12 +02:00
gimp-memsize.c fix some precedence errors 2014-08-16 00:37:13 +02:00
gimp-memsize.h app: move memsize functions into their own files gimp-memsize.[ch] 2014-08-12 13:57:57 +02:00
gimp-modules.c libgimpmodule, app: port GimpModuleDB to GFileEnumerator 2014-08-03 18:30:02 +02:00
gimp-modules.h
gimp-palettes.c app: save color history when a color is used. 2015-09-30 16:39:05 +02:00
gimp-palettes.h app: save color history when a color is used. 2015-09-30 16:39:05 +02:00
gimp-parasites.c libgimpbase, app: add variants of gimp_$foo_directory() which return GFiles 2014-07-28 02:04:01 +02:00
gimp-parasites.h app: add a small infrastructure to validate known parasites 2014-03-22 00:18:48 +01:00
gimp-tags.c Clean up code around calls to g_file_replace() 2014-10-04 02:44:54 +02:00
gimp-tags.h
gimp-templates.c libgimpbase, app: add variants of gimp_$foo_directory() which return GFiles 2014-07-28 02:04:01 +02:00
gimp-templates.h
gimp-transform-resize.c app: move gimp_file_compare() to gimp-utils.[ch] 2014-08-02 15:07:26 +02:00
gimp-transform-resize.h
gimp-transform-utils.c app: add utility function gimp_transform_polygon_is_convex() 2011-03-27 22:04:33 +02:00
gimp-transform-utils.h app: add utility function gimp_transform_polygon_is_convex() 2011-03-27 22:04:33 +02:00
gimp-units.c libgimpbase, app: add variants of gimp_$foo_directory() which return GFiles 2014-07-28 02:04:01 +02:00
gimp-units.h
gimp-user-install.c app: migration from "control" to "primary" in controllerrc. 2015-09-09 02:17:31 +02:00
gimp-user-install.h
gimp-utils.c app: change GimpBuffer to keep around an actual GimpColorProfile 2015-08-16 13:14:56 +02:00
gimp-utils.h app: use gimp_create_image_from_buffer() to create the debug image graph 2015-06-19 23:49:41 +02:00
gimp.c app: make sure name references to GimpData objects are serialized correctly 2015-02-26 22:31:58 +01:00
gimp.h app: add a "Playground" perfs page and a --show-playground command line option 2014-09-14 01:08:25 +02:00
gimpbezierdesc.c Bug 719593 - On clang, brush outline is not displayed 2013-11-30 16:34:37 -05:00
gimpbezierdesc.h app: BoundSeg -> GimpBoundSeg, boundary_foo() -> gimp_boundary_foo() 2012-05-02 17:46:02 +02:00
gimpboundary.c app: some random code cleanup 2014-06-02 20:17:39 +02:00
gimpboundary.h app: change GimpBoundary to find the boundary a float component 2012-05-02 17:51:07 +02:00
gimpbrush-boundary.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpbrush-boundary.h app: implement gimp_brush_transform_boundary() 2011-04-04 21:11:39 +02:00
gimpbrush-header.h
gimpbrush-load.c app: move all GimpBrush members to a private struct 2014-10-12 01:16:32 +02:00
gimpbrush-load.h app: add GInputStream* parameter to GimpDataLoadFunc 2014-07-04 03:31:03 +02:00
gimpbrush-private.h app: move all GimpBrush members to a private struct 2014-10-12 01:16:32 +02:00
gimpbrush-transform.c app: move all GimpBrush members to a private struct 2014-10-12 01:16:32 +02:00
gimpbrush-transform.h app: rename TempBuf to GimpTempBuf 2012-05-02 17:51:00 +02:00
gimpbrush.c app: handle preview generation for generated brushes separatley 2014-11-19 23:19:42 +02:00
gimpbrush.h app: locking brush size to zoom 2014-11-17 00:03:10 +02:00
gimpbrushcache.c Chain up unconditionally in GObject::constructed() 2012-11-12 21:51:22 +01:00
gimpbrushcache.h app: add GimpBrushCache which stores brush stuff based on transform parameters 2011-04-05 22:15:30 +02:00
gimpbrushclipboard.c app: fix the build with MyPaint brushes enabled, and some formatting foo 2015-05-25 02:15:03 +02:00
gimpbrushclipboard.h
gimpbrushgenerated-load.c app: move all GimpBrush members to a private struct 2014-10-12 01:16:32 +02:00
gimpbrushgenerated-load.h app: add GInputStream* parameter to GimpDataLoadFunc 2014-07-04 03:31:03 +02:00
gimpbrushgenerated-save.c Simplify calls to g_output_stream_write_all() 2014-09-07 20:30:14 +02:00
gimpbrushgenerated-save.h app: add a GOutputStream* parameter to GimpData::save() 2014-07-03 23:44:38 +02:00
gimpbrushgenerated.c app: make generated brushes draw at given hardness 2014-11-19 23:07:21 +02:00
gimpbrushgenerated.h
gimpbrushpipe-load.c app: move all GimpBrush members to a private struct 2014-10-12 01:16:32 +02:00
gimpbrushpipe-load.h app: add GInputStream* parameter to GimpDataLoadFunc 2014-07-04 03:31:03 +02:00
gimpbrushpipe.c Bug 748472 - Velocity Parameter on .GIH Brushes don't works 2015-05-07 09:37:22 +02:00
gimpbrushpipe.h app: s/nbrushes/n_brushes/ in GimpBrushPipe 2011-04-05 15:16:06 +02:00
gimpbuffer.c app: change GimpBuffer to keep around an actual GimpColorProfile 2015-08-16 13:14:56 +02:00
gimpbuffer.h app: change GimpBuffer to keep around an actual GimpColorProfile 2015-08-16 13:14:56 +02:00
gimpchannel-combine.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpchannel-combine.h app: factor out the core mask combine functions to gegl-only functions 2013-04-08 21:54:46 +02:00
gimpchannel-select.c Bug 679387 - Add "select pixels with this color" from colormap 2015-08-26 01:06:34 +02:00
gimpchannel-select.h Bug 679387 - Add "select pixels with this color" from colormap 2015-08-26 01:06:34 +02:00
gimpchannel.c app: rename mask enum values GIMP_COMPONENT_RED,GREEN,BLUE etc. 2015-09-07 00:35:02 +02:00
gimpchannel.h app: remove GimpChannel::bounds() and gimp_channel_bounds() 2015-07-03 19:38:08 +02:00
gimpchannelpropundo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpchannelpropundo.h
gimpchannelundo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpchannelundo.h
gimpcontainer-filter.c
gimpcontainer-filter.h
gimpcontainer.c app: move memsize functions into their own files gimp-memsize.[ch] 2014-08-12 13:57:57 +02:00
gimpcontainer.h app: add gimp_container_get_neighbor_of() to GimpContainer 2011-03-13 02:14:44 +01:00
gimpcontext.c app: rename all values of enum GimpContextPropMask 2015-09-08 21:18:49 +02:00
gimpcontext.h app: make sure name references to GimpData objects are serialized correctly 2015-02-26 22:31:58 +01:00
gimpcoords-interpolate.c app: some cleanup in the new paint options code 2014-11-17 21:45:01 +01:00
gimpcoords-interpolate.h
gimpcoords.c Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
gimpcoords.h app: Unify direction calculation for painting and stroking 2010-11-17 00:03:07 +02:00
gimpcurve-load.c app: add GInputStream* parameter to GimpDataLoadFunc 2014-07-04 03:31:03 +02:00
gimpcurve-load.h app: add GInputStream* parameter to GimpDataLoadFunc 2014-07-04 03:31:03 +02:00
gimpcurve-map.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpcurve-map.h
gimpcurve-save.c app: add a GOutputStream* parameter to GimpData::save() 2014-07-03 23:44:38 +02:00
gimpcurve-save.h app: add a GOutputStream* parameter to GimpData::save() 2014-07-03 23:44:38 +02:00
gimpcurve.c app: make gimp_curve_set_n_points and set_n_samples() public API 2014-06-17 20:07:24 +02:00
gimpcurve.h app: make gimp_curve_set_n_points and set_n_samples() public API 2014-06-17 20:07:24 +02:00
gimpdashpattern.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpdashpattern.h Use GimpValueArray and GimpParamSpecValueArray 2012-05-04 00:51:50 +02:00
gimpdata.c Clean up code around calls to g_file_replace() 2014-10-04 02:44:54 +02:00
gimpdata.h app: port GimpDataFactory file loading to GFileEnumerator 2014-08-01 20:30:45 +02:00
gimpdatafactory.c Bug 752582 - Error message when refreshing resources without... 2015-07-21 19:24:45 +02:00
gimpdatafactory.h app: make sure name references to GimpData objects are serialized correctly 2015-02-26 22:31:58 +01:00
gimpdocumentlist.c app: change GimpImageFile and GimpDocumentList to speak GFile 2014-07-07 23:58:11 +02:00
gimpdocumentlist.h app: change GimpImageFile and GimpDocumentList to speak GFile 2014-07-07 23:58:11 +02:00
gimpdrawable-blend.c Revert "app: save first and last color of the blend tool gradient..." 2015-10-08 19:33:11 +02:00
gimpdrawable-blend.h app: pass a GimpGradient to gimp_drawable_blend(), not a GimpBlendMode 2014-04-30 09:17:42 +02:00
gimpdrawable-bucket-fill.c app: save color history when a color is used. 2015-09-30 16:39:05 +02:00
gimpdrawable-bucket-fill.h app: use GimpFillType in gimp_drawable_bucket_fill() 2014-06-03 01:34:51 +02:00
gimpdrawable-combine.c follow gegl api changes from commit af5361ca8d, with an abyss policy argument 2015-05-25 01:27:31 +02:00
gimpdrawable-combine.h app: remove the !use_gegl case from gimp_drawable_apply_buffer() 2012-05-19 00:14:51 +02:00
gimpdrawable-equalize.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpdrawable-equalize.h
gimpdrawable-filter.c follow gegl api changes from commit af5361ca8d, with an abyss policy argument 2015-05-25 01:27:31 +02:00
gimpdrawable-filter.h app: some GimpProgress cleanup 2014-07-12 23:45:20 +02:00
gimpdrawable-foreground-extract.c app: some GimpProgress cleanup 2014-07-12 23:45:20 +02:00
gimpdrawable-foreground-extract.h app: revive gimpdrawable-foreground-extract 2014-06-03 23:05:23 +02:00
gimpdrawable-histogram.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpdrawable-histogram.h
gimpdrawable-levels.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpdrawable-levels.h app: remove the legacy levels cruft 2012-05-02 17:46:12 +02:00
gimpdrawable-offset.c app: fix the build with MyPaint brushes enabled, and some formatting foo 2015-05-25 02:15:03 +02:00
gimpdrawable-offset.h
gimpdrawable-operation.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpdrawable-operation.h app: remove gimp_drawable_apply_operation_to_buffer() 2012-10-22 16:14:56 +02:00
gimpdrawable-preview.c Bug 754221 - Possible preview widget bug 2015-09-06 17:23:55 +02:00
gimpdrawable-preview.h app: completely remove TileManager and friends (base/ and paint-funcs/) 2012-06-20 21:44:09 +02:00
gimpdrawable-private.h app: use a GimpApplicator for floating selection compositing 2013-04-15 01:44:18 +02:00
gimpdrawable-shadow.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpdrawable-shadow.h app: turn the drawable's shadow tiles into a shadow buffer 2012-05-02 17:46:10 +02:00
gimpdrawable-stroke.c app: add utility functions for applying specific operations to buffers 2012-10-31 23:47:45 +01:00
gimpdrawable-stroke.h app: BoundSeg -> GimpBoundSeg, boundary_foo() -> gimp_boundary_foo() 2012-05-02 17:46:02 +02:00
gimpdrawable-transform.c app: change GimpBuffer to keep around an actual GimpColorProfile 2015-08-16 13:14:56 +02:00
gimpdrawable-transform.h app, pdb, libgimp: Remove all traces of the supersampling recursion level 2013-05-31 01:15:32 +02:00
gimpdrawable.c app: add "gboolean convert_profile" to GimpDrawable::convert_type() 2015-08-16 15:56:28 +02:00
gimpdrawable.h app: add "gboolean convert_profile" to GimpDrawable::convert_type() 2015-08-16 15:56:28 +02:00
gimpdrawablemodundo.c app: move memsize functions into their own files gimp-memsize.[ch] 2014-08-12 13:57:57 +02:00
gimpdrawablemodundo.h app: change GimpDrawable::set_tiles() to ::set_buffer() 2012-05-02 17:46:07 +02:00
gimpdrawablestack.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpdrawablestack.h app: add new class GimpFilterStack factored out of GimpDrawableStack 2013-04-11 12:25:11 +02:00
gimpdrawableundo.c app: move memsize functions into their own files gimp-memsize.[ch] 2014-08-12 13:57:57 +02:00
gimpdrawableundo.h app: turn GimpDrawable::apply_region() into ::apply_buffer() 2012-05-02 17:46:11 +02:00
gimpdynamics-load.c app: add GInputStream* parameter to GimpDataLoadFunc 2014-07-04 03:31:03 +02:00
gimpdynamics-load.h app: add GInputStream* parameter to GimpDataLoadFunc 2014-07-04 03:31:03 +02:00
gimpdynamics-save.c app: add a GOutputStream* parameter to GimpData::save() 2014-07-03 23:44:38 +02:00
gimpdynamics-save.h app: add a GOutputStream* parameter to GimpData::save() 2014-07-03 23:44:38 +02:00
gimpdynamics.c app: add gimp_dynamics_is_output_enabled() 2015-04-19 21:58:36 +02:00
gimpdynamics.h app: add gimp_dynamics_is_output_enabled() 2015-04-19 21:58:36 +02:00
gimpdynamicsoutput.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpdynamicsoutput.h app: move all GimpDynamicsOutput members to private 2011-03-03 11:48:35 +01:00
gimperror.c
gimperror.h
gimpfilloptions.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpfilloptions.h app: move all GimpFillOptions members to private 2011-03-05 20:26:41 +01:00
gimpfilter.c app: move memsize functions into their own files gimp-memsize.[ch] 2014-08-12 13:57:57 +02:00
gimpfilter.h app: add gimp_filter_get,set_applicator() 2013-04-22 10:56:53 +02:00
gimpfilteredcontainer.c Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01:00
gimpfilteredcontainer.h app: virtualize the add/remove/freeze/thaw logic of GimpFilteredContainer 2011-03-23 22:12:49 +01:00
gimpfilterstack.c app: remove newline in GimpFilterStack 2014-05-22 20:48:50 +02:00
gimpfilterstack.h app: add gimp_filter_stack_new(filter_type) 2013-04-11 19:04:51 +02:00
gimpfloatingselundo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpfloatingselundo.h
gimpgradient-load.c app: fix a bunch of valgrind-found leaks 2014-07-20 21:40:57 +02:00
gimpgradient-load.h app: add GInputStream* parameter to GimpDataLoadFunc 2014-07-04 03:31:03 +02:00
gimpgradient-save.c Clean up code around calls to g_file_replace() 2014-10-04 02:44:54 +02:00
gimpgradient-save.h app: add a GOutputStream* parameter to GimpData::save() 2014-07-03 23:44:38 +02:00
gimpgradient.c app: Relax preconditions on gimp_gradient_get_color_at 2014-07-22 13:13:46 -04:00
gimpgradient.h
gimpgrid.c app: add more accessors to GimpGrid and use them instead of grid->foo 2014-05-21 21:44:28 +02:00
gimpgrid.h app: add more accessors to GimpGrid and use them instead of grid->foo 2014-05-21 21:44:28 +02:00
gimpgrouplayer.c Revert "app: add ::get_color_profile() to GimpPickable and GimpProjectable" 2015-09-03 00:21:09 +02:00
gimpgrouplayer.h app: move all GimpGroupLayer members to a private struct 2011-02-03 22:30:22 +01:00
gimpgrouplayerundo.c app: add "gboolean convert_profile" to GimpDrawable::convert_type() 2015-08-16 15:56:28 +02:00
gimpgrouplayerundo.h app: add "new_precision" argument to gimp_drawable_convert_type() 2012-05-02 17:51:15 +02:00
gimpguide.c app: guide cleanup 2014-07-10 00:20:57 +02:00
gimpguide.h app: guide cleanup 2014-07-10 00:20:57 +02:00
gimpguideundo.c app: guide cleanup 2014-07-10 00:20:57 +02:00
gimpguideundo.h
gimphistogram.c Use the new GeglAccessMode enum instead of the old values 2014-07-02 02:00:35 +02:00
gimphistogram.h app: return 0.0..1.0 from gimp_histogram_get_mean(), median(), std_dev() 2013-06-12 02:01:24 +02:00
gimpidtable.c app: move memsize functions into their own files gimp-memsize.[ch] 2014-08-12 13:57:57 +02:00
gimpidtable.h app: void * -> gpointer in GimpIdTable 2011-05-04 23:14:21 +02:00
gimpimage-arrange.c app: remove the GIMP_IS_CHANNEL() case from gimpimage-arrange.c 2015-07-03 19:38:07 +02:00
gimpimage-arrange.h
gimpimage-color-profile.c Bug 748749 - picked colors don't match image colors... 2015-09-20 21:17:54 +02:00
gimpimage-color-profile.h Bug 748749 - picked colors don't match image colors... 2015-09-20 21:17:54 +02:00
gimpimage-colormap.c Bug 704118 - crash on invalid number of PLTE entries 2013-07-14 22:25:44 +02:00
gimpimage-colormap.h Bug 704118 - crash on invalid number of PLTE entries 2013-07-14 22:25:44 +02:00
gimpimage-convert-data.h
gimpimage-convert-fsdither.h
gimpimage-convert-precision.c app: add "gboolean convert_profile" to GimpDrawable::convert_type() 2015-08-16 15:56:28 +02:00
gimpimage-convert-precision.h Bug 352823 - Changing image mode discards text layer information 2012-11-10 18:56:44 +01:00
gimpimage-convert-type.c app: add "gboolean convert_profile" to GimpDrawable::convert_type() 2015-08-16 15:56:28 +02:00
gimpimage-convert-type.h Bug 352823 - Changing image mode discards text layer information 2012-11-10 18:56:44 +01:00
gimpimage-crop.c app: change gimp_image_crop() to use x, y, width, height 2015-07-03 19:38:08 +02:00
gimpimage-crop.h app: change gimp_image_crop() to use x, y, width, height 2015-07-03 19:38:08 +02:00
gimpimage-duplicate.c Bug 723392 - Pasting an image replaces color profile with default one 2015-08-30 01:31:59 +02:00
gimpimage-duplicate.h
gimpimage-flip.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpimage-flip.h
gimpimage-grid.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpimage-grid.h
gimpimage-guides.c app: guide cleanup 2014-07-10 00:20:57 +02:00
gimpimage-guides.h
gimpimage-item-list.c app: add gimp_image_item_list_bounds() 2015-07-03 19:38:08 +02:00
gimpimage-item-list.h app: add gimp_image_item_list_bounds() 2015-07-03 19:38:08 +02:00
gimpimage-merge.c app: move functions to create layers to new files gimplayer-new.[ch] 2015-06-17 13:21:01 +02:00
gimpimage-merge.h app: return a GError when flattening the image failed 2013-08-09 21:35:36 +02:00
gimpimage-metadata.c app: add double precision support, for completeness 2014-03-09 00:43:55 +01:00
gimpimage-metadata.h Completely rewrite metadata handling using gexiv2 2013-10-27 01:02:17 +02:00
gimpimage-new.c app: simplify gimp_image_new_from_drawable()'s color profile code 2015-08-16 19:45:04 +02:00
gimpimage-new.h
gimpimage-pick-color.c Bug 748749 - picked colors don't match image colors... 2015-08-25 00:05:59 +02:00
gimpimage-pick-color.h Bug 748749 - picked colors don't match image colors... 2015-08-25 00:05:59 +02:00
gimpimage-pick-layer.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpimage-pick-layer.h app: add gimp_image_pick_layer_by_bounds() and use it in GimpAlignTool 2011-03-29 13:58:23 +02:00
gimpimage-preview.c app: Use ABYSS_CLAMP for image and drawable previews (bug 709708) 2014-03-14 13:21:47 -07:00
gimpimage-preview.h app: remove GimpImage's cached preview 2012-06-25 00:23:07 +02:00
gimpimage-private.h Bug 748749 - picked colors don't match image colors... 2015-09-20 21:17:54 +02:00
gimpimage-quick-mask.c libgimpcolor: add GdkPixbuf <-> GeglBuffer utility functions 2012-05-03 03:37:20 +02:00
gimpimage-quick-mask.h
gimpimage-resize.c app: port everything from gimp_channel_bounds() to gimp_item_bounds() 2015-07-03 19:38:08 +02:00
gimpimage-resize.h Bug 678358 - Add option to skip text layers when resizing the image 2012-09-05 23:26:54 +02:00
gimpimage-rotate.c app: gimp_image_rotate(): fix rotation of sample points 2014-05-24 22:41:21 +02:00
gimpimage-rotate.h
gimpimage-sample-points.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpimage-sample-points.h
gimpimage-scale.c app: use gimp_image_estimate_memsize() in gimp_image_scale_check() 2014-06-15 21:49:38 +02:00
gimpimage-scale.h
gimpimage-snap.c Bug 706275 - "View/Snap to active path" doesn't snap to layer center... 2014-08-17 22:12:44 +02:00
gimpimage-snap.h
gimpimage-undo-push.c Completely rewrite metadata handling using gexiv2 2013-10-27 01:02:17 +02:00
gimpimage-undo-push.h Completely rewrite metadata handling using gexiv2 2013-10-27 01:02:17 +02:00
gimpimage-undo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpimage-undo.h
gimpimage.c app: cosmetic cleanup in gimp_image_parasite_attach() 2015-09-24 21:33:30 +02:00
gimpimage.h app: remove gimp_image_set_filename() 2015-07-13 22:43:22 +02:00
gimpimagefile.c app: don't set the same GFile again in gimp_imagefile_set_file() 2014-07-13 19:13:11 +02:00
gimpimagefile.h app: add gimp_imagefile_set_file() 2014-07-08 00:49:05 +02:00
gimpimagemap.c app: rename mask enum values GIMP_COMPONENT_RED,GREEN,BLUE etc. 2015-09-07 00:35:02 +02:00
gimpimagemap.h app: some GimpProgress cleanup 2014-07-12 23:45:20 +02:00
gimpimageundo.c app: add _gimp_image_update_color_profile() to update the cached profile 2015-08-26 19:16:17 +02:00
gimpimageundo.h Completely rewrite metadata handling using gexiv2 2013-10-27 01:02:17 +02:00
gimpitem-exclusive.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpitem-exclusive.h Bug 677823 - Shift + mouse click to link all layers does not work 2012-06-12 21:39:40 +02:00
gimpitem-linked.c app: remove the "exclude" paameter from gimp_image_item_list_get_list() 2015-06-28 23:49:47 +02:00
gimpitem-linked.h app, pdb, libgimp: Remove all traces of the supersampling recursion level 2013-05-31 01:15:32 +02:00
gimpitem-preview.c fix some copy&paste errors 2014-08-16 00:37:13 +02:00
gimpitem-preview.h
gimpitem.c app: add "gboolean convert_profile" to GimpDrawable::convert_type() 2015-08-16 15:56:28 +02:00
gimpitem.h app: add "gboolean convert_profile" to GimpDrawable::convert_type() 2015-08-16 15:56:28 +02:00
gimpitempropundo.c app: move memsize functions into their own files gimp-memsize.[ch] 2014-08-12 13:57:57 +02:00
gimpitempropundo.h Bug 674160 - Redesign of "Lock panel" 2012-11-09 11:17:25 +01:00
gimpitemstack.c app: implement the GimpColorManaged interface in GimpLayer 2015-09-03 00:21:40 +02:00
gimpitemstack.h app: implement the GimpColorManaged interface in GimpLayer 2015-09-03 00:21:40 +02:00
gimpitemtree.c app: allow item numbering schemes with fixed number of digits. 2015-08-08 19:05:37 +02:00
gimpitemtree.h
gimpitemundo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpitemundo.h
gimplayer-floating-sel.c Bug 692349: Poor placement of "Floating selection" entry in Layers dialog 2015-02-14 18:20:55 +01:00
gimplayer-floating-sel.h app: BoundSeg -> GimpBoundSeg, boundary_foo() -> gimp_boundary_foo() 2012-05-02 17:46:02 +02:00
gimplayer-new.c app, libgimpcolor: refactor GimpColorManaged::get_color_profile() 2015-09-03 01:36:02 +02:00
gimplayer-new.h app: change GimpBuffer to keep around an actual GimpColorProfile 2015-08-16 13:14:56 +02:00
gimplayer.c Bug 478528 - Layer and Image previews are not color managed 2015-09-21 20:30:15 +02:00
gimplayer.h app: move functions to create layers to new files gimplayer-new.[ch] 2015-06-17 13:21:01 +02:00
gimplayermask.c app: add "gboolean convert_profile" to GimpDrawable::convert_type() 2015-08-16 15:56:28 +02:00
gimplayermask.h app: add gimp_channel_new_from_buffer() and gimp_layer_mask_new_from_buffer() 2013-05-07 23:06:43 +02:00
gimplayermaskpropundo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimplayermaskpropundo.h
gimplayermaskundo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimplayermaskundo.h
gimplayerpropundo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimplayerpropundo.h
gimplayerundo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimplayerundo.h
gimplist.c app: handle an index of -1 generically in GimpContainer::reorder() 2013-10-11 23:09:30 +02:00
gimplist.h app: add gimp_list_get_sort_func() 2012-05-02 17:50:48 +02:00
gimpmarshal.list Bug 748749 - picked colors don't match image colors... 2015-08-25 00:05:59 +02:00
gimpmaskundo.c app: port everything from gimp_channel_bounds() to gimp_item_bounds() 2015-07-03 19:38:08 +02:00
gimpmaskundo.h app: rename GimpMaskUndo::convert-precision to ::convert-format 2012-05-02 17:51:20 +02:00
gimpobject.c app: don't emit useless "name-changed" signals from GimpObject 2015-08-25 18:39:17 +02:00
gimpobject.h
gimppaintinfo.c app: convert all stock IDs kept around by the core by icon names 2014-05-07 01:01:56 +02:00
gimppaintinfo.h app: convert all stock IDs kept around by the core by icon names 2014-05-07 01:01:56 +02:00
gimppalette-import.c app: port everything from gimp_channel_bounds() to gimp_item_bounds() 2015-07-03 19:38:08 +02:00
gimppalette-import.h app: more filename -> GFile 2014-07-01 15:56:39 +02:00
gimppalette-load.c app: fix a bunch of valgrind-found leaks 2014-07-20 21:40:57 +02:00
gimppalette-load.h app: add GInputStream* parameter to GimpDataLoadFunc 2014-07-04 03:31:03 +02:00
gimppalette-save.c Simplify calls to g_output_stream_write_all() 2014-09-07 20:30:14 +02:00
gimppalette-save.h app: add a GOutputStream* parameter to GimpData::save() 2014-07-03 23:44:38 +02:00
gimppalette.c app: save color history when a color is used. 2015-09-30 16:39:05 +02:00
gimppalette.h app: save color history when a color is used. 2015-09-30 16:39:05 +02:00
gimppalettemru.c app: save color history when a color is used. 2015-09-30 16:39:05 +02:00
gimppalettemru.h app: remove the int return value from gimp_palette_mru_add() 2014-11-29 13:38:12 +01:00
gimpparamspecs-desc.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpparamspecs-desc.h
gimpparamspecs-duplicate.c app: don't leak the property keys hash tables of duplicated Gegl paramspecs 2014-06-20 09:00:46 +02:00
gimpparamspecs-duplicate.h
gimpparamspecs.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpparamspecs.h
gimpparasitelist.c app: move memsize functions into their own files gimp-memsize.[ch] 2014-08-12 13:57:57 +02:00
gimpparasitelist.h
gimppattern-header.h
gimppattern-load.c app: simplify GimpData load/save error reporting a lot 2014-07-04 18:46:02 +02:00
gimppattern-load.h app: add GInputStream* parameter to GimpDataLoadFunc 2014-07-04 03:31:03 +02:00
gimppattern.c follow gegl api changes from commit af5361ca8d, with an abyss policy argument 2015-05-25 01:27:31 +02:00
gimppattern.h app: rename TempBuf to GimpTempBuf 2012-05-02 17:51:00 +02:00
gimppatternclipboard.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimppatternclipboard.h
gimppdbprogress.c app: some GimpProgress cleanup 2014-07-12 23:45:20 +02:00
gimppdbprogress.h
gimppickable-auto-shrink.c app: always return the rectangle values from gimp_pickable_auto_shrink() 2015-07-03 17:52:34 +02:00
gimppickable-auto-shrink.h Bug 735516 - Crop to content fails 2014-08-31 17:41:54 +02:00
gimppickable-contiguous-region.c Bug 735513 - Fuzzy select (magic wand) freeze w/select transparent areas 2014-08-27 21:12:46 +02:00
gimppickable-contiguous-region.h app: rename gimpimage-contiguous-region.[ch] to gimppickable-....[ch] 2014-05-31 09:52:44 +02:00
gimppickable.c Revert "app: add ::get_color_profile() to GimpPickable and GimpProjectable" 2015-09-03 00:21:09 +02:00
gimppickable.h Revert "app: add ::get_color_profile() to GimpPickable and GimpProjectable" 2015-09-03 00:21:09 +02:00
gimpprogress.c app: add gimp_progress_set_text_literal() 2014-07-20 23:32:19 +02:00
gimpprogress.h app: add gimp_progress_set_text_literal() 2014-07-20 23:32:19 +02:00
gimpprojectable.c Revert "app: add ::get_color_profile() to GimpPickable and GimpProjectable" 2015-09-03 00:21:09 +02:00
gimpprojectable.h Revert "app: add ::get_color_profile() to GimpPickable and GimpProjectable" 2015-09-03 00:21:09 +02:00
gimpprojection.c Revert "app: add ::get_color_profile() to GimpPickable and GimpProjectable" 2015-09-03 00:21:09 +02:00
gimpprojection.h app: add gimp_projection_stop_rendering() 2014-06-29 23:57:22 +02:00
gimpsamplepoint.c
gimpsamplepoint.h
gimpsamplepointundo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpsamplepointundo.h
gimpscanconvert.c Use the new GeglAccessMode enum instead of the old values 2014-07-02 02:00:35 +02:00
gimpscanconvert.h app: change the value to render in the GimpScanConvert API to a 0..1 double 2012-05-13 23:13:53 +02:00
gimpselection.c app: add "gboolean convert_profile" to GimpDrawable::convert_type() 2015-08-16 15:56:28 +02:00
gimpselection.h app: remove gimp_selection_extract_buffer() again 2012-05-02 17:46:06 +02:00
gimpsettings.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpsettings.h app: somehow the new app/core/gimpsettings.[ch] didn't get committed 2013-05-25 16:48:38 +02:00
gimpstrokeoptions.c app: rename all values of enum GimpContextPropMask 2015-09-08 21:18:49 +02:00
gimpstrokeoptions.h Bug 721249 - pdb.gimp_context_set_brush_size() dont't work 2014-02-06 23:26:53 +01:00
gimpsubprogress.c app: some GimpProgress cleanup 2014-07-12 23:45:20 +02:00
gimpsubprogress.h
gimptag.c app: fix UI tag matching to always work case-insensitively 2012-05-05 18:58:04 +02:00
gimptag.h app: fix UI tag matching to always work case-insensitively 2012-05-05 18:58:04 +02:00
gimptagcache.c Clean up code around calls to g_file_replace() 2014-10-04 02:44:54 +02:00
gimptagcache.h
gimptagged.c Bug 722975 - crash when removing tag from palette while filtering by same tag 2014-01-26 21:03:28 +01:00
gimptagged.h app: add gimp_tagged_has_tag(), and some cleanup in GimpTagged 2011-03-24 09:17:39 +01:00
gimptaggedcontainer.c app: change GimpImageFile and GimpDocumentList to speak GFile 2014-07-07 23:58:11 +02:00
gimptaggedcontainer.h app: forgot to remove member GimpTaggedContainer:src_container 2011-03-24 09:43:21 +01:00
gimptempbuf.c app: fix crashing typo in previous commit 2014-02-23 01:28:34 +01:00
gimptempbuf.h app: typo s/fomat/format/ 2014-08-01 18:38:25 +00:00
gimptemplate.c app: some cleanup in gimp_template_notify() 2014-06-15 21:29:34 +02:00
gimptemplate.h app: add "precision" member and API to GimpTemplate 2012-05-02 17:51:09 +02:00
gimptoolinfo.c app: more gimp_directory() -> gimp_directory_file() 2014-07-29 11:56:49 +02:00
gimptoolinfo.h app: return a GFile from gimp_tool_info_build_options_filename() 2014-07-01 15:41:12 +02:00
gimptooloptions.c libgimpbase, app: add variants of gimp_$foo_directory() which return GFiles 2014-07-28 02:04:01 +02:00
gimptooloptions.h
gimptoolpreset-load.c app: simplify GimpData load/save error reporting a lot 2014-07-04 18:46:02 +02:00
gimptoolpreset-load.h app: add GInputStream* parameter to GimpDataLoadFunc 2014-07-04 03:31:03 +02:00
gimptoolpreset-save.c app: add a GOutputStream* parameter to GimpData::save() 2014-07-03 23:44:38 +02:00
gimptoolpreset-save.h app: add a GOutputStream* parameter to GimpData::save() 2014-07-03 23:44:38 +02:00
gimptoolpreset.c app: rename all values of enum GimpContextPropMask 2015-09-08 21:18:49 +02:00
gimptoolpreset.h app: gimp_tool_preset_new(): ignore the passed name 2011-03-22 15:08:11 +01:00
gimptreehandler.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimptreehandler.h
gimpundo.c app: add gimp-priorities.h and keep the most important priorities there 2014-07-02 04:47:24 +02:00
gimpundo.h app: implement converting images between precisions, including menu items 2012-05-02 17:51:16 +02:00
gimpundostack.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpundostack.h
gimpunit.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpunit.h
gimpviewable.c icons, app, libgimpwidgets: use GResource for the compiled-in icons 2015-04-21 21:57:08 +02:00
gimpviewable.h app: add gimp-priorities.h and keep the most important priorities there 2014-07-02 04:47:24 +02:00
Makefile.am app: move app/batch.[ch] to app/core/gimp-batch.[ch] 2015-09-30 01:57:33 +02:00