gimp/po/POTFILES.in
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

120 lines
2.1 KiB
Plaintext

# Files from the Gimp distribution which have already been
# marked to allow runtime translation of messages
app/about_dialog.c
app/airbrush.c
app/app_procs.c
app/bezier_select.c
app/blend.c
app/brightness_contrast.c
app/brush_edit.c
app/brush_select.c
app/bucket_fill.c
app/by_color_select.c
app/channel.c
app/channel_ops.c
app/channels_dialog.c
app/clone.c
app/color_balance.c
app/color_notebook.c
app/color_picker.c
app/color_select.c
app/colormap_dialog.i.c
app/commands.c
app/convert.c
app/convolve.c
app/crop.c
app/curves.c
app/desaturate.c
app/devices.c
app/disp_callbacks.c
app/docindex.c
app/dodgeburn.c
app/edit_selection.c
app/equalize.c
app/eraser.c
app/errorconsole.c
app/file_new_dialog.c
app/fileops.c
app/flip_tool.c
app/floating_sel.c
app/fuzzy_select.c
app/gdisplay.c
app/gdisplay_color_ui.c
app/gdisplay_ops.c
app/gimage_mask.c
app/gimpbrush.c
app/gimpbrushlist.c
app/gimpbrushpipe.c
app/gimpdrawable.c
app/gimphelp.c
app/gimpimage.c
app/gimpprogress.c
app/gimprc.c
app/gimpui.c
app/gimpunit.c
app/global_edit.c
app/gradient.c
app/gradient_select.c
app/histogram_tool.c
app/hue_saturation.c
app/image_cmds.c
app/image_new.c
app/indicator_area.c
app/info_dialog.c
app/info_window.c
app/ink.c
app/interface.c
app/internal_procs.c
app/invert.c
app/layer.c
app/layer_select.c
app/layers_dialog.c
app/lc_dialog.c
app/levels.c
app/magnify.c
app/main.c
app/measure.c
app/menus.c
app/module_db.c
app/move.c
app/nav_window.c
app/paint_core.c
app/paint_funcs.c
app/paintbrush.c
app/palette.c
app/palette_select.c
app/paths_dialog.c
app/pattern_select.c
app/patterns.c
app/perspective_tool.c
app/plug_in.c
app/posterize.c
app/preferences_dialog.c
app/procedural_db.c
app/procedural_db_cmds.c
app/qmask.c
app/rect_select.c
app/resize.c
app/rotate_tool.c
app/scale_tool.c
app/scan_convert.c
app/shear_tool.c
app/smudge.c
app/text_tool.c
app/threshold.c
app/tips_dialog.c
app/tool_options.c
app/tools.c
app/transform_core.c
app/transform_tool.c
app/undo.c
app/undo_history.c
app/user_install.c
app/xcf.c
modules/cdisplay_gamma.c
modules/cdisplay_highcontrast.c
modules/colorsel_gtk.c
modules/colorsel_triangle.c
modules/colorsel_water.c