scott
c267c55bbe
Rewrite to make drawables (layers, channels, layer masks) into GtkObjects.
...
--sg
1998-01-22 07:02:57 +00:00
Adrian Likins
f98f667bee
-added a Makefile.am plug-ins/gflare/gflares and gfig/gfig-exmaple
...
so that the files will get installed in share/gimp/gflares and share/gimp
/gfig
-renamed a few files in the gfig-examples dir (somehad spaces in
filename)
-update gimprc.in to reflect the new share/gimp/ dirs
-Adrian Likins
1998-01-18 23:25:13 +00:00
Manish Singh
ab52da1735
Commit the junk in my tree before I go back to school:
...
* ltconfig
* ltmain.sh: downgraded to libtool 1.0f at Jay's suggestion
* app/gimage.c: Fix for the "merge to alpha" bug from Nathan
Summers
* app/text_tool.c: Fix for the font spec bug from Nathan
Summers
* plug-ins/maze/maze.c
* plug-ins/rotate/rotate.c: updated from registry
* plug-ins/blur/blur.c
* plug-ins/randomize/randomize.c
* plug-ins/vpropagate/vpropagate.c
* plug-ins/warp/warp.c: more portability fixes for DEC OSF1
-Yosh
1998-01-14 05:44:12 +00:00
scott
e0089435d1
The "ymax" argument was listed twice in fractaltrace's PDB interface.
...
Fixed. Adrian found this, I just patched it. :)
--sg
1998-01-12 19:39:05 +00:00
Manish Singh
c871eb39a9
From ChangeLog:
...
* INSTALL: updated to properly reflect installation procedure
* app/text_tool.c: Fixed bad string in tool description
* libgimp/gimppixelrgn.c: tiles aren't marked dirty in
gimp_pixel_rgn_get_pixel
* plug-ins/edge/edge.c
* plug-ins/edge/emboss.c
* plug-ins/edge/laplace.c
* plug-ins/edge/sobel.c: DEC OSF1 cannont handle reference to
array element with a negative arugment with an unsigned int
(gimp-joke-980108-0)
* plug-ins/sinus/sinus_logo.h: got rid of really long string
* plug-ins/refract/Makefile.am
* plug-ins/refract/refmain.c: fixed megawidget reference
* plug-ins/xpm/xpm.c: made our own case-insenstive strcmp
for checking for transperancy
-Yosh
1998-01-09 09:26:28 +00:00
Manish Singh
0b8bdb4dd7
configure really checks for gtk >= 0.99.1 this time
...
minor fix to the gbr plugin for proper save types
make the install dialog fit nice in 640x480
-Yosh
1998-01-06 22:09:30 +00:00
Manish Singh
3d3d8eac4a
fix for indexed images
...
* app/by_color_select.c: fix for indexed images
* plug-ins/script-fu/scripts/i26-gunya2.scm: proper registration
* plug-ins/xpm.c: fix for transparent images
* Updated to libtool 1.0h
* libgimp/Makefile.am: removed spurious -rpath
-Yosh
1998-01-06 03:44:53 +00:00
Manish Singh
1e24291db2
Check for div-by-zero in by_color_select.c when threshold is 0
...
The text tool handles the no fonts case better
Minor bug in tile saving squashed
updated png plugin
added flarefx plugin
-Yosh
1998-01-05 09:30:23 +00:00
scott
d76fc918d1
realloc buffers when the radius of effect changes; save all values (not
...
* plug-ins/despeckle/despeckle.c: realloc buffers when the radius
of effect changes; save all values (not just radius) in plugin
data store; adjusted parameter handling to match PDB registration.
The algorithm still generates artifacts in the top rows of the
image. --sg
#
1998-01-04 19:20:56 +00:00
Manish Singh
a4e97e61f9
Lots o' changes for 0.99.17. See ChangeLog for details.
...
-Yosh
1998-01-04 00:43:51 +00:00
Manish Singh
33c454a73e
Updated various plugins with new versions from the registry
...
-Yosh
1997-12-26 07:08:20 +00:00
scott
12e7bc16c1
Freeing arguments to putenv afterwards is naughty. Fixed. Plug-ins
...
work now.
--sg
1997-12-18 16:08:33 +00:00
Shawn Amundson
81eb53df7b
Changes from Owen Taylor which allow GIMP to compile with
...
new GTK changes. ChangeLog is more specific.
-Shawn
1997-12-18 06:30:11 +00:00
People doing a 16 bpc version of gimp
92f0e489b6
fix memory leak
1997-12-18 04:19:11 +00:00
scott
75baaf34fe
Closed a memory leak in convert.c.
...
--sg
1997-12-18 02:34:43 +00:00
Manish Singh
ac6739cd7c
Plugins now get DISPLAY properly set in the env
...
pcx save fix from Nicholas Lamb
put aclocal.m4 into .cvsignore
-Yosh
1997-12-17 23:28:44 +00:00
scott
41fb8c1906
A few minor bugfixes I recently discovered in the xpm saver.
1997-12-17 19:14:19 +00:00
Adrian Likins
68d5ba4b8b
added scripts and gflares dir to ~/.gimp in user_install
...
added glares path info in gimprc
-adrian
1997-12-17 03:06:57 +00:00
Manish Singh
a9d80407d6
Fixed the problem when indexed conversion crashes when there are no
...
palettes
-Yosh
1997-12-17 00:48:55 +00:00
scott
e8736da4aa
Applied Shuji's xcf load fclose patch. Appears to work.
...
--sg
1997-12-16 17:26:00 +00:00
Adrian Likins
068284dad2
removed a few old tips from gimp_tips.txt
...
updated add-bevel.scm
1997-12-16 00:02:55 +00:00
Manish Singh
099012f211
Configured in the flame plugin
...
Updated the ripply-anim script (still broken)
Preparation for 0.99.16 release
-Yosh
1997-12-15 03:44:55 +00:00
People doing a 16 bpc version of gimp
e8f7ed532c
fix problem where menus_activate_callback() causes tool options dialog to
...
appear empty by destroying the active tool.
rayl@netrover.com
1997-12-15 03:18:13 +00:00
People doing a 16 bpc version of gimp
de664224b9
fixed div-by-zero when using custom gradients with offset 100
...
rayl@netrover.com
1997-12-15 01:55:17 +00:00
Manish Singh
0c1112c2ea
Backed out of the tools patch, cause problems with rmb script-fu
...
-Yosh
1997-12-15 00:49:42 +00:00
Manish Singh
1d11e145a3
proper PDB support for indexed conversion
...
dithering to custom palettes
-Yosh
1997-12-14 11:36:53 +00:00
Raph Levien
98c2d3eca9
ChangeLog entries for filesel patch.
1997-12-14 08:05:16 +00:00
Manish Singh
da34538894
Added tooltips preferences support
...
update mkbrush.scm
-Yosh
1997-12-14 07:32:54 +00:00
Shawn Amundson
04758bf086
change check for EMACS to allow emacs to not exist (in which case, no
...
* configure.in: change check for EMACS to allow emacs to not
exist (in which case, no error results, but pdb docs don't
get made)
-Shawn
1997-12-14 06:26:12 +00:00
Shawn Amundson
e2784e82b5
Changed gimp lib dir to lib/gimp/MAJOR.MINOR instead of
...
* configure.in: Changed gimp lib dir to lib/gimp/MAJOR.MINOR
instead of lib/gimp/MAJOR.MINOR.MICRO
* script-fu/scripts: removed piechart, kanji-circle, kanji-neon
-Shawn
1997-12-14 06:05:44 +00:00
Shawn Amundson
31391252e5
fuse.c couldn't find gck/gck.h
...
-Shawn
1997-12-14 01:44:09 +00:00
Manish Singh
77fa41ad2b
Updated Adam's gif and animationplay plugins
...
-Yosh
1997-12-12 10:01:21 +00:00
Manish Singh
77e4847c9c
Said buh-bye to dgimp (thou that never worked)
...
-Yosh
1997-12-12 04:59:34 +00:00
Manish Singh
d75b2337f2
Added fractaltrace plugin
...
Fixed about dialog problems (seems to work now)
Added gimprc option for enabling/disabling tooltips
1997-12-11 00:57:08 +00:00
Manish Singh
31bceb1daf
Added .cvsignores for the colorify, illusion, glasstile, and papertile
...
Added Nether's tools patch
Clarified the units in the preference tile cache size field (it's in bytes,
NOT KBs)
1997-12-09 23:22:24 +00:00
Raph Levien
ff37fbfdee
Added a ChangeLog entry for my prefs patch.
1997-12-09 23:17:42 +00:00
Adrian Likins
9ac0e40758
added glasstile, colorify, papertile, and illusion plugins
...
updated despeckle, and math map
1997-12-09 05:57:33 +00:00
Manish Singh
9109dbafd8
Added Nathan Summers and Seth Burgess to the about dialog
...
Updared CML_explorer plugin
1997-12-09 05:54:04 +00:00
Adrian Likins
3d86014f32
updated a few plugins (randomize, gqbist, warp, fuse,gfig)
...
with there latest version
removed gflare-tar.gz from plugins dir
removed a Makefile and libtool script from gfig dir
1997-12-08 21:37:39 +00:00
Adrian Likins
e2092a1ffa
updated iwarp to latest verison
...
added a few names to the about dialog
applied sven's patch for 32-bit color on gck
fixed an outdated tip in gimp_tip.txt
1997-12-08 16:50:54 +00:00
Manish Singh
2d442d4842
Added Nathan Summers fix for the about dialog (and put my name in the
...
credits :) )
Added Michael Natterer's escaped menu accelerator fix
Added Andy Thomas's active_tool NULL check for undo
1997-12-08 10:36:19 +00:00
Manish Singh
4af44db24a
Fixed up wilber.h
1997-12-08 06:58:05 +00:00
Manish Singh
7d148f0288
Added Sven's patch for the scale and resize dialogs
...
Added Raph's patch for the transperancy blur problem
1997-12-08 01:13:10 +00:00
Adrian Likins
ff7139d37f
*** empty log message ***
1997-12-08 00:25:51 +00:00
Adrian Likins
daf81326d3
*** empty log message ***
1997-12-06 21:53:21 +00:00
Gnome CVS User
fc2f4983c1
Update ChangeLog to reflect my last commit
1997-11-26 19:36:57 +00:00
Elliot Lee
32cefec8f7
Initial revision
1997-11-24 22:05:25 +00:00