gimp/app
Sven Neumann 3cff8419db Jens Lautenbacher <jtl@gimp.org>
2000-12-18  Sven Neumann  <sven@gimp.org>
	    Jens Lautenbacher <jtl@gimp.org>

	* app/Makefile.am

	* app/gimpbrushlistP.h
	* app/gimpbrushpipeP.h
	* app/gimpobjectP.h: removed these three files

	* app/parasitelistP.h
	* app/channels_dialog.c
	* app/docindex.c
	* app/gimpdrawable.c
	* app/gimpdrawableP.h
	* app/gimpimage.c
	* app/gimpimageP.h
	* app/gimplist.[ch]
	* app/gimpobject.c
	* app/gimpobject.h
	* app/gimpsetP.h: changed according to header removal

	* app/airbrush.c
	* app/brush_select.[ch]
	* app/brushes_cmds.c
	* app/gimpbrush.[ch]
	* app/gimpbrushgenerated.[ch]
	* app/gimpbrushlist.[ch]
	* app/gimpbrushpipe.[ch]
	* app/gimpcontextpreview.c
	* app/paint_core.c
	* app/paintbrush.c
	* app/pencil.c
	* tools/pdbgen/pdb/brushes.pdb: Big Brushes Cleanup.

	The GimpBrush* object hierarchy and the file formats were broken by
	"design". This made it overly difficult to read and write pixmap
	brushes and brush pipes, leading to the situation that The GIMP was
	not able to read it's very own file formats. Since the GimpBrush
	format did support arbitrary color depths, the introduction of a
	file format for pixmap brushes was unnecessary.

	The GimpBrushPixmap object is dead. GimpBrush has an additional
	pixmap temp_buf and handles pixmap brushes transparently. The file
	format of pixmap brushes is not any longer a grayscale brush plus
	a pattern, but a simple brush with RGBA data. The old brushes can
	still be loaded, but the .gpb format is deprecated.

	GimpBrushPipe derives from GimpBrush. The fileformat is still a text
	header, followed by a number of brushes, but those brushes are stored
	in the new GimpBrush format (no pattern anymore). The pipe does not
	care about the depth of the contained GimpBrushes, so we get
	grayscale BrushPipes for free. Since the brush loader still loads the
	old format, old .gih files can also still be loaded.

	Since the brushes in the GimpBrushPipe do not any longer contain a
	pointer to the pipe object, we do only temporarily switch brushes
	in the paint_core routines. This is not very elegant, but the best
	we can do without a major redesign.

	* app/patterns.[ch]: changed the loader to work with a filedescriptor
	instead of a filehandle to make it work with the new brush loading
	code.

	* plug-ins/common/.cvsignore
	* plug-ins/common/Makefile.am
	* plug-ins/common/plugin-defs.pl
	* plug-ins/common/gih.c: new plug-in that saves GIH files in the
	new format (loader will follow soon)

	* plug-ins/common/gpb.c: removed since Pixmap Brushes are no longer
	supported as a special file format.

	* plug-ins/common/gbr.c: load and save brushes in the new brush format
	which allows RGBA brushes too.

	* plug-ins/common/pat.c: load and save grayscale patterns too
