- 19 Dec, 2000 14 commits
-
-
Stanislav Brabec authored
-
Stanislav Brabec authored
2000-12-19 Stanislav Brabec <utx@penguin.cz> * plug-ins/gap/gap_lib.c: Typo fixes. * po-plug-ins/POTFILES.in: Added gee_zoom.c. * plug-ins/common/gee.c, plug-ins/common/gee_zoom.c: Added i18n of menu item.
-
Sven Neumann authored
2000-12-19 Sven Neumann <sven@gimp.org> * app/curves.c: applied a patch from David Hodson that reverts the curves tool back to its old behaviour (start with the identical transform), but keeps the fix for bug #33403.
-
Michael Natterer authored
2000-12-19 Michael Natterer <mitch@gimp.org> * app/patterns.c: uniquefy pattern names before inserting them into the list. This way DND (which passes only the pattern's name) works as expected. Fixes #35258.
-
Michael Natterer authored
2000-12-19 Michael Natterer <mitch@gimp.org> * app/Makefile.am * app/gimphistogramP.h: removed. * app/gimphistogram.[ch] * app/histogramwidget.[ch]: Histogram cleanup: replaced the channel #define's by a properly named enum and use this enum type as parameter in functions instead of "int". * app/curves.c * app/histogram_tool.c * app/levels.c: changed accordingly.
-
Sven Neumann authored
-
Sven Neumann authored
2000-12-19 Sven Neumann <sven@gimp.org> * plug-ins/common/exchange.c: applied (a modified version of) gimp-timecop-20001213-17. Delayed update for the sliders and and a "click preview to pick color" function.
-
Sven Neumann authored
2000-12-19 Sven Neumann <sven@gimp.org> * app/gimpbrushpipe.c (gimp_brush_pipe_load): set the spacing and other info from the first brush just as the old code used to do.
-
Sven Neumann authored
-
Michael Natterer authored
2000-12-19 Michael Natterer <mitch@gimp.org> * plug-ins/common/pat.c: Load broken (GRAYA and RGBA) patterns but tell the user that they are broken. Cleanup.
-
Michael Natterer authored
-
Michael Natterer authored
2000-12-19 Michael Natterer <mitch@gimp.org> * yes-i-patched-them-all-again ... Pre 1.2 Version 4
-
Christian Rose authored
-
Sven Neumann authored
2000-12-19 Sven Neumann <sven@gimp.org> * plug-ins/common/gih.c: alter the pixpipe parameters and attach them as parasite, so saving a loaded .gih file yields the same brush again (minus the brush spacing which is not yet stored in the image).
-
- 18 Dec, 2000 13 commits
-
-
Sven Neumann authored
-
Sven Neumann authored
2000-12-18 Sven Neumann <sven@gimp.org> Jens Lautenbacher <jtl@gimp.org> * data/brushes/Makefile.am: remove old pepper.gpb when installing new brushes. * data/brushes/SketchBrush-16.gih * data/brushes/SketchBrush-32.gih * data/brushes/SketchBrush-64.gih: converted to grayscale brush pipes. * plug-ins/common/gih.c: commented out code that sets loaded pipe parameters as parasite until we figure out how to do it right. * devel-docs/gpb.txt: mention that the .gpb format is obsolete. * devel-docs/gih.txt: updated.
-
Sven Neumann authored
2000-12-18 Sven Neumann <sven@gimp.org> Jens Lautenbacher <jtl@gimp.org> * plug-ins/common/gbr.c: save and load brush name into/from layer name. * plug-ins/common/gih.c: added gih loader. The loader is able to read the old brush pipe format too. Brush pipes will only be saved in the new format. Fixes bugs #21806, #34167 and #34168.
-
Daniel Egger authored
-
jtl authored
-
jtl authored
-
Daniel Egger authored
-
Sven Neumann authored
2000-12-18 Sven Neumann <sven@gimp.org> Jens Lautenbacher <jtl@gimp.org> * data/brushes/Makefile.am * data/brushes/pepper.gpb: removed * data/brushes/pepper.gbr: added (a nicer version of) the Pepper brush in the .gbr format that does support pixmap brushes now. * plug-ins/common/gbr.c: added support for loading obsoleted Gimp Pixmap Brushes format (.gpb).
-
Valek Frob authored
-
Sven Neumann authored
--Sven
-
Michael Natterer authored
2000-12-18 Michael Natterer <mitch@gimp.org> * po-plug-ins/POTFILES.in: removed gpb.c, added gih.c
-
Sven Neumann authored
2000-12-18 Sven Neumann <sven@gimp.org> Jens Lautenbacher <jtl@gimp.org> * app/Makefile.am * app/gimpbrushlistP.h * app/gimpbrushpipeP.h * app/gimpobjectP.h: removed these three files * app/parasitelistP.h * app/channels_dialog.c * app/docindex.c * app/gimpdrawable.c * app/gimpdrawableP.h * app/gimpimage.c * app/gimpimageP.h * app/gimplist.[ch] * app/gimpobject.c * app/gimpobject.h * app/gimpsetP.h: changed according to header removal * app/airbrush.c * app/brush_select.[ch] * app/brushes_cmds.c * app/gimpbrush.[ch] * app/gimpbrushgenerated.[ch] * app/gimpbrushlist.[ch] * app/gimpbrushpipe.[ch] * app/gimpcontextpreview.c * app/paint_core.c * app/paintbrush.c * app/pencil.c * tools/pdbgen/pdb/brushes.pdb: Big Brushes Cleanup. The GimpBrush* object hierarchy and the file formats were broken by "design". This made it overly difficult to read and write pixmap brushes and brush pipes, leading to the situation that The GIMP was not able to read it's very own file formats. Since the GimpBrush format did support arbitrary color depths, the introduction of a file format for pixmap brushes was unnecessary. The GimpBrushPixmap object is dead. GimpBrush has an additional pixmap temp_buf and handles pixmap brushes transparently. The file format of pixmap brushes is not any longer a grayscale brush plus a pattern, but a simple brush with RGBA data. The old brushes can still be loaded, but the .gpb format is deprecated. GimpBrushPipe derives from GimpBrush. The fileformat is still a text header, followed by a number of brushes, but those brushes are stored in the new GimpBrush format (no pattern anymore). The pipe does not care about the depth of the contained GimpBrushes, so we get grayscale BrushPipes for free. Since the brush loader still loads the old format, old .gih files can also still be loaded. Since the brushes in the GimpBrushPipe do not any longer contain a pointer to the pipe object, we do only temporarily switch brushes in the paint_core routines. This is not very elegant, but the best we can do without a major redesign. * app/patterns.[ch]: changed the loader to work with a filedescriptor instead of a filehandle to make it work with the new brush loading code. * plug-ins/common/.cvsignore * plug-ins/common/Makefile.am * plug-ins/common/plugin-defs.pl * plug-ins/common/gih.c: new plug-in that saves GIH files in the new format (loader will follow soon) * plug-ins/common/gpb.c: removed since Pixmap Brushes are no longer supported as a special file format. * plug-ins/common/gbr.c: load and save brushes in the new brush format which allows RGBA brushes too. * plug-ins/common/pat.c: load and save grayscale patterns too
-
Michael Natterer authored
2000-12-18 Michael Natterer <mitch@gimp.org> * plug-ins/common/gee.c: Using "env" instead of "environ" caused a clash. Changed the other one to "environment".
-
- 17 Dec, 2000 13 commits
-
-
Michael Natterer authored
2000-12-17 Michael Natterer <mitch@gimp.org> * Almost all files again. Pre 1.2 Version 3
-
Tor Lillqvist authored
2000-12-17 Tor Lillqvist <tml@iki.fi> * config.h.win32: Typo. Use GLib random functions. * plug-ins/makefile.mingw.in (COMMON): Add gee_zoom. * plug-ins/common/animationplay.c: Win32-specific #include and #define stuff not needed any longer. * plug-ins/FractalExplorer/FractalExplorer.c * plug-ins/common/gz.c * plug-ins/common/hrz.c: No use trying to use G_OS_WIN32 to decide whether to include glib.h, as glib.h is where G_OS_WIN32 gets defined... * plug-ins/common/gee.c: Can't use "environ" as variable name, it's in the C library.h on various systems. Use the name "env" instead.
-
Michael Natterer authored
2000-12-17 Michael Natterer <mitch@gimp.org> * C/*: updated all files again. Lotsa fixes: keyboard shortcuts, icons, links, ...
-
Michael Natterer authored
2000-12-17 Michael Natterer <mitch@gimp.org> * plug-ins/FractalExplorer/FractalExplorer.c * plug-ins/common/animationplay.c * plug-ins/common/gz.c * plug-ins/common/hrz.c * plug-ins/common/pat.c * plug-ins/common/pnm.c * plug-ins/common/ps.c. #ifdef early inclusion of <glib.h> with G_OS_WIN32. Avoids warnings about redefinition of MIN and MAX. Some #include cleanups.
-
Michael Natterer authored
2000-12-17 Michael Natterer <mitch@gimp.org> * app/menus.c: don't warn about a non-existant "Script-Fu" menu. (the user should have the choice of just removing the script-fu plug-in without any side-effects).
-
Michael Natterer authored
2000-12-17 Michael Natterer <mitch@gimp.org> * images/*: More cleanup, sync'ed Makefile.am again.
-
Michael Natterer authored
2000-12-17 Michael Natterer <mitch@gimp.org> * images/*: flattened all PNGs against a white background (because transparent PNG viewing is broken in GtkXmHTML) and crop all GIFs (because they were too large).
-
Michael Natterer authored
2000-12-17 Michael Natterer <mitch@gimp.org> * images/Makefile.am * images/anchor_layer_icon.png * images/lower_layer_icon.png * images/raise_layer_icon.png: removed. * images/anchor_icon.png * images/lower_icon.png * images/raise_icon.png: added. This breaks the links to these files temporarily until I checkin the HTML files later today.
-
Asbjørn Pettersen authored
-
Adam D. Moss authored
-
Sven Neumann authored
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
2000-12-17 Sven Neumann <sven@gimp.org> * app/curves.c: preview the curve settings in the image window when initializing the tool. This way the new curves behaviour (init with last settings) is visible. * app/user_install.c: check that strings are non-NULL before passing them to strcmp. * libgimp/gimpfileselection: do not try to pass a NULL text to gtk_entry_set_text, use an empty string instead.
-