- 02 Mar, 1998 2 commits
-
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
- 01 Mar, 1998 2 commits
-
-
Manish Singh authored
-Yosh
-
Manish Singh authored
* Makefile.am: don't do docs generation by default * configure.in: -lXt for webbrowser plugin * libgimp/gimp.c * libgimp/gimpprotocol.c * libgimp/gimptile.c * libgimp/gimpwire.c * app/plug_in.c: applied memory leak patch from Mattias Gronlund * app/eraser.c * app/eraser.h * app/internal_procs.c * app/paintbrush.c * app/paintbrush.h: incremental modes for eraser and paintbrush, as well as a "hard eraser" * plug-ins/ifscompose/ifscompose.c: pixmap visual fixups -Yosh
-
- 26 Feb, 1998 2 commits
-
-
Manish Singh authored
-Yosh
-
Manish Singh authored
Added HACKING and autogen.sh files -Yosh
-
- 25 Feb, 1998 1 commit
-
-
Manish Singh authored
optional or not, so I took the easy way out in the configure script and made everything link with -lXmu. Ugh. -Yosh
-
- 24 Feb, 1998 1 commit
-
-
Manish Singh authored
completed plugin split -Yosh
-
- 21 Feb, 1998 1 commit
-
-
Adrian Likins authored
-adrian
-
- 20 Feb, 1998 4 commits
-
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
- 19 Feb, 1998 2 commits
-
-
Manish Singh authored
gimp-plugins-unstable) -Yosh
-
Manish Singh authored
Removed Julia and Mandelbrot plugins. -Yosh
-
- 26 Jan, 1998 2 commits
-
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
- 25 Jan, 1998 1 commit
-
-
Manish Singh authored
-Yosh
-
- 24 Jan, 1998 1 commit
-
-
Manish Singh authored
Hopefully this will shut up hose RH5 people who don't get rid of those old rpms. :) -Yosh
-
- 18 Jan, 1998 1 commit
-
-
Adrian Likins authored
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
-
- 06 Jan, 1998 1 commit
-
-
Manish Singh authored
minor fix to the gbr plugin for proper save types make the install dialog fit nice in 640x480 -Yosh
-
- 05 Jan, 1998 1 commit
-
-
Manish Singh authored
The text tool handles the no fonts case better Minor bug in tile saving squashed updated png plugin added flarefx plugin -Yosh
-
- 04 Jan, 1998 2 commits
-
-
Manish Singh authored
-Yosh
-
Manish Singh authored
-Yosh
-
- 15 Dec, 1997 1 commit
-
-
Manish Singh authored
Updated the ripply-anim script (still broken) Preparation for 0.99.16 release -Yosh
-
- 14 Dec, 1997 2 commits
-
-
Shawn Amundson authored
* 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
-
Shawn Amundson authored
* 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
-
- 12 Dec, 1997 2 commits
-
-
Manish Singh authored
-Yosh
-
Eric L. Hernes authored
Eric
-
- 11 Dec, 1997 1 commit
-
-
Manish Singh authored
Fixed about dialog problems (seems to work now) Added gimprc option for enabling/disabling tooltips
-
- 09 Dec, 1997 1 commit
-
-
Manish Singh authored
-
- 01 Dec, 1997 1 commit
-
-
Eric L. Hernes authored
1) better integration to automake/autoconf/configure... The rules are: * by default look at -ltcl and -ltk * you can specify --with-tcl and --with-tk to use different versions, e.g. you can use --with-tcl=tcl80 and --with-tk=tk80 to use them. * if your system has a dl library, it uses it, otherwise not. This may cause problems if you have a -ldl, but your tcl library doesn't need it :( There'll probably be a --with-tcldl=no someday 2) make a few arrays bigger, particularily in the PDB interface. 3) type most of the numeric returns from the PDB, e.g. a proc that returns a layer now returns `layer-#' instead of just `#'. This may cause problems for scripts that get an array and then iterate over it. (as in gimp-list-images or similar) 4) consolio is now based on Jeff Hobbs `tkcon', much better than the older one. And the license is much less restrictive. 5) The switch to tkcon unveiled several errors with the internal packages, so I fixed most of them. Now sub-interpreters can use the same PDB interface as the ``parent'' interp. I should be able to make something akin to the script-fu mechanism out of this... (someday)
-
- 24 Nov, 1997 1 commit
-
-
Elliot Lee authored
-