- 22 Aug, 1999 10 commits
-
-
Manish Singh authored
* configure.in: add check for zlib for building psp plugin * plug-ins/common/mkgen.pl * plug-ins/common/plugin-defs.pl * plug-ins/common/Makefile.am: add psp plugin * plug-ins/common/mail.c: removed double gimp_destroy_params, fixing a segfault -Yosh
-
Tor Lillqvist authored
Save the settings, too, in gpb.c.
-
Tor Lillqvist authored
1999-08-22 Tor Lillqvist <tml@iki.fi> * plug-ins/common/psp.c: Use g_message, not gimp_message. g_message calls gimp_message eventually. * plug-ins/common/gpb.c: New plug-in for saving Adrian's gpb files (pixmap brushes) from an RGBA image. Probably just of temporary value. * plug-ins/makefile.{cygwin,msc}: Add it. * plug-ins/common/gbr.c: Use g_message instead of printf. * app/makefile.{cygwin,msc}: Comment out the gcg stuff here, too. Remove frac.o.
-
Michael Natterer authored
1999-08-22 Michael Natterer <mitschel@cs.tu-berlin.de> * app/color_area.[ch] * app/color_panel.[ch] * app/gimpdnd.[ch]: enabled dnd for colors (compatible with the standard gtk/gnome color dnd). The color selection is now invoked on a real click, not on button_down to avoid confusion with dnd. * app/channels_dialog.c * app/disp_callbacks.c * app/interface.c * app/layers_dialog.c: minor dnd updates/fixes. * app/channel.[ch] * app/channel_pvt.h * app/docindex.[ch] * app/docindexif.[ch] * app/drawable.[ch] * app/floating_sel.c * app/gimage.[ch] * app/gimage_mask.c * app/gimpdrawable.[ch] * app/gimpdrawableP.h * app/gimpimage.[ch] * app/gimpimageP.h * app/layer.[ch] * app/layer_pvt.h * app/undo.c * app/xcf.c: wanted to do some s/int/gboolean/ in the layer files where appropriate and found myself spending the whole night doing a big code review for layers/channels/drawables/images: s/int/gboolean/, s/<type>/g<type>/, lots of indentation, removed some old global variables and deprecated functions, #include cleanups, proper prototypes, copyright headers, ...
-
Tomas Ogren authored
1999-08-22 Tomas Ogren <stric@ing.umu.se> * app/bucket_fill.c * app/clone.c * app/convolve.c * app/flip_tool.c * app/measure.c * app/pixmapbrush.c: i18n fixes
-
Tomas Ogren authored
1999-08-22 Tomas Ogren <stric@ing.umu.se> * sv.po: Updated
-
Tor Lillqvist authored
* plug-ins/common/psp.c: Handle the tube block, too. Save tube (image hose) parameters in a parasite. Yet-to-be-written code that creates a .gih file (or something better) can get them from there. Actually attach the comment parasite. Must set layer offset after adding it to the image.
-
Tomas Ogren authored
1999-08-22 Tomas Ogren <stric@ing.umu.se> * app/tool_options.c: Remember kids, "Options" is spelled "Options", not "Ootions"
-
Tor Lillqvist authored
1999-08-22 Tor Lillqvist <tml@iki.fi> * app/convert.c: Use spinbutton for number of colours. * app/preferences_dialog.h: Export gimp_spin_button_new. Not the most logical place for it, though.
-
Manish Singh authored
* configure.in: version number bump * autogen.sh * configure.in * app/Makefile.am: comment out gcg stuff, nobody seems to be using it * app/colormap_dialog.*: added generated files -Yosh
-
- 21 Aug, 1999 14 commits
-
-
Sven Neumann authored
--Sven
-
BST 1999 Adam D. Moss authored
Sat Aug 21 20:30:48 BST 1999 Adam D. Moss <adam@gimp.org> * app/frac.[ch]: Eradicated. * app/xcf.c: In mourning.
-
Adam D. Moss authored
-
Tor Lillqvist authored
-
Tor Lillqvist authored
1999-08-21 Tor Lillqvist <tml@iki.fi> * app/errorconsole.c: Also provide a Clear button. * app/gimprc.c: Add a missing static function declaration. * app/makefile.{cygwin,msc}: Add new files. * libgimp/gimp.def: Add new entry points. * plug-ins/common/jpeg.c: Must include glib.h first. You don't want to know why. * plug-ins/common/psp.c: New file. This plug-in Loads Paint Shop Pro files (.psp and .tub). Doesn't yet save them. Handles only 24- bit images (with or without alpha) correctly so far. * plug-ins/makefile.{cygwin,msc}: Build psp. Somebody please add it to the auto* build system, too. I guess a test for zlib (which it needs) is needed in configure.in.
-
BST 1999 Adam D. Moss authored
Sat Aug 21 16:53:17 BST 1999 Adam D. Moss <adam@gimp.org> * plug-ins/common/jpeg.c: Preview layers need to be alpha-padded, since they're not on the bottom of the stack. That's a GIMP rule. Plus... use new API functions gimp_image_{freeze,thaw}_undo() to avoid the dilemma of either consuming a squillion superfluous tiles or clobbering the whole undo stack. * app/gimage.h * app/gimage_cmds.c * app/gimpimage.c * libgimp/gimp.h * libgimp/gimpimage.c: New API functions gimp_image_{freeze,thaw}_undo() to avoid the above twin evils. Similar to gimp_image_{disable,enable}_undo() but without clobbering the undo stack (I would have simply changed the latter, but too many plugins seem to rely on that behaviour). See the PDB docs for slightly more information.
-
Tor Lillqvist authored
LZ77-compressed channels. And no saving yet. Hacking continues after I've been to the sauna ;-)
-
Seth Burgess authored
Modified Files: ChangeLog plug-ins/common/jpeg.c
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
--Sven
-
jaycox authored
* app/gimprc.[ch]: removed cubic_interpolation variable. * app/transform_core.c: use the interpolation_type variable instead of the old cubic_interpolation variable.
-
Tor Lillqvist authored
-
Seth Burgess authored
Modified Files: ChangeLog plug-ins/common/jpeg.c
-
BST 1999 Adam D. Moss authored
Sat Aug 21 01:06:53 BST 1999 Adam D. Moss <adam@gimp.org> * app/nav_window.c: Navigation window shows checkmarked alpha, also previews correctly for greyscale images now.
-
- 20 Aug, 1999 8 commits
-
-
Tor Lillqvist authored
-
Adam D. Moss authored
-
BST 1999 Adam D. Moss authored
Sat Aug 21 00:07:37 BST 1999 Adam D. Moss <adam@gimp.org> * app/nav_window.c: Improved pointer tracking when dragging navigator rectangle - less lag. Enabled hourglass when computing first thumbnail.
-
Michael Natterer authored
1999-08-20 Michael Natterer <mitschel@cs.tu-berlin.de> * app/Makefile.am * app/gimpdnd.c: new file. Contains a function which creates dnd preview icons for all kinds of drawables. * app/gimpdnd.h: added the new dnd types. * app/channels_dialog.c: same dnd functions as in the layers dialog. Fixed channels_dialog_flush(). Code cleanup. * app/layers_dialog.c: enabled dnd for layer masks. * app/disp_callbacks.c * app/interface.c: dnd code generalization. The toolbox and the display accept drop of any kind of drawable now. * app/gimage.h * app/gimpimage.[ch]: new function gimp_image_position_channel(). * app/layer.[ch]: new function layer_mask_get_layer().
-
Adam D. Moss authored
-
jaycox authored
* app/apptypes.h: added InterpolationType enum. * app/gimprc.[ch], app/preferences_dialog.c: replaced cubic_interpolation flag with interpolation_type variable. * app/pixel_region.[ch]: added pixel_region_has_alpha function. * app/paint_funcs.c: rewrote scale_region. It now behaves correctly on images with alpha, no longer leaves an artifact on the right edge of images when scailing up, and runs signifigantly faster.
-
Asbjørn Pettersen authored
-
Tor Lillqvist authored
committed already just as a safety measure in case my disk crashes... ChangeLog entry will be written when it is ready.
-
- 19 Aug, 1999 7 commits
-
-
Marc Lehmann authored
-
Michael Natterer authored
1999-08-19 Michael Natterer <mitschel@cs.tu-berlin.de> * app/Makefile.am * app/gimpdnd.h: new file containing the dnd data definitions. * app/disp_callbacks.[ch] * app/interface.c: drop layers on the toolbox to create a new image and on the display to copy it to the image's layer stack. * app/layers_dialog.c: drop layer on the "New" button to create an empty layer with the dropped layer's properties, to "Duplicate" to duplicate it and on the trashcan to delete it. Thanks to Andy for the ultra-cool dnd preview pixmap patch. * app/layer.[ch] * app/undo.c: renamed layer_mask() to layer_get_mask(). Prototyped some function headers. * app/disp_callbacks.c: Wheelmouse stuff: Shift+wheel scales the display. * app/airbrush.c * app/eraser.c * app/paint_options.h * app/paintbrush.c * app/pencil.c * app/tool_options.c: moved the "Incremental" toggle to the PaintOptions structure because it is used more often now.
-
Sven Neumann authored
--Sven
-
Manish Singh authored
* tools/pdbgen/pdb/drawable.pdb: #include "channel.h" and "layer.h" for GIMP_CHANNEL, GIMP_IS_LAYER, and GIMP_LAYER #defines The rest of these files are generated from the fresh pdbgen run -Yosh
-
Adrian Likins authored
-
Adrian Likins authored
* data/brushes/vine.gih * data/brushes/pepper.gpb: new files, a sample hose and a sample pixmap brush * docs/gpb.txt * docs/gih.txt: vague description of the current pixmap brush and hose formats * app/gimpbrushhose.c * app/gimpbrushpicmap.c: use the brush spacing info now
-
Adrian Likins authored
Wed Aug 18 22:49:31 1999 Adrian Likins <alikins@redhat.com> * app/apptypes.h: add GradientPaintMode enum * app/paint_core.h: move above enum * app/paintbrush.c: use above enum * app/drawable_cmds.c: include "layers.h" so it will link again
-
- 18 Aug, 1999 1 commit
-
-
Tor Lillqvist authored
* tools/pdbgen/Makefile.am: Add apptypes.h.
-