2000-12-29 00:19:55 +08:00
|
|
|
2000-12-28 Michael Natterer <mitch@gimp.org>
|
|
|
|
|
|
|
|
* app/channel.[ch]
|
|
|
|
* app/drawable.h
|
|
|
|
* app/gimpdrawable.[ch]
|
|
|
|
* app/gimpdrawableP.h
|
|
|
|
* app/gimpimage.[ch]
|
|
|
|
* app/gimpimageP.h
|
|
|
|
* app/layer.[ch]
|
|
|
|
* app/layer_pvt.h: started a major cleanup of all image/drawable
|
|
|
|
files. Added tons of "const GimpImage *" declarations and properly
|
|
|
|
formated the headers.
|
|
|
|
|
|
|
|
* app/bezier_select.c
|
|
|
|
* app/channels_dialog.c
|
|
|
|
* app/crop.c
|
|
|
|
* app/fileops.[ch]
|
|
|
|
* app/fuzzy_select.c
|
|
|
|
* app/gdisplay.c
|
|
|
|
* app/layers_dialog.c
|
|
|
|
* app/move.c
|
|
|
|
* app/paint_funcs.[ch]
|
|
|
|
* app/qmask.c
|
|
|
|
* app/undo.c: changed accordingly plus the usual portion of coding
|
|
|
|
style paranoia. This is not finished but Sven promised to buy me
|
|
|
|
a beer if I commit now ;)
|
|
|
|
|
2000-12-28 10:01:16 +08:00
|
|
|
2000-12-28 Sven Neumann <sven@gimp.org>
|
|
|
|
|
|
|
|
* app/boundaryF.h
|
|
|
|
* app/gdisplayP.h
|
|
|
|
* app/gimplistP.h
|
|
|
|
* app/gimplutP.h
|
|
|
|
* app/gimpsetP.h
|
|
|
|
* app/parasitelistP.h
|
|
|
|
* app/pixel_regionP.h: removed these files
|
|
|
|
|
|
|
|
* app/Makefile.am
|
|
|
|
* app/apptypes.h
|
|
|
|
* app/boundary.[ch]
|
|
|
|
* app/floating_sel.h
|
|
|
|
* app/gdisplay.c
|
|
|
|
* app/gimplist.h
|
|
|
|
* app/gimplut.[ch]
|
|
|
|
* app/gimpset.[ch]
|
|
|
|
* app/parasitelist.[ch]
|
|
|
|
* app/pixel_processor.c
|
|
|
|
* app/pixel_region.[ch]: moved structure definitions into the
|
|
|
|
normal headers, various cleanups
|
|
|
|
|
2000-12-28 07:49:17 +08:00
|
|
|
2000-12-28 Sven Neumann <sven@gimp.org>
|
|
|
|
|
|
|
|
* app/channel_cmds.c
|
|
|
|
* app/layer_cmds.c
|
|
|
|
* libgimp/gimpchannel_pdb.c
|
|
|
|
* libgimp/gimplayer_pdb.c
|
|
|
|
* plug-ins/common/warp.c
|
|
|
|
* plug-ins/gap/gap_exchange_image.c
|
|
|
|
* plug-ins/gap/gap_range_ops.c
|
|
|
|
* plug-ins/perl/examples/bricks
|
|
|
|
* plug-ins/perl/examples/glowing_steel
|
|
|
|
* tools/pdbgen/pdb/channel.pdb
|
|
|
|
* tools/pdbgen/pdb/layer.pdb:
|
|
|
|
|
|
|
|
Two of the gimp-perl scripts used to call gimp_layer_delete() after
|
|
|
|
gimp_image_remove_layer(). This will fail since the layer is already
|
|
|
|
scheduled for destruction by removing it from the associated image or
|
|
|
|
by deleting that image. It is thus dangerous and superfluous to export
|
|
|
|
this feature through the PDB. The gimp_layer_delete() is hereby
|
|
|
|
obsolete and does nothing any longer. I have removed the code calling
|
|
|
|
it from all over the place (it was commented out in almost all places).
|
|
|
|
|
|
|
|
The PDB help for gimp_channel_delete() now explicetly tells the user
|
|
|
|
about the proper usage of the procedure.
|
|
|
|
|
2000-12-28 07:40:34 +08:00
|
|
|
2000-12-28 Michael Natterer <mitch@gimp.org>
|
|
|
|
|
|
|
|
* app/bezier_select.[ch]
|
|
|
|
* app/bezier_selectP.h: massive cleanup (prototypes, indentation, ...)
|
|
|
|
|
2000-12-28 07:25:51 +08:00
|
|
|
2000-12-28 Michael Natterer <mitch@gimp.org>
|
|
|
|
|
|
|
|
* app/measure.c: cleanup, proper prototypes, ...
|
|
|
|
|
2000-12-28 04:51:09 +08:00
|
|
|
2000-12-27 Michael Natterer <mitch@gimp.org>
|
|
|
|
|
|
|
|
* plug-ins/common/csource.c: the size of the string holding the
|
|
|
|
image data was one byte too short (we forgot the trailing '\0').
|
|
|
|
Reported by <goswin.brederlow@student.uni-tuebingen.de>
|
|
|
|
|
2000-12-28 02:55:02 +08:00
|
|
|
2000-12-27 Sven Neumann <sven@gimp.org>
|
|
|
|
|
|
|
|
* TODO.xml
|
|
|
|
* docs/make-todo: new files. TODO.xml is a first start on a roadmap
|
|
|
|
towards gimp-1.4. All new features and major changes need to be
|
|
|
|
defined here to be accepted into the gimp-1.3 branch.
|
|
|
|
|
2000-12-28 02:15:37 +08:00
|
|
|
2000-12-27 Michael Natterer <mitch@gimp.org>
|
|
|
|
|
|
|
|
* app/gimpimage.c: gimp_image_merge_layers(): apply the layer mask
|
|
|
|
only if layer->apply_mask is TRUE, cleanup.
|
|
|
|
|
2000-12-28 02:09:06 +08:00
|
|
|
2000-12-27 Simon Budig <simon@gimp.org>
|
|
|
|
|
|
|
|
* plug-ins/mosaic/mosaic.c
|
|
|
|
* plug-ins/script-fu/scripts/textured-logo.scm
|
|
|
|
Implemented a toggle to ask the user, if he wants to allow some
|
|
|
|
tiles to be split in two pieces. This enables perfect hexagonal/
|
|
|
|
squared/octagonal tiles. Changed the PDB-Interface and changed the
|
|
|
|
script using this plug-in.
|
|
|
|
|
2000-12-28 00:12:05 +08:00
|
|
|
2000-12-27 Michael Natterer <mitch@gimp.org>
|
|
|
|
|
|
|
|
* app/gimage.h
|
|
|
|
* app/gimpimage.[ch]: implemented gimp_image_get_layer_by_index(),
|
|
|
|
small cleanups.
|
|
|
|
|
|
|
|
* app/commands.c
|
|
|
|
* app/layers_dialog.c: use the new function instead of accessing
|
|
|
|
the layer list directly.
|
|
|
|
|
2000-12-27 23:00:42 +08:00
|
|
|
2000-12-27 Michael Natterer <mitch@gimp.org>
|
|
|
|
|
|
|
|
* app/layers_dialog.c: layers_dialog_scroll_index(): don't fiddle
|
|
|
|
around with magic numbers when calculating the layer widget's
|
|
|
|
height but simply ask one of them for it's allocation. Fixes
|
|
|
|
positioning when the preview is smaller than the layer widget list
|
|
|
|
item.
|
|
|
|
|
2000-12-27 11:13:25 +08:00
|
|
|
2000-12-27 Tomas Ogren <stric@ing.umu.se>
|
|
|
|
|
|
|
|
* plug-ins/ifscompose/ifscompose_storage.c: Remove the last comma in
|
|
|
|
an enum, xlc barfs
|
|
|
|
|
2000-12-27 03:11:10 +08:00
|
|
|
Tue Dec 26 11:10:23 PST 2000 Manish Singh <yosh@gimp.org>
|
|
|
|
|
|
|
|
* app/patterns.c: fix fd leak on loading
|
|
|
|
|
2000-12-25 16:08:08 +08:00
|
|
|
Sun Dec 24 23:18:32 PST 2000 Manish Singh <yosh@gimp.org>
|
|
|
|
|
|
|
|
* Made 1.2.0 release
|