2000-12-18 15:14:08 +00:00
..
actions Last-minute cleanup: 2000-12-16 21:37:03 +00:00
base preview the curve settings in the image window when initializing the tool. 2000-12-17 00:28:32 +00:00
core Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
dialogs preview the curve settings in the image window when initializing the tool. 2000-12-17 00:28:32 +00:00
display Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gui Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
menus don't warn about a non-existant "Script-Fu" menu. (the user should have 2000-12-17 16:05:41 +00:00
paint Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
paint-funcs Last-minute cleanup: 2000-12-16 21:37:03 +00:00
plug-in Last-minute cleanup: 2000-12-16 21:37:03 +00:00
tools Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
unittest test program 1999-11-12 16:33:07 +00:00
widgets don't warn about a non-existant "Script-Fu" menu. (the user should have 2000-12-17 16:05:41 +00:00
xcf Last-minute cleanup: 2000-12-16 21:37:03 +00:00
.cvsignore shut up CVS 2000-08-26 12:52:38 +00:00
about_dialog.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
about_dialog.h we used an array with a hardcoded size here which was too small to hold 2000-06-27 21:38:44 +00:00
airbrush.c Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
airbrush.h
airbrush_blob.c win32 purification, rgb<->hsv remove 2000-02-07 15:49:54 +00:00
airbrush_blob.h Update of the Xinput airbrush, fixed some bugs. It's a bit closer to a 1999-11-14 20:49:14 +00:00
app_procs.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
app_procs.h app/appenv.h New file. Includes <math.h>. Move G_PI, RINT(), ROUND() etc 1999-09-01 20:30:56 +00:00
appenv.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
apptypes.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
asupsample.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
asupsample.h
authors.h AUTHORS app/authors.h Correct Ray Lehtiniemi's name 2000-11-09 23:55:38 +00:00
batch.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
batch.h These changes enable help support for 3rd party plug-ins which install 2000-05-21 17:41:02 +00:00
bezier_select.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
bezier_select.h app/bezier_select.h app/bezier_selectP.h app/by_color_select.[ch] 2000-03-28 23:39:32 +00:00
bezier_selectP.h app/bezier_select.h app/bezier_selectP.h app/by_color_select.[ch] 2000-03-28 23:39:32 +00:00
blend.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
blend.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
blob.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
blob.h
boundary.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
boundary.h
boundaryF.h
brightness_contrast.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
brightness_contrast.h New dialog_hide functions which are utilised from convert.c to hide 2000-09-29 01:22:27 +00:00
brush_edit.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
brush_edit.h app/brush_edit.[ch] app/brush_header.h app/gimpbrush.[ch] 2000-09-29 12:00:00 +00:00
brush_header.h app/brush_edit.[ch] app/brush_header.h app/gimpbrush.[ch] 2000-09-29 12:00:00 +00:00
brush_scale.c
brush_scale.h I decided not to try to rewrite the brush_select dialog to make use of 1999-09-02 17:27:28 +00:00
brush_select.c Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
brush_select.h Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
brush_select_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
brushes_cmds.c Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
bucket_fill.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
bucket_fill.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
by_color_select.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
by_color_select.h app/bezier_select.h app/bezier_selectP.h app/by_color_select.[ch] 2000-03-28 23:39:32 +00:00
channel.c app/gimppreviewcache.h app/channel.c put the preview cache priming code 2000-12-16 22:02:10 +00:00
channel.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
channel_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
channel_ops.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
channel_ops.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
channel_ops_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
channel_pvt.h
channels_dialog.c Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
channels_dialog.h app/menus.c app/channels_dialog.[ch] app/layers_dialog.[ch] Added an "Edit 2000-01-31 22:59:22 +00:00
clone.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
clone.h
color_area.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
color_area.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
color_balance.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
color_balance.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
color_cmds.c Added ALPHA_LUT to types accecpted by levels PDB. Patch by TomR. 2000-10-19 04:48:58 +00:00
color_notebook.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
color_notebook.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
color_panel.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
color_panel.h app/color_panel.[ch] app/color_picker.c removed the public function 2000-04-03 15:40:30 +00:00
color_picker.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
color_picker.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
color_select.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
color_select.h The GIMP Help System part II: press "F1" while browsing a menu to show the 1999-10-03 13:50:19 +00:00
color_transfer.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
color_transfer.h
colormap_dialog.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
colormap_dialog.gc applied gimp-kirchgessner-991009-0, allow image ids == 0 and i18n 1999-10-09 01:44:31 +00:00
colormap_dialog.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
colormap_dialog.i.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
colormap_dialog.i.h
colormap_dialog.p.h app/color_area.c app/color_notebook.[ch] app/color_panel.c 2000-02-13 23:42:19 +00:00
colormap_dialog.t.h
colormaps.c gimprc.in replaced "color-cube" by "min-colors". 2000-04-30 18:17:55 +00:00
colormaps.h app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
commands.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
commands.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
context_manager.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
context_manager.h changed the "parent context" implementation: 1999-10-19 15:52:32 +00:00
convert.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
convert.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
convert_cmds.c Removed two functions. 2000-08-08 22:34:11 +00:00
convolve.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
convolve.h moved the new enum Garry introduced recently from the header to the .c 2000-11-06 12:40:07 +00:00
crop.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
crop.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
cursorutil.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
cursorutil.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
curves.c preview the curve settings in the image window when initializing the tool. 2000-12-17 00:28:32 +00:00
curves.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
datafiles.c Add gimp_ui_init. 2000-04-23 20:27:41 +00:00
datafiles.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
desaturate.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
desaturate.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
devices.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
devices.h Use the context almost everywhere. 1999-10-26 18:27:27 +00:00
dialog_handler.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
dialog_handler.h Test for help_path being non-NULL was wrong way. 2000-06-06 21:33:19 +00:00
dialog_types.h
disp_callbacks.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
disp_callbacks.h More context & dnd stuff... 1999-10-28 15:05:49 +00:00
display_cmds.c Sven Neumann <sven@gimp.org> 2000-06-01 12:20:13 +00:00
docindex.c Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
docindex.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
dodgeburn.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
dodgeburn.h
draw_core.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
draw_core.h
drawable.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
drawable.h api change #2, fix #1 1999-10-24 20:49:09 +00:00
drawable_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
drawable_pvt.h
edit_cmds.c applied gimp-quinet-000308-0, gimp-quinet-000310-0 and gimp-quinet-000322-0 2000-03-24 14:54:59 +00:00
edit_selection.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
edit_selection.h plugged memleak (similar to the one that was present in 2000-10-23 09:05:45 +00:00
ellipse_select.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
ellipse_select.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
equalize.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
equalize.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
eraser.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
eraser.h
errorconsole.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
errorconsole.h
errors.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
errors.h app/errors.[ch] app/main.c my last commit redirected all messages to the 2000-07-30 17:33:37 +00:00
file_new_dialog.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
file_new_dialog.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
fileops.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
fileops.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
fileops_cmds.c app/fileops_cmds.c don't add an already registered load|save handler twice 2000-02-24 16:11:26 +00:00
fileopsP.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
flip_tool.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
flip_tool.h I'm maintaining the helpbrowser (Sven, I dared to add your name, too :-) 2000-01-05 11:18:38 +00:00
floating_sel.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
floating_sel.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
floating_sel_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
free_select.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
free_select.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
fsdither.h ed Sep 1 21:27:27 BST 1999 Adam D. Moss <adam@gimp.org> 1999-09-01 20:41:10 +00:00
fuzzy_select.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
fuzzy_select.h new global variable "gimp_busy" which gets set/unset whenever busy cursors 2000-03-25 18:17:01 +00:00
gdisplay.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gdisplay.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gdisplay_color.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gdisplay_color.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gdisplay_color_ui.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gdisplay_color_ui.h fill dummy gimage->base_type as well 2000-01-03 07:49:19 +00:00
gdisplay_ops.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gdisplay_ops.h block all canvas events while resizing the display so the standard canvas 2000-04-16 12:38:44 +00:00
gdisplayF.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gdisplayP.h Cleaned up after Adam ;-) 2000-02-10 14:23:11 +00:00
general.c Was strtok used correctly here?? I think not! 2000-01-05 22:59:16 +00:00
general.h
gimage.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimage.h API PATCH #2 or so 1999-10-17 00:07:55 +00:00
gimage_mask.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimage_mask.h add an "add_alpha" parameter to allow selected regions to be extracted 2000-03-26 18:39:03 +00:00
gimp.gh applied gimp-kirchgessner-991009-0, allow image ids == 0 and i18n 1999-10-09 01:44:31 +00:00
gimp.rc
gimp.sym Update to match Unix version. 2000-05-28 23:46:16 +00:00
gimpbrush-header.h app/brush_edit.[ch] app/brush_header.h app/gimpbrush.[ch] 2000-09-29 12:00:00 +00:00
gimpbrush.c Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
gimpbrush.h Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
gimpbrushgenerated.c Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
gimpbrushgenerated.h Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
gimpbrushlist.c Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
gimpbrushlist.h Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
gimpbrushpipe.c Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
gimpbrushpipe.h Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
gimpchannel.c app/gimppreviewcache.h app/channel.c put the preview cache priming code 2000-12-16 22:02:10 +00:00
gimpchannel.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpcontext.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpcontext.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpcontextpreview.c Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
gimpcontextpreview.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpdnd.c Cursor patch II: This is only the logic inside the cursor system and not 2000-06-09 12:31:19 +00:00
gimpdnd.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpdrawable-desaturate.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpdrawable-desaturate.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpdrawable-equalize.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpdrawable-equalize.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpdrawable-invert.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpdrawable-invert.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpdrawable-offset.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpdrawable-offset.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpdrawable.c Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
gimpdrawable.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpdrawableP.h Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
gimphelp.c app/fileops.c Make sure that we don't try to destroy query_boxes twice or 2000-11-18 00:25:42 +00:00
gimphelp.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimphistogram.c corrected incrementor for the bpp == 4 case. Fixes bug #34738. 2000-12-11 16:31:07 +00:00
gimphistogram.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimphistogramP.h
gimpimage-convert.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpimage-convert.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpimage-duplicate.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpimage-duplicate.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpimage.c Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
gimpimage.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpimageP.h Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
gimplayer.c app/gimppreviewcache.h app/channel.c put the preview cache priming code 2000-12-16 22:02:10 +00:00
gimplayer.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimplist.c Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
gimplist.h Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
gimplistP.h
gimplut.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimplut.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimplutP.h
gimpobject.c Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
gimpobject.h Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
gimpparasite.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpparasite.h Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
gimppattern-header.h app/gimpbrush.c app/gimpbrushpipe.c app/pattern_header.h fixed #8150. 2000-10-01 18:53:39 +00:00
gimppreviewcache.c added new function gimp_preview_scale(). 2000-12-15 15:54:17 +00:00
gimppreviewcache.h app/gimppreviewcache.h app/channel.c put the preview cache priming code 2000-12-16 22:02:10 +00:00
gimpprogress.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpprogress.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimprc.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimprc.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimprc_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
gimpset.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpset.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpsetP.h Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
gimpsignal.c app/brush_edit.[ch] app/brush_header.h app/gimpbrush.[ch] 2000-09-29 12:00:00 +00:00
gimpsignal.h app/brush_edit.[ch] app/brush_header.h app/gimpbrush.[ch] 2000-09-29 12:00:00 +00:00
gimpui.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpui.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gimpunit.c app/gimpunit.c all libgimp headers are included via gimp.h or gimpui.h, so 2000-05-30 23:38:46 +00:00
global_edit.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
global_edit.h applied gimp-quinet-000308-0, gimp-quinet-000310-0 and gimp-quinet-000322-0 2000-03-24 14:54:59 +00:00
gradient.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gradient.h More context & dnd stuff... 1999-10-28 15:05:49 +00:00
gradient_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
gradient_editor.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gradient_editor.h More context & dnd stuff... 1999-10-28 15:05:49 +00:00
gradient_header.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gradient_select.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gradient_select.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gradient_select_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
gradientP.h More context & dnd stuff... 1999-10-28 15:05:49 +00:00
gradients_cmds.c Sven Neumann <sven@gimp.org> Simon Budig <Simon.Budig@unix-ag.org> Garry 2000-06-01 21:18:04 +00:00
gtkhwrapbox.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gtkhwrapbox.h new vwrapbox stuff 1999-09-03 00:15:11 +00:00
gtkvwrapbox.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gtkvwrapbox.h new vwrapbox stuff 1999-09-03 00:15:11 +00:00
gtkwrapbox.c restructured toolbox to use a single gtk_hwrap_box with the added "forced 2000-02-07 10:51:08 +00:00
gtkwrapbox.h restructured toolbox to use a single gtk_hwrap_box with the added "forced 2000-02-07 10:51:08 +00:00
guides_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
gximage.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
gximage.h
help_cmds.c #include plug_in.h 2000-06-13 18:11:52 +00:00
histogram_tool.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
histogram_tool.h app/brightness_contrast.[ch] app/by_color_select.[ch] 1999-11-22 11:14:29 +00:00
histogramwidget.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
histogramwidget.h
hue_saturation.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
hue_saturation.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
image_cmds.c tools/pdbgen/pdb/fileops.pdb added a few more PDB wrappers 2000-08-25 15:38:38 +00:00
image_map.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
image_map.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
image_new.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
image_new.h app/* libgimp/* plug-ins/* did a global s/GUnit/GimpUnit/ and 2000-02-07 20:35:13 +00:00
image_render.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
image_render.h
indicator_area.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
indicator_area.h Use the context almost everywhere. 1999-10-26 18:27:27 +00:00
info_dialog.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
info_dialog.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
info_window.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
info_window.h app/commands.c app/disp_callbacks.c app/gdisplay.c app/gimprc.c 1999-11-30 00:11:08 +00:00
ink.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
ink.h
interface.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
interface.h Use static GdkPixmaps in the image_window and for the tool icons. 2000-02-08 23:45:20 +00:00
internal_procs.c added get_number_of_built_in_units 2000-08-21 21:23:31 +00:00
internal_procs.h added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
invert.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
invert.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
iscissors.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
iscissors.h
layer.c app/gimppreviewcache.h app/channel.c put the preview cache priming code 2000-12-16 22:02:10 +00:00
layer.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
layer_cmds.c tools/pdbgen/lib.pl libgimp/gimpchannel_pdb.c libgimp/gimpcolor_pdb.[ch] 2000-06-22 20:06:02 +00:00
layer_pvt.h
layer_select.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
layer_select.h
layers_dialog.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
layers_dialog.h return without warning if popup_timeout is already set. Suppresses warning 2000-02-29 23:19:14 +00:00
layers_dialogP.h
lc_dialog.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
lc_dialog.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
lc_dialogP.h autoscroll in the layers dialog, a few cosmetic changes 1999-10-24 20:16:48 +00:00
levels.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
levels.h New dialog_hide functions which are utilised from convert.c to hide 2000-09-29 01:22:27 +00:00
lut_funcs.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
lut_funcs.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
magnify.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
magnify.h Makefile.am a proper naming scheme for all cursor files. Added zoom_in and 2000-03-01 19:32:41 +00:00
main.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
Makefile.am Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
makefile.mingw.in Add resolution_calibrate.o. 2000-10-17 17:26:31 +00:00
makefile.msc Update, tell people the MSVC makefiles are not up-to-date. 2000-08-24 17:53:43 +00:00
marching_ants.h
measure.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
measure.h
menus.c don't warn about a non-existant "Script-Fu" menu. (the user should have 2000-12-17 16:05:41 +00:00
menus.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
message_cmds.c Sven Neumann <sven@gimp.org> 2000-05-31 13:24:14 +00:00
misc_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
module_db.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
module_db.h libgimp/gimp.h libgimp/gimpcolordisplay.h libgimp/gimpcolorselector.h 2000-05-28 00:00:28 +00:00
move.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
move.h app/bezier_select.h app/bezier_selectP.h app/by_color_select.[ch] 2000-03-28 23:39:32 +00:00
nav_window.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
nav_window.h Layer to Imagesize in C 1999-11-27 14:00:26 +00:00
ops_buttons.c app/channels_dialog.c app/layers_dialog.c app/ops_buttons.[ch] use 2000-02-26 03:33:57 +00:00
ops_buttons.h app/channels_dialog.c app/layers_dialog.c app/ops_buttons.[ch] use 2000-02-26 03:33:57 +00:00
paint_core.c Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
paint_core.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
paint_core_kernels.h app/Makefile.am app/paint_core.c moved brush subsampling kernels into its 2000-05-29 08:40:29 +00:00
paint_funcs.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
paint_funcs.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
paint_options.h app/paint_options.h put the pointer to tool's private context to the 2000-02-18 21:22:13 +00:00
paintbrush.c Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
paintbrush.h
palette.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
palette.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
palette_cmds.c Removed two functions. 2000-08-08 22:34:11 +00:00
palette_entries.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
palette_select.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
palette_select.h In indexed_conversion dialog, use a pattern_selector instead op an 2000-01-28 16:47:57 +00:00
paletteP.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
parasite_cmds.c Sven Neumann <sven@gimp.org> 2000-05-31 21:16:11 +00:00
parasitelist.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
parasitelist.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
parasitelistP.h Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
path.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
path.h Cleaned up the Path header mess. 2000-02-16 13:52:33 +00:00
path_bezier.c a patch to the path tool from Simon Budig 1999-10-08 10:22:39 +00:00
path_bezier.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
path_curves.c a patch to the path tool from Simon Budig 1999-10-08 10:22:39 +00:00
path_curves.h a patch to the path tool from Simon Budig 1999-10-08 10:22:39 +00:00
path_tool.c allocate the tool's paint_core with g_new0. This prevents us from having 2000-06-23 00:14:07 +00:00
path_tool.h app/path_tool.h app/path_tool.c app/path_toolP.h app/path_curves.h 1999-10-06 23:24:22 +00:00
path_toolP.h a patch to the path tool from Simon Budig 1999-10-08 10:22:39 +00:00
path_transform.h Cleaned up the Path header mess. 2000-02-16 13:52:33 +00:00
pathP.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
paths_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
paths_dialog.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
paths_dialog.h Moved some functions out of paths_dialog.c into the new file 2000-02-16 01:47:22 +00:00
paths_dialogP.h Cleaned up the Path header mess. 2000-02-16 13:52:33 +00:00
pattern_header.h app/gimpbrush.c app/gimpbrushpipe.c app/pattern_header.h fixed #8150. 2000-10-01 18:53:39 +00:00
pattern_select.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
pattern_select.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
pattern_select_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
patterns.c Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
patterns.h Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
patterns_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
pencil.c Jens Lautenbacher <jtl@gimp.org> 2000-12-18 15:14:08 +00:00
pencil.h
perspective_tool.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
perspective_tool.h plug-ins/libgck/gck/Makefile.am plug-ins/libgck/gck/gckcommon.h 2000-02-14 16:29:41 +00:00
pixel_processor.c app/paint_funcs.c app/pixel_processor.c plug-ins/common/pix.c 2000-10-17 18:32:43 +00:00
pixel_processor.h
pixel_region.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
pixel_region.h applied patch provided by Daniel Egger: store the result of tile_bpp() 2000-06-07 18:43:22 +00:00
pixel_regionP.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
pixmaps.h
pixmaps2.h shaped up the icons a little 2000-02-21 18:41:36 +00:00
plug_in.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
plug_in.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
plug_in_cmds.c Sven Neumann <sven@gimp.org> 2000-05-31 13:24:14 +00:00
posterize.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
posterize.h New dialog_hide functions which are utilised from convert.c to hide 2000-09-29 01:22:27 +00:00
preferences_dialog.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
preferences_dialog.h new files. Code for the resolution calibration dialog that used to live in 2000-09-25 01:27:47 +00:00
procedural_db.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
procedural_db.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
procedural_db_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
qmask.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
qmask.h
rect_select.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
rect_select.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
rect_selectP.h added a modifier_key_func which gives immediate cursor_update feedback on 2000-03-01 23:22:43 +00:00
regex.c mostly header cleanup and i18n 2000-01-31 23:59:05 +00:00
regex.h acconfig.h configure.in libgimp/Makefile.am libgimp/gimpregex.h 2000-01-24 22:16:36 +00:00
regexrepl.c mostly header cleanup and i18n 2000-01-31 23:59:05 +00:00
regexrepl.h acconfig.h configure.in libgimp/Makefile.am libgimp/gimpregex.h 2000-01-24 22:16:36 +00:00
resize.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
resize.h app/commands.c app/layers_dialog.c behave like a widget: removed 2000-04-06 02:13:18 +00:00
resolution_calibrate.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
resolution_calibrate.h really add the new files 2000-09-25 01:31:48 +00:00
rotate_tool.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
rotate_tool.h plug-ins/libgck/gck/Makefile.am plug-ins/libgck/gck/gckcommon.h 2000-02-14 16:29:41 +00:00
scale.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
scale.h Makefile.am a proper naming scheme for all cursor files. Added zoom_in and 2000-03-01 19:32:41 +00:00
scale_tool.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
scale_tool.h plug-ins/libgck/gck/Makefile.am plug-ins/libgck/gck/gckcommon.h 2000-02-14 16:29:41 +00:00
scan_convert.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
scan_convert.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
scroll.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
scroll.h
selection.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
selection.h
selection_cmds.c Sven Neumann <sven@gimp.org> 2000-06-01 12:20:13 +00:00
selection_options.h app/fuzzy_select.c app/selection_options.h moved the "Threshold" scale 2000-04-20 15:57:13 +00:00
session.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
session.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
shear_tool.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
shear_tool.h plug-ins/libgck/gck/Makefile.am plug-ins/libgck/gck/gckcommon.h 2000-02-14 16:29:41 +00:00
smudge.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
smudge.h
temp_buf.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
temp_buf.h app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
text_tool.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
text_tool.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
text_tool_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
threshold.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
threshold.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
tile.c mostly header cleanup and i18n 2000-01-31 23:59:05 +00:00
tile.h Revert last change. 2000-10-25 23:14:11 +00:00
tile_cache.c mostly header cleanup and i18n 2000-01-31 23:59:05 +00:00
tile_cache.h
tile_manager.c Turned C++ style comments into C style ones. 2000-09-26 22:54:33 +00:00
tile_manager.h
tile_manager_pvt.h
tile_pvt.h Mon Dec 13 19:25:39 GMT 1999 Adam D. Moss <adam@gimp.org 1999-12-13 19:48:24 +00:00
tile_swap.c mostly header cleanup and i18n 2000-01-31 23:59:05 +00:00
tile_swap.h
tips_dialog.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
tips_dialog.h app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
tool_options.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
tool_options.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
tools.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
tools.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
tools_cmds.c added transform_2d PDB procedure as suggested 2000-04-24 15:22:57 +00:00
toolsF.h Last-minute cleanup: 2000-12-16 21:37:03 +00:00
transform_core.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
transform_core.h app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
transform_tool.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
transform_tool.h I'm maintaining the helpbrowser (Sven, I dared to add your name, too :-) 2000-01-05 11:18:38 +00:00
undo.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
undo.h call undo_push_qmask() before removing the channel since the callback will 2000-06-07 22:51:23 +00:00
undo_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
undo_history.c make the file_save dialog sensitive again if the user clicked "No" when 2000-08-23 19:29:01 +00:00
undo_types.h app/gimpimage.c app/undo.c app/undo_types.h docs/undo.txt Changed sanity 1999-12-10 20:55:57 +00:00
unit_cmds.c added get_number_of_built_in_units 2000-08-21 21:23:31 +00:00
unitrc.h
user_install.c preview the curve settings in the image window when initializing the tool. 2000-12-17 00:28:32 +00:00
user_install.h new files. Code for the resolution calibration dialog that used to live in 2000-09-25 01:27:47 +00:00
wilber.h
wilber.ico
xcf.c Last-minute cleanup: 2000-12-16 21:37:03 +00:00
xcf.h app/fileops_cmds.c don't add an already registered load|save handler twice 2000-02-24 16:11:26 +00:00
xinput_airbrush.c allocate the tool's paint_core with g_new0. This prevents us from having 2000-06-23 00:14:07 +00:00
xinput_airbrush.h Okay I have committed the ugly airbrush now 1999-09-07 01:33:44 +00:00