- 03 May, 1999 3 commits
-
-
Manish Singh authored
* tools/pdbgen/plug_in.pdb * tools/pdbgen/interface.pdb: new files * tools/pdbgen/app.pl: add no_id_lookup option * tools/pdbgen/Makefile.am: added new pdb files, plug_in.h * tools/pdbgen/enums.pl: plug_in.h enums * app/plug_in.[ch]: removed PDB stuff, exported current_plug_in, proc_defs, and plug_in_progress_{init,update} * app/interface_cmds.c * app/plug_in_cmds.c * app/internal_procs.c: pdbgenned files * app/Makefile.am: new files: interface_cmds.c, plug_in_cmds.c -Yosh
-
Sven Neumann authored
--Sven
-
Manish Singh authored
* tools/pdbgen/plug_in.pdb * tools/pdbgen/interface.pdb: new files * tools/pdbgen/app.pl: add no_id_lookup option * tools/pdbgen/Makefile.am: added new pdb files, plug_in.h * tools/pdbgen/enums.pl: plug_in.h enums * app/plug_in.[ch]: removed PDB stuff, exported current_plug_in, proc_defs, and plug_in_progress_{init,update} * app/interface_cmds.c * app/plug_in_cmds.c * app/internal_procs.c: pdbgenned files * app/Makefile.am: new files: interface_cmds.c, plug_in_cmds.c -Yosh
-
- 02 May, 1999 2 commits
-
-
Manish Singh authored
* app/gimpimage.h: guide types used to start at 1, so make them start at 1 * tools/pdbgen/enums.pl * app/guides_cmds.c: autogenned files reflect above change -Yosh
-
Michael Natterer authored
1999-05-02 Michael Natterer <mitschel@cs.tu-berlin.de> * app/commands.c * app/layers_dialog.c * app/resize.[ch]: new scale/resize ui: Use size entries instead of text entries, chainbuttons instead of check buttons. Put the stuff into frames. Added labels for the original width and height. It's possible to change resolution/unit now, please test if it does the right thing. * libgimp/gimpsizeentry.c: allow lower == upper when checking boundaries.
-
- 01 May, 1999 8 commits
-
-
Manish Singh authored
-Yosh
-
BST 1999 Austin Donnelly authored
Sat May 1 22:18:55 BST 1999 Austin Donnelly <austin@gimp.org> * app/brush_select.c * app/brush_select.h * app/pattern_select.c * app/pattern_select.h: delay the popup of pattern and brush preview window by 150 millisecs. Allows flicker-free selection of brushes/patterns, and still have fast pattern preview like we used to. Ideally, should really factor out the common code in these two files into one generic picker widget. * app/free_select.c: cosmetic whitespace change. * app/draw_core.c: use GDK_CAP_NOT_LAST, not GDK_CAP_BUTT, otherwise sequential line segments in XOR mode have single-pixel gaps between them. Worse, if the segments are only one pixel long, you don't get _any_ lines. XFree86 seems to ignore GDK_CAP_BUTT, which is why this bug hasn't been seen before. NCD X servers comply with the spec a little more pedantically, so need GDK_CAP_NOT_LAST. OS/2 and Win32 people should check that (eg) the lasso tool still provides proper visual feedback.
-
Manish Singh authored
* Makefile.am: don't install gimprc.5 in our sharedir -Yosh
-
Asbjørn Pettersen authored
-
Asbjørn Pettersen authored
-
Asbjørn Pettersen authored
-
Asbjørn Pettersen authored
-
Asbjørn Pettersen authored
-
- 30 Apr, 1999 3 commits
-
-
Manish Singh authored
* Makefile.am: listed tools first in SUBDIRS, so xgettext can grab the autogenned files * acconfig.h: removed unused HAVE_XSHM_H * tools/pdbgen/app.pl: added proc invoke method, nicer header formatting * tools/pdbgen/pdb/layer.pdb: use layer_mask type for return value for layer_create_mask * tools/pdbgen/pdb/misc.pdb: added quit proc * tools/pdbgen/pdb/tools.pdb: added ink proc, but not added to @procs since it's incomplete * tools/pdbgen/pdb/fileops.pdb: new file * app/Makefile.am: added fileops_cmds.c * app/app_procs.c * app/fileops.c * app/ink.c: removed PDB procs (the one in ink.c was incomplete) * app/fileops.h: exported load_procs, save_procs, and file_proc_find() * app/plug_in.h: exported enum, #include <sys/types.h> * app/brushes_cmds.c * app/fileops_cmds.c * app/layer_cmds.c * app/misc_cmds.c * app/parasite_cmds.c * app/patterns_cmds.c * app/procedural_db_cmds.c * app/text_tool_cmds.c * app/internal_procs.c: pdbgen updates * app/paint_funcs.c: the glibc 2.1 docs say using SVID threadsafe random functions are preferable to rand_r, so use them instead of a mutex -Yosh
-
Asbjørn Pettersen authored
-
Michael Natterer authored
1999-04-30 Michael Natterer <mitschel@cs.tu-berlin.de> * plug-ins/gdyntext/*: updated version 1.4.2
-
- 29 Apr, 1999 4 commits
-
-
Michael Natterer authored
1999-04-30 Michael Natterer <mitschel@cs.tu-berlin.de> * app/flip_tool.c: fixed a cut-and-paste bug: vertical flip iterates over rows, not columns.
-
Asbjørn Pettersen authored
-
Asbjørn Pettersen authored
-
Michael Natterer authored
1999-04-29 Michael Natterer <mitschel@cs.tu-berlin.de> * app/brush_select.[ch] * app/pattern_select.[ch]: disabled setting the size of the brushes dialog again because it still caused SIGFPE's in some rare cases. I'm trying to fix that. *Minimal* ui spacing changes. Some changes to make the code look more similar (I'm a make-them-look-the-same fanatic ;)
-
- 28 Apr, 1999 4 commits
-
-
Sven Neumann authored
--Sven
-
Asbjørn Pettersen authored
-
Asbjørn Pettersen authored
-
Manish Singh authored
* configure.in * tools/Makefile.am * tools/pdbgen/Makefile.am: integrated pdbgen into the build system * libgimp/gimp.h * libgimp/gimpimage.c: renamed gimp_image_findnext_guide to gimp_image_find_next_guide, so change pdb wrapper * plug-ins/guillotine/guillotine.c: reflect api change -Yosh
-
- 27 Apr, 1999 8 commits
-
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
--Sven
-
Asbjørn Pettersen authored
-
Vincent Renardias authored
* translated the tips in French. (to do: use this file instead when LANG=fr)
-
Manish Singh authored
* app/gimage_cmds.c * app/guides_cmds.c: pdbgenned files * app/parasite_cmds.c: added image parasite cmds * app/gimpimage.h: capitalized ChannelType and MergeType enums, made HORIZONTAL_GUIDE and VERTICAL_GUIDE an enum * app/layer.h: made APPLY and DISCARD an enum * app/internal_procs.[ch]: finally pdbgenned * app/channels_dialog.c * app/fileops.c * app/gimpimage.c * app/layers_dialog.c: ChannelType, MergeType enum changes * app/commands.c: remove gimage_cmds.h #include * app/cursorutil.h: #include <gdk/gdktypes.h> * app/paint_funcs.h: cosmetic change for PDB help * app/brush_select_cmds.c * app/brushes_cmds.c * app/layer_cmds.c * app/tools_cmds.c: pdbgen updates * app/Makefile.am: removed gimage_cmds.h, added guides_cmds.c * plug-ins/Lighting/lighting_main.c * plug-ins/MapObject/mapobject_main.c * plug-ins/rcm/rcm.c * plug-ins/xbm/xbm.c: removed trailing ";" from MAIN () -Yosh
-
Manish Singh authored
-Yosh
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
I hope I haven't broken too much ;-) --Sven
-
- 26 Apr, 1999 3 commits
-
-
Marc Lehmann authored
-
Asbjørn Pettersen authored
-
Asbjørn Pettersen authored
-
- 25 Apr, 1999 4 commits
-
-
Asbjørn Pettersen authored
-
BST 1999 Adam D. Moss authored
Sun Apr 25 16:59:09 BST 1999 Adam D. Moss <adam@gimp.org> * plug-ins/gif/gif.c: Save the comment back onto the image as a persistant parasite if the comment was edited.
-
Michael Natterer authored
1999-04-25 Michael Natterer <mitschel@cs.tu-berlin.de> * app/text_tool.c: added resolution support if the tool is used from the interface. Can't do this for the PDB because the text has to be rendered in the size "text_get_extents" (which currently has no access to resolution information) returns.
-
Manish Singh authored
* app/gimage_mask_cmds.[ch]: pdbgenned, use header file * app/internal_procs.c: use pdbgen register for gimage mask funcs * app/Makefile.am: remove gimage_mask_cmds.h -Yosh
-
- 24 Apr, 1999 1 commit
-
-
BST 1999 Adam D. Moss authored
Sat Apr 24 21:50:58 BST 1999 Adam D. Moss <adam@gimp.org> * app/edit_selection.c: Finished the opaque-move stuff... hopefully. Float and selection-mask movement behaviour repaired, etc.
-