Gimp
view release on metacpan or search on metacpan
- moved the Perl-Server and Perl Control Center into the Perl submenu.
- Gimp::Parasite no longer has a search path.
- Gimp::Data now handles data persistency.
- Gimp::Fu augments (some) return value specifications.
- fixed a "Attempt to free unreferenced scalar" bug that was caused
by passing undef for strings.
- moved interact & friends into Gimp::UI.
1.1 Fri Jul 30 07:37:30 CEST 1999
- one of the most successful releases, in terms of features & bugfixes.
- it was also a long night. And expensive (irc).
- renamed gimp_drawable_mask to gimp_drawable_bounds to avoid clashes.
- new enums.pl, some changes: SELECTION_* becomes * again.
- compatibility fix for 5.005_58, also fixed a bug in Gimp::Pod.
- removed register_magic_load_handler from Lib.xs (is in PDB).
- preliminary <Load> and <Save> support (arguments are automatically
supplied).
- enabled limited pixel access functions even when PDL was not found,
just enough to re-enable magick and implement miff.
- implemented and added examples/miff (a load/save filter for miff
images).
- close DATA in Gimp unconditionally, saves one open filehandle.
- fixed the longstanding preview bug in Gimp::UI by reversing the
order of calls to draw_row. => something in gtk+ is really broken.
- fixed a longstanding (but never seen ;) bug in old_pdl: pdls that
were not sever'ed created garbage.
- allow dummy dimension in grayscale pdls, i.e. pdl(1,width,height)
instead of pdl(width,height).
- improved gimpdoc & pixelmap.
- removed debugging code from gouge. ouch!
- bug fixed: PDL::Core was not automatically required when not
already loaded.
- passing undef as PARAM_STRING passes a zero pointer in install_proc.
Required for load handlers. Ugh.
- fixed typoe in Parasite::is_persistent and implement "new" method.
- added new convinience function to Gimp::Util.
1.0981 Wed Jul 28 00:09:50 CEST 1999
- improved gouge ;) In a sense, it's actually pretty code now!
- region functions (except data) wrongly returned transposed matrices.
Now the order of dimensions is bpp <- width <- height.
- implemented and added examples/gouge.
- fixed warnings in case no pod documentation is found.
- added examples/logulator.
- Carp is no longer loaded unless necessary. Reduces memory footprint.
- install embedxpm script by default.
1.098 Wed Jul 21 20:57:12 CEST 1999
- do not try to compile gimp_personal_rc_file without gimp-1.1.
- fixed old prefix detection.
- get rid of "glib-config" dependency and use AM_PATH_GLIB instead.
- do not install examples/magick until it is repeaired.
1.097 Wed Jul 14 22:55:24 CEST 1999
- updated perlotine.
- updated pixelmap with stub documentation.
- redim_pdl calls affine_new directly rather than via the
perl interpreter -> smaller Perl-Server, faster operation.
- try to uninstall. Of course this doesn't work here, so just
trust it will work elsewhere.
- improved yinyang for the perl calendar ;)
- added perl_fu_ as prefix for Image, Drawables and Channels.
- fixed Load/Save of PF_TEXT.
1.096 Thu Jul 8 21:36:36 CEST 1999
- fix around PDL-2.002 exporting its own ppport.h.
- new scripts examples/frame_reshuffle and examples/frame_filter.
- added Gimp::Fu::PF_TEXT.
- added gimp_directory, gimp_data_directory and gimp_personal_rc_file.
- added accelerator keys (escape and return) for Gimp::Fu::interact.
1.095 Tue Jun 29 01:22:01 CEST 1999
- finally cut support for gimp-1.0.2 and gtk-1.0,
fix the underscore confusion in Gimp/Net.pm.
1.094 Fri Jun 25 01:21:17 CEST 1999
- finally(?) fixed the runmode confusion by making these constants
magic. Also hopefully fixed the error message.
- enable embedded pod sections in standard register arguments.
- improved scm2perl ever so slightly.
- fixed xpm off-by-one bug in embedxpm (and added embedxpm).
- fixed off-by-one error in Gimp::Fu and examples/PDB.
1.093 Tue Jun 15 21:48:48 CEST 1999
- possible workaround for Gimp::Util::gimp_layer_get_position.
- WRAP, SMEAR and BLACK were not being exported.
- fixed small bug in pixelmap.
- implemented gimp_query_procedure in XS.
- scm2perl had broken cdr and cddr stubs...
- fixed examples/font_table.
- applied fixes from Lupe Christoph.
- allow uppercase letters in hex colour specifications.
- gimp_text_fontname ignored the image argument in
compatibility mode (patch by Dov Grobgeld).
- another solaris portability fix from Dov.
- fixed xachshadows.
1.092 Wed Jun 2 14:52:29 CEST 1999
- testsuite failed when !HAVE_PDL (and the whole package broke on
systems with underpowered dynamic linkers).
- gtk-1.0.x and gimp < 1.0.4 are no longer "officially" supported.
- added COMPRESSION_*-constants for file_tiff.
- added examples/pixelmap, needs doc!
- probably fixed SIGPIPE problem in gimpdoc.
- fixed pager bug in gimpdoc.
- cleaned filehandle handling in Gimp/Net.pm.
- streamlined config code again.
- updated examples/parasite-editor, examples/mirrorsplit,
examples/PDB.
- Gimp::Net was broken (it used GIMP_PATH instead of just GIMP).
1.091 Sun May 23 13:21:34 CEST 1999
- include a fake typemap.pdl.
1.09 Fri May 21 14:12:02 CEST 1999
- added gimpdoc, a simple man-like help viewer.
- corrected PDL version check to work with version 2.001.
- new file Net.xs, containing protocol serializer.
- new, faster and leaner protocol (bumped protocol version number).
- added SvPV_nolen to ppport.h and made use of it everywhere.
- renamed nolib => Module.
( run in 1.136 second using v1.01-cache-2.11-cpan-39bf76dae61 )