gimp/app/core
William Skaggs c991c48788 Bill Skaggs <weskaggs@primate.ucdavis.edu>
* app/core/gimpimage.c
	* app/display/gimpdisplayoptions.c: re-order code so
	sample-point stuff comes directly after guide stuff.
2005-03-04 18:16:29 +00:00
..
.cvsignore
core-enums.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-03-04 16:34:59 +00:00
core-enums.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-03-04 16:34:59 +00:00
core-types.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-03-04 16:34:59 +00:00
cpercep.c
cpercep.h
gimp-documents.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimp-documents.h
gimp-edit.c new utility function instead of code duplication. 2004-12-28 22:42:04 +00:00
gimp-edit.h added new function copy_region_nocow() as a workaround for the fact that 2004-12-12 14:01:08 +00:00
gimp-gradients.c
gimp-gradients.h
gimp-gui.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-12-24 19:11:30 +00:00
gimp-gui.h Made plug-in menu registration work the same way for ordinary and 2004-11-17 14:51:50 +00:00
gimp-modules.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimp-modules.h
gimp-parasites.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimp-parasites.h
gimp-templates.c migrate gimp-2.2 settings if available. Pass the version to 2005-02-19 23:38:59 +00:00
gimp-templates.h migrate gimp-2.2 settings if available. Pass the version to 2005-02-19 23:38:59 +00:00
gimp-transform-region.c applied a patch from Geert Jordaens that seems to fix drawable 2005-01-21 13:41:07 +00:00
gimp-transform-utils.c applied patch from Joao S. O. Bueno that fixes bug #160339. 2004-12-05 19:59:01 +00:00
gimp-transform-utils.h app/core/gimp-transform-utils.[ch]. switch from x1,y1,x2,y2 bounding boxes 2004-10-27 17:56:02 +00:00
gimp-units.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimp-units.h
gimp-utils.c removed this function. 2005-02-02 22:35:13 +00:00
gimp-utils.h removed this function. 2005-02-02 22:35:13 +00:00
gimp.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-03-04 16:34:59 +00:00
gimp.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-03-04 16:34:59 +00:00
gimparea.c
gimparea.h
gimpbrush-header.h
gimpbrush-load.c app/base/base.c app/base/temp-buf.c app/base/tile-swap.c 2005-02-07 01:24:22 +00:00
gimpbrush.c app/base/base.c app/base/temp-buf.c app/base/tile-swap.c 2005-02-07 01:24:22 +00:00
gimpbrush.h added "gboolean writable" to the GimpDataFactoryLoaderEntry struct. Return 2004-07-26 19:00:22 +00:00
gimpbrushgenerated-load.c app/base/base.c app/base/temp-buf.c app/base/tile-swap.c 2005-02-07 01:24:22 +00:00
gimpbrushgenerated-save.c app/base/base.c app/base/temp-buf.c app/base/tile-swap.c 2005-02-07 01:24:22 +00:00
gimpbrushgenerated.c app/base/base.c app/base/temp-buf.c app/base/tile-swap.c 2005-02-07 01:24:22 +00:00
gimpbrushgenerated.h Added optional spikes for the generated brushes, enabling star shaped 2004-08-01 17:20:00 +00:00
gimpbrushpipe-load.c app/base/base.c app/base/temp-buf.c app/base/tile-swap.c 2005-02-07 01:24:22 +00:00
gimpbrushpipe.c app/base/base.c app/base/temp-buf.c app/base/tile-swap.c 2005-02-07 01:24:22 +00:00
gimpbrushpipe.h added "gboolean writable" to the GimpDataFactoryLoaderEntry struct. Return 2004-07-26 19:00:22 +00:00
gimpbuffer.c Improved undo memory calculation for paint operations (bug #153035): 2004-09-19 19:47:26 +00:00
gimpbuffer.h
gimpchannel-combine.c code cleanup. Removed unsued code, renamed variables and types. 2005-02-11 17:03:56 +00:00
gimpchannel-combine.h
gimpchannel-select.c don't require a non-NULL color parameter (just leave the default color 2005-01-15 16:59:34 +00:00
gimpchannel-select.h
gimpchannel.c app/core/Makefile.am new files holding gimp_drawable_convert_rgb() and 2005-02-18 16:16:24 +00:00
gimpchannel.h
gimpcontainer-filter.c
gimpcontainer-filter.h
gimpcontainer.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimpcontainer.h
gimpcontext.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimpcontext.h
gimpcoords.c
gimpcoords.h
gimpdata.c app/base/base.c app/base/temp-buf.c app/base/tile-swap.c 2005-02-07 01:24:22 +00:00
gimpdata.h tools/pdbgen/pdb/brush.pdb tools/pdbgen/pdb/gradient.pdb disallow the 2004-10-04 09:39:27 +00:00
gimpdatafactory.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimpdatafactory.h added "gboolean writable" to the GimpDataFactoryLoaderEntry struct. Return 2004-07-26 19:00:22 +00:00
gimpdocumentlist.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimpdocumentlist.h
gimpdrawable-blend.c major speedup for dithering code thanks to a suggestion from Jay Cox. 2005-02-28 21:52:41 +00:00
gimpdrawable-blend.h Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
gimpdrawable-bucket-fill.c app/core/gimp-edit.c app/core/gimpdrawable-blend.c 2004-11-11 14:05:34 +00:00
gimpdrawable-bucket-fill.h
gimpdrawable-combine.c
gimpdrawable-combine.h
gimpdrawable-convert.c app/core/Makefile.am new files holding gimp_drawable_convert_rgb() and 2005-02-18 16:16:24 +00:00
gimpdrawable-convert.h app/core/Makefile.am new files holding gimp_drawable_convert_rgb() and 2005-02-18 16:16:24 +00:00
gimpdrawable-desaturate.c parallelized. 2005-02-15 23:53:56 +00:00
gimpdrawable-desaturate.h
gimpdrawable-equalize.c allocate temporary histogram slots on demand and provide an array with 2005-02-14 01:05:34 +00:00
gimpdrawable-equalize.h
gimpdrawable-histogram.c app/core/gimpchannel-select.c app/core/gimpchannel.c 2004-11-16 13:41:55 +00:00
gimpdrawable-histogram.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2004-12-10 23:07:21 +00:00
gimpdrawable-invert.c code cleanup. Removed unsued code, renamed variables and types. 2005-02-11 17:03:56 +00:00
gimpdrawable-invert.h
gimpdrawable-levels.c allocate temporary histogram slots on demand and provide an array with 2005-02-14 01:05:34 +00:00
gimpdrawable-levels.h renamed *levels-auto to *levels-stretch 2004-11-01 16:05:19 +00:00
gimpdrawable-offset.c app/core/gimpchannel-select.c app/core/gimpchannel.c 2004-11-16 13:41:55 +00:00
gimpdrawable-offset.h
gimpdrawable-preview.c added utility function gimp_drawable_preview_bytes() and use it. Some 2004-12-15 14:40:52 +00:00
gimpdrawable-preview.h added utility function gimp_drawable_preview_bytes() and use it. Some 2004-12-15 14:40:52 +00:00
gimpdrawable-stroke.c app/core/gimpchannel-select.c app/core/gimpchannel.c 2004-11-16 13:41:55 +00:00
gimpdrawable-stroke.h
gimpdrawable-transform.c applied a patch from Geert Jordaens that seems to fix drawable 2005-01-21 13:41:07 +00:00
gimpdrawable-transform.h renamed "center" to "auto_center". 2004-11-01 17:21:55 +00:00
gimpdrawable.c app/core/gimpitem.c app/core/gimpdrawable.c made GimpItem::scale() and 2005-01-15 19:17:11 +00:00
gimpdrawable.h added gimp_drawable_mask_intersect() which returns the same bounding box 2004-10-19 22:52:04 +00:00
gimpenvirontable.c app/base/base.c app/base/temp-buf.c app/base/tile-swap.c 2005-02-07 01:24:22 +00:00
gimpenvirontable.h
gimpgradient-load.c app/core/gimpgradient-load.c app/core/gimppalette.c app/core/gimppattern.c 2005-02-20 21:49:53 +00:00
gimpgradient-load.h added "gboolean writable" to the GimpDataFactoryLoaderEntry struct. Return 2004-07-26 19:00:22 +00:00
gimpgradient-save.c app/base/base.c app/base/temp-buf.c app/base/tile-swap.c 2005-02-07 01:24:22 +00:00
gimpgradient-save.h app/core/Makefile.am app/core/gimpgradient-load.[ch] 2004-07-22 13:58:29 +00:00
gimpgradient.c removed the "last_visited" field from GimpGradient. Instead added the new 2005-02-26 23:55:50 +00:00
gimpgradient.h removed the "last_visited" field from GimpGradient. Instead added the new 2005-02-26 23:55:50 +00:00
gimpgrid.c changed default grid distance to 32 as suggested in bug #165367. 2005-01-27 17:01:45 +00:00
gimpgrid.h
gimpimage-colorhash.c
gimpimage-colorhash.h
gimpimage-colormap.c app/actions/colormap-editor-actions.c app/actions/dialogs-actions.c 2004-10-22 14:43:43 +00:00
gimpimage-colormap.h
gimpimage-contiguous-region.c parallelized. 2005-02-16 00:38:20 +00:00
gimpimage-contiguous-region.h
gimpimage-convert-data.h
gimpimage-convert-fsdither.h app/core/gimpimage-convert-fsdither.h save a kilobyte of data by using 2005-02-27 14:03:50 +00:00
gimpimage-convert.c app/core/gimpimage-convert-fsdither.h save a kilobyte of data by using 2005-02-27 14:03:50 +00:00
gimpimage-convert.h app/core/Makefile.am new files holding gimp_drawable_convert_rgb() and 2005-02-18 16:16:24 +00:00
gimpimage-crop.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-03-04 16:34:59 +00:00
gimpimage-crop.h
gimpimage-duplicate.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-03-04 16:34:59 +00:00
gimpimage-duplicate.h
gimpimage-flip.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-03-04 16:34:59 +00:00
gimpimage-flip.h Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
gimpimage-grid.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimpimage-grid.h
gimpimage-guides.c
gimpimage-guides.h
gimpimage-merge.c Return the active layer instead of the bottom layer when just merging down 2004-11-13 01:59:16 +00:00
gimpimage-merge.h
gimpimage-new.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimpimage-new.h
gimpimage-pick-color.c
gimpimage-pick-color.h
gimpimage-preview.c added new function gimp_drawable_get_sub_preview() which returns a scaled 2004-12-11 01:22:58 +00:00
gimpimage-preview.h
gimpimage-qmask.c added comment about not changing the silly "Qmask" string because it is 2004-09-25 16:52:49 +00:00
gimpimage-qmask.h added comment about not changing the silly "Qmask" string because it is 2004-09-25 16:52:49 +00:00
gimpimage-quick-mask.c added comment about not changing the silly "Qmask" string because it is 2004-09-25 16:52:49 +00:00
gimpimage-quick-mask.h added comment about not changing the silly "Qmask" string because it is 2004-09-25 16:52:49 +00:00
gimpimage-resize.c added VISIBLE and LINKED to the GimpImageResizeLayers enum. 2005-03-01 20:19:53 +00:00
gimpimage-resize.h Allow to resize layers with the image. Fixes bug #87789. 2005-02-24 16:39:12 +00:00
gimpimage-rotate.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-03-04 16:34:59 +00:00
gimpimage-rotate.h Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
gimpimage-sample-points.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-03-04 16:34:59 +00:00
gimpimage-sample-points.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-03-04 16:34:59 +00:00
gimpimage-scale.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-03-04 16:34:59 +00:00
gimpimage-scale.h Redid the whole internal progress stuff: don't pass around 2004-08-10 18:47:21 +00:00
gimpimage-snap.c moved variables to local scopes, assign the snapped coords unconditionally 2005-01-07 19:50:01 +00:00
gimpimage-snap.h Implemented "Snap to Canvas Edges" (fixes bug #152971) and "Snap to Active 2005-01-03 16:19:10 +00:00
gimpimage-undo-push.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-03-04 16:34:59 +00:00
gimpimage-undo-push.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-03-04 16:34:59 +00:00
gimpimage-undo.c new function which checks if undo compression is possible: 2004-08-03 14:09:49 +00:00
gimpimage-undo.h new function which checks if undo compression is possible: 2004-08-03 14:09:49 +00:00
gimpimage.c Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-03-04 18:16:29 +00:00
gimpimage.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-03-04 16:34:59 +00:00
gimpimagefile.c app/core/gimpimagefile.c enable explicit (not automatic while browsing the 2005-02-09 00:47:09 +00:00
gimpimagefile.h app/core/gimpimagefile.[ch] app/file/file-open.c pass the MIME type from 2004-11-13 17:13:21 +00:00
gimpimagemap.c changed GimpImageMapApplyFunc to be compatible with PixelProcessorFunc. 2005-02-15 15:39:27 +00:00
gimpimagemap.h changed GimpImageMapApplyFunc to be compatible with PixelProcessorFunc. 2005-02-15 15:39:27 +00:00
gimpinterpreterdb.c Support for custom plug-in interpreters, independent of OS support. 2005-02-21 02:56:29 +00:00
gimpinterpreterdb.h Support for custom plug-in interpreters, independent of OS support. 2005-02-21 02:56:29 +00:00
gimpitem-linked.c removed redundant "gimage" parameter. 2004-11-16 13:52:04 +00:00
gimpitem-linked.h removed redundant "gimage" parameter. 2004-11-16 13:52:04 +00:00
gimpitem-preview.c
gimpitem-preview.h
gimpitem.c app/core/gimpitem.c app/core/gimpdrawable.c made GimpItem::scale() and 2005-01-15 19:17:11 +00:00
gimpitem.h Splitting GimpItem::convert() into two virtual functions was apparently 2005-01-13 18:17:24 +00:00
gimpitemundo.c
gimpitemundo.h
gimplayer-floating-sel.c factored common code out of the UNDO amd REDO cases. Use 2004-09-24 18:06:49 +00:00
gimplayer-floating-sel.h
gimplayer.c app/core/Makefile.am new files holding gimp_drawable_convert_rgb() and 2005-02-18 16:16:24 +00:00
gimplayer.h
gimplayermask.c
gimplayermask.h
gimplist.c
gimplist.h
gimpmarshal.list app/dialogs/Makefile.am removed... 2004-09-23 20:41:40 +00:00
gimpobject.c #include "libgimpbase/gimpbase.h", not just gimputils.h 2004-10-25 15:36:55 +00:00
gimpobject.h
gimppaintinfo.c added "GimpPaintInfo *paint_info" member and construct property. Changed 2004-08-31 13:20:57 +00:00
gimppaintinfo.h
gimppalette-import.c removed the "last_visited" field from GimpGradient. Instead added the new 2005-02-26 23:55:50 +00:00
gimppalette-import.h
gimppalette-load.c app/core/gimpgradient-load.c app/core/gimppalette.c app/core/gimppattern.c 2005-02-20 21:49:53 +00:00
gimppalette-save.c app/core/gimpgradient-load.c app/core/gimppalette.c app/core/gimppattern.c 2005-02-20 21:49:53 +00:00
gimppalette.c app/core/gimpgradient-load.c app/core/gimppalette.c app/core/gimppattern.c 2005-02-20 21:49:53 +00:00
gimppalette.h removed the just added gimp_palette_insert_entry() and added a "gint 2004-12-31 17:27:57 +00:00
gimpparasitelist.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimpparasitelist.h
gimppattern-header.h
gimppattern-load.c app/core/gimpgradient-load.c app/core/gimppalette.c app/core/gimppattern.c 2005-02-20 21:49:53 +00:00
gimppattern.c app/core/gimpgradient-load.c app/core/gimppalette.c app/core/gimppattern.c 2005-02-20 21:49:53 +00:00
gimppattern.h added "gboolean writable" to the GimpDataFactoryLoaderEntry struct. Return 2004-07-26 19:00:22 +00:00
gimppdbprogress.c added GIMP_PROGRESS_COMMAND_PULSE. 2005-02-12 15:46:31 +00:00
gimppdbprogress.h Added an API to allow plug-ins to embed the progress for the actions they 2004-08-29 18:36:30 +00:00
gimppickable.c added new vitrual function GimpPickableInterface::get_image() 2004-09-25 13:16:13 +00:00
gimppickable.h added new vitrual function GimpPickableInterface::get_image() 2004-09-25 13:16:13 +00:00
gimppreviewcache.c
gimppreviewcache.h
gimpprogress.c accept an empty string. 2005-02-13 00:11:24 +00:00
gimpprogress.h added GimpProgress::pulse. 2005-02-12 14:18:12 +00:00
gimpprojection-construct.c
gimpprojection-construct.h
gimpprojection.c added new vitrual function GimpPickableInterface::get_image() 2004-09-25 13:16:13 +00:00
gimpprojection.h added new vitrual function GimpPickableInterface::get_image() 2004-09-25 13:16:13 +00:00
gimpscanconvert.c replaced a bitshift with a binary and. Should be unnoticeably faster ;) 2004-09-16 11:31:30 +00:00
gimpscanconvert.h
gimpselection.c app/core/gimpchannel-select.c app/core/gimpchannel.c 2004-11-16 13:41:55 +00:00
gimpselection.h
gimpstrokedesc.c renamed GIMP_PARAM_ #defines to GIMP_CONFIG_PARAM_. 2005-02-05 14:52:58 +00:00
gimpstrokedesc.h added new enum GimpStrokeMethod which can be one of { LIBART, PAINT_CORE 2004-10-22 12:32:31 +00:00
gimpstrokeoptions.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimpstrokeoptions.h
gimptemplate.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimptemplate.h
gimptoolinfo.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimptoolinfo.h
gimptooloptions.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimptooloptions.h
gimpundo.c app/actions/channels-commands.c app/core/gimpchannel-select.c 2004-10-26 14:45:25 +00:00
gimpundo.h Replaced the concept of having a boolean indicating if an undo step 2004-07-29 14:16:21 +00:00
gimpundostack.c
gimpundostack.h
gimpunit.c app/units.c app/core/gimp-units.c app/core/gimp.c added a utility function 2005-01-13 13:08:00 +00:00
gimpunit.h app/units.c app/core/gimp-units.c app/core/gimp.c added a utility function 2005-01-13 13:08:00 +00:00
gimpviewable.c continuing commit after broken pipe 2005-01-25 19:11:26 +00:00
gimpviewable.h
Makefile.am Bill Skaggs <weskaggs@primate.ucdavis.edu> 2005-03-04 16:34:59 +00:00
makefile.msc TILE_WIDTH is used unconditionally so always include "tile.h" WIN32 needs 2005-02-19 00:50:36 +00:00