gimp/app/core
Manish Singh 35907ff2f6 handle options with -'s in them
2003-06-29  Manish Singh  <yosh@gimp.org>

        * tools/gimp-mkenums: handle options with -'s in them

        * tools/pdbgen/enumgen.pl: redo a bunch of logic for the below

        * app/core/core-enums.h: use /*< pdb-skip, skip >*/ for skipping
        in both gimp-mkenums and enumgen.pl

        * app/core/core-enums.c: regenerated
2003-06-29 21:54:09 +00:00
..
.cvsignore
core-enums.c handle options with -'s in them 2003-06-29 21:54:09 +00:00
core-enums.h handle options with -'s in them 2003-06-29 21:54:09 +00:00
core-types.h Added a per image configurable grid. 2003-06-23 19:34:48 +00:00
cpercep.c app/core/cpercep.[ch] app/core/gimpimage-convert.c removed C++ style 2002-05-24 10:48:08 +00:00
cpercep.h app/core/cpercep.[ch] app/core/gimpimage-convert.c removed C++ style 2002-05-24 10:48:08 +00:00
gimp-documents.c app/config/gimpconfig.[ch] app/config/gimpconfigwriter.[ch] added support 2003-06-23 22:02:56 +00:00
gimp-documents.h
gimp-edit.c added "gint ref_count" to the TileManager struct. 2003-05-26 17:02:06 +00:00
gimp-edit.h
gimp-gradients.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimp-gradients.h added a boolean "internal" which indicates that the data object is an 2002-06-12 13:48:47 +00:00
gimp-modules.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimp-modules.h
gimp-parasites.c app/config/gimpconfig.[ch] app/config/gimpconfigwriter.[ch] added support 2003-06-23 22:02:56 +00:00
gimp-parasites.h
gimp-templates.c app/config/gimpconfig.[ch] app/config/gimpconfigwriter.[ch] added support 2003-06-23 22:02:56 +00:00
gimp-templates.h Added preliminary support for image templates. Not finished yet. Addresses 2003-04-03 17:50:56 +00:00
gimp-transform-region.c added "gint ref_count" to the TileManager struct. 2003-05-26 17:02:06 +00:00
gimp-transform-utils.c Applied a patch from Øyvind Kolås that adds supersampling to the transform 2003-04-04 11:19:57 +00:00
gimp-transform-utils.h Added object properties for almost all tool_options values and registered 2003-02-07 17:12:21 +00:00
gimp-units.c app/config/gimpconfig.[ch] app/config/gimpconfigwriter.[ch] added support 2003-06-23 22:02:56 +00:00
gimp-units.h
gimp-utils.c app/core/Makefile.am new file for utility functions. Contains 2003-05-14 15:32:07 +00:00
gimp-utils.h app/core/Makefile.am new file for utility functions. Contains 2003-05-14 15:32:07 +00:00
gimp.c Cleaned up and improved the message system: 2003-06-13 14:37:00 +00:00
gimp.h Cleaned up and improved the message system: 2003-06-13 14:37:00 +00:00
gimparea.c
gimparea.h
gimpbrush-header.h
gimpbrush-load.c added vitrual function GimpViewable::get_description() which returns the 2003-04-08 16:01:01 +00:00
gimpbrush.c added vitrual function GimpViewable::get_description() which returns the 2003-04-08 16:01:01 +00:00
gimpbrush.h use GError for reporting load/save errors. Added gimp_data_error_quark() 2002-12-02 13:39:09 +00:00
gimpbrushgenerated-load.c fixed algorithm that calculates the brush size, some code cleanup. 2003-04-09 15:31:45 +00:00
gimpbrushgenerated-save.c fixed algorithm that calculates the brush size, some code cleanup. 2003-04-09 15:31:45 +00:00
gimpbrushgenerated.c fixed algorithm that calculates the brush size, some code cleanup. 2003-04-09 15:31:45 +00:00
gimpbrushgenerated.h use GError for reporting load/save errors. Added gimp_data_error_quark() 2002-12-02 13:39:09 +00:00
gimpbrushpipe-load.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimpbrushpipe.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimpbrushpipe.h use GError for reporting load/save errors. Added gimp_data_error_quark() 2002-12-02 13:39:09 +00:00
gimpbuffer.c added "gint ref_count" to the TileManager struct. 2003-05-26 17:02:06 +00:00
gimpbuffer.h
gimpchannel-combine.c always return channel->x1,y1,x2,y2, *not* tx1,ty1,tx2,ty2 since the latter 2003-06-05 13:27:27 +00:00
gimpchannel-combine.h added "gboolean push_undo" to GimpItem::translate() and don't push and 2003-05-09 13:05:37 +00:00
gimpchannel-select.c Extended to be able to handle multiple polygons in a sane way. 2003-05-21 01:01:09 +00:00
gimpchannel-select.h Moved the undo step implementations to the core and pass around lots of 2003-02-14 14:14:29 +00:00
gimpchannel.c always return channel->x1,y1,x2,y2, *not* tx1,ty1,tx2,ty2 since the latter 2003-06-05 13:27:27 +00:00
gimpchannel.h added "gboolean push_undo" to GimpItem::translate() and don't push and 2003-05-09 13:05:37 +00:00
gimpcontainer.c app/core/gimpcontext.c (gimp_context_deserialize_property) g_free() the 2003-04-13 12:27:44 +00:00
gimpcontainer.h
gimpcontext.c app/core/gimpcontext.c (gimp_context_deserialize_property) g_free() the 2003-04-13 12:27:44 +00:00
gimpcontext.h removed enum GimpContextPropType and enum GimpContextPropMask. 2003-06-28 11:20:37 +00:00
gimpdata.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimpdata.h added a writeable field to GimpData and set it from 2003-02-26 18:08:26 +00:00
gimpdatafactory.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimpdatafactory.h use GError for reporting load/save errors. Added gimp_data_error_quark() 2002-12-02 13:39:09 +00:00
gimpdatalist.c added gimp_list_uniquefy_name() utility function. 2003-04-06 11:21:56 +00:00
gimpdatalist.h
gimpdocumentlist.c fixed creation of config file, added new function 2003-03-10 15:48:16 +00:00
gimpdocumentlist.h app/core/gimpdocumentlist.[ch] added "Gimp" pointers so we don't need to 2003-01-24 17:38:24 +00:00
gimpdrawable-blend.c added "gint ref_count" to the TileManager struct. 2003-05-26 17:02:06 +00:00
gimpdrawable-blend.h
gimpdrawable-bucket-fill.c Save patterns with alpha channels, and remove warning while loading 2003-06-28 12:36:52 +00:00
gimpdrawable-bucket-fill.h Fixed most of the bugs the Script-Fu logo scripts triggered: 2003-02-14 22:33:22 +00:00
gimpdrawable-desaturate.c Added g_return_if_fail (gimp_drawable_is_rgb (drawable)), cleanup. 2003-04-13 18:45:38 +00:00
gimpdrawable-desaturate.h
gimpdrawable-equalize.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimpdrawable-equalize.h
gimpdrawable-histogram.c removed gimp_drawable_offsets(). 2003-05-08 14:06:03 +00:00
gimpdrawable-histogram.h
gimpdrawable-invert.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimpdrawable-invert.h
gimpdrawable-offset.c added "gint ref_count" to the TileManager struct. 2003-05-26 17:02:06 +00:00
gimpdrawable-offset.h
gimpdrawable-preview.c removed gimp_drawable_width,height(). 2003-05-08 13:12:46 +00:00
gimpdrawable-preview.h added virtual function get_popup_size() which returns a boolean indicating 2003-02-27 13:59:41 +00:00
gimpdrawable-transform-utils.c Applied a patch from Øyvind Kolås that adds supersampling to the transform 2003-04-04 11:19:57 +00:00
gimpdrawable-transform-utils.h Added object properties for almost all tool_options values and registered 2003-02-07 17:12:21 +00:00
gimpdrawable-transform.c added "gint ref_count" to the TileManager struct. 2003-05-26 17:02:06 +00:00
gimpdrawable-transform.h added new enum GimpRotationType. 2003-05-20 10:36:29 +00:00
gimpdrawable.c removed the check again because adding e.g. GRAY drawables to RGB images 2003-06-12 14:18:33 +00:00
gimpdrawable.h added GimpDrawable::alpha_changed() signal. 2003-05-21 11:34:00 +00:00
gimpedit.c added "gint ref_count" to the TileManager struct. 2003-05-26 17:02:06 +00:00
gimpedit.h
gimpenvirontable.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimpenvirontable.h added some rudimentary support to prepend values to existing environment 2002-12-18 02:47:39 +00:00
gimpgradient.c fixed bug spotted by Pedro Gimeno by moving the alpha calculation to the 2003-04-06 09:07:23 +00:00
gimpgradient.h use GError for reporting load/save errors. Added gimp_data_error_quark() 2002-12-02 13:39:09 +00:00
gimpgrid.c derive GimpGrid from GimpObject (not GObject) allowing us to use 2003-06-23 22:27:54 +00:00
gimpgrid.h derive GimpGrid from GimpObject (not GObject) allowing us to use 2003-06-23 22:27:54 +00:00
gimpimage-colorhash.c
gimpimage-colorhash.h
gimpimage-colormap.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimpimage-colormap.h Added an API for image colormap manupulation and made colormap changes 2003-03-18 13:49:02 +00:00
gimpimage-contiguous-region.c removed gimp_drawable_width,height(). 2003-05-08 13:12:46 +00:00
gimpimage-contiguous-region.h
gimpimage-convert-data.h
gimpimage-convert-fsdither.h
gimpimage-convert.c added "gint ref_count" to the TileManager struct. 2003-05-26 17:02:06 +00:00
gimpimage-convert.h
gimpimage-crop.c app/core/gimpimage-crop.c (gimp_image_crop) app/core/gimpimage-resize.c 2003-05-09 11:27:21 +00:00
gimpimage-crop.h
gimpimage-duplicate.c Removed the old paths and the remaining legacy stuff it needed. Fixes bug 2003-05-21 17:38:14 +00:00
gimpimage-duplicate.h
gimpimage-flip.c fixed offset calculation for 90 and 270 degree rotations. 2003-06-03 16:42:46 +00:00
gimpimage-flip.h Implemented "Flip Image". Fixes bug #23179: 2003-05-18 18:48:36 +00:00
gimpimage-guides.c Added a per image configurable grid. 2003-06-23 19:34:48 +00:00
gimpimage-guides.h Added a per image configurable grid. 2003-06-23 19:34:48 +00:00
gimpimage-mask-select.c Extended to be able to handle multiple polygons in a sane way. 2003-05-21 01:01:09 +00:00
gimpimage-mask-select.h Moved the undo step implementations to the core and pass around lots of 2003-02-14 14:14:29 +00:00
gimpimage-mask.c added "gint ref_count" to the TileManager struct. 2003-05-26 17:02:06 +00:00
gimpimage-mask.h added "gboolean cut_image" parameter so we can float selections without 2003-05-16 12:10:47 +00:00
gimpimage-merge.c don't default to clip_result == TRUE (unlike the other transform 2003-05-20 15:26:38 +00:00
gimpimage-merge.h added "const gchar *undo_desc" to gimp_image_merge_layers() so the undo 2003-02-17 11:21:35 +00:00
gimpimage-new.c reduced GIMP_MAX_IMAGE_SIZE to 2^18. 2003-04-04 15:11:30 +00:00
gimpimage-new.h reduced GIMP_MAX_IMAGE_SIZE to 2^18. 2003-04-04 15:11:30 +00:00
gimpimage-pick-color.c use OPAQUE_OPACITY instead of 255. 2003-06-05 18:47:23 +00:00
gimpimage-pick-color.h use OPAQUE_OPACITY instead of 255. 2003-06-05 18:47:23 +00:00
gimpimage-preview.c removed gimp_drawable_offsets(). 2003-05-08 14:06:03 +00:00
gimpimage-preview.h app/core/Makefile.am moved the image preview code to separate files. 2003-03-24 12:21:58 +00:00
gimpimage-projection.c use OPAQUE_OPACITY instead of 255. 2003-06-05 18:47:23 +00:00
gimpimage-projection.h
gimpimage-qmask.c More transform virtualization preparation: 2003-05-08 11:52:31 +00:00
gimpimage-qmask.h
gimpimage-quick-mask.c More transform virtualization preparation: 2003-05-08 11:52:31 +00:00
gimpimage-quick-mask.h
gimpimage-resize.c fixed offset calculation for 90 and 270 degree rotations. 2003-06-03 16:42:46 +00:00
gimpimage-resize.h fixed offset calculation for 90 and 270 degree rotations. 2003-06-03 16:42:46 +00:00
gimpimage-rotate.c fixed offset calculation for 90 and 270 degree rotations. 2003-06-03 16:42:46 +00:00
gimpimage-rotate.h added new enum GimpRotationType. 2003-05-20 10:36:29 +00:00
gimpimage-scale.c fixed offset calculation for 90 and 270 degree rotations. 2003-06-03 16:42:46 +00:00
gimpimage-scale.h
gimpimage-snap.c Added a per image configurable grid. 2003-06-23 19:34:48 +00:00
gimpimage-snap.h Added a per image configurable grid. 2003-06-23 19:34:48 +00:00
gimpimage-undo-push.c app/core/gimpimage-undo-push.c (undo_pop_image_grid) ref/unref the grid. 2003-06-23 23:34:50 +00:00
gimpimage-undo-push.h Added a per image configurable grid. 2003-06-23 19:34:48 +00:00
gimpimage-undo.c Made drawable/layer properties (visibility, opacity etc.) undoable (fixes 2003-03-17 18:02:41 +00:00
gimpimage-undo.h Made drawable/layer properties (visibility, opacity etc.) undoable (fixes 2003-03-17 18:02:41 +00:00
gimpimage.c app/core/gimpimage-undo-push.c (undo_pop_image_grid) ref/unref the grid. 2003-06-23 23:34:50 +00:00
gimpimage.h Added a per image configurable grid. 2003-06-23 19:34:48 +00:00
gimpimagefile.c added vitrual function GimpViewable::get_description() which returns the 2003-04-08 16:01:01 +00:00
gimpimagefile.h added vitrual function GimpViewable::get_description() which returns the 2003-04-08 16:01:01 +00:00
gimpimagemap.c added "gint ref_count" to the TileManager struct. 2003-05-26 17:02:06 +00:00
gimpimagemap.h Moved the undo step implementations to the core and pass around lots of 2003-02-14 14:14:29 +00:00
gimpitem-linked.c call gimp_layer_invalidate_boundary() because the layer extents may 2003-05-20 18:13:07 +00:00
gimpitem-linked.h don't default to clip_result == TRUE (unlike the other transform 2003-05-20 15:26:38 +00:00
gimpitem.c added new enum GimpRotationType. 2003-05-20 10:36:29 +00:00
gimpitem.h added new enum GimpRotationType. 2003-05-20 10:36:29 +00:00
gimpitemundo.c Made drawable/layer properties (visibility, opacity etc.) undoable (fixes 2003-03-17 18:02:41 +00:00
gimpitemundo.h Made drawable/layer properties (visibility, opacity etc.) undoable (fixes 2003-03-17 18:02:41 +00:00
gimplayer-floating-sel.c added "gint ref_count" to the TileManager struct. 2003-05-26 17:02:06 +00:00
gimplayer-floating-sel.h Moved the undo step implementations to the core and pass around lots of 2003-02-14 14:14:29 +00:00
gimplayer.c app/config/gimpconfig.[ch] app/config/gimpconfigwriter.[ch] added support 2003-06-23 22:02:56 +00:00
gimplayer.h removed "linked" member and API... 2003-05-08 20:26:01 +00:00
gimplayermask.c removed gimp_drawable_width,height(). 2003-05-08 13:12:46 +00:00
gimplayermask.h added new virtual function duplicate() as replacement for all 2003-02-11 13:52:47 +00:00
gimplist.c added gimp_list_uniquefy_name() utility function. 2003-04-06 11:21:56 +00:00
gimplist.h added gimp_list_uniquefy_name() utility function. 2003-04-06 11:21:56 +00:00
gimpmarshal.list added VOID: ENUM, BOXED, INT. 2003-06-04 20:23:36 +00:00
gimpmodules.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimpmodules.h
gimpobject.c Removed support for pluggable tools: 2003-04-15 14:20:19 +00:00
gimpobject.h app/core/gimpobject.[ch] improved the code that trims the text before 2003-02-05 14:49:48 +00:00
gimppaintinfo.c Moved the undo step implementations to the core and pass around lots of 2003-02-14 14:14:29 +00:00
gimppaintinfo.h Moved the undo step implementations to the core and pass around lots of 2003-02-14 14:14:29 +00:00
gimppalette-import.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimppalette-import.h
gimppalette-load.c added vitrual function GimpViewable::get_description() which returns the 2003-04-08 16:01:01 +00:00
gimppalette-save.c added vitrual function GimpViewable::get_description() which returns the 2003-04-08 16:01:01 +00:00
gimppalette.c added vitrual function GimpViewable::get_description() which returns the 2003-04-08 16:01:01 +00:00
gimppalette.h added GimpData::duplicate() implementation so read-only palettes can be 2003-03-10 17:35:42 +00:00
gimpparasitelist.c fixed parasite serialization that I broke yesterday. 2003-03-06 13:22:11 +00:00
gimpparasitelist.h
gimppattern-header.h
gimppattern-load.c Save patterns with alpha channels, and remove warning while loading 2003-06-28 12:36:52 +00:00
gimppattern.c Save patterns with alpha channels, and remove warning while loading 2003-06-28 12:36:52 +00:00
gimppattern.h use GError for reporting load/save errors. Added gimp_data_error_quark() 2002-12-02 13:39:09 +00:00
gimppreviewcache.c
gimppreviewcache.h
gimpprojection-construct.c use OPAQUE_OPACITY instead of 255. 2003-06-05 18:47:23 +00:00
gimpprojection-construct.h
gimpprojection.c removed gimp_drawable_offsets(). 2003-05-08 14:06:03 +00:00
gimpprojection.h removed gdisp->draw_guides and gdisp->snap_to_guides. 2003-03-20 11:31:33 +00:00
gimpscanconvert.c Extended to be able to handle multiple polygons in a sane way. 2003-05-21 01:01:09 +00:00
gimpscanconvert.h Extended to be able to handle multiple polygons in a sane way. 2003-05-21 01:01:09 +00:00
gimptemplate.c fixed a typo I introduced yesterday. 2003-06-13 11:04:16 +00:00
gimptemplate.h reduced GIMP_MAX_IMAGE_SIZE to 2^18. 2003-04-04 15:11:30 +00:00
gimptoolinfo.c removed enum GimpContextPropType and enum GimpContextPropMask. 2003-06-28 11:20:37 +00:00
gimptoolinfo.h removed enum GimpContextPropType and enum GimpContextPropMask. 2003-06-28 11:20:37 +00:00
gimptooloptions.c Getting rid of some legacy filenames: 2003-06-29 20:40:45 +00:00
gimptooloptions.h Getting rid of some legacy filenames: 2003-06-29 20:40:45 +00:00
gimpundo.c #define GIMP_UNDO_PREVIEW_SIZE 64 2003-04-04 20:30:44 +00:00
gimpundo.h #define GIMP_UNDO_PREVIEW_SIZE 64 2003-04-04 20:30:44 +00:00
gimpundostack.c Reimplemented the undo history: 2003-02-20 12:47:42 +00:00
gimpundostack.h Reimplemented the undo history: 2003-02-20 12:47:42 +00:00
gimpunit.c Makefile.am removed this header file. 2003-03-25 16:38:19 +00:00
gimpunit.h
gimpunits.c app/config/gimpconfig.[ch] app/config/gimpconfigwriter.[ch] added support 2003-06-23 22:02:56 +00:00
gimpunits.h
gimpviewable.c made object properties G_PARAM_READWRITE by default. Added flag 2003-04-12 19:06:25 +00:00
gimpviewable.h added vitrual function GimpViewable::get_description() which returns the 2003-04-08 16:01:01 +00:00
Makefile.am Getting rid of some legacy filenames: 2003-06-29 20:40:45 +00:00
makefile.msc updated win32 (msvc) build 2003-05-24 17:00:03 +00:00