Gimp/app/core
Sven Neumann 073e533a8a Finally landed the new GimpConfig based gimprc parser. It's not finished
2002-11-18  Sven Neumann  <sven@gimp.org>

	Finally landed the new GimpConfig based gimprc parser. It's not
	finished yet but we need to start somewhere. This release removes
	the old gimprc.[ch] files. The gimprc format changes slightly, but
	the changes are minimal. The Preferences dialog is temporarily
	disabled since it still needs to be ported. If you are are afraid,
	stay away from CVS for a few days ;-)

	* app/Makefile.am
	* app/gimprc.[ch]: removed the old gimprc system.

	* app/base/Makefile.am
	* app/base/base-config.[ch]: removed these files in favor of
	config/gimpbaseconfig.[ch].

	* app/core/Makefile.am
	* app/core/gimpcoreconfig.[ch]: removed these files in favor of
	config/gimpcoreconfig.[ch].

	* app/config/Makefile.am
	* app/config/config-types.h: moved typedefs into this new file.

	* app/config/gimpbaseconfig.[ch]
	* app/config/gimpcoreconfig.[ch]
	* app/config/gimpdisplayconfig.[ch]
	* app/config/gimpguiconfig.[ch]
	* app/config/gimprc.[ch]
	* app/config/test-config.c: brought into shape for real use.

	* app/base/base-types.h: include config/config-types.h here. Added
	a global GimpBaseConfig *base_config variable to ease migration.

	* app/gui/Makefile.am: temporarily disabled the preferences dialog.

	* app/app_procs.c
	* app/undo.c
	* app/undo_history.c
	* app/base/base.[ch]
	* app/base/gimphistogram.c
	* app/base/pixel-processor.c
	* app/base/temp-buf.c
	* app/base/tile-cache.c
	* app/core/core-types.h
	* app/core/gimp-documents.c
	* app/core/gimp.c
	* app/core/gimpbrush.c
	* app/core/gimpbrushgenerated.c
	* app/core/gimpcontext.c
	* app/core/gimpdrawable-transform.c
	* app/core/gimpimage-new.c
	* app/core/gimpimage.c
	* app/core/gimpimagefile.c
	* app/core/gimpmodules.c
	* app/core/gimppattern.c
	* app/display/Makefile.am
	* app/display/gimpdisplay-handlers.c
	* app/display/gimpdisplay.[ch]
	* app/display/gimpdisplayshell-callbacks.c
	* app/display/gimpdisplayshell-handlers.c
	* app/display/gimpdisplayshell-layer-select.c
	* app/display/gimpdisplayshell-render.c
	* app/display/gimpdisplayshell-scale.c
	* app/display/gimpdisplayshell-scroll.c
	* app/display/gimpdisplayshell-selection.c
	* app/display/gimpdisplayshell.[ch]
	* app/display/gimpnavigationview.c
	* app/file/file-save.c
	* app/gui/device-status-dialog.c
	* app/gui/dialogs-constructors.c
	* app/gui/file-commands.c
	* app/gui/file-new-dialog.c
	* app/gui/file-open-dialog.c
	* app/gui/file-save-dialog.c
	* app/gui/gui.c
	* app/gui/menus.c
	* app/gui/paths-dialog.c
	* app/gui/resize-dialog.c
	* app/gui/session.c
	* app/gui/test-commands.c
	* app/gui/tips-dialog.c
	* app/gui/tips-dialog.h
	* app/gui/user-install-dialog.c
	* app/gui/view-commands.c
	* app/paint/gimppaintcore.c
	* app/plug-in/plug-in.c
	* app/plug-in/plug-ins.c
	* app/tools/gimpbezierselecttool.c
	* app/tools/gimpbucketfilltool.c
	* app/tools/gimpcolorpickertool.c
	* app/tools/gimpcroptool.c
	* app/tools/gimpeditselectiontool.c
	* app/tools/gimpfuzzyselecttool.c
	* app/tools/gimpinktool.c
	* app/tools/gimpmagnifytool.c
	* app/tools/gimpmeasuretool.c
	* app/tools/gimppainttool.c
	* app/tools/gimppathtool.c
	* app/tools/gimptexttool.[ch]
	* app/tools/selection_options.c
	* app/tools/tools.c
	* app/tools/transform_options.c
	* app/widgets/gimphelp.c
	* app/widgets/gimpitemfactory.c
	* app/widgets/gimpselectioneditor.c
	* app/xcf/xcf-load.c
	* tools/pdbgen/pdb/fileops.pdb
	* tools/pdbgen/pdb/gimprc.pdb
	* tools/pdbgen/pdb/image.pdb
	* tools/pdbgen/pdb/layer.pdb
	* tools/pdbgen/pdb/transform_tools.pdb: use the new config system
	instead of the old gimprc stuff.

	* etc/gimprc.in
	* etc/gimprc_user.in: adapted to the new gimprc format. Will update
	the man-page later...

	* app/pdb/fileops_cmds.c
	* app/pdb/gimprc_cmds.c
	* app/pdb/image_cmds.c
	* app/pdb/layer_cmds.c
	* app/pdb/transform_tools_cmds.c
	* libgimp/gimpgimprc_pdb.c: regenerated.
