- 09 Jun, 1998 1 commit
-
-
Manish Singh authored
* app/disp_callbacks.h: add declaration to get interface.c to compile * autogen.sh: make sure we know about ACLOCAL_FLAGS * I went on a compiler warning pogrom -Yosh
-
- 08 Jun, 1998 2 commits
-
-
Chris Lahey authored
-
Chris Lahey authored
-
- 06 Jun, 1998 2 commits
-
-
Manish Singh authored
* adding Lighting plugin * updated despeckle, png, sgi, and sharpen -Yosh
-
Manish Singh authored
* app/interface.c: changed it back, things work now * plug-ins/gfli/gfli.c: fixed gccism * plug-ins/MapObject/mapobject_main.c: update display when we're done (from seth) -Yosh
-
- 04 Jun, 1998 1 commit
-
-
Sven Neumann authored
--Sven
-
- 02 Jun, 1998 1 commit
-
-
Manish Singh authored
* Makefile.am: install gtkrc.forest2 in $prefix/share/gimp * plug-ins/CEL/CEL.c: change bzero to memset for portability * plug-ins/gfli/fli.c: #include <glib.h> to get inline defintion -Yosh
-
- 01 Jun, 1998 2 commits
-
-
EDT 1998 Matthew Wilson authored
Mon Jun 1 01:05:52 EDT 1998 Matthew Wilson <msw@gimp.org> * plug-ins/grid.c: fix a comment. :) * ChangeLog: fix my last entry --Matt
-
Matt Wilson authored
* plug-ins/deinterlace/deinterlace.c: patch from sjburges to prevent out of bounds indexing array (anyone see a pattern here?) --Matt
-
- 31 May, 1998 2 commits
-
-
EDT 1998 Matthew Wilson authored
Sun May 31 08:03:54 EDT 1998 Matthew Wilson <msw@gimp.org> * plug-ins/exchange/exchange.c: fix from sjburges to stop out of bounds indexing of array. --Matt
-
Manish Singh authored
* app/interface.c: plug mem leak in message_box * plug-ins/mail/mail.c: use g_message * plug-ins/script-fu/scripts/carve-it.scm: fix for gimp-layer-new params from Kevin Cozens <kcozens@interlog.com> * plug-ins/CEL/CEL.c * plug-ins/pcx/pcx.c * plug-ins/tiff/tiff.c: updates from author * plug-ins/png/png.c: correct copyright * plug-ins/print/print.h: use correct version -Yosh
-
- 30 May, 1998 3 commits
-
-
Manish Singh authored
* more g_message changes * CEL plugin update * INSTALL: info on why plugins don't get built -Yosh
-
EDT 1998 Matthew Wilson authored
Sat May 30 02:03:19 EDT 1998 Matthew Wilson <msw@gimp.org> * plug-ins/grid/grid.c: fix by sjburges to fix grid on selections. --matt
-
EDT 1998 Matthew Wilson authored
Fri May 29 23:34:07 EDT 1998 Matthew Wilson <msw@gimp.org> * plug-ins/gaus_iir/gauss_iir.c: fix by sjburges to fix horiz only blur. Funky bug! --Matt
-
- 28 May, 1998 2 commits
-
-
Sven Neumann authored
Use gimp_message instead of self-defined ErrorMessage function. --Sven
-
Manish Singh authored
* redid the error message handling. g_message now calls message_box or prints to console depending on whether the no_interface is set or not. gimp-message is also exported to the PDB as a wrapper to g_message, and libgimp has a new API: gimp_message. libgimp also overrides g_message for all plugins. Converted lots of messages in app/* to g_message. Made script-fu a little friendlier. * updated the regex code from grep 2.2 * said goodbye to the old script-fu logo in script-fu.h -Yosh
-
- 26 May, 1998 1 commit
-
-
Manish Singh authored
* gimptool.in: added --install-script. Use @INSTALL@ stuff * libgimp/gimpimage.c * libgimp/gimplayer.c: fixes for silly errors from Marc Lehmann * libgimp/gimpchannel.c: implemented gimp_channel_set_show_masked and gimp_channel_get_show_masked (already in gimp.h> * plug-ins/blinds/blinds.c * plug-ins/bmp/bmp.h * plug-ins/mosaic/mosaic.c * plug-ins/ripple/ripple.c * plug-ins/tga/tga.c * plug-ins/tileit/tileit.c: remove definitions of TRUE and FALSE since glib does it for us -Yosh
-
- 23 May, 1998 1 commit
-
-
Robert Norris authored
Patch from sjburges to fix a GUI problem.
-
- 21 May, 1998 1 commit
-
-
Manish Singh authored
* updated Adam's stuff * app/app_procs.c: squleched warning * gimptool.in: quote stuff to be flexible about our CC settings -Yosh
-
- 20 May, 1998 2 commits
-
-
Robert Norris authored
Check results of fopen.
-
Robert Norris authored
Check results from fopen.
-
- 18 May, 1998 1 commit
-
-
Sven Neumann authored
From Nicolas Lamb: This is a total replacement for the TIFF loading code, probably 50% new code and the rest rewritten. It is faster (for boring images, such as RGB and 8-bit Grayscale) and more stable. --Sven
-
- 05 May, 1998 1 commit
-
-
Manish Singh authored
* plug-ins/psd/psd.c: updates from Adam * plug-ins/script-fu/scripts/text-circle.scm: new version -Yosh
-
- 02 May, 1998 1 commit
-
-
Manish Singh authored
* plug-ins/tiff/tiff.c: another special case fix from Nick Lamb. I said it before, and I'll say it again: TIFF sucks * app/fuzzy_select.c: find_boundary works nicer in indexed mode * app/paint_funcs.c: generate dissolve random number table better (thanks Owen) * README: bring up to date -Yosh
-
- 30 Apr, 1998 1 commit
-
-
Manish Singh authored
-Yosh
-
- 29 Apr, 1998 3 commits
-
-
Manish Singh authored
-Yosh
-
Manish Singh authored
* plug-ins/tiler/tiler.c: fix width > height case * plug-ins/blinds/blinds.c * plug-ins/convmatrix/convmatrix.c * plug-ins/tileit/tileit.c: removed spurious gtk_container_add's -Yosh
-
Manish Singh authored
-Yosh
-
- 28 Apr, 1998 2 commits
-
-
Manish Singh authored
-Yosh
-
Manish Singh authored
* plug-ins/animationplay/animationplay.c * plug-ins/CEL/CEL.c * plug-ins/psd/psd.c * plug-ins/xd/xd.c: applied gimp-joke-980427-0, warning cleanups * app/temp_buf.c: applied gimp-entity-980427-0, temp_buf swap speedups and more robust tempfile handling -Yosh
-
- 27 Apr, 1998 1 commit
-
-
Sven Neumann authored
despeckle is still sort of lame... --Sven
-
- 26 Apr, 1998 5 commits
-
-
Manish Singh authored
* app/procedural_db.c * app/text_tool.c: applied mem leak patch from Mattias Gronlund * plug-ins/tiff/tiff.c: fix for indexed save from Dan Mitchell -Yosh
-
Manish Singh authored
-Yosh
-
Sven Neumann authored
to fiddle around a bit to make them apply cleanly, but now everything seems to work fine. Changed the scripts that call oilify since the number of parameters has changed. --Sven
-
Manish Singh authored
-Yosh
-
Manish Singh authored
updated CEL plugin added psd plugin and autoconfed for byte order -Yosh
-
- 24 Apr, 1998 1 commit
-
-
Manish Singh authored
* Added sharpen to stable dist * updated sgi and despeckle plugins * plug-ins/xd/xd.c: works with xdelta 0.18. The use of xdelta versions prior to this is not-supported. * plug-in/gfig/gfig.c: spelling corrections :) * app/fileops.c: applied gimp-gord-980420-0, fixes stale save procs in the file dialog * app/text_tool.c: applied gimp-egger-980420-0, text tool optimization -Yosh
-
- 21 Apr, 1998 1 commit
-
-
Manish Singh authored
updated animoptimize plugin -Yosh
-
- 20 Apr, 1998 1 commit
-
-
Manish Singh authored
plug-ins/animationplay/animationplay.c: fix sigsegv on close -Yosh
-
- 18 Apr, 1998 1 commit
-
-
Manish Singh authored
* plug-ins/dbbrowser/dbbrowser_util.c: make text entry for function name read-only * plug-ins/film/film.c * plug-ins/animationplay/animationplay.c: minor cleanups -Yosh
-