- 14 Jan, 2000 7 commits
-
-
Stanislav Brabec authored
-
Yuri Syrota authored
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
Manish Singh authored
* Made 1.1.15 release * configure.in: disabled --with-threads, as it is not actively maintained and rather untested. -Yosh
-
David Monniaux authored
-
Manish Singh authored
* Made 1.1.15 release * configure.in: disabled --with-threads, as it is not actively maintained and rather untested. -Yosh
-
- 13 Jan, 2000 15 commits
-
-
GMT 2000 Adam D. Moss authored
Thu Jan 13 20:41:37 GMT 2000 Adam D. Moss <adam@gimp.org> * plug-ins/common/animoptimize.c: Collapse timing of completely optimized-away frames onto previous surviving frame. Also be looser with (XXXXX) tag parsing. * plug-ins/common/animationplay.c: Be looser with (XXXXX) tag parsing.
-
David Monniaux authored
-
Yuri Syrota authored
-
David Monniaux authored
-
Yuri Syrota authored
-
Michael Natterer authored
2000-01-13 Michael Natterer <mitch@gimp.org> * app/gimpui.[ch] * app/preferences_dialog.c: removed & renamed some functions from gimpui.[ch] (see below). * libgimp/Makefile.am * libgimp/gimpwidgets.[ch]; new files. Functions moved from app/gimpui.[ch]. Added a constructor for the label + hscale + entry combination used in many plugins (now hscale + spinbutton). * libgimp/gimpui.h: include gimpwidgets.h * plug-ins/megawidget/megawidget.[ch]: removed all functions except the preview stuff (I'm not yet sure how to implement this in libgimp because the libgimp preview should be general enough to replace all the other plugin previews, too). * plug-ins/borderaverage/Makefile.am * plug-ins/borderaverage/borderaverage.c * plug-ins/common/plugin-defs.pl * plug-ins/common/Makefile.am * plug-ins/common/aa.c * plug-ins/common/align_layers.c * plug-ins/common/animationplay.c * plug-ins/common/apply_lens.c * plug-ins/common/blinds.c * plug-ins/common/bumpmap.c * plug-ins/common/checkerboard.c * plug-ins/common/colorify.c * plug-ins/common/convmatrix.c * plug-ins/common/cubism.c * plug-ins/common/curve_bend.c * plug-ins/common/deinterlace.c * plug-ins/common/despeckle.c * plug-ins/common/destripe.c * plug-ins/common/displace.c * plug-ins/common/edge.c * plug-ins/common/emboss.c * plug-ins/common/hot.c * plug-ins/common/nlfilt.c * plug-ins/common/pixelize.c * plug-ins/common/waves.c * plug-ins/sgi/sgi.c * plug-ins/sinus/sinus.c: ui updates like removing megawidget, using the dialog constructor, I18N fixes, indentation, ...
-
David Monniaux authored
-
David Monniaux authored
-
David Monniaux authored
-
Yuri Syrota authored
-
David Monniaux authored
-
David Monniaux authored
Added a dot to a message string so that it is strictly identical to other occurrences of the same message.
-
Yuri Syrota authored
-
David Monniaux authored
-
Marc Lehmann authored
-
- 12 Jan, 2000 3 commits
-
-
David Monniaux authored
-
David Monniaux authored
-
David Monniaux authored
-
- 11 Jan, 2000 15 commits
-
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
* app/layer.c: in layer_new_from_tiles check if image_type has alpha to avoid obscure bugs if the function is not called correctly * app/text_tool_cmds.c * tools/pdbgen/pdb/text_tool.pdb: added a hint about using border = -1 to suppress cropping of empty spaces around the text --Sven
-
Manish Singh authored
gimp_image_find_parasite -Yosh
-
Sven Neumann authored
-
Garry R. Osgood authored
2000-01-11 Garry R. Osgood <gosgood@idt.net> * app/disp_callbacks.c * app/gimage_mask.c * app/global_edit.c * app/interface.c * app/layer.c * app/layer.h * app/transform_core.c Followup to #4708. Some clients of layer_new_from_tiles() need to specify the kind of layer they need; added a GimpImageType parameter for this purpose. Closes #5045. * app/paths_dialog.c paths_dialog_set_default_op() now checks for the existence of the path_dialog before manipulating its internals. Closes #5049;
-
Sven Neumann authored
* plug-ins/common/rotate.c: fixed the progressbar on 270 degree (bug #5108) * plug-ins/gap/gap_navigator_dialog.c: small help-related fix --Sven
-
David Monniaux authored
* Translation of various plug-in strings * Prévisualisation -> Aperçu
-
Stanislav Brabec authored
-
Michael Natterer authored
2000-01-11 Michael Natterer <mitch@gimp.org> * configure.in * plug-ins/Makefile.am * plug-ins/gpc/*: removed. * plug-ins/common/Makefile.am * plug-ins/common/plugin-defs.pl * plug-ins/common/blur.c * plug-ins/common/randomize.c: removed all calls to gpc functions. * plug-ins/common/edge.c: applied standard ui stuff.
-
Stanislav Brabec authored
-
Michael Natterer authored
2000-01-11 Michael Natterer <mitch@gimp.org> * app/gimphelp.h * libgimp/gimp.h * libgimp/gimphelpui.[ch]: declare the gimp_standard_help_func in gimphelpui.h because libgimp widgets must not include libgimp/gimp.h. * libgimp/gimpdialog.c * libgimp/gimpexport.c * libgimp/gimpunitmenu.c: use the dialog constructor for the export dialog and the unit selection. * plug-ins/gpc/gpc.[ch] * plug-ins/megawidget/megawidget.[ch]: removed unused functions (dialog creation and some other stuff). The rest of these libs is scheduled for removal, too... * plug-ins/AlienMap/AlienMap.c * plug-ins/AlienMap/Makefile.am * plug-ins/AlienMap2/AlienMap2.c * plug-ins/AlienMap2/Makefile.am * plug-ins/borderaverage/Makefile.am * plug-ins/borderaverage/borderaverage.c * plug-ins/common/align_layers.c * plug-ins/common/blur.c * plug-ins/common/colortoalpha.c * plug-ins/common/compose.c * plug-ins/common/decompose.c * plug-ins/common/gauss_iir.c * plug-ins/common/gauss_rle.c * plug-ins/common/mapcolor.c * plug-ins/common/max_rgb.c * plug-ins/common/mblur.c * plug-ins/common/noisify.c * plug-ins/common/spread.c * plug-ins/common/xbm.c * plug-ins/common/xpm.c * plug-ins/fp/Makefile.am * plug-ins/fp/fp_gtk.c * plug-ins/rcm/Makefile.am * plug-ins/rcm/rcm_callback.[ch] * plug-ins/rcm/rcm_dialog.c * plug-ins/sinus/sinus.c: standard ui (spacings etc.) for some more plugins. Did some indentation, prototyping and I18N fixes.
-
Sven Neumann authored
from libgimp instead of implementing it itself --Sven
-
Sven Neumann authored
-
Yuri Syrota authored
-
Sergey I. Panov authored
-