Gimp

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
        - support alpha channel for colour values [Seth Burgess]
        - started Gtk2 port... very rough.
        - update configuration to gimp 1.3.
        - require perl-5.8 and Gtk2.
        - added redeye (should be re-worked).
        - added example scripts triangu gallery iland
        - fixed typo in examples/xachvision
        - added examples/circular_text by Mike Gherlone.
        - various bugfixes/enhancements.
 
1.21  Fri Mar  9 18:33:04 CET 2001
        - better Gimp::Fu argument parsing.
        - initializing the rgb database now works after a fork.
        - this version will only compile with 1.1. versions of the
          Gimp. If you need to compile gimp-perl with gimp-1.0 please use
          version 1.201 from CPAN.
        - first round of mega-api-change.
        - dropped a few prefixes (PROC_ from RUN_INTERACTIVE etc.. where
          the new names would have a GIMP_ prefix).
        - updated to new commandline options.
        - updated enums.pl (And therefore, enumerations).

Changes  view on Meta::CPAN

1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
          have to install them manually.
        - changed logulator to use an imagetype of "RGBA,GRAYA,INDEXEDA" for all
          script-fu's.
        - added warning when using known-to-be-broken experimental threading
          feature. Maybe gimp-perl should refuse to build instead?
        - added examples/warp-sharp.
        - more $(CC) != perl's $(CC) fixes in configure.frag.
        - Makefile.PL now uses $bindir to install programs. This is not optimal
          for standalone installations, but gimp has priority ;)
 
1.19  Thu Jan  6 00:21:58 CET 2000
        - used N_ to mark all the menu paths, since gimp now tries to
          do the translation.
        - patch by Frank Loemker <floemker@TechFak.Uni-Bielefeld.DE> to fix
          many missing :auto tags.
        - I removed the "old prefix" check that I was almost forced to
          implement. This was not a good idea, is not a good idea, and
          completely breaks on many occasions. Just do not do that. If
          only people would trust me sometimes :(
        - enabled gdrawable_id caching again.
        - some minor Gimp::UI streamlining & bugfixes.

Changes  view on Meta::CPAN

1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
        - removed .pl suffix from all examples.
        - deprecate use of included scripts with gimp-1.0 in configure.in.
        - fix the ColorSelectButton ro work with newer versions of Gtk.
        - updated logulator from scheme sources. oh yeah :(
        - Net.xs didn't compile without PDL.
        - applied (but did not test) UI patch by Sven.
        - fixed stupid non-ansi errors in Gimp/Lib.xs.
        - make raw pixel data functions accessible over the network by
          fixing the remaining bugs in Gimp::Net. PDL's still don't work.
 
1.17  Wed Nov 24 21:25:19 CET 1999
        - re-fitted i18n translation for most plug-ins.
        - intllibs linking bugfix.
        - half-hearted attempt to i18nize logulator.
        - preliminary support for N_ (this function should
          not be necessary in perl).
 
1.16  Sun Nov 21 02:37:16 CET 1999
        - removed sethspin.pl & billboard, they are no longer maintained :(
        - *sigh* removed some debugging code.
        - new save-filter "dataurl" (more a joke, but it does work).
        - new save filter colorhtml.
        - implemented gimp_pixel_rgn_get_row2 (others still unimplemented).
        - updated enums.pl.
 
1.15  Fri Nov 19 19:12:16 CET 1999
        - added italian translations by Daniele Medri (madrid@kjws.com).
        - POINTS really are decipoints: correct xlfd_size to create
          larger (& more correct) fonts.
        - small api changes for 1.2.
        - (some) changes for the gimp api renaming.
        - added export capabilities to miff/avi.
        - fixed "dirty" identifier clash with <= 5.005_03 && PERL_POLLUTE.
        - updated seth's scripts.
        - improved avi hunk skipping and 24 bit handling.
        - realclean now also removes the Makefile (just to be sure)

Changes  view on Meta::CPAN

1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
        - added guidegrid, git-text, roundrectsel, repdup, centerguide,
          stampify, goldenmean, triangle, billboard, mirrorsplit.
        - improved error detection when some moron forgets to 'use strict'
          and tries to use undefined symbols.
        - added VALUE, RED, GREEN, BLUE constants for gimp_levels.
        - added WRAP, SMEAR, BLACK constants for plug_in_displace.
        - RUN_WITH_LAST_VALS is ignored if no LAST_VALS exist.
        - fixed a bug in Gimp::Data, FETCH returned undef for valid keys.
        - small compatibility fix in scm2scm.
 
1.072 Sat Mar 27 21:04:39 CET 1999
        - scripts will now be correctly installed when IN_GIMP.
        - test-dir was not removed by make distclean etc.
        - messages now only show up in the Perl Control Center.
          this is not correct, however ;)
 
1.071 Tue Mar 23 13:47:10 CET 1999
        - changed the definition of PF_RADIO, simplifying it (it ain't no C).
        - Gimp::Fu scripts try to run with default arguments if Gtk is not
          available.
        - implemented PF_FILE, for selecting filesystem objects.
        - improved and fixed parasite support.
        - Gimp::Data now uses parasites when available.
        - changed FIXIN, i.e. all scripts now are patched with the correct
          bangpath.
        - added font_map. re-added xachshadow.pl, which was mysteriously
          missing.
        - fixed Gimp::Util::set_state.
        - improved get/set_state functions.
        - added perlotine, randomblends and innerbevel plugins.
        - improved t/run.t and server spawn robustness.
        - Makefile.PL wrongly required the Gimp.pm in the current directory.
        - made the 5.004 + gimp-1.0 combination work by working around another
          bug in 5.004.
        - fixed reporting of errors at startup time.
        - enforcing argument name style. Eat it or die!
 
1.07  Mon Mar 15 01:27:05 CET 1999
        - added examples/yinyang, examples/image_tile, examples/stamps.
        - bangpath is no longer updated inplace. As a result, only plug-ins
          that are going to get installed are being fixed, the examples are
          not.
        - fixed error handling bugs in Gimp::Lib, streamlined and improved
          error handling.
        - reworked callback handling, should be more flexible in the future.
        - changed implementation of PF_CUSTOM (still untested).
        - fixed some rather scientific memory leaks, fixed more bugs.
        - the case when "not enough arguments" were supplied for a function

Changes  view on Meta::CPAN

1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
        - switched to using Devel::PPPort, which hopefulyl solves all my
          problems.
        - argh! gimptool path was wrong again! the fixed version should be much
          faster as well.
        - new module Gimp::Pod.
        - embedded pod documentation will now be shown when the Help button
          is pressed (see image_tile for an example).
        - new evaluation function that evaluates a string as perl code, but
          does so on the server side. (Gimp->server_eval(string)).
 
1.061 Fri Mar 12 21:27:26 CET 1999
        - closed big, BIG security hole on password authenticitation
          (basically one could do anything includung killing your
          system without authorization. argh). This required a
          protocol change, so old clients are unable to connect using
          password-authenticitation.
        - sped up Gimp::Net considerably, by getting rid of the IO::Socket
          module, which required half a second(!!) to load.
        - fixed Gimp::Util::gimp_image_layertype.
        - make install checks for install directory writability and refuses to
          install if it isn't.

Changes  view on Meta::CPAN

1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
          See examples/gimpmagick or examples/parasite-editor for example
          usage.
        - added perlcc, the perl control center. Only displays log messages
          at the moment.
        - error and warning logging through the Perl Control Center.
        - Data::Dumper is now longer required to run the scripts, some
          buttons and RUN_WITH_LAST_VALS won't work, though.
        - removed POSIX dependency in examples/gimpmagick.
        - Uh, ah, debugging code in the repository, again!
 
1.06  Sat Mar  6 19:36:12 CET 1999
        - Gimp::Fu does no longer display the returned image when it
          is the same as the one passed in.
        - append imagenumber to "Untitled"-images in widget.
        - removed publicly-visible non-PDB pixelfunctions.
          "uuuuuse peedee-ell or dieieie".
        - implemented Gimp::Fu::PF_RADIO.
        - added blowinout.pl, terral_text and xachvision.pl.
        - the use of Gimp::PDL to access the region/tile functions is
          now mandatory. The old string interface does not exist anymore.
        - the path to the server-socket now includes the UID, to avoid
          collisions. CGI-scripts should use either tcp or specify the path
          directly using GIMP_HOST (see Gimp::Net for details).
        - use _much_ saner defaults for the Scale types in Gimp::Fu.
        - Gimp::Fu's optionmenus didn't work in net()-mode.
        - implemented PF_CUSTOM (untested).
        - added Gimp::UI::ColorSelectbutton, I was utterly fed up with
          GtkColorSelectbutton never working.
 
1.055 Mon Feb 22 22:38:44 CET 1999
        - applied seth's script changes.
        - gimp11ified some plug-ins.
        - removed debugging code in Gimp/Lib.xs.
        - got rid of a perl5.004 warning.
        - removed gimp_{main,init,end}.
 
1.054 Mon Feb 22 15:23:41 CET 1999
        - scm2scm and scm2perl will now be installed in INST_SCRIPT
        - fixed a bug in interact/PF_FONT.
        - made save_image more 1.1 compatible and automatically index
          when saving to gif.
        - many, Many, MANY 5.004 compatibility fixes.
 
1.053 Mon Feb 15 01:35:04 CET 1999
        - more errornous argument types are detected now, without
          just calling abort().
        - fixed a MAJOR namespace-leak: for example, if one used
          gimp_parasite_list once, Gimp::Image->parasite_list would call
          gimp_parasite_list and NOT gimp_image_parasite_list, as would be
          correct.
        - Gimp::Net now works correctly with parasites.
        - added examples/parasite_editor
        - added gimp_ prefix to Parasite-class
        - use $Config{perlpath} for bangpath, not $PERL
 
1.052 Tue Feb  9 18:16:15 CET 1999
        - moved the xlfd_size function from Gimp::Fu into Gimp
          (and maybe later into Gimp::Util?)
        - functions in Gimp::Util are now treated in the same way
          as PDB functions (when the module is loaded)
        - improved handling of "make clean" to make it less perl-ish
          and more gnu-ish
        - enabled full testsuite (keep your fingers crossed)
        - PDL examples no longer cause errors at startup
        - more compatibility fixes for 5.005_54
        - bangpaths are now replaced by $PERL at configuration time
        - fixed a few quirks in scm2scm and added it to the package
 
1.051 Tue Jan 19 21:10:20 CET 1999
        - corrected a minor typoe found by Stefan Traby <stefan@sime.com>
        - added SPIRAL* constants for gimp_blend
        - moved constants from Gimp.xs and extradefs.h to Gimp.pm, where
          they belong (either there or into Gimp.xs)
        - added view3d.pl to examples (untested)
        - Gimp::Util is reborn (give it a try and contribute!)
        - more Gtk changes (tested with Gtk-0.5 and gtk-1.1.x, uh-oh)
        - faster startup by not loading Gtk by default ;)
 
1.05  Fri Dec 18 22:05:25 CET 1998
        - some 5.006 compatibility fixes
        - disabled some functionality for poor gtk-1.0 which
          is borken to no end
        - fixed PARASITE_PERSISTENT typoe
        - new functions: gimp_{major,minor,micro}_version
        - PF_BRUSH, PATTERN and GRADIENT widgets are "emulated" in gimp-1.0
 
1.049 Mon Nov 23 20:54:41 CET 1998
        - updated configure to require 1.0.2
        - added some more scripts to the dist
        - brushes are no longer shown inverted
        - help button && logo for Gimp::Fu. the first doesn't work properly
          and the second is ugly. feel free to send me a better version.
        - constants are no longer autoloaded (yeah!)
        - bug in Gimp::Net::set_connection fixed as suggested by
          <alex@mediaconsult.com>
 
1.048 Fri Nov 13 20:39:52 CET 1998
        - Gimp::Fu::save_image now correctly respects the quality setting
        - allow layers/channels as drawables in typemap
        - allow usage of Gimp::PDL via Gimp::Net (this is a hack!)
        - added optional argument to gimp_init
        - fixed some of the example scripts for the "mega-api-break-it-all-
          patch"
        - added Gimp::Net::get_connection and set_connection functions
        - the Perl-Server now respects GIMP_HOST and opens a socket
          according to its content.
 
1.047 Wed Nov 11 02:47:12 CET 1998
        - passing arguments on the commandline works again
          (formerly all arguments were treated as integers)
        - added the PDB extension to the distribution (alpha!)
        - added tex-to-float and alpha2color.pl plug-ins
        - fixed some memory leaks (the remaining ones are in the Gimp ;)
 
1.046 Thu Nov  5 01:53:34 CET 1998
        - the syntax really gets tricky - references to INT32 and similar
          types are no longer accepted (was buggy anyway).
        - added plug_in_ prefix to layer, drawable, image and channel. We
          can now write $layer->sharpen(50), and gimp infers function name,
          run_mode and image
        - enhanced the testuite, it now checks much more features
        - gimp_end() now correctly closes the connection
        - implemented Gimp::lock and unlock functions, giving exclusive
          access to the Perl-Server
 
1.045 Sun Nov  1 23:40:20 CET 1998
        - more configuration cleanups
        - fixed Gimp::Fu to respect RUN_WITH_LAST_VALS again
        - added more oo-prefixes to channels and layers (see Gimp::OO)
        - added preliminary gimp_init/gimp_end functions, see Gimp(3).
        - 'require 5.004_04' and added use base declarations
        - improved future compatibility
        - improved constant inlining
        - fixed a serious bug in argument handling when not all arguments
          were given

Changes  view on Meta::CPAN

1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
        - added more autoflush for old perls *sigh*
        - autoconf'd. not good, but its a start
        - AUTOLOAD is no longer exported, instead, @ISA is used
 
0.86  Thu Apr  2 19:59:06 CEST 1998
        - missing __STDC__VERSION__ only gives a warning now
        - got rid of alloca
        - added gimp_set_data & gimp_get_data
        - new module Gimp::Data
 
0.85  Fri Mar 27 17:43:35 CET 1998
        - compatibility autoflush added in Net-Server, better upgrade to 5.004_04
        - better signal handling in Net-Server... why does libgimp need SIGPIPE?
        - add -lglib to the libraries for Lib.xs, to cater for yet more broken systems
 
0.84  Fri Mar 13 21:23:07 CET 1998
        - calling "new Object" now actually works the second time.
 
0.83  Tue Feb 24 17:29:34 CET 1998
        - use strict always everywhere.
        - more errors fixed (by compiling under solaris ;), thanks
          to dov@Orbotech.Co.IL for pointing it out!
        - change to support gnuc, c9x, and old (none) varargs macro syntax
          could be done much easier, but I like the correct approach
 
0.82  Mon Feb 16 12:20:42 CET 1998
        - array types implemented... the gimp pdb wasn't thoughtfully
          designed, or better: not _too_ thoughtfully.
        - network protocl changed (dunno why, not necessarily better..
          also I was infected by versionitis (but Data::Dumper has the same
          problem ;)))
        - floats are now displayed as such ;)
 
0.81  Sun Feb 15 20:57:53 CET 1998
        - tracing now works for networked scripts.
        - tcp supported in the server & client, but not enabled by default.
        - simplified Gimp::OO.pm
        - IO-syntax now support, i.e. new Image(..), which is still a hacky
          namespace game
 
0.80  Fri Feb 13 17:15:48 CET 1998
        - version 1.0 is the first one generally usable.. we're getting
          close!
        - Gimp::Net and Gimp::Lib are only internal modules, there is not
          much of a distinction between networked modules and modules
          using libgimp!
        - Gimp::OO usable over the network.
 
0.07  Thu Feb 12 06:51:56 CET 1998
        - some bugfixes, and the addition of Gimp::Net and an accompanying
          server. See example-net.pl for a demo.
 
0.06  Wed Feb 11 02:42:24 CET 1998
        - the first user sent an example script ;)
        - PARAM_STRING's are now correctly displayed in traces
        - start of Gimp::Util, not very convincing
        - pseudo-oo interface, see Gimp::OO
 
0.05  Sat Feb  7 23:31:08 CET 1998
        - added set_trace and trace capabilities. helps to track down bugs in
          pdb calls
 
0.04  Sat Feb  7 21:43:56 CET 1998
        - gimp_channel_set_color uses a d_color argument, like everybody else
        - libgimp functions will be used instead of pdb calls
          wherever possible. libgimp functions using different calling
          conventions than equivalent pdb functions (gimp_layer_copy, etc..)
          are NOT exported.
 
0.03  Sat Feb  7 06:15:09 CET 1998
        - even more usable. although only pdb calls are implemented,
          most gimp functions are available. dealing with tiles
          directly in perl is probably too slow anyway (ha-ha ;)
        - the example plugin does slightly more now.
 
0.02  Sat Feb  7 04:18:17 CET 1998
        - first working version
 
0.01  Fri Feb  6 17:51:56 CET 1998
        - original version; created by h2xs 1.18

po/ChangeLog  view on Meta::CPAN

274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
        * de.po: msgmerge to uncomment the messages again
 
2000-03-27  Sven Neumann  <sven@gimp.org>
 
        * de.po: updated german translation
 
        I've updated the pot-file and it seems that lots of strings have
        vanished. Looks like something's wrong with my setup. The missing
        strings are included as comments. Don't remove them!
 
Wed Mar  8 22:51:30 CET 2000  Sven Neumann <sven@gimp.org>
 
        * fr.po: s/<Images>/<Image>/
                 s/<Boite a utils>/<Toolbox>/
 
2000-03-09  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
 
        * ja.po: added japanese translation.
 
Wed Mar  8 15:34:45 CET 2000  Sven Neumann <sven@gimp.org>
 
        * de.po: updated german translation (not very happy with all
        translations, but it's a start...)
 
Mon Mar  6 22:31:58 CET 2000  Stanislav Brabec  <utx@penguin.cz>
 
        * cs.po: Updated translation.
 
Wed Mar  1 21:52:14 CET 2000  Stanislav Brabec  <utx@penguin.cz>
 
        * cs.po: Updated translation.
 
Mon Feb 21 14:40:47 CET 2000  Sven Neumann <sven@gimp.org>
 
        * .cvsignore: shut up CVS
 
Mon Feb 21 13:24:39 CET 2000  Marc Lehmann <pcg@goof.com>
 
        * Makefile.PL: New file, should support the "standard" targets.
        * update.sh: Sven wrote this better version.
 
Mon Feb 21 01:15:28 CET 2000  Sven Neumann <sven@gimp.org>
 
        * .cvsignore: added a few files that shouldn't be in CVS
 
Mon Feb 21 02:05:14 CET 2000  Marc Lehmann <pcg@goof.com>
 
        * de.po: Updated translation.
 
Sat Feb 19 23:39:03 CET 2000  Marc Lehmann <pcg@goof.com>
 
        * update.sh: changed to _not_ update the .po files anymore
        (as suggested by sven).
 
Thu Feb 17 00:36:51 CET 2000  Stanislav Brabec  <utx@penguin.cz>
 
        * cs.po: Updated translation.
 
Mon Feb 14 21:23:46 CET 2000  Stanislav Brabec  <utx@penguin.cz>
 
        * cs.po: Updated translation.
 
Fri Feb 11 12:13:41 CET 2000  Stanislav Brabec  <utx@penguin.cz>
 
        * cs.po: Updated translation.
 
Mon Feb  7 13:27:30 CET 2000  Sven Neumann <sven@gimp.org>
 
        * it.po: Updates from Daniele Medri <madrid@linux.it>
 
Fri Feb  4 20:40:33 CET 2000  Stanislav Brabec  <utx@penguin.cz>
 
        * cs.po: Updated translation.
 
Fri Jan 28 19:16:43 CET 2000  Stanislav Brabec  <utx@penguin.cz>
 
        * cs.po: Updated translation.
 
Wed Jan 19 16:12:08 CET 2000  Stanislav Brabec  <utx@penguin.cz>
 
        * cs.po: Updated translation.
 
Sun Jan 16 18:08:33 CET 2000  Stanislav Brabec  <utx@penguin.cz>
 
        * cs.po: Completed translation.
 
Sat Jan 15 12:46:03 CET 2000  Stanislav Brabec  <utx@penguin.cz>
 
        * cs.po: Updated translation.
 
Tue Jan 11 21:00:11 CET 2000  Stanislav Brabec  <utx@penguin.cz>
 
        * cs.po: Updated translation.
 
2000-01-08
        * ru.po: Added Russian translation from
        Valek Filippov <frob@df.ru>
 
Fri Jan  7 19:26:06 CET 2000  Stanislav Brabec  <utx@penguin.cz>
 
        * cs.po: Updated translation.
 
1999-12-08  Kjartan Maraas  <kmaraas@online.no>
 
        * no.po: Added Norwegian translation.
 
Tue Dec  7 15:16:03 CET 1999  Stanislav Brabec  <utx@penguin.cz>
 
        * cs.po: Updated translation.
 
Fri Dec  3 22:52:38 CET 1999  Stanislav Brabec  <utx@penguin.cz>
 
        * cs.po: Added translation.



( run in 0.598 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )