EDT 1998 Matthew Wilson
9bb6ea8994
fix by sjburges to fix grid on selections. --matt
...
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
1998-05-30 06:05:09 +00:00
EDT 1998 Matthew Wilson
a656b146e5
fix by sjburges to fix horiz only blur. Funky bug! --Matt
...
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
1998-05-30 03:36:08 +00:00
Sven Neumann
46f6cb7f37
Changed fopen parameters for portability.
...
--Sven
1998-05-29 19:42:32 +00:00
Sven Neumann
7b6ea71d49
Use the new gimp-message to display an error message when the script is
...
called with less than 3 source layers.
--Sven
1998-05-28 18:16:57 +00:00
Sven Neumann
e0a819f62a
Use g_message instead of g_warning.
...
Use gimp_message instead of self-defined ErrorMessage function.
--Sven
1998-05-28 17:09:17 +00:00
Manish Singh
1d95a05af0
gimp_message. libgimp also overrides g_message for all plugins. Converted
...
* 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
1998-05-28 09:03:57 +00:00
Sven Neumann
36e02fc79d
Removed definitions of TRUE and FALSE from ifscompose.h.
...
--Sven
1998-05-27 09:26:45 +00:00
EDT 1998 Adrian Likins
326ad09118
made insesitive on greyscale images
...
Tue May 26 17:20:26 EDT 1998 Adrian Likins <adrian@gimp.org>
* plug-ins/sript-fu/scripts/predator.scm: made insesitive on
greyscale images
1998-05-26 22:35:28 +00:00
Manish Singh
bc539b9a3a
do "-" to "_" conversion after an failed pdb lookup, just to make sure
...
* app/batch.c: do "-" to "_" conversion after an failed pdb lookup, just to
make sure
* app/paint_core.c: fix for some uninitialized vars
-Yosh
1998-05-26 19:06:03 +00:00
Manish Singh
8024078a3b
added --install-script. Use @INSTALL@ stuff
...
* 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
1998-05-26 08:46:37 +00:00
Frank Belew (Myth)
9b4d32e37a
gradient.c: changed URL written in POV files to http://www.gimp.org/
1998-05-26 00:28:32 +00:00
Robert Norris
d4e3ca5561
*** empty log message ***
1998-05-23 22:42:23 +00:00
Robert Norris
e8e373aa58
Patch from sjburges to fix a GUI problem.
...
Patch from sjburges to fix a GUI problem.
1998-05-23 22:41:02 +00:00
Sven Neumann
0a2c40ccc4
Some small fixes and additions to the Quick Reference Sheet
...
--Sven
1998-05-22 17:30:35 +00:00
EDT 1998 Matthew Wilson
62a900c972
removed global conversion from '-' to '_' --Matt
...
Fri May 22 00:46:18 EDT 1998 Matthew Wilson <msw@gimp.org>
* app/batch.c: removed global conversion from '-' to '_'
--Matt
1998-05-22 04:47:58 +00:00
Manish Singh
5fc903b216
updated Adam's stuff
...
* updated Adam's stuff
* app/app_procs.c: squleched warning
* gimptool.in: quote stuff to be flexible about our CC settings
-Yosh
1998-05-21 20:26:06 +00:00
Robert Norris
4ae420378c
*** empty log message ***
1998-05-20 10:23:33 +00:00
Robert Norris
f57c14f15a
Check results of fopen.
...
Check results of fopen.
1998-05-20 10:20:01 +00:00
Robert Norris
c7b0ae2571
Check results from fopen.
...
Check results from fopen.
1998-05-20 10:19:21 +00:00
Sven Neumann
e06292f5b3
Added a new script from Wolfgang Hofer (fade-outline.scm)
...
--Sven
1998-05-19 12:02:15 +00:00
Sven Neumann
58b578ea76
Forgot to add the new new files when updating the gfli plug-in.
...
--Sven
1998-05-18 18:36:00 +00:00
Sven Neumann
63a96d867d
Updated the gfli plug-in to the version on the registry and folded the patch
...
for the "chunk-type-7-bug" back in.
--Sven
1998-05-18 18:34:11 +00:00
EDT 1998 Matthew Wilson
eface111d7
applied patch from Michael Sweet to correct NULL deref in splash screen.
...
Sun May 17 23:06:38 EDT 1998 Matthew Wilson <msw@gimp.org>
* app/app_procs.c: applied patch from Michael Sweet to correct
NULL deref in splash screen.
--Matt
1998-05-18 03:07:43 +00:00
Sven Neumann
11832a6f1d
Updated tiff plug-in.
...
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
1998-05-18 00:54:11 +00:00
Manish Singh
a7b206b5c3
updated maze plugin
...
* plug-ins/maze: updated maze plugin
* plug-ins/script-fu/scripts/circuit.scm: reflected maze pdb interface change
-Yosh
1998-05-18 00:33:13 +00:00
Manish Singh
5b1f6495d8
better fix for the indexed merge problem
...
-Yosh
1998-05-17 22:09:33 +00:00
Manish Singh
488c4c9851
fix for merging indexed and indexed alpha images (from raph)
...
-Yosh
1998-05-17 21:45:51 +00:00
Manish Singh
dabaf0c8e1
reverted idle handling change, exposed gtk label redraw bug which annoys
...
people
-Yosh
1998-05-17 21:05:24 +00:00
Manish Singh
9f452d5280
blargh
...
-Yosh
1998-05-17 07:20:04 +00:00
Manish Singh
0820b13c74
0.99.31 fun
...
updated print plugin
-Yosh
1998-05-17 07:16:50 +00:00
Manish Singh
8e3b756cd4
made url autodetection work again
...
-Yosh
1998-05-16 06:37:14 +00:00
EDT 1998 Matthew Wilson
7d1bf98d97
fixed typo --Matt
...
Fri May 15 03:54:48 EDT 1998 Matthew Wilson <msw@gimp.org>
* gimp_tips.txt: fixed typo
--Matt
1998-05-15 07:56:23 +00:00
EDT 1998 Matthew Wilson
cbf41509e9
fixed bezierify on offset layers
...
Fri May 15 03:03:00 EDT 1998 Matthew Wilson <msw@gimp.org>
* app/iscissors.c: fixed bezierify on offset layers
--Matt
1998-05-15 07:03:47 +00:00
EDT 1998 Matthew Wilson
74b6888036
a very sad attempt to fix some iscissors lockups/segfaults --Matt
...
Thu May 14 21:18:27 EDT 1998 Matthew Wilson <msw@gimp.org>
* app/iscissors.c: a very sad attempt to fix some iscissors
lockups/segfaults
--Matt
1998-05-15 01:20:29 +00:00
EDT 1998 Matthew Wilson
2f46649b46
made the splash screen a GTK_WINDOW_POPUP, changed the hackish
...
Thu May 14 18:10:38 EDT 1998 Matthew Wilson <msw@gimp.org>
* app/app_procs.c: made the splash screen a GTK_WINDOW_POPUP,
changed the hackish gtk_main_iteration with a null idle
loop to a more stylish while (gtk_events_pending())
gtk_main_iteration();
--Matt
1998-05-14 22:27:16 +00:00
EDT 1998 Matthew Wilson
af65463029
destroy the Overwrite dialog's window before running the save. --Matt
...
Wed May 13 23:58:20 EDT 1998 Matthew Wilson <msw@gimp.org>
* app/fileops.c (file_overwrite_yes_callback): destroy the
Overwrite dialog's window before running the save.
--Matt
1998-05-14 04:26:28 +00:00
Manish Singh
d907cd5d97
updated print plugin
...
stubbed out nonworking frac code
-Yosh
1998-05-14 00:32:53 +00:00
Manish Singh
4578587631
correct ytpo in filename
...
-Yosh
1998-05-13 02:16:53 +00:00
Sven Neumann
dd4e4a84b3
The fact that Emacs has a ChangeLog mode amazed me so much, I forgot to
...
include my name with the ChangeLog entry. However, thanks go to Miguel for
fixing a stale lock in data/gradients making it possible to commit this at
last.
--Sven
1998-05-12 22:26:51 +00:00
Sven Neumann
adce2c53d0
Added new scripts and new gradients they need.
...
--Sven
1998-05-12 22:21:08 +00:00
Manish Singh
155981ac9b
create tips dialog after loading files on the command line, instead of in
...
* app/app_procs.c: create tips dialog after loading files on the command line,
instead of in an idle function. Lamer hack, but it works better.
* app/gdisplay_ops.c: fix for new view on zoomed image
* Makefile.am
* gimptool.1: added man page for gimptool by Ben Gertzfield
-Yosh
1998-05-12 09:53:24 +00:00
Manish Singh
c970beaf52
add stuff to EXTRA_DIST
...
-Yosh
1998-05-12 06:41:11 +00:00
Manish Singh
343aef675b
added --install-bin options for installing already built plugins
...
* gimptool.in: added --install-bin options for installing already built plugins
* app/convolve.c: check for indexed images properly
* app/layer.c: fix tile refcount oversight
* app/text_tool.c: fix for unlikely memleak
* libgimp/gimpimage.c: stupid ytpo ;)
* plug-ins/gfli/gfli.c: applied gimp-wh-980507-0 to fix "chunk-type-7-bug"
-Yosh
1998-05-12 00:12:47 +00:00
Sven Neumann
c943c163e7
Added two new scripts.
...
--Sven
1998-05-11 21:58:00 +00:00
Sven Neumann
bea57c14aa
Updated print plug-in to version 2.0
...
--Sven
1998-05-11 19:53:31 +00:00
Manish Singh
695c0970cc
workaround for text widget crash from owen
...
-Yosh
1998-05-09 03:52:19 +00:00
Manish Singh
b1d200e2cc
added --install and --install-admin options
...
-Yosh
1998-05-07 23:37:04 +00:00
Matt Wilson
ea74671df0
try six of commit
1998-05-06 22:20:43 +00:00
Manish Singh
725850fe82
updates from Adam
...
* plug-ins/psd/psd.c: updates from Adam
* plug-ins/script-fu/scripts/text-circle.scm: new version
-Yosh
1998-05-05 18:41:55 +00:00
Manish Singh
b036eaac18
0.99.29 fun
...
-Yosh
1998-05-05 04:26:33 +00:00