- 01 Aug, 1999 2 commits
-
-
Marc Lehmann authored
-
Sven Neumann authored
--Sven
-
- 31 Jul, 1999 2 commits
-
-
Tor Lillqvist authored
* app/channel_ops.c (offset_halfheight_callback): Fix cut-and-paste error reported by Claes G Lindblad.
-
Marc Lehmann authored
-
- 30 Jul, 1999 6 commits
-
-
Kjartan Maraas authored
1999-07-30 Kjartan Maraas <kmaraas@online.no> * no.po: Updated translation.
-
Marc Lehmann authored
-
Manish Singh authored
* tools/pdbgen/pdb/tools.pdb: revert previous change * tools/pdbgen/pdb/guides.pdb: perform orientation xform here * app/gimpimage.h: use 2 enums, one for internal and for external * libgimp/gimpenums.h: change around external enums here -Yosh
-
Marc Lehmann authored
-
Marc Lehmann authored
-
Manish Singh authored
* tools/pdbgen/pdb/tools.pdb: hard code orientation constants for shear and flip too maintain backwards compatibility * app/gimpimage.h: remove ORIENTATION chop to avoid namespace collision -Yosh
-
- 29 Jul, 1999 5 commits
-
-
Tor Lillqvist authored
* app/makefile.{cygwin,msc}: Add gdiplay_color. Create gimp.def from gimp.sym. * app/gimp.def: Removed. * libgimp/gimpenv.c (gimp_data_directory) (Win32): Also check for the executable being in the plug-ins subdirectory. * plug-ins/makefile.{cygwin,msc}: Install also GIMPressionist brushes, papers and presets.
-
Marc Lehmann authored
-
Marc Lehmann authored
-
jaycox authored
* app/paint_funcs.c, app/transform_core.c: replace the cubic functions with a better/faster version supplied by David Hodson <hodsond@acm.org> * app/brush_select.c: double clicking on a brush preview now opens up the brush editor. Update the text displayed when the active brush changes size. * app/paint_funcs.c: slight modification to overlay_pixels.
-
Tor Lillqvist authored
* plug-ins/winsnap: New Win32-only plug-in: whole display or single window screenshot. Thanks to Craig Setera.
-
- 28 Jul, 1999 11 commits
-
-
Tor Lillqvist authored
* tools/pdbgen/pdb/channel.pdb: Remove a call to channel_set_opacity() at a point where channel always is NULL, causing a crash. The next statement calls channel_new() (passing the opacity), and assigns its return value to channel, so there shouldn't be any need to call channel_set_opacity()? * app/channel_cmds.c: Corresponding change in generated file. * plug-ins/makefile.{cygwin,msc}: Add the new curve_bend and sample_colorize plug-ins.
-
Manish Singh authored
-Yosh
-
Manish Singh authored
* plug-ins/common/plugin-defs.pl: add sample_colorize and curve_bend defs * libgimp/color_selector.h: minor consistency cleanup * libgimp/gimpchainbutton.[ch]: use new style gtk object helper macros * libgimp/gimpfileselection.c * libgimp/gimpmatrix.h: minor cleanup * libgimp/gimpintl.h: resync with gnome-i18n.h * libgimp/color_display.h * app/gimp.sym * app/gdisplay_color.[ch] * app/app_procs.c * app/gdisplay.h * app/image_render.c: color display transformation code. Still unfinished, so it's not activated yet. * app/buildmenu.h: remove unused defines (PULLDOWN, POPUP, OPTION) * app/colormaps.[ch] * app/image_render.c: remove vestigal dithering stuff * app/convolve.h * app/gimpdrawable.h * app/gimpimage.h * app/lut_funcs.h * app/paint_funcs.h * app/plug_in.h: enum nick changes from Marc * app/channel_ops.c * app/crop.c * app/gdisplay.c * app/gimpimage.[ch] * app/move.c: s/([A-Z]+)_GUIDE/ORIENTATION_$1/ * app/flip_tool.[ch] * app/shear_tool.[ch]: use ORIENTATION_* constants instead of our own * app/disp_callbacks.c: remove HORIZONTAL and VERTICAL #defines * app/general.h: enumified TOKEN_* symbols * app/lc_dialog.c * app/paint_funcs.c: remove unused variables * tools/pdbgen/lib.pl: autogen gimpenums.h (unfinished) * tools/pdbgen/stddefs.pdb: new std_orientation_enum, remove layer_mode shortcut since we've skipped it in app/ * tools/pdbgen/pdb/brush_select.pdb * tools/pdbgen/pdb/brushes.pdb * tools/pdbgen/pdb/drawable.pdb * tools/pdbgen/pdb/gimage.pdb * tools/pdbgen/pdb/guides.pdb * tools/pdbgen/pdb/layer.pdb * tools/pdbgen/pdb/tools.pdb: reflect above enum changes, whitespace cleanups * tools/pdbgen/enums.pl * app/brush_select_cmds.c * app/brushes_cmds.c * app/color_cmds.c * app/drawable_cmds.c * app/gimage_cmds.c * app/layer_cmds.c * app/procedural_db_cmds.c * app/tools_cmds.c: reflect pdb and enum nick changes above -Yosh
-
Marc Lehmann authored
-
Marc Lehmann authored
-
Asbjørn Pettersen authored
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
correct ones. --Sven
-
Michael Natterer authored
1999-07-28 Michael Natterer <mitschel@cs.tu-berlin.de> * app/gdisplay_ops.c: tweaked one more dialog box: "Changes were made to %s. Close anyway?" * app/layers_dialog.c: Eek, layers_dialog_flush() was assuming that layers can be moved by one position only and thus traversed and reordered the same list at the same time. Should work with arbitrarily misplaced layers now. Fixed some strange dnd special cases and cleaned up the dnd code.
-
jaycox authored
* app/pixel_regionP.h: new file that shold have gone with my last commit.
-
Sven Neumann authored
--Sven
-
- 27 Jul, 1999 14 commits
-
-
Marc Lehmann authored
-
MEST 1999 Sven Neumann authored
Tue Jul 27 22:47:33 MEST 1999 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu-scripts.c: fixed a bug that was introduced by the latest portability changes
-
Marc Lehmann authored
-
Vincent Renardias authored
* updated/proofread...
-
Marc Lehmann authored
-
jaycox authored
Fix the email address on my previous ChangeLog entry
-
jaycox authored
* app/clone.c: more cursor support. * app/cursorutil.[ch], cursors/{bad,badmsk}: new cursor * app/paint_core.c: fix that rounding error the right way this time. * app/pixel_processor.c, app/pixel_region.c: Lock the tiles while they are being processed. Only create new threads if the region being processed is large enough to warrant it.
-
Tuomas Kuosmanen authored
Hope you like the new zoom-buttons easier to grasp, they even have handles now :) /tigert
-
Manish Singh authored
-Yosh
-
Sergey I. Panov authored
-
Tomas Ogren authored
1999-07-27 Tomas Ogren <stric@ing.umu.se> * configure.in: Added 'cs' to ALL_LINGUAS
-
Tomas Ogren authored
1999-07-27 Tomas Ogren <stric@ing.umu.se> * cs.po: From Stanislav Brabec <utx@k332.feld.cvut.cz>
-
Michael Natterer authored
1999-07-27 Michael Natterer <mitschel@cs.tu-berlin.de> * app/commands.c * app/desaturate.[ch] * app/equalize.[ch]: no need to pass the image as a void pointer to desaturate and equalize. * app/gimage.h * app/gimpimage.[ch]: new function gimp_image_position_layer(). * app/layers_dialog.c: move layers with drag'n'drop.
-
Sergey I. Panov authored
by Valentin Filippov <flpd@mail.ru>
-