Gimp/app/core
Jehan cafa912c98 app: allow locale lower and upper values in gimp_prop_spin_scale_new().
Currently a GimpSpinScale created with gimp_prop_spin_scale_new() will
use the associated property's lower and upper values.
Unfortunately these generic values may not be always relevant and we
may want to construct a spin scale UI adapted to the current image.
For instance, several symmetry painting have a x/y property which has
to stay within the image's dimension, but changing the property's lower
and upper values would affect the symmetry on the class level (i.e. for
all similar symmetries on all images).
Let's allow setting data on object with key "property-name:min|max" to
provide locale min/max values specifically for this object.
This is used only on the symmetry dock for now, but could be used as
well on GEGL op UIs.
2016-06-14 16:52:52 +02:00
..
.gitignore app: Sort core/.gitignore 2011-04-25 16:08:15 +02:00
core-enums.c Introduce consistent use of 'soft-proofing' in user-visible messages 2016-06-08 00:21:51 +03:00
core-enums.h app: rename GimpImageMap to GimpDrawableFilter 2016-05-12 01:49:53 +02:00
core-types.h app: move the undo impl object typedefs out of the *-types.h files 2016-05-20 18:29:13 +02:00
gimp-batch.c app: derive GimpProcedure from GimpViewable 2016-01-01 20:05:32 +01: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 Bug 761270 - layer boundary not re-drawn correctly on scrolling 2016-03-26 22:50:10 +01:00
gimp-cairo.h Bug 761270 - layer boundary not re-drawn correctly on scrolling 2016-03-26 22:50:10 +01: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: add gimp_fill_options_create_buffer() 2016-05-29 18:25:14 +02:00
gimp-edit.h app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimp-filter-history.c Bug 759316 - "Recently used" menu not updated with gegl filters 2016-01-04 15:07:30 +01:00
gimp-filter-history.h app: rename GimpPlugInAction to GimpProcedureAction 2016-01-01 20:05:32 +01: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: don't let display color management settings affect file import 2016-06-05 22:36:52 +02:00
gimp-gui.h app: don't let display color management settings affect file import 2016-06-05 22:36:52 +02:00
gimp-memsize.c app: add gimp_g_queue_get_memsize() and gimp_g_queue_get_memsize_foreach() 2016-01-27 23:04:31 +01:00
gimp-memsize.h app: add gimp_g_queue_get_memsize() and gimp_g_queue_get_memsize_foreach() 2016-01-27 23:04:31 +01: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 app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +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: do not migrate theme settings. 2016-03-25 21:43:58 +01:00
gimp-user-install.h
gimp-utils.c app: move some stuff out of app/file/ 2016-01-03 23:38:08 +01:00
gimp-utils.h app: move some stuff out of app/file/ 2016-01-03 23:38:08 +01:00
gimp.c app: switch the list of tools to using "append" mode 2016-05-01 16:05:44 +02:00
gimp.h Bug 759316 - "Recently used" menu not updated with gegl filters 2015-12-30 20:04:58 +01: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 Bug 648776 - mirror symmetries. 2016-02-02 21:15:13 +01: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: remove space before a colon 2015-12-01 12:25:15 +01: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: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpbrush.h app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpbrushcache.c Bug 765492: Memory leak in gimp_brush_cache_add 2016-04-24 19:41:22 +02:00
gimpbrushcache.h Bug 648776 - mirror symmetries. 2016-02-02 21:15:13 +01: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: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpbrushgenerated.h app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
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: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpbuffer.h app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +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 app: Add diagonal_neighbors parameter to gimp_channel_select_fuzzy() 2016-01-17 00:46:54 +01:00
gimpchannel-select.h app: Add diagonal_neighbors parameter to gimp_channel_select_fuzzy() 2016-01-17 00:46:54 +01:00
gimpchannel.c app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpchannel.h app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpchannelpropundo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpchannelpropundo.h app: move the undo impl object typedefs out of the *-types.h files 2016-05-20 18:29:13 +02:00
gimpchannelundo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpchannelundo.h app: move the undo impl object typedefs out of the *-types.h files 2016-05-20 18:29:13 +02:00
gimpcontainer-filter.c app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpcontainer-filter.h app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpcontainer.c app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpcontainer.h app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpcontext.c app: remove gimp_context_[get|set]_[foreground|background]_pixel() 2016-05-28 09:35:25 +02:00
gimpcontext.h app: remove gimp_context_[get|set]_[foreground|background]_pixel() 2016-05-28 09:35:25 +02:00
gimpcoords-interpolate.c app: formatting cleanup in the last commit 2015-12-29 17:08:51 +01:00
gimpcoords-interpolate.h
gimpcoords.c app: formatting cleanup in the last commit 2015-12-29 17:08:51 +01:00
gimpcoords.h
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 Initialize GValues with G_VALUE_INIT instead of { 0, } 2016-03-26 15:59:26 +01: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 Initialize GValues with G_VALUE_INIT instead of { 0, } 2016-03-26 15:59:26 +01:00
gimpdashpattern.h app: add imp_dash_pattern_from,to_double_array() 2015-11-11 00:34:11 +01: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 app: replace GimpList's internal GList with a GQueue 2016-05-01 15:22:44 +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 app: normalize gegl:distance-transform, it's unusuable otherwise 2016-05-12 00:13:33 +02:00
gimpdrawable-blend.h app/core: Expose creating shapeburst distmaps in gimpdrawable-blend. 2016-02-01 21:18:51 +01:00
gimpdrawable-bucket-fill.c app: add gimp_fill_options_create_buffer() 2016-05-29 18:25:14 +02:00
gimpdrawable-bucket-fill.h app: change gimp_drawable_bucket_fill() to use GimpFillOptions 2016-03-11 22:05:33 +01:00
gimpdrawable-combine.c app: split GimpApplicator's opacity and mode API into two functions 2016-05-18 01:51:09 +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-fill.c app: add gimp_fill_options_create_buffer() 2016-05-29 18:25:14 +02:00
gimpdrawable-fill.h app: move gimp_drawable_fill() to gimpdrawable-fill.[ch] 2016-03-08 01:44:35 +01:00
gimpdrawable-filters.c app: rename GimpImageMap to GimpDrawableFilter 2016-05-12 01:49:53 +02:00
gimpdrawable-filters.h app: rename GimpImageMap to GimpDrawableFilter 2016-05-12 01:49:53 +02:00
gimpdrawable-floating-selection.c app: move GimpDrawable's FS to gimpdrawable-floating-selection.[ch] 2016-05-19 17:40:33 +02:00
gimpdrawable-floating-selection.h app: move GimpDrawable's FS to gimpdrawable-floating-selection.[ch] 2016-05-19 17:40:33 +02:00
gimpdrawable-foreground-extract.c Bug 765247: Foreground select tool does not respect item offsets 2016-04-20 06:48:04 +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 Bug 766988 - Colors applied to images are not color managed 2016-05-29 17:51:06 +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 libgimpcolor: add new object GimpColorTransform 2016-05-26 22:15:54 +02:00
gimpdrawable-preview.h Bug 478528 - Layer and Image previews are not color managed 2016-04-15 16:52:25 +01: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 gimpdrawable-fill.[ch] 2016-03-07 21:33:42 +01:00
gimpdrawable-stroke.h app: add gimpdrawable-fill.[ch] 2016-03-07 21:33:42 +01:00
gimpdrawable-transform.c Bug 766988 - Colors applied to images are not color managed 2016-05-29 17:51:06 +02:00
gimpdrawable-transform.h app: pass profiles around along with the buffers in the transform code 2016-05-08 18:35:40 +02:00
gimpdrawable.c Bug 766988 - Colors applied to images are not color managed 2016-05-29 17:51:06 +02:00
gimpdrawable.h app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpdrawablefilter.c app: add separate opacity and mode API to GimpDrawableFilter 2016-05-18 09:47:58 +02:00
gimpdrawablefilter.h app: add separate opacity and mode API to GimpDrawableFilter 2016-05-18 09:47:58 +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: move the undo impl object typedefs out of the *-types.h files 2016-05-20 18:29:13 +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: move the undo impl object typedefs out of the *-types.h files 2016-05-20 18:29:13 +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: port tons of files to the new GIMP_CONFIG_PROP_FOO() macros 2016-02-11 23:46:24 +01:00
gimpdynamics.h app: add gimp_dynamics_is_output_enabled() 2015-04-19 21:58:36 +02:00
gimpdynamicsoutput.c app: port tons of files to the new GIMP_CONFIG_PROP_FOO() macros 2016-02-11 23:46:24 +01:00
gimpdynamicsoutput.h
gimperror.c
gimperror.h
gimpfilloptions.c Bug 766988 - Colors applied to images are not color managed 2016-05-29 19:41:12 +02:00
gimpfilloptions.h app: add gimp_fill_options_create_buffer() 2016-05-29 18:25:14 +02:00
gimpfilter.c app: move the "visible" property from GimpItem to GimpFilter 2016-05-01 14:27:43 +02:00
gimpfilter.h app: move the "visible" property from GimpItem to GimpFilter 2016-05-01 14:27:43 +02:00
gimpfilteredcontainer.c app: replace GimpList's internal GList with a GQueue 2016-05-01 15:22:44 +02:00
gimpfilteredcontainer.h
gimpfilterstack.c app: don't reverse lists in GimpFilterStack and GimpUndoEditor 2016-05-03 01:05:49 +02:00
gimpfilterstack.h app: add gimp_filter_stack_new(filter_type) 2013-04-11 19:04:51 +02:00
gimpfloatingselectionundo.c app: rename more stuff from "floating sel" to "floating selection" 2016-05-20 16:46:26 +02:00
gimpfloatingselectionundo.h app: rename more stuff from "floating sel" to "floating selection" 2016-05-20 16:46:26 +02:00
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: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpgrid.h app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpgrouplayer.c icons: Bug 759904 2016-06-10 13:50:45 +02:00
gimpgrouplayer.h
gimpgrouplayerundo.c app: add progress reporting to gimp_drawable_convert_type() 2015-10-21 22:22:30 +02:00
gimpgrouplayerundo.h app: move the undo impl object typedefs out of the *-types.h files 2016-05-20 18:29:13 +02:00
gimpguide.c app: add g_return_if_fail() to gimp_guide_get_style() and is_custom() 2016-04-03 20:33:01 +02:00
gimpguide.h app: move all guide styling to gimpcanvas-style. 2016-02-03 19:38:32 +01:00
gimpguideundo.c app: guide cleanup 2014-07-10 00:20:57 +02:00
gimpguideundo.h app: move the undo impl object typedefs out of the *-types.h files 2016-05-20 18:29:13 +02:00
gimphistogram.c Bug 109161 - Improve Histogram with Luminance Channel 2016-04-18 19:35:06 +01: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 app: don't let display color management settings affect file import 2016-06-05 22:36:52 +02:00
gimpimage-color-profile.h libgimpcolor: add new object GimpColorTransform 2016-05-26 22:15:54 +02:00
gimpimage-colormap.c app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpimage-colormap.h app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpimage-convert-data.h
gimpimage-convert-fsdither.h
gimpimage-convert-indexed.c app: move indexed conversion to gimpimage-convert-indexed.[ch] 2016-04-30 18:35:52 +02:00
gimpimage-convert-indexed.h app: move indexed conversion to gimpimage-convert-indexed.[ch] 2016-04-30 18:35:52 +02:00
gimpimage-convert-precision.c app: fix color profile logic in gimp_image_convert_precision() 2016-05-21 00:37: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: #include gimp-babl.h in gimpimage-convert-type.c 2016-04-30 18:50:23 +02:00
gimpimage-convert-type.h Bug 765176 - ICC profile conversions between grayscale and RGB images 2016-04-30 18:35:52 +02:00
gimpimage-crop.c app: don't access GimpSamplePoint members directly 2016-01-04 22:06:27 +01: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 app: rename more stuff from "floating sel" to "floating selection" 2016-05-20 16:46:26 +02:00
gimpimage-duplicate.h
gimpimage-flip.c app: don't access GimpSamplePoint members directly 2016-01-04 22:06:27 +01: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: don't push move and remove undo steps for custom guides 2016-04-03 20:33:01 +02:00
gimpimage-guides.h
gimpimage-item-list.c app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpimage-item-list.h app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpimage-merge.c Bug 766988 - Colors applied to images are not color managed 2016-05-29 17:51:06 +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: add basic support for creating images with color profiles 2016-05-08 23:20:26 +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: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpimage-pick-layer.h app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpimage-preview.c libgimpcolor: add new object GimpColorTransform 2016-05-26 22:15:54 +02:00
gimpimage-preview.h Bug 478528 - Layer and Image previews are not color managed 2016-04-15 16:52:25 +01:00
gimpimage-private.h libgimpcolor: add new object GimpColorTransform 2016-05-26 22:15:54 +02:00
gimpimage-quick-mask.c app: rename more stuff from "floating sel" to "floating selection" 2016-05-20 16:46:26 +02:00
gimpimage-quick-mask.h app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpimage-resize.c app: don't access GimpSamplePoint members directly 2016-01-04 22:06:27 +01: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: don't access GimpSamplePoint members directly 2016-01-04 22:06:27 +01:00
gimpimage-rotate.h
gimpimage-sample-points.c Bug 759104 - Allow coordinates of sample points to be accessed from scripts 2016-01-04 21:24:44 +01:00
gimpimage-sample-points.h Bug 759104 - Allow coordinates of sample points to be accessed from scripts 2016-01-04 21:24:44 +01:00
gimpimage-scale.c app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpimage-scale.h app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpimage-snap.c app: do not snap to custom guides. 2016-02-11 17:35:21 +01:00
gimpimage-snap.h
gimpimage-symmetry.c app: fix removing a GimpSymmetry from an image. 2016-02-11 16:45:50 +01:00
gimpimage-symmetry.h app: rename GimpImage.selected_symmetry to .active_symmetry 2016-02-03 21:25:17 +01:00
gimpimage-undo-push.c app: rename more stuff from "floating sel" to "floating selection" 2016-05-20 16:46:26 +02:00
gimpimage-undo-push.h app: add a per-image "is color managed" switch 2016-05-08 18:02:57 +02:00
gimpimage-undo.c app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpimage-undo.h app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpimage.c app: don't validate the terminating \0 of a gimp-comment parasite 2016-05-31 22:28:44 +02:00
gimpimage.h app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpimagefile.c app: s/gimp_babl_get_description/gimp_babl_format_get_description/ 2016-04-15 19:19:09 +01:00
gimpimagefile.h app: add gimp_imagefile_set_file() 2014-07-08 00:49:05 +02:00
gimpimageundo.c app: add a per-image "is color managed" switch 2016-05-08 18:02:57 +02:00
gimpimageundo.h app: move the undo impl object typedefs out of the *-types.h files 2016-05-20 18:29:13 +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 const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpitem-linked.h app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpitem-preview.c fix some copy&paste errors 2014-08-16 00:37:13 +02:00
gimpitem-preview.h
gimpitem.c app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpitem.h app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +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 app: move the undo impl object typedefs out of the *-types.h files 2016-05-20 18:29:13 +02:00
gimpitemstack.c app: replace GimpList's internal GList with a GQueue 2016-05-01 15:22:44 +02:00
gimpitemstack.h app: implement the GimpColorManaged interface in GimpLayer 2015-09-03 00:21:40 +02:00
gimpitemtree.c Revert "app: item uniquefy algorithm allowing generic numbering schemes." 2015-11-19 19:12:58 +01:00
gimpitemtree.h
gimpitemundo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpitemundo.h app: move the undo impl object typedefs out of the *-types.h files 2016-05-20 18:29:13 +02:00
gimplayer-floating-selection.c app: rename more stuff from "floating sel" to "floating selection" 2016-05-20 16:46:26 +02:00
gimplayer-floating-selection.h app: rename more stuff from "floating sel" to "floating selection" 2016-05-20 16:46:26 +02:00
gimplayer-new.c app: #include "gimpimage-color-profile.h" in gimplayer-new.c 2016-05-08 19:56:16 +02:00
gimplayer-new.h app: change GimpBuffer to keep around an actual GimpColorProfile 2015-08-16 13:14:56 +02:00
gimplayer.c app: add GimpPickable::srgb_to_pixel() 2016-05-23 01:33:52 +02:00
gimplayer.h app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimplayermask.c app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimplayermask.h app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimplayermaskpropundo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimplayermaskpropundo.h app: move the undo impl object typedefs out of the *-types.h files 2016-05-20 18:29:13 +02:00
gimplayermaskundo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimplayermaskundo.h app: move the undo impl object typedefs out of the *-types.h files 2016-05-20 18:29:13 +02:00
gimplayerpropundo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimplayerpropundo.h app: move the undo impl object typedefs out of the *-types.h files 2016-05-20 18:29:13 +02:00
gimplayerundo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimplayerundo.h app: move the undo impl object typedefs out of the *-types.h files 2016-05-20 18:29:13 +02:00
gimplist.c app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimplist.h app: replace GimpList's internal GList with a GQueue 2016-05-01 15:22:44 +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: move the undo impl object typedefs out of the *-types.h files 2016-05-20 18:29:13 +02:00
gimpmybrush-load.c app: Allow myb files with missing icons 2016-01-02 18:30:02 -08:00
gimpmybrush-load.h app: move GimpMybrushPrivate to its own header, perparation for more hacking 2015-12-28 16:48:50 +01:00
gimpmybrush-private.h app: mypaint: Include offset_by_random in the cursor calculation 2015-12-29 09:56:38 -08:00
gimpmybrush.c app: implement get_memsize() and get_checksum() in GimpMybrush 2016-03-20 21:16:04 +01:00
gimpmybrush.h app: mypaint: Include offset_by_random in the cursor calculation 2015-12-29 09:56:38 -08: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 libgimpwidgets: fix commit e6ba618. 2016-06-02 20:06:54 +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 Initialize GValues with G_VALUE_INIT instead of { 0, } 2016-03-26 15:59:26 +01: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: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimpparasitelist.h app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
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 app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimppattern.h app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +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 app: Add diagonal_neighbors parameter to... 2016-01-17 00:46:54 +01:00
gimppickable-contiguous-region.h app: Add diagonal_neighbors parameter to... 2016-01-17 00:46:54 +01:00
gimppickable.c app: add GimpPickable::srgb_to_pixel() 2016-05-23 01:33:52 +02:00
gimppickable.h app: add GimpPickable::srgb_to_pixel() 2016-05-23 01:33:52 +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 app: add GimpPickable::srgb_to_pixel() 2016-05-23 01:33:52 +02:00
gimpprojection.h app: add gimp_projection_stop_rendering() 2014-06-29 23:57:22 +02:00
gimpsamplepoint.c Bug 759104 - Allow coordinates of sample points to be accessed from scripts 2016-01-04 21:24:44 +01:00
gimpsamplepoint.h Bug 759104 - Allow coordinates of sample points to be accessed from scripts 2016-01-04 21:24:44 +01:00
gimpsamplepointundo.c Bug 759104 - Allow coordinates of sample points to be accessed from scripts 2016-01-04 21:24:44 +01:00
gimpsamplepointundo.h app: move the undo impl object typedefs out of the *-types.h files 2016-05-20 18:29:13 +02:00
gimpscanconvert.c app: add gimpdrawable-fill.[ch] 2016-03-07 21:33:42 +01:00
gimpscanconvert.h app: add gimpdrawable-fill.[ch] 2016-03-07 21:33:42 +01:00
gimpselection.c app: rename more stuff from "floating sel" to "floating selection" 2016-05-20 16:46:26 +02:00
gimpselection.h app: rename gimp_selection_push,pop_stroking() to selection_suspend,resume() 2016-03-07 21:39:41 +01:00
gimpsettings.c app: port tons of files to the new GIMP_CONFIG_PROP_FOO() macros 2016-02-11 23:46:24 +01: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: port tons of files to the new GIMP_CONFIG_PROP_FOO() macros 2016-02-11 23:46:24 +01: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
gimpsymmetry-mandala.c app: allow locale lower and upper values in gimp_prop_spin_scale_new(). 2016-06-14 16:52:52 +02:00
gimpsymmetry-mandala.h app: some cleanup in the new symmetry code, mostly harmless 2016-02-03 14:29:23 +01:00
gimpsymmetry-mirror.c app: allow locale lower and upper values in gimp_prop_spin_scale_new(). 2016-06-14 16:52:52 +02:00
gimpsymmetry-mirror.h app: some cleanup in the new symmetry code, mostly harmless 2016-02-03 14:29:23 +01:00
gimpsymmetry-tiling.c app: allow locale lower and upper values in gimp_prop_spin_scale_new(). 2016-06-14 16:52:52 +02:00
gimpsymmetry-tiling.h app: some cleanup in the new symmetry code, mostly harmless 2016-02-03 14:29:23 +01:00
gimpsymmetry.c app: port tons of files to the new GIMP_CONFIG_PROP_FOO() macros 2016-02-11 23:46:24 +01:00
gimpsymmetry.h app: simplify symmetry GUI generation 2016-02-06 23:20:44 +01:00
gimptag.c app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +02:00
gimptag.h app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +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
gimptaggedcontainer.c app: replace GimpList's internal GList with a GQueue 2016-05-01 15:22:44 +02:00
gimptaggedcontainer.h
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: add tooltips that mention that disabling color management == sRGB 2016-05-16 17:41:04 +02:00
gimptemplate.h app: add basic support for creating images with color profiles 2016-05-08 23:20:26 +02:00
gimptoolinfo.c app: remove const qualifiers from all object parameters 2016-05-19 23:54:14 +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 app: remove virtual function GimpToolOptions::reset() 2015-12-29 12:47:04 +01:00
gimptooloptions.h app: remove virtual function GimpToolOptions::reset() 2015-12-29 12:47:04 +01:00
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 Bug 752071 - less tool preset defaults checked 2016-02-12 00:12:00 +01:00
gimptoolpreset.h app: add "use MyPaint brush" to GimpToolPreset 2015-12-21 00:09:55 +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: replace GimpList's internal GList with a GQueue 2016-05-01 15:22:44 +02:00
gimpundostack.h
gimpunit.c app, plug-ins, libgimp*: clean out all remaining trailing spaces/tabs. 2016-06-02 02:04:26 +02:00
gimpunit.h
gimpviewable.c app: port tons of files to the new GIMP_CONFIG_PROP_FOO() macros 2016-02-11 23:46:24 +01: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 Argh, this was meant to be squashed into the previous commit... 2016-05-26 22:18:50 +02:00