Gimp/app/core
Michael Natterer 8356003fa2 app: pass the startup monitor to displays opened from the copmmand line
Change gimp_get_display_name() to also return the screen, and its
implementation in the GUI to return the initial monitor during
startup. Retrieve that information in app.c using a weird callback
construct and pass the monitor to file_open_from_command_line().

Half-related, add screen and monitor parameters to GimpDisplayShell
and use these initial values for calculating the canvas's initial
extents.

The image windows still don't position themselves correctly though
because we have no mechanism for that whatsoever just yet, but we now
at least pass the needed monitor information to the right objects.
2014-05-03 00:54:20 +02:00
..
.gitignore app: Sort core/.gitignore 2011-04-25 16:08:15 +02:00
core-enums.c Adds "fill" arrange modes to the Align Tool 2014-03-13 03:38:53 -03:00
core-enums.h app: Unwrap enum constant definition to a single line 2014-05-02 23:12:38 +05:30
core-types.h app: rename GimpImageMapConfig to GimpSettings 2013-05-25 15:26:18 +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 app: remove some <unistd.h> and other includes 2014-03-22 20:26:20 +01:00
gimp-contexts.h
gimp-edit.c app: use the image instead of the projection for accessing a pickable 2013-09-13 23:29:06 +02:00
gimp-edit.h app: add opacity and paint_mode to gimp_edit_fill[_full]() 2012-05-02 17:46: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: pass the startup monitor to displays opened from the copmmand line 2014-05-03 00:54:20 +02:00
gimp-gui.h app: pass the startup monitor to displays opened from the copmmand line 2014-05-03 00:54:20 +02:00
gimp-modules.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimp-modules.h
gimp-parasites.c app: add a small infrastructure to validate known parasites 2014-03-22 00:18:48 +01:00
gimp-parasites.h app: add a small infrastructure to validate known parasites 2014-03-22 00:18:48 +01:00
gimp-tags.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimp-tags.h
gimp-templates.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimp-templates.h
gimp-transform-resize.c app: add gimp_gegl_buffer_get_tile_manager() 2012-05-02 17:46:07 +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 app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimp-units.h
gimp-user-install.c app: update user shortcuts to updated tools-value-[1-4]-* actions. 2014-04-21 10:57:30 +12:00
gimp-user-install.h
gimp-utils.c app: add screen and monitor to all display and image window constructors 2014-05-02 20:21:41 +02:00
gimp-utils.h app: remove gimp_get_number_of_processors(), use g_get_num_processors() 2013-05-25 22:50:23 +02:00
gimp.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimp.h app: add G_GNUC_PRINTF() to places where the args are a va_list 2013-11-29 00:33:05 +01:00
gimparea.c
gimparea.h
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: change GimpBoundary to find the boundary a float component 2012-05-02 17:51:07 +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: gimp_brush_load_brush(): add special error for possible old files 2013-11-17 01:28:57 +01:00
gimpbrush-load.h app: add a GimpContext parameter to GimpDataLoadFunc 2010-04-11 13:12:41 +02:00
gimpbrush-transform.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpbrush-transform.h app: rename TempBuf to GimpTempBuf 2012-05-02 17:51:00 +02:00
gimpbrush.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpbrush.h app: rename TempBuf to GimpTempBuf 2012-05-02 17:51:00 +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,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpbrushclipboard.h
gimpbrushgenerated-load.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpbrushgenerated-load.h app: add a GimpContext parameter to GimpDataLoadFunc 2010-04-11 13:12:41 +02:00
gimpbrushgenerated-save.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpbrushgenerated-save.h
gimpbrushgenerated.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpbrushgenerated.h
gimpbrushpipe-load.c Bug 711476 - Problems using animated GIH brushes 2013-11-16 08:51:25 +01:00
gimpbrushpipe-load.h app: add a GimpContext parameter to GimpDataLoadFunc 2010-04-11 13:12:41 +02:00
gimpbrushpipe.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpbrushpipe.h app: s/nbrushes/n_brushes/ in GimpBrushPipe 2011-04-05 15:16:06 +02:00
gimpbuffer.c Add support for both gamma-corrected and linear for all bit depths 2013-06-23 16:51:24 +02:00
gimpbuffer.h app: remove image_type API from GimpBuffer 2012-05-02 17:50:57 +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 725556 - Feather selection extremely slow 2014-03-04 22:11:50 +01:00
gimpchannel-select.h app: factor out gimp_channel_select_buffer() from select_channel() 2013-04-08 23:31:26 +02:00
gimpchannel.c Bug 725556 - Feather selection extremely slow 2014-03-04 22:11:50 +01:00
gimpchannel.h app: add gimp_channel_new_from_buffer() and gimp_layer_mask_new_from_buffer() 2013-05-07 23:06:43 +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: handle an index of -1 generically in GimpContainer::reorder() 2013-10-11 23:09:30 +02:00
gimpcontainer.h app: add gimp_container_get_neighbor_of() to GimpContainer 2011-03-13 02:14:44 +01:00
gimpcontext.c Bug 688348 - Layer tab and Images tab: not updated on dropping... 2013-04-23 21:05:33 +02:00
gimpcontext.h app: add gimp_context_get_foreground,background_pixel() 2012-05-02 17:50:41 +02:00
gimpcoords-interpolate.c
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,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpcurve-load.h
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,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpcurve-save.h
gimpcurve.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpcurve.h app: don't include "libgimpmath/gimpvectors.h" in any header 2011-04-17 23:44:45 +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 Bug 722975 - crash when removing tag from palette while filtering by same tag 2014-01-26 21:03:28 +01:00
gimpdata.h app: change GimpData:mtime from time_t to gint64 2013-07-12 16:33:12 +02:00
gimpdatafactory.c Bug 720163 - Typo fix for a console gimp-error message 2013-12-10 14:48:08 +13:00
gimpdatafactory.h app: add gimp_data_factory_get_data_type() 2012-10-07 00:17:01 +02:00
gimpdocumentlist.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpdocumentlist.h
gimpdrawable-blend.c app: add a boolean "normalize" property to gimp:shapeburst 2014-05-01 20:40:55 +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 libgimpbase,*: clean up enum values in gimpbaseenums.h 2014-04-29 20:58:30 +02:00
gimpdrawable-bucket-fill.h app: remove the !seed_fill case from gimp_drawable_bucket_fill() 2012-05-02 17:46:01 +02:00
gimpdrawable-combine.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +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 app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpdrawable-filter.h app: add gimp_drawable_get_filters() which returns the filter stack 2013-04-16 20:20:00 +02:00
gimpdrawable-foreground-extract.c app: disable the foreground select tool properly: #if 0 everything 2012-05-21 03:09:08 +02:00
gimpdrawable-foreground-extract.h app: disable the foreground select tool properly: #if 0 everything 2012-05-21 03:09:08 +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: completely remove TileManager and friends (base/ and paint-funcs/) 2012-06-20 21:44:09 +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 app: Use ABYSS_CLAMP for image and drawable previews (bug 709708) 2014-03-14 13:21:47 -07: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, pdb, libgimp: Remove all traces of the supersampling recursion level 2013-05-31 01:15:32 +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: don't ignore the return value of gimp_rectangle_intersect() 2013-11-16 09:38:29 +01:00
gimpdrawable.h Add support for both gamma-corrected and linear for all bit depths 2013-06-23 16:51:24 +02:00
gimpdrawablemodundo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +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,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpdrawableundo.h app: turn GimpDrawable::apply_region() into ::apply_buffer() 2012-05-02 17:46:11 +02:00
gimpdynamics-load.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpdynamics-load.h app: add a GimpContext parameter to GimpDataLoadFunc 2010-04-11 13:12:41 +02:00
gimpdynamics-save.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpdynamics-save.h
gimpdynamics.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpdynamics.h app: add shortcut functions gimp_dynamics_get_foo_value() 2012-05-02 17:51:19 +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,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +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,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +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 Bug 724295 - multiple svg gradients in a single file not listed correctly 2014-02-13 22:06:12 +01:00
gimpgradient-load.h app: add a GimpContext parameter to GimpDataLoadFunc 2010-04-11 13:12:41 +02:00
gimpgradient-save.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpgradient-save.h
gimpgradient.c libgimpcolor: add GdkPixbuf <-> GeglBuffer utility functions 2012-05-03 03:37:20 +02:00
gimpgradient.h app: flip context and name parameters in GimpDataNewFunc 2010-04-10 19:55:42 +02:00
gimpgrid.c libgimpcolor: add GdkPixbuf <-> GeglBuffer utility functions 2012-05-03 03:37:20 +02:00
gimpgrid.h
gimpgrouplayer.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpgrouplayer.h app: move all GimpGroupLayer members to a private struct 2011-02-03 22:30:22 +01:00
gimpgrouplayerundo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +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,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpguide.h
gimpguideundo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpguideundo.h
gimphistogram.c app, plug-ins: Don't modify iter->length 2013-09-12 17:43:54 -07: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: disallow a theoretical infinite loop if we run out of ids. 2013-09-20 02:42:40 +12:00
gimpidtable.h app: void * -> gpointer in GimpIdTable 2011-05-04 23:14:21 +02:00
gimpimage-arrange.c Adds "fill" arrange modes to the Align Tool 2014-03-13 03:38:53 -03:00
gimpimage-arrange.h
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-contiguous-region.c app: use the image instead of the projection for accessing a pickable 2013-09-13 23:29:06 +02:00
gimpimage-contiguous-region.h app: return GeglBuffer from gimp_image_contiguous_region_foo() 2013-04-09 01:38:24 +02:00
gimpimage-convert-data.h
gimpimage-convert-fsdither.h
gimpimage-convert-precision.c app: add double precision support, for completeness 2014-03-09 00:43:55 +01: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: start an image profile API in core/gimpimage-profile.[ch] 2014-03-16 23:50:41 +01: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,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpimage-crop.h app: remove "gboolean active_layer_only" from gimp_image_crop() 2012-09-22 15:08:05 +02:00
gimpimage-duplicate.c app: also copy the metadata in gimp_image_duplicate() 2013-11-21 21:43:28 +01: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,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpimage-guides.h
gimpimage-item-list.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpimage-item-list.h app, pdb, libgimp: Remove all traces of the supersampling recursion level 2013-05-31 01:15:32 +02:00
gimpimage-merge.c app: return a GError when flattening the image failed 2013-08-09 21:35:36 +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: don't call create_display() in image_new_from_template() 2014-05-02 15:38:26 +02:00
gimpimage-new.h app: rename gimp_template_create_image() to gimp_image_new_from_template() 2010-06-05 22:42:00 +02:00
gimpimage-pick-color.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpimage-pick-color.h app: port gimp_image_pick_color() to return a Babl format 2012-05-02 17:50:39 +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 Completely rewrite metadata handling using gexiv2 2013-10-27 01:02:17 +02:00
gimpimage-profile.c Don't #include <glib.h> before <lcms.h> 2014-04-10 20:48:22 +02:00
gimpimage-profile.h libgimpcolor: add gimp_lcms_profile_is_equal() 2014-03-29 10:40:47 +01: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,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +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,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +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,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpimage-scale.h
gimpimage-snap.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +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: validate 'icc-profile' parasites before attaching them 2014-03-23 19:46:09 +01:00
gimpimage.h app: add a small infrastructure to validate known parasites 2014-03-22 00:18:48 +01:00
gimpimagefile.c Bug 724338: free the GimpImageFile's icon when its contents is updated. 2014-02-17 12:49:29 +13:00
gimpimagefile.h Bug 701053 - Opening jpg files from Canon camera displays... 2013-05-26 21:31:06 +02:00
gimpimagemap.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpimagemap.h app: add new API gimp_image_map_set_region() 2013-05-23 19:29:02 +02:00
gimpimageundo.c app: start an image profile API in core/gimpimage-profile.[ch] 2014-03-16 23:50:41 +01: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,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +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 app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpitem-preview.h
gimpitem.c app: add a small infrastructure to validate known parasites 2014-03-22 00:18:48 +01:00
gimpitem.h app: add a small infrastructure to validate known parasites 2014-03-22 00:18:48 +01:00
gimpitempropundo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpitempropundo.h Bug 674160 - Redesign of "Lock panel" 2012-11-09 11:17:25 +01:00
gimpitemstack.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpitemstack.h app: add new class GimpFilterStack factored out of GimpDrawableStack 2013-04-11 12:25:11 +02:00
gimpitemtree.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +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 app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimplayer-floating-sel.h app: BoundSeg -> GimpBoundSeg, boundary_foo() -> gimp_boundary_foo() 2012-05-02 17:46:02 +02:00
gimplayer.c libgimpbase,*: clean up enum values in gimpbaseenums.h 2014-04-29 20:58:30 +02:00
gimplayer.h app: change the layer's graph to expect mode operations with mask inputs 2012-05-18 18:57:58 +02:00
gimplayermask.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +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 app: add coordinates to GimpColorTool's and GimpImageMapTool's "picked" 2013-05-30 19:29:36 +02:00
gimpmaskundo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpmaskundo.h app: rename GimpMaskUndo::convert-precision to ::convert-format 2012-05-02 17:51:20 +02:00
gimpobject.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpobject.h app: move the instance debug facility to the new file app/gimp-debug.c 2010-06-24 19:11:56 +02:00
gimppaintinfo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimppaintinfo.h
gimppalette-import.c app: Rename the pallete loading functions from last commit. 2013-09-17 19:39:12 -04:00
gimppalette-import.h app: add a GimpContext parameter to all functions which create GimpData 2010-04-05 13:26:31 +02:00
gimppalette-load.c app: some whitespace and indentation in gimppalette-load.c 2013-09-24 22:14:10 +02:00
gimppalette-load.h app: Rename the pallete loading functions from last commit. 2013-09-17 19:39:12 -04:00
gimppalette-save.c libgimpcolor: add GdkPixbuf <-> GeglBuffer utility functions 2012-05-03 03:37:20 +02:00
gimppalette-save.h
gimppalette.c libgimpcolor: add GdkPixbuf <-> GeglBuffer utility functions 2012-05-03 03:37:20 +02:00
gimppalette.h app: add lots of accessors to GimpPalette 2010-10-27 14:36:44 +02: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: support GeglParamSpecSeed in generated operation UI 2012-11-30 02:58:48 +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 app: remove "item_type" parameter from gimp_param_spec_item_id() 2010-07-08 22:40:48 +02:00
gimpparasitelist.c app: remove some <unistd.h> and other includes 2014-03-22 20:26:20 +01:00
gimpparasitelist.h
gimppattern-header.h
gimppattern-load.c Bug 722676: Pasting image from clipboard sometimes does not work. 2014-02-23 00:49:56 +01:00
gimppattern-load.h app: add a GimpContext parameter to GimpDataLoadFunc 2010-04-11 13:12:41 +02:00
gimppattern.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +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,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimppdbprogress.h
gimppickable-auto-shrink.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimppickable-auto-shrink.h app: gimp_image_crop_auto_shrink() -> gimp_pickable_auto_shrink() 2012-09-22 14:56:52 +02:00
gimppickable.c app: add a read-only "buffer" property to GimpPickableInterface 2013-09-05 10:37:09 +02:00
gimppickable.h app: remove GimpPickable::get_tiles() 2012-05-06 01:01:54 +02:00
gimpprogress.c app: add gimp_context_get_foreground,background_pixel() 2012-05-02 17:50:41 +02:00
gimpprogress.h Globally switch to saying "window_id" instead of just "window" 2011-02-06 12:07:55 +01:00
gimpprojectable.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpprojectable.h app: remove GimpProjectable::get_layers() and ::get_channels() 2012-05-20 20:28:27 +02:00
gimpprojection.c app: Set Gimp specific TileHandler properties 2014-02-02 02:12:02 -08:00
gimpprojection.h app: rename GimpProjection's IdleRender stuff to ChunkRender 2013-07-28 15:57:28 +02:00
gimpsamplepoint.c
gimpsamplepoint.h app: remove GIMP_SAMPLE_POINT_DRAW_SIZE from gimpsamplepoint.h 2010-09-30 10:12:15 +02:00
gimpsamplepointundo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimpsamplepointundo.h
gimpscanconvert.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +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: fix formatting in gimpselection.c 2013-12-08 23:43:47 +01: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 Bug 721249 - pdb.gimp_context_set_brush_size() dont't work 2014-02-06 23:26:53 +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 Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01: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 app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +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 Bug 692641 - Various spelling fixes 2013-01-27 18:59:02 +01: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 Bug 722676: Pasting image from clipboard sometimes does not work. 2014-02-23 00:49:56 +01:00
gimptemplate.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimptemplate.h app: add "precision" member and API to GimpTemplate 2012-05-02 17:51:09 +02:00
gimptoolinfo.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimptoolinfo.h app: rename GimpToolInfo::menu_path to ::menu_label 2012-02-14 10:00:26 +01:00
gimptooloptions.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimptooloptions.h
gimptoolpreset-load.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimptoolpreset-load.h app: add a GimpContext parameter to GimpDataLoadFunc 2010-04-11 13:12:41 +02:00
gimptoolpreset-save.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
gimptoolpreset-save.h Base infra for tool presets. 2010-04-03 21:06:15 +03:00
gimptoolpreset.c app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +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,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +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 Bug 722676: Pasting image from clipboard sometimes does not work. 2014-02-23 00:49:56 +01:00
gimpviewable.h app,libgimp*: fix includes to follow our include policy 2013-10-15 01:58:39 +02:00
Makefile.am app: start an image profile API in core/gimpimage-profile.[ch] 2014-03-16 23:50:41 +01:00