2002-11-18 20:50:31 +00:00
..
.cvsignore new function to set the sensitivity of an option_menu. 2002-03-17 16:35:05 +00:00
core-enums.c Color correction tool chopping: 2002-08-26 11:35:56 +00:00
core-enums.h Color correction tool chopping: 2002-08-26 11:35:56 +00:00
core-types.h Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +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 Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimp-documents.h added a return value to indicate success of 2002-05-15 11:05:32 +00:00
gimp-edit.c Make sure the selection (gimpimage-mask.c) functionality is really built 2002-08-20 10:22:23 +00:00
gimp-edit.h made gimp->global_buffer a GimpBuffer, not TileManager. 2001-12-12 23:48:18 +00:00
gimp-gradients.c added a boolean "internal" which indicates that the data object is an 2002-06-12 13:48:47 +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 Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimp-modules.h app/Makefile.am removed. 2001-10-18 17:27:36 +00:00
gimp-parasites.c need to link test-config against libgimpcolor now. 2002-05-21 17:33:04 +00:00
gimp-parasites.h added a return value to indicate success of 2002-05-15 11:05:32 +00:00
gimp-transform-region.c Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimp-transform-utils.c Fixed #10466 (disappearing pixels when rotating by 90 deg): 2002-02-19 16:35:13 +00:00
gimp-transform-utils.h Fixed #10466 (disappearing pixels when rotating by 90 deg): 2002-02-19 16:35:13 +00:00
gimp-units.c Obviously I disagree with Tim about the symbol_name parameter in 2002-06-17 19:36:33 +00:00
gimp-units.h app/config/Makefile.am new files containing a convenience constructor for 2002-03-27 23:15:00 +00:00
gimp.c Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimp.h don't say "Now type 'make'" if configure failed. 2002-11-12 03:34:11 +00:00
gimparea.c Wishlist item #57669: 2001-11-16 15:08:59 +00:00
gimparea.h Wishlist item #57669: 2001-11-16 15:08:59 +00:00
gimpbrush-header.h app/Makefile.am app/brush_header.h app/pattern_header.h 2001-04-19 00:23:43 +00:00
gimpbrush-load.c Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimpbrush.c Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimpbrush.h cosmetic cleanup. 2002-10-30 18:25:40 +00:00
gimpbrushgenerated-load.c Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimpbrushgenerated-save.c Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimpbrushgenerated.c Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimpbrushgenerated.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpbrushpipe-load.c app/undo.c app/config/gimpconfig-deserialize.c app/core/gimpbrushpipe.c 2002-06-09 12:53:42 +00:00
gimpbrushpipe.c app/undo.c app/config/gimpconfig-deserialize.c app/core/gimpbrushpipe.c 2002-06-09 12:53:42 +00:00
gimpbrushpipe.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpbuffer.c pass a GdkGC to gdk_draw_rgb_image(), fixed dither offsets. 2002-01-30 16:14:26 +00:00
gimpbuffer.h added -DGDK_PIXBUF_DISABLE_DEPRECATED to CPPFLAGS. 2001-12-17 23:41:01 +00:00
gimpchannel-combine.c set channel->bounds_known to FALSE (fixes #93853). 2002-09-24 15:57:27 +00:00
gimpchannel-combine.h Make sure the selection (gimpimage-mask.c) functionality is really built 2002-08-20 10:22:23 +00:00
gimpchannel-select.c call gimp_image_mask_changed() after performing the selection op. 2002-08-21 10:59:26 +00:00
gimpchannel-select.h app/core/core-enums.h more enum cleanup (ChannelOps this time). 2002-03-18 16:22:14 +00:00
gimpchannel.c set channel->bounds_known to FALSE (fixes #93853). 2002-09-24 15:57:27 +00:00
gimpchannel.h Make sure the selection (gimpimage-mask.c) functionality is really built 2002-08-20 10:22:23 +00:00
gimpcontainer.c accept a NULL name and return NULL. Fixes warnings when starting gimp w/o 2002-11-17 23:39:46 +00:00
gimpcontainer.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpcontext.c Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimpcontext.h app/core/Makefile.am new file that holds enums that are registered with 2001-12-08 23:12:59 +00:00
gimpdata.c don't g_message() on error but return a GError. 2002-10-30 18:46:29 +00:00
gimpdata.h don't g_message() on error but return a GError. 2002-10-30 18:46:29 +00:00
gimpdatafactory.c Moved generic datafile loading to LibGimpBase: 2002-10-23 14:55:07 +00:00
gimpdatafactory.h Michael Natterer <mitch@gimp.org> 2001-12-03 13:44:59 +00:00
gimpdatalist.c added a boolean "internal" which indicates that the data object is an 2002-06-12 13:48:47 +00:00
gimpdatalist.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpdocumentlist.c updated 2002-09-06 22:25:19 +00:00
gimpdocumentlist.h added a return value to indicate success of 2002-05-15 11:05:32 +00:00
gimpdrawable-blend.c devel-docs/Makefile.am new file documenting the core's include policy. 2002-05-03 12:45:22 +00:00
gimpdrawable-blend.h app/core/core-enums.h moved gradient enums to core-enums.h and 2001-12-11 18:53:03 +00:00
gimpdrawable-bucket-fill.c put the call to gimp_drawable_mask_bounds() back because we always need 2002-09-05 13:36:30 +00:00
gimpdrawable-bucket-fill.h app/core/core-enums.h moved some more enums into the right place and 2002-03-18 11:07:34 +00:00
gimpdrawable-desaturate.c added -DGDK_PIXBUF_DISABLE_DEPRECATED to CPPFLAGS. 2001-12-17 23:41:01 +00:00
gimpdrawable-desaturate.h app/Makefile.am app/brush_header.h app/pattern_header.h 2001-04-19 00:23:43 +00:00
gimpdrawable-equalize.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpdrawable-equalize.h app/Makefile.am app/brush_header.h app/pattern_header.h 2001-04-19 00:23:43 +00:00
gimpdrawable-histogram.c app/core/Makefile.am app/core/core-types.h new base class for something 2002-02-25 17:58:50 +00:00
gimpdrawable-histogram.h app/gimphistogram.[ch] removed. 2001-05-22 23:05:35 +00:00
gimpdrawable-invert.c configure.in app/Makefile.am app/config/gimpconfig.[ch] 2001-11-27 03:52:11 +00:00
gimpdrawable-invert.h app/Makefile.am app/brush_header.h app/pattern_header.h 2001-04-19 00:23:43 +00:00
gimpdrawable-offset.c renamed gimp_drawable_apply_image() to gimp_drawable_push_undo() because 2002-06-06 19:44:05 +00:00
gimpdrawable-offset.h renamed it to GimpDisplay and made it a GimpObject subclass. 2001-09-25 17:44:03 +00:00
gimpdrawable-preview.c tools/pdbgen/pdb/gimprc.pdb don't leak the result of 2002-08-22 15:16:36 +00:00
gimpdrawable-preview.h V2001-02-07 Michael Natterer <mitch@gimp.org> 2001-02-07 00:06:58 +00:00
gimpdrawable-transform-utils.c Fixed #10466 (disappearing pixels when rotating by 90 deg): 2002-02-19 16:35:13 +00:00
gimpdrawable-transform-utils.h Fixed #10466 (disappearing pixels when rotating by 90 deg): 2002-02-19 16:35:13 +00:00
gimpdrawable-transform.c Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimpdrawable-transform.h Made the interpolation type configurable in the scale and transform 2002-02-12 02:31:45 +00:00
gimpdrawable.c renamed gimp_drawable_apply_image() to gimp_drawable_push_undo() because 2002-06-06 19:44:05 +00:00
gimpdrawable.h renamed gimp_drawable_apply_image() to gimp_drawable_push_undo() because 2002-06-06 19:44:05 +00:00
gimpedit.c Make sure the selection (gimpimage-mask.c) functionality is really built 2002-08-20 10:22:23 +00:00
gimpedit.h made gimp->global_buffer a GimpBuffer, not TileManager. 2001-12-12 23:48:18 +00:00
gimpenvirontable.c don't say "Now type 'make'" if configure failed. 2002-11-12 03:34:11 +00:00
gimpenvirontable.h don't say "Now type 'make'" if configure failed. 2002-11-12 03:34:11 +00:00
gimpgradient.c pass a GdkGC to gdk_draw_rgb_image(), fixed dither offsets. 2002-01-30 16:14:26 +00:00
gimpgradient.h GType is a pointer now, not a guint. 2001-11-27 15:44:02 +00:00
gimpimage-colorhash.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpimage-colorhash.h new directory app/base/ 2001-05-15 11:25:25 +00:00
gimpimage-contiguous-region.c put the call to gimp_drawable_mask_bounds() back because we always need 2002-09-05 13:36:30 +00:00
gimpimage-contiguous-region.h removed #if 0'ed old display update hackery. Don't flush the displays here 2002-02-10 15:18:08 +00:00
gimpimage-convert-data.h RGB->Indexed quantizer version 3.0 (the rest of the commit started a year 2002-02-10 18:33:16 +00:00
gimpimage-convert-fsdither.h RGB->Indexed quantizer version 3.0 (the rest of the commit started a year 2002-02-10 18:33:16 +00:00
gimpimage-convert.c determine the src_base_type from the passed drawable, not from the image 2002-05-28 21:32:06 +00:00
gimpimage-convert.h app/core/core-enums.h more enum cleanup (ConvertPaletteType and 2002-03-18 13:55:19 +00:00
gimpimage-crop.c Make sure the selection (gimpimage-mask.c) functionality is really built 2002-08-20 10:22:23 +00:00
gimpimage-crop.h app/core/Makefile.am new files for gimp_image_crop() and 2001-07-07 14:53:42 +00:00
gimpimage-duplicate.c an attempt to fix bug #94749 (gimp_image_duplicate crashes if floating 2002-10-08 13:25:50 +00:00
gimpimage-duplicate.h app/Makefile.am removed 2001-04-18 19:14:20 +00:00
gimpimage-guides.c devel-docs/Makefile.am new file documenting the core's include policy. 2002-05-03 12:45:22 +00:00
gimpimage-guides.h include the new "paint-funcs/paint-funcs-types.h". 2001-11-28 17:51:06 +00:00
gimpimage-mask-select.c call gimp_image_mask_changed() after performing the selection op. 2002-08-21 10:59:26 +00:00
gimpimage-mask-select.h app/core/core-enums.h more enum cleanup (ChannelOps this time). 2002-03-18 16:22:14 +00:00
gimpimage-mask.c changed an error message. 2002-10-18 15:16:05 +00:00
gimpimage-mask.h Make sure the selection (gimpimage-mask.c) functionality is really built 2002-08-20 10:22:23 +00:00
gimpimage-merge.c added a return value to indicate success of 2002-05-15 11:05:32 +00:00
gimpimage-merge.h app/core/core-enums.h more enum cleanup (GimpOffsetType, MergeType). 2002-03-18 17:24:52 +00:00
gimpimage-new.c Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimpimage-new.h registered GimpFillType enum and added translatable names to 2002-05-13 15:35:27 +00:00
gimpimage-pick-color.c Fixed color picking (reported by jimmac on #gimp): 2002-06-19 22:09:02 +00:00
gimpimage-pick-color.h app/core/Makefile.am new files. 2001-12-12 01:16:39 +00:00
gimpimage-projection.c devel-docs/Makefile.am new file documenting the core's include policy. 2002-05-03 12:45:22 +00:00
gimpimage-projection.h Forgot some gint opacity values: 2002-03-04 14:52:54 +00:00
gimpimage-qmask.c Make sure the selection (gimpimage-mask.c) functionality is really built 2002-08-20 10:22:23 +00:00
gimpimage-qmask.h app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
gimpimage-quick-mask.c Make sure the selection (gimpimage-mask.c) functionality is really built 2002-08-20 10:22:23 +00:00
gimpimage-quick-mask.h app/core/Makefile.am new files: the QMask stuff stripped from GUI code. 2001-11-30 14:41:56 +00:00
gimpimage-resize.c Make sure the selection (gimpimage-mask.c) functionality is really built 2002-08-20 10:22:23 +00:00
gimpimage-resize.h include the new "paint-funcs/paint-funcs-types.h". 2001-11-28 17:51:06 +00:00
gimpimage-scale.c Make sure the selection (gimpimage-mask.c) functionality is really built 2002-08-20 10:22:23 +00:00
gimpimage-scale.h Made the interpolation type configurable in the scale and transform 2002-02-12 02:31:45 +00:00
gimpimage-text.c optionally allow GIMP_UNIT_PIXEL as value for GimpUnit params. 2002-10-10 17:07:46 +00:00
gimpimage-text.h optionally allow GIMP_UNIT_PIXEL as value for GimpUnit params. 2002-10-10 17:07:46 +00:00
gimpimage-undo-push.c Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimpimage-undo-push.h Make sure the selection (gimpimage-mask.c) functionality is really built 2002-08-20 10:22:23 +00:00
gimpimage-undo.c an evil temp_hack which lets GimpContext managing the active display 2001-08-14 14:53:55 +00:00
gimpimage-undo.h app/Makefile.am app/apptypes.h app/gimpimage-undo.[ch] app/gimpundo.[ch] 2001-03-05 01:01:16 +00:00
gimpimage.c Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimpimage.h renamed gimp_drawable_apply_image() to gimp_drawable_push_undo() because 2002-06-06 19:44:05 +00:00
gimpimagefile.c Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimpimagefile.h added some assertions, cleaned up internals. 2002-04-30 01:40:44 +00:00
gimpimagemap.c Color correction tool chopping: 2002-08-26 11:35:56 +00:00
gimpimagemap.h Color correction tool chopping: 2002-08-26 11:35:56 +00:00
gimpitem.c added a return value to indicate success of 2002-05-15 11:05:32 +00:00
gimpitem.h renamed undo_push_layer_rename() to undo_push_item_rename(), so 2002-02-26 00:04:55 +00:00
gimplayer-floating-sel.c Forgot some gint opacity values: 2002-03-04 14:52:54 +00:00
gimplayer-floating-sel.h app/Makefile.am removed... 2002-02-21 22:19:45 +00:00
gimplayer.c Refcount layer masks correctly. Fixes layer mask undo. 2002-09-01 07:25:41 +00:00
gimplayer.h added a GimpImageType parameter to specify the desired drawable type. This 2002-05-21 11:29:20 +00:00
gimplayermask.c added GIMP_IMAGE_TYPE_IS_[RGB|GRAY|INDEXED]() and 2001-12-14 15:30:31 +00:00
gimplayermask.h General undo cleanup: 2002-02-23 17:29:19 +00:00
gimplist.c Moved generic datafile loading to LibGimpBase: 2002-10-23 14:55:07 +00:00
gimplist.h added gimp_list_reverse(). 2002-06-07 20:23:33 +00:00
gimpmarshal.list added GIMP_TYPE_COLOR as boxed type encapsulating GimpRGB. 2002-05-21 15:01:57 +00:00
gimpmodules.c Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimpmodules.h app/Makefile.am removed. 2001-10-18 17:27:36 +00:00
gimpobject.c Moved generic datafile loading to LibGimpBase: 2002-10-23 14:55:07 +00:00
gimpobject.h Moved generic datafile loading to LibGimpBase: 2002-10-23 14:55:07 +00:00
gimppaintinfo.c devel-docs/Makefile.am new file documenting the core's include policy. 2002-05-03 12:45:22 +00:00
gimppaintinfo.h app/core/Makefile.am new object for registering GimpPaintCore subclasses, 2002-02-27 13:57:49 +00:00
gimppalette-import.c adjust the cell_size of the preview dynamically (makes them look nicer). 2002-10-09 14:04:25 +00:00
gimppalette-import.h app/Makefile.am new files. The import functions stripped from all UI crap. 2001-02-19 18:07:08 +00:00
gimppalette-load.c adjust the cell_size of the preview dynamically (makes them look nicer). 2002-10-09 14:04:25 +00:00
gimppalette-save.c adjust the cell_size of the preview dynamically (makes them look nicer). 2002-10-09 14:04:25 +00:00
gimppalette.c adjust the cell_size of the preview dynamically (makes them look nicer). 2002-10-09 14:04:25 +00:00
gimppalette.h changed gimp_channel_get_color() to not return the color but take a second 2002-03-08 16:34:42 +00:00
gimpparasitelist.c updated 2002-09-06 22:25:19 +00:00
gimpparasitelist.h added a return value to indicate success of 2002-05-15 11:05:32 +00:00
gimppattern-header.h app/Makefile.am app/brush_header.h app/pattern_header.h 2001-04-19 00:23:43 +00:00
gimppattern-load.c Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimppattern.c Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimppattern.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimppreviewcache.c devel-docs/Makefile.am new file documenting the core's include policy. 2002-05-03 12:45:22 +00:00
gimppreviewcache.h pass a GdkGC to gdk_draw_rgb_image(), fixed dither offsets. 2002-01-30 16:14:26 +00:00
gimpprojection-construct.c devel-docs/Makefile.am new file documenting the core's include policy. 2002-05-03 12:45:22 +00:00
gimpprojection-construct.h Forgot some gint opacity values: 2002-03-04 14:52:54 +00:00
gimpprojection.c Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimpprojection.h Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
gimpscanconvert.c include libart.h instead of a selection of libart headers. 2002-04-09 11:39:04 +00:00
gimpscanconvert.h app/Makefile.am removed. 2001-05-25 18:10:38 +00:00
gimptext.c optionally allow GIMP_UNIT_PIXEL as value for GimpUnit params. 2002-10-10 17:07:46 +00:00
gimptext.h optionally allow GIMP_UNIT_PIXEL as value for GimpUnit params. 2002-10-10 17:07:46 +00:00
gimptoolinfo.c Separated tool_options creation from tool registration so we don't 2002-06-17 10:34:28 +00:00
gimptoolinfo.h Separated tool_options creation from tool registration so we don't 2002-06-17 10:34:28 +00:00
gimptooloptions.c added GimpToolRegisterFunc, GimpToolRegisterCallback and 2001-11-20 23:00:47 +00:00
gimptooloptions.h added GimpToolRegisterFunc, GimpToolRegisterCallback and 2001-11-20 23:00:47 +00:00
gimpundo.c pass a GdkGC to gdk_draw_rgb_image(), fixed dither offsets. 2002-01-30 16:14:26 +00:00
gimpundo.h pass a GdkGC to gdk_draw_rgb_image(), fixed dither offsets. 2002-01-30 16:14:26 +00:00
gimpundostack.c pass a GdkGC to gdk_draw_rgb_image(), fixed dither offsets. 2002-01-30 16:14:26 +00:00
gimpundostack.h bumped version number to 1.3.1. Require Glib/GTK+-1.3.11 and Pango-0.22. 2001-11-22 23:46:13 +00:00
gimpunit.c devel-docs/Makefile.am new file documenting the core's include policy. 2002-05-03 12:45:22 +00:00
gimpunit.h app/config/Makefile.am new files containing a convenience constructor for 2002-03-27 23:15:00 +00:00
gimpunits.c Obviously I disagree with Tim about the symbol_name parameter in 2002-06-17 19:36:33 +00:00
gimpunits.h app/config/Makefile.am new files containing a convenience constructor for 2002-03-27 23:15:00 +00:00
gimpviewable.c small speedup: use g_object_[get|set]_qdata() instead of 2002-09-02 17:35:16 +00:00
gimpviewable.h added "gchar *name_changed_signal" to GimpViewableClass which defaults to 2002-04-28 23:10:42 +00:00
Makefile.am Finally landed the new GimpConfig based gimprc parser. It's not finished 2002-11-18 20:50:31 +00:00
makefile.msc updated 2002-09-06 22:25:19 +00:00