gimp/app
Michael Natterer 6be23f70fa Sven Neumann <sven@gimp.org>
2000-06-01  Michael Natterer  <mitch@gimp.org>
	    Sven Neumann  <sven@gimp.org>

	Completed the new file structure. Yet only few of the _pdb.[ch]
	files are based upon generated code and nothing is really
	autogenerated...

	* app/Makefile.am
	* app/gdisplay_cmds.c      -> app/display_cmds.c
	* app/gimage_cmds.c        -> app/image_cmds.c
	* app/gimage_mask_cmds.c   -> app/selection_cmds.c
	* app/internal_procs.c: related change

	* libgimp/Makefile.am
	* libgimp/gimp.h
	* libgimp/gimp_pdb.h
	* libgimp/gimpdisplay_pdb.[ch]
	* libgimp/gimpimage_pdb.[ch]
	* libgimp/gimpselection_pdb.[ch]: replaced with code based on files
	generated using pdbgen

	* libgimp/gimpchannelops_pdb.[ch]
	* libgimp/gimpcolor_pdb.[ch]
	* libgimp/gimpedit_pdb.[ch]
	* libgimp/gimpfloatingsel_pdb.[ch]
	* libgimp/gimpgimprc_pdb.[ch]
	* libgimp/gimptexttool_pdb.[ch]
	* libgimp/gimptools_pdb.[ch]
	* libgimp/gimpundo_pdb.[ch]: new files based on generated code

	* libgimp/gimpgradientselect.[ch]
	* libgimp/gimpimage.[ch]
	* libgimp/gimpselection.[ch]: new files wrapping around the
	autogenerated PDB wrappers as found in *_pdb.[ch]. This is necessary
	since the number of parameters or their order is different from the
	PDP calls.

	* plug-ins/common/CEL.c: plugged memleak

	* plug-ins/common/aa.c: removed compiler warning

	* tools/pdbgen/Makefile.am
	* tools/pdbgen/groups.pl
	* tools/pdbgen/pdb/gdisplay.pdb     -> display.pdb
	* tools/pdbgen/pdb/gimage.pdb       -> image.pdb
	* tools/pdbgen/pdb/gimage_mask.pdb  -> selection.pdb

	* tools/pdbgen/pdb/channel_ops.pdb
	* tools/pdbgen/pdb/color.pdb
	* tools/pdbgen/pdb/edit.pdb
	* tools/pdbgen/pdb/floating_sel.pdb
	* tools/pdbgen/pdb/gimprc.pdb
	* tools/pdbgen/pdb/text_tool.pdb
	* tools/pdbgen/pdb/tools.pdb
	* tools/pdbgen/pdb/undo.pdb: made them create libgimp code
2000-06-01 12:20:13 +00:00
..
actions Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
base new function image_map_clear that removes the preview without freeing the 2000-05-09 05:43:29 +00:00
core app/gimpunit.c all libgimp headers are included via gimp.h or gimpui.h, so 2000-05-30 23:38:46 +00:00
dialogs app/about_dialog.c 2000-05-29 21:53:51 +00:00
display Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
gui app/about_dialog.c 2000-05-29 21:53:51 +00:00
menus Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
paint app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
paint-funcs Correctly initialize the max arrays in thin_region. Fixes bug #8351 return 2000-04-28 23:59:40 +00:00
plug-in Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
tools app/Makefile.am app/paint_core.c moved brush subsampling kernels into its 2000-05-29 08:40:29 +00:00
unittest test program 1999-11-12 16:33:07 +00:00
widgets Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
xcf Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
.cvsignore
about_dialog.c app/about_dialog.c 2000-05-29 21:53:51 +00:00
about_dialog.h
airbrush.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +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 app/app_procs.c named all public functions document_index_*(). Don't 2000-05-07 17:47:24 +00:00
app_procs.h
appenv.h Happy Easter! 2000-04-24 18:32:42 +00:00
apptypes.h Layer to Imagesize in C 1999-11-27 14:00:26 +00:00
asupsample.c
asupsample.h
batch.c mostly header cleanup and i18n 2000-01-31 23:59:05 +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 app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +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 app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
blend.h
blob.c some small fixes and the new GAP VCR Navigator 2000-01-10 23:27:25 +00:00
blob.h
boundary.c mostly header cleanup and i18n 2000-01-31 23:59:05 +00:00
boundary.h
boundaryF.h
brightness_contrast.c new function image_map_clear that removes the preview without freeing the 2000-05-09 05:43:29 +00:00
brightness_contrast.h app/brightness_contrast.[ch] app/by_color_select.[ch] 1999-11-22 11:14:29 +00:00
brush_edit.c mostly header cleanup and i18n 2000-01-31 23:59:05 +00:00
brush_edit.h Use the context almost everywhere. 1999-10-26 18:27:27 +00:00
brush_header.h
brush_scale.c
brush_scale.h
brush_select.c when re-drawing a dirty brush, clear it's preview area first. 2000-04-14 16:33:47 +00:00
brush_select.h app/brush_select.[ch] app/gradient.c app/gradient_select.[ch] 1999-11-03 09:58:46 +00:00
brush_select_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
brushes_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
bucket_fill.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
bucket_fill.h
by_color_select.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +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 enabled the (commented out) signal "invalidate_preview". 2000-05-12 17:07:54 +00:00
channel.h enabled the (commented out) signal "invalidate_preview". 2000-05-12 17:07:54 +00:00
channel_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
channel_ops.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
channel_ops.h get rid of remaining (invisible) layers after merging visible layers 1999-10-24 13:26:30 +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 app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +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 app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
clone.h
color_area.c app/commands.c app/layers_dialog.c behave like a widget: removed 2000-04-06 02:13:18 +00:00
color_area.h app/color_area.[ch] pass masks for the "default" and "swap" pixmaps to the 2000-02-22 15:14:54 +00:00
color_balance.c new function image_map_clear that removes the preview without freeing the 2000-05-09 05:43:29 +00:00
color_balance.h app/brightness_contrast.[ch] app/by_color_select.[ch] 1999-11-22 11:14:29 +00:00
color_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
color_notebook.c Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
color_notebook.h app/color_area.c app/color_notebook.[ch] app/color_panel.c 2000-02-13 23:42:19 +00:00
color_panel.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +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 app/color_panel.[ch] app/color_picker.c removed the public function 2000-04-03 15:40:30 +00:00
color_picker.h
color_select.c use spinbuttons in the GIMP colorselector 2000-05-27 13:53:49 +00:00
color_select.h
color_transfer.c
color_transfer.h
colormap_dialog.c
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
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 These changes enable help support for 3rd party plug-ins which install 2000-05-21 17:41:02 +00:00
commands.h Made the document index a bit more like the rest of the dialogs: 2000-05-05 14:53:38 +00:00
context_manager.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
context_manager.h changed the "parent context" implementation: 1999-10-19 15:52:32 +00:00
convert.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
convert.h More context & dnd stuff... 1999-10-28 15:05:49 +00:00
convert_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
convolve.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
convolve.h
crop.c s/"Only"/"only"/ 2000-03-04 00:24:39 +00:00
crop.h
cursorutil.c new global variable "gimp_busy" which gets set/unset whenever busy cursors 2000-03-25 18:17:01 +00:00
cursorutil.h new global variable "gimp_busy" which gets set/unset whenever busy cursors 2000-03-25 18:17:01 +00:00
curves.c new function image_map_clear that removes the preview without freeing the 2000-05-09 05:43:29 +00:00
curves.h laod and save for the curves tool 2000-01-20 12:22:54 +00:00
datafiles.c Add gimp_ui_init. 2000-04-23 20:27:41 +00:00
datafiles.h app/color_area.[ch] pass masks for the "default" and "swap" pixmaps to the 2000-02-22 15:14:54 +00:00
desaturate.c mostly header cleanup and i18n 2000-01-31 23:59:05 +00:00
desaturate.h
devices.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
devices.h Use the context almost everywhere. 1999-10-26 18:27:27 +00:00
dialog_handler.c Update to match Unix version. 2000-05-28 23:46:16 +00:00
dialog_handler.h app_procs.c app/commands.[ch] app/interface.c app/menus.c app/session.c 1999-10-30 10:39:48 +00:00
dialog_types.h
disp_callbacks.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +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 *app/docindex.c Used feof(fp) as a hardware independent indicator, 2000-05-21 09:30:59 +00:00
docindex.h app/app_procs.c named all public functions document_index_*(). Don't 2000-05-07 17:47:24 +00:00
dodgeburn.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
dodgeburn.h
draw_core.c
draw_core.h
drawable.c added 2000 to the copyrights 2000-02-17 11:44:27 +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 app/cursorutil.c (gtkutil_compress_motion) Guard against gdk_event_get 2000-03-08 18:32:31 +00:00
edit_selection.h
ellipse_select.c app/bezier_select.h app/bezier_selectP.h app/by_color_select.[ch] 2000-03-28 23:39:32 +00:00
ellipse_select.h app/bezier_select.h app/bezier_selectP.h app/by_color_select.[ch] 2000-03-28 23:39:32 +00:00
equalize.c mostly header cleanup and i18n 2000-01-31 23:59:05 +00:00
equalize.h
eraser.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
eraser.h
errorconsole.c app/[all files using the dialog or action area constructors] added a 2000-01-06 16:40:17 +00:00
errorconsole.h
errors.c Another try to get the signal/dead child recovery stuff right. 2000-05-10 21:21:23 +00:00
errors.h
file_new_dialog.c use a gimp_query_boolean_box(). 2000-02-23 15:52:33 +00:00
file_new_dialog.h app/Makefile.am removed. 2000-01-14 12:41:00 +00:00
fileops.c unified messages in fileops.c and updated german translation 2000-05-11 17:03:52 +00:00
fileops.h app/app_procs.c named all public functions document_index_*(). Don't 2000-05-07 17:47:24 +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 new PDB functions: file_[load|save]_thumbnail 1999-12-14 19:38:39 +00:00
flip_tool.c really cleaning up this time 2000-03-21 17:47:32 +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 app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
floating_sel.h
floating_sel_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
free_select.c fill empty "default" with a "break" (#9431). g_path_is_absolute wants a 2000-04-26 00:17:54 +00:00
free_select.h app/bezier_select.h app/bezier_selectP.h app/by_color_select.[ch] 2000-03-28 23:39:32 +00:00
fsdither.h
fuzzy_select.c app/fuzzy_select.c app/selection_options.h moved the "Threshold" scale 2000-04-20 15:57:13 +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 oops, forgot a debugging g_print(). 2000-05-08 21:20:53 +00:00
gdisplay.h app/gdisplay.[ch] made the warning_dialog a per-display variable. The old 2000-04-26 21:04:35 +00:00
gdisplay_color.c Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
gdisplay_color.h Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
gdisplay_color_ui.c Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
gdisplay_color_ui.h fill dummy gimage->base_type as well 2000-01-03 07:49:19 +00:00
gdisplay_ops.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +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
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 app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
gimage.h API PATCH #2 or so 1999-10-17 00:07:55 +00:00
gimage_mask.c app/Makefile.am app/paint_core.c moved brush subsampling kernels into its 2000-05-29 08:40:29 +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
gimpbrush.c app/gimpbrush.[ch] app/gimpbrushgenerated.[ch] app/gimpbrushlist.[ch] 2000-02-24 11:39:26 +00:00
gimpbrush.h app/gimpbrush.[ch] app/gimpbrushgenerated.[ch] app/gimpbrushlist.[ch] 2000-02-24 11:39:26 +00:00
gimpbrushgenerated.c app/gimpbrush.[ch] app/gimpbrushgenerated.[ch] app/gimpbrushlist.[ch] 2000-02-24 11:39:26 +00:00
gimpbrushgenerated.h app/gimpbrush.[ch] app/gimpbrushgenerated.[ch] app/gimpbrushlist.[ch] 2000-02-24 11:39:26 +00:00
gimpbrushhose.c
gimpbrushhose.h
gimpbrushlist.c app/gimpbrush.[ch] app/gimpbrushgenerated.[ch] app/gimpbrushlist.[ch] 2000-02-24 11:39:26 +00:00
gimpbrushlist.h app/gimpbrush.[ch] app/gimpbrushgenerated.[ch] app/gimpbrushlist.[ch] 2000-02-24 11:39:26 +00:00
gimpbrushlistF.h
gimpbrushlistP.h app/gimpbrush.[ch] app/gimpbrushgenerated.[ch] app/gimpbrushlist.[ch] 2000-02-24 11:39:26 +00:00
gimpbrushpipe.c Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
gimpbrushpipe.h app/gimpbrush.[ch] app/gimpbrushgenerated.[ch] app/gimpbrushlist.[ch] 2000-02-24 11:39:26 +00:00
gimpbrushpipeP.h app/gimpbrush.[ch] app/gimpbrushgenerated.[ch] app/gimpbrushlist.[ch] 2000-02-24 11:39:26 +00:00
gimpchannel.c enabled the (commented out) signal "invalidate_preview". 2000-05-12 17:07:54 +00:00
gimpchannel.h enabled the (commented out) signal "invalidate_preview". 2000-05-12 17:07:54 +00:00
gimpcontext.c it's more intelligent to implement the parent_context stuff with 2000-02-22 17:06:44 +00:00
gimpcontext.h it's more intelligent to implement the parent_context stuff with 2000-02-22 17:06:44 +00:00
gimpcontextpreview.c return without warning if popup_timeout is already set. Suppresses warning 2000-02-29 23:19:14 +00:00
gimpcontextpreview.h app/brush_select.[ch] app/gradient.c app/gradient_select.[ch] 1999-11-03 09:58:46 +00:00
gimpdnd.c new public function gimp_dnd_file_dest_set(). Moved the file/url dnd stuff 2000-05-06 17:03:44 +00:00
gimpdnd.h new public function gimp_dnd_file_dest_set(). Moved the file/url dnd stuff 2000-05-06 17:03:44 +00:00
gimpdrawable-desaturate.c mostly header cleanup and i18n 2000-01-31 23:59:05 +00:00
gimpdrawable-desaturate.h
gimpdrawable-equalize.c mostly header cleanup and i18n 2000-01-31 23:59:05 +00:00
gimpdrawable-equalize.h
gimpdrawable-invert.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
gimpdrawable-invert.h
gimpdrawable-offset.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
gimpdrawable-offset.h get rid of remaining (invisible) layers after merging visible layers 1999-10-24 13:26:30 +00:00
gimpdrawable.c Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
gimpdrawable.h Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
gimpdrawableF.h
gimpdrawableP.h
gimphelp.c These changes enable help support for 3rd party plug-ins which install 2000-05-21 17:41:02 +00:00
gimphelp.h These changes enable help support for 3rd party plug-ins which install 2000-05-21 17:41:02 +00:00
gimphistogram.c app/gdisplay.c app/gimage_cmds.c fixed typos 2000-01-09 12:40:10 +00:00
gimphistogram.h
gimphistogramF.h
gimphistogramP.h
gimpimage-convert.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
gimpimage-convert.h More context & dnd stuff... 1999-10-28 15:05:49 +00:00
gimpimage-duplicate.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
gimpimage-duplicate.h get rid of remaining (invisible) layers after merging visible layers 1999-10-24 13:26:30 +00:00
gimpimage.c Sat May 27 04:27:36 EDT 2000 calvinw@mindspring.com 2000-05-27 08:48:50 +00:00
gimpimage.h Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
gimpimageF.h
gimpimageP.h changed GIMP_MIN_RESOLUTION to 5e-3, 2000-04-06 18:59:48 +00:00
gimplayer.c Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
gimplayer.h enabled the (commented out) signal "invalidate_preview". 2000-05-12 17:07:54 +00:00
gimplist.c fixed a memleak. 2000-02-24 01:52:31 +00:00
gimplist.h
gimplistF.h
gimplistP.h
gimplut.c app/airbrush.c app/convolve.c app/dodgeburn.c app/paint_options.h 1999-11-13 01:02:27 +00:00
gimplut.h
gimplutF.h
gimplutP.h
gimpobject.c plugged more memleaks 1999-11-06 18:19:41 +00:00
gimpobject.h
gimpobjectF.h
gimpobjectP.h
gimpparasite.c Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +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
gimppreviewcache.c version number bump; add check for standalone gtkxmhtml from Sesse 1999-11-24 23:58:46 +00:00
gimppreviewcache.h
gimpprogress.c i18n fixes 2000-02-10 01:59:52 +00:00
gimpprogress.h
gimprc.c Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
gimprc.h added links to Carey Bunks's "Gimp-Savvy" and "Grokking the GIMP" 2000-05-20 18:39:02 +00:00
gimprc_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
gimpset.c
gimpset.h
gimpsetF.h
gimpsetP.h
gimpsignal.c new GimpSignalType gimp_sigtype_int_int_int. 1999-10-17 13:48:19 +00:00
gimpsignal.h new GimpSignalType gimp_sigtype_int_int_int. 1999-10-17 13:48:19 +00:00
gimpui.c new function gimp_dialog_hide() that calls gdk_window_withdraw() after 2000-03-28 23:02:05 +00:00
gimpui.h new function gimp_dialog_hide() that calls gdk_window_withdraw() after 2000-03-28 23:02:05 +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 add an "add_alpha" parameter to allow selected regions to be extracted 2000-03-26 18:39: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 app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +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 app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
gradient_editor.h More context & dnd stuff... 1999-10-28 15:05:49 +00:00
gradient_header.h More context & dnd stuff... 1999-10-28 15:05:49 +00:00
gradient_select.c mostly header cleanup and i18n 2000-01-31 23:59:05 +00:00
gradient_select.h app/brush_select.[ch] app/gradient.c app/gradient_select.[ch] 1999-11-03 09:58:46 +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
gtkhwrapbox.c restructured toolbox to use a single gtk_hwrap_box with the added "forced 2000-02-07 10:51:08 +00:00
gtkhwrapbox.h
gtkvwrapbox.c restructured toolbox to use a single gtk_hwrap_box with the added "forced 2000-02-07 10:51:08 +00:00
gtkvwrapbox.h
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 app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
gximage.h
help_cmds.c Sven Neumann <sven@gimp.org> 2000-05-31 13:24:14 +00:00
histogram_tool.c new function gimp_dialog_hide() that calls gdk_window_withdraw() after 2000-03-28 23:02:05 +00:00
histogram_tool.h app/brightness_contrast.[ch] app/by_color_select.[ch] 1999-11-22 11:14:29 +00:00
histogramwidget.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
histogramwidget.h
hue_saturation.c gimprc.in gimprc.win32 set default image size back to 256x256, default to 2000-05-07 10:06:27 +00:00
hue_saturation.h app/brightness_contrast.[ch] app/by_color_select.[ch] 1999-11-22 11:14:29 +00:00
image_cmds.c Sven Neumann <sven@gimp.org> 2000-06-01 12:20:13 +00:00
image_map.c new function image_map_clear that removes the preview without freeing the 2000-05-09 05:43:29 +00:00
image_map.h new function image_map_clear that removes the preview without freeing the 2000-05-09 05:43:29 +00:00
image_new.c Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +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 app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
image_render.h
indicator_area.c mostly header cleanup and i18n 2000-01-31 23:59:05 +00:00
indicator_area.h Use the context almost everywhere. 1999-10-26 18:27:27 +00:00
info_dialog.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
info_dialog.h app/* libgimp/* plug-ins/* did a global s/GUnit/GimpUnit/ and 2000-02-07 20:35:13 +00:00
info_window.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +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 *** empty log message *** 2000-04-16 12:10:24 +00:00
ink.h
interface.c new public function gimp_dnd_file_dest_set(). Moved the file/url dnd stuff 2000-05-06 17:03:44 +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 Sven Neumann <sven@gimp.org> 2000-06-01 12:20:13 +00:00
internal_procs.h added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
invert.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
invert.h
iscissors.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
iscissors.h
layer.c Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
layer.h enabled the (commented out) signal "invalidate_preview". 2000-05-12 17:07:54 +00:00
layer_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
layer_pvt.h
layer_select.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
layer_select.h
layerF.h
layers_dialog.c corrected the usage of the "invalidate_preview" signal. 2000-05-17 10:59:50 +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 These changes enable help support for 3rd party plug-ins which install 2000-05-21 17:41:02 +00:00
lc_dialog.h
lc_dialogP.h autoscroll in the layers dialog, a few cosmetic changes 1999-10-24 20:16:48 +00:00
levels.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
levels.h app/brightness_contrast.[ch] app/by_color_select.[ch] 1999-11-22 11:14:29 +00:00
lut_funcs.c removed BOUNDS, MINIMUM and MAXIMUM. No need to include both <glib.h> and 2000-01-25 23:06:12 +00:00
lut_funcs.h removed BOUNDS, MINIMUM and MAXIMUM. No need to include both <glib.h> and 2000-01-25 23:06:12 +00:00
magnify.c Makefile.am a proper naming scheme for all cursor files. Added zoom_in and 2000-03-01 19:32:41 +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 Another try to get the signal/dead child recovery stuff right. 2000-05-10 21:21:23 +00:00
Makefile.am Sven Neumann <sven@gimp.org> 2000-06-01 12:20:13 +00:00
makefile.cygwin Update to match Unix version. 2000-05-28 23:46:16 +00:00
makefile.msc Update to match Unix version. 2000-05-28 23:46:16 +00:00
marching_ants.h
measure.c one more fix... 2000-04-13 00:38:04 +00:00
measure.h
menus.c These changes enable help support for 3rd party plug-ins which install 2000-05-21 17:41:02 +00:00
menus.h the ultimate solution to the i18n problem 2000-02-23 20:25:24 +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 libgimp/gimp.h libgimp/gimpcolordisplay.h libgimp/gimpcolorselector.h 2000-05-28 00:00:28 +00:00
module_db.h libgimp/gimp.h libgimp/gimpcolordisplay.h libgimp/gimpcolorselector.h 2000-05-28 00:00:28 +00:00
move.c app/bezier_select.h app/bezier_selectP.h app/by_color_select.[ch] 2000-03-28 23:39:32 +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 app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +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 app/Makefile.am app/paint_core.c moved brush subsampling kernels into its 2000-05-29 08:40:29 +00:00
paint_core.h fixed bug #5176 (smudge tool crash) 2000-01-14 18:45:36 +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 Correctly initialize the max arrays in thin_region. Fixes bug #8351 return 2000-04-28 23:59:40 +00:00
paint_funcs.h app/gimage.c Invalidate the color_hash_table used for rgb->indexed 2000-02-10 21:38:43 +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 app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
paintbrush.h
palette.c app/gimpbrush.[ch] app/gimpbrushgenerated.[ch] app/gimpbrushlist.[ch] 2000-02-24 11:39:26 +00:00
palette.h Use the context almost everywhere. 1999-10-26 18:27:27 +00:00
palette_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
palette_entries.h More context & dnd stuff... 1999-10-28 15:05:49 +00:00
palette_select.c mostly header cleanup and i18n 2000-01-31 23:59:05 +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 Use the context almost everywhere. 1999-10-26 18:27:27 +00:00
parasite_cmds.c Sven Neumann <sven@gimp.org> 2000-05-31 21:16:11 +00:00
parasitelist.c Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
parasitelist.h Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
parasitelistF.h
parasitelistP.h Final (1.2) libgimp namespace cleanup part I: 2000-05-26 22:28:40 +00:00
path.c Cleaned up the Path header mess. 2000-02-16 13:52:33 +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 a patch to the path tool from Simon Budig 1999-10-08 10:22:39 +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 win32 purification, rgb<->hsv remove 2000-02-07 15:49:54 +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 Cleaned up the Path header mess. 2000-02-16 13:52:33 +00:00
paths_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
paths_dialog.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +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
pattern_select.c mostly header cleanup and i18n 2000-01-31 23:59:05 +00:00
pattern_select.h app/brush_select.[ch] app/gradient.c app/gradient_select.[ch] 1999-11-03 09:58:46 +00:00
pattern_select_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
patterns.c please picky compilers 1999-12-06 22:44:40 +00:00
patterns.h app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
patterns_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
pencil.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
pencil.h
perspective_tool.c app/perspective_tool.c app/rotate_tool.c app/scale_tool.c app/shear_tool.c 2000-02-21 11:54:33 +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 try to minimize the overhead of multiprocessor support. This should fix 2000-05-05 01:15:39 +00:00
pixel_processor.h
pixel_region.c removed BOUNDS, MINIMUM and MAXIMUM. No need to include both <glib.h> and 2000-01-25 23:06:12 +00:00
pixel_region.h
pixel_regionP.h
pixmaps.h
pixmaps2.h shaped up the icons a little 2000-02-21 18:41:36 +00:00
plug_in.c Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
plug_in.h These changes enable help support for 3rd party plug-ins which install 2000-05-21 17:41:02 +00:00
plug_in_cmds.c Sven Neumann <sven@gimp.org> 2000-05-31 13:24:14 +00:00
posterize.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
posterize.h app/brightness_contrast.[ch] app/by_color_select.[ch] 1999-11-22 11:14:29 +00:00
preferences_dialog.c These changes enable help support for 3rd party plug-ins which install 2000-05-21 17:41:02 +00:00
preferences_dialog.h
procedural_db.c Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
procedural_db.h These changes enable help support for 3rd party plug-ins which install 2000-05-21 17:41:02 +00:00
procedural_db_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
qmask.c app/color_panel.[ch] app/color_picker.c removed the public function 2000-04-03 15:40:30 +00:00
qmask.h
rect_select.c app/bezier_select.h app/bezier_selectP.h app/by_color_select.[ch] 2000-03-28 23:39:32 +00:00
rect_select.h app/bezier_select.h app/bezier_selectP.h app/by_color_select.[ch] 2000-03-28 23:39:32 +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 These changes enable help support for 3rd party plug-ins which install 2000-05-21 17:41:02 +00:00
resize.h app/commands.c app/layers_dialog.c behave like a widget: removed 2000-04-06 02:13:18 +00:00
rotate_tool.c app/perspective_tool.c app/rotate_tool.c app/scale_tool.c app/shear_tool.c 2000-02-21 11:54:33 +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 Correctly initialize the max arrays in thin_region. Fixes bug #8351 return 2000-04-28 23:59:40 +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 app/perspective_tool.c app/rotate_tool.c app/scale_tool.c app/shear_tool.c 2000-02-21 11:54:33 +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 win32 purification, rgb<->hsv remove 2000-02-07 15:49:54 +00:00
scan_convert.h
scroll.c 2nd Try.. First failed due to problems at my end.... 1999-11-20 00:46:58 +00:00
scroll.h
selection.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +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 Made the document index a bit more like the rest of the dialogs: 2000-05-05 14:53:38 +00:00
session.h Made the document index a bit more like the rest of the dialogs: 2000-05-05 14:53:38 +00:00
shear_tool.c app/perspective_tool.c app/rotate_tool.c app/scale_tool.c app/shear_tool.c 2000-02-21 11:54:33 +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 app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
smudge.h
temp_buf.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +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 if we cannot load the font we'd like to use, use the gtk+ default font. 2000-04-05 22:59:44 +00:00
text_tool.h if we cannot load the font we'd like to use, use the gtk+ default font. 2000-04-05 22:59:44 +00:00
text_tool_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
threshold.c app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
threshold.h app/brightness_contrast.[ch] app/by_color_select.[ch] 1999-11-22 11:14:29 +00:00
tile.c mostly header cleanup and i18n 2000-01-31 23:59:05 +00:00
tile.h Mon Dec 13 19:25:39 GMT 1999 Adam D. Moss <adam@gimp.org 1999-12-13 19:48:24 +00:00
tile_cache.c mostly header cleanup and i18n 2000-01-31 23:59:05 +00:00
tile_cache.h
tile_manager.c mostly header cleanup and i18n 2000-01-31 23:59:05 +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 gimprc.in gimprc.win32 set default image size back to 256x256, default to 2000-05-07 10:06:27 +00:00
tips_dialog.h app/color_select.c app/colormaps.[ch] removed unused global variables 2000-04-27 17:27:28 +00:00
TODO
tool_options.c app/fuzzy_select.c app/selection_options.h moved the "Threshold" scale 2000-04-20 15:57:13 +00:00
tool_options.h
tools.c moved Magnify into the Transformation tools category. This is not entirely 2000-05-22 17:39:15 +00:00
tools.h do not ignore the mask of the tool icons 2000-02-20 02:46:53 +00:00
tools_cmds.c added transform_2d PDB procedure as suggested 2000-04-24 15:22:57 +00:00
toolsF.h Moved some functions out of paths_dialog.c into the new file 2000-02-16 01:47:22 +00:00
transform_core.c when transforming a selection in an indexed image, we used to create an 2000-05-20 10:49: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 it's more intelligent to implement the parent_context stuff with 2000-02-22 17:06:44 +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 Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +00:00
undo.h app/undo.h app/undo.c app/undo_history.c pixmaps/question.xpm 1999-11-02 23:05:55 +00:00
undo_cmds.c added 2000 to the copyrights 2000-02-17 11:44:27 +00:00
undo_history.c gimp_pixmap_new(): set the widget's requisition so it can be properly 2000-02-19 14:25:27 +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 2000 to the copyrights 2000-02-17 11:44:27 +00:00
unitrc.h
user_install.c Creating the user's gimp directory may take some time on NFS, so users may 2000-04-18 15:04:30 +00:00
user_install.h implemented the changes Nick Lamb suggested: If the background layer has 2000-04-07 20:04:00 +00:00
wilber.h
wilber.ico
xcf.c Libgimp cleanup part II (with a little help from Yosh who moved the CVS 2000-05-27 01:30:21 +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 win32 purification, rgb<->hsv remove 2000-02-07 15:49:54 +00:00
xinput_airbrush.h