- 08 Feb, 2000 5 commits
-
-
Michael Natterer authored
2000-02-08 Michael Natterer <mitch@gimp.org> * plug-ins/common/jpeg.c: wanted to fix the "loading/saving jpeg causes SEGV" bugs but ended up with just some more callbacks removed (works fine on my system anyway).
-
Yuri Syrota authored
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
--Sven
-
SHIRASAKI Yasuhiro authored
* plug-ins/common/max_rgb.c: fixed typo. -- yasuhiro
-
- 07 Feb, 2000 16 commits
-
-
Sven Neumann authored
--Sven
-
Tor Lillqvist authored
2000-02-08 Tor Lillqvist <tml@iki.fi> * plug-ins/common/ps.c (ps_open): Enclose file name with double quotes on Win32, in case it contains spaces.
-
Tor Lillqvist authored
2000-02-08 Tor Lillqvist <tml@iki.fi> * gimprc.win32: Fix a few path separators, should be semicolons on Win32. * plug-ins/makefile.cygwin: Install GAP and GFlare data. * plug-ins/FractalExplorer/FractalExplorer.c: Fix a bug I introduced last May, don't overrun a g_strdup'ed string with strcat.
-
Sven Neumann authored
--Sven
-
Michael Natterer authored
2000-02-07 Michael Natterer <mitch@gimp.org> * app/* * libgimp/* * plug-ins/* * tools/pdbgen/*: did a global s/GUnit/GimpUnit/ and s/GimpSizeEntryUP/GimpSizeEntryUpdatePolicy/ * libgimp/gimpcolorspace.c: renamed the parameter names to match the names in the header. * libgimp/gimphelpui.h * libgimp/gimpimage.c * libgimp/gimpmatrix.h * libgimp/gimpsizeentry.[ch] * libgimp/gimpsizeentry.[ch] * libgimp/gimpunit.[ch] * libgimp/gimpunitmenu.[ch] * libgimp/gimpwidgets.[ch]: added documentation and use g* types all over the place (enables cross-referencing with the glib and gtk+ html documentation). * plug-ins/common/exchange.c * plug-ins/common/max_rgb.c: small cleanups. * plug-ins/common/mapcolor.c: the color buttons were attached in the wrong order.
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
applied GAP patches --Sven
-
Nick Lamb /GIMP authored
Scream if this hurts. (for swh@ecs)
-
Stanislav Brabec authored
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
--Sven
-
Kelly Lynn Martin authored
2000-02-07 Kelly Lynn Martin <kelly@poverty.bloomington.in.us> * app/interface.c: restructured toolbox to use a single gtk_hwrap_box with the added "forced break" functionality to make the selector boxes not run in with the rest of the tool buttons. The toolbox should now not cut things off, although if the user selects a really small toolbox the buttons or selectors may be, um, difficult to use... * app/gtkwrapbox.h: * app/gtkwrapbox.c: * app/gtkvwrapbox.c (reverse_list_col_children): * app/gtkhwrapbox.c (reverse_list_row_children): support for "forced break" functionality needed for toolbox -- will forward patches to Tim Janik as well
-
Tim Janik authored
Mon Feb 7 05:04:28 2000 Tim Janik <timj@gtk.org> * app/gtkhwrapbox.c: * app/gtkvwrapbox.c: pulled new sources from gle (containing a fix for kelly's justify==FILL bug).
-
Garry R. Osgood authored
2000-02-05 Garry R. Osgood <gosgood@idt.net> * gimp/plug-ins/sample_colorize.c Sample Colorize was not colorizing. Author misused gimp_selection_bounds(); assumed that "selection is empty" indicator was this function's return value [p_init_gdrw() line 2597] Caused the plugin to assume an active selection was in progress even when there wasn't. Usually, this precluded any kind of colorization. Sanity-checked the existence of widgets before their passage to GTK.
-
Sven Neumann authored
-
- 06 Feb, 2000 4 commits
-
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
* libgimp/gimpexport.[ch]: use an enum instead of defines * devel-docs: updated --Sven
-
Sven Neumann authored
* plug-ins/rcm/rcm_misc.c: Corrected a stupid mistake I made when I changed rcm to use the gimp_color_space functions (fixes #5967). * plug-ins/common/decompose.c: Fixed a minor problem Mitch introduced lately and removed another occurence of sprintf/gettext. --Sven
-
- 05 Feb, 2000 1 commit
-
-
Marc Lehmann authored
-
- 04 Feb, 2000 12 commits
-
-
Michael Natterer authored
2000-02-05 Michael Natterer <mitch@gimp.org> * libgimp/gimpcolorspace.[ch]: use g* types and name the parameters in the header. * plug-ins/common/CML_explorer.c * plug-ins/common/blur.c * plug-ins/common/newsprint.c * plug-ins/common/nova.c * plug-ins/common/pixelize.c * plug-ins/common/plasma.c * plug-ins/common/randomize.c * plug-ins/common/unsharp.c * plug-ins/gflare/gflare.c * plug-ins/sinus/sinus.c * plug-ins/struc/struc.c: soem more consistency stuff.
-
Asbjørn Pettersen authored
-
Sven Neumann authored
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
--Sven
-
Michael Natterer authored
2000-02-05 Michael Natterer <mitch@gimp.org> * gimprc.in * user_install * user_install.bat: renamed the "gflares" dir to "gflare" in all places because this seems to be the naming convention of all the other plug-in dirs. * libgimp/gimpwidgets.[ch]: - gimp_random_seed_new(): return the spinbutton and the time toggle as pointers. - gimp_scale_entry_new(): allow the spinbutton to have a larger range of possible values than the scale. * plugins/[all calls to the above two functions]: changed the calls accordingly. Did some more ui updates in some of these plugins (Frames saying "Parameter Settings", spacing etc.) * plug-ins/gflare/Makefile.am * plug-ins/gflare/gflare.c: hacked it to match the plugin ui standards. Didn't get rid of the gradient menus.
-
Sven Neumann authored
--Sven
-
Sven Neumann authored
--Sven
-
Tor Lillqvist authored
2000-02-05 Tor Lillqvist <tml@iki.fi> * gimprc.in: user_install creates the gflare directory as "gflares" (not "gflare"), so use that form here, too. * gimprc.win32: Update to match the Unix version. * app/ops_buttons.c: Include gimpintl.h. * app/preferences_dialog.c (file_pref_cmd_callback): I18n for the Pixels/%s string. It used to come out as "Pixels/tuuma" in Finnish, for instance. * plug-ins/gflare/gflare.c: Portability. * libgimp/gimpui.def: * plug-ins/makefile.{cygwin,msc} * modules/makefile.{cygwin,msc}: Updates.
-
Tor Lillqvist authored
2000-02-05 Tor Lillqvist <tml@iki.fi> * fi.po: Fix fuzzy translations, update and add translations.
-
jaycox authored
* app/paths_cmds.c, tools/pdbgen/pdb/paths.pdb: removed the gimp_path_set_tattoo function because tattoos are "unique and permanent"
-
Tomasz Kłoczko authored
-
- 03 Feb, 2000 2 commits
-
-
Kjartan Maraas authored
-
Stanislav Brabec authored
-