aboutsummaryrefslogtreecommitdiff
path: root/Perl
AgeCommit message (Collapse)Author
2005-05-18- to allow make test works correctly when another perl-tk ismertz
not installed in the system. Works only for perl 5.8 and hopefully above...
2005-05-17Fix a showstopper in Mapefile.PL related to test handlinglecoanet
2005-05-17- more info for people like me who have more than one release of perl-tkmertz
2005-05-17- corrected a dramatic bug introduce in previous version whichmertz
broke the compiltation for perl-tk
2005-05-17- redefinning ExtUtils::MM_Unix::test_via_harness and ↵mertz
ExtUtils::MM_Unix::test_via_script to avoid PERL_DL_NONLAZY=1 during the test. This absolutely necessary to test properly Tkzinc before installation I hope this does not broke the process in some unforeseen cases. PS: the author did not document the reason why I set the PERL_DL_NONLAZY to 1.
2005-05-16Fixed a bug when updating Zinc version in Makefile.PLlecoanet
2005-05-16Reverted to the old method for updating the version number in Zinc.pm and ↵lecoanet
Makefile.PL (using export2cpan).
2005-05-16Fixed reference to copyrightlecoanet
2005-05-13- export2cpan also copies the Copyright noticemertz
- README corrected for winXP (addition of affiliation for authors / contributors)
2005-05-13- the exported directory is again correctly version-numberedmertz
- the $VERSION in Tk::Zinc is computed automatically and updated.
2005-05-12variable $width masked earlier declaration in same scopeetienne
2005-05-11Changed the name to avoid name clash with Text.tlecoanet
2005-04-13Suppressed references to libtesslecoanet
2005-04-13Corrected a typo in NeededLibslecoanet
2005-04-12Switched to the native GLU tesselator instead of the buitlin.lecoanet
2005-01-24Fixes for the conditional compilation of the atc code.lecoanet
2005-01-16- adding a 3rd param to the openLog function so that the log filemertz
can be diverted to /dev/null
2005-01-16- this test script has been expanded so that memoryleaks can also be testedmertz
- internal memoryleaks (image re-creation) has been fixed - option -memory has been added so that the full tests can be infinetly repeated and memory use can be traced (only on linux > 2.4). Currently this script segfault at some moment for an unknown reason (hints hints!)
2005-01-15correcting e typomertz
removing a forgotten print adding rotate interaction (so that we could for ex. test memoryleaks!)
2004-12-17removing uneeded groups and unneeded curves attributesmertz
2004-11-16modifying a test as from v3.30 the bbox of an empty text is ()mertz
2004-11-04Window size bug fixetienne
2004-10-15adding description of the perl MAkefile.PL optionsmertz
2004-10-12*** empty log message ***etienne
2004-10-12Updated ballonhelp.etienne
2004-10-11bug fixetienne
2004-10-11Bug correction in transformations management.etienne
2004-10-11Added a representation of the transformations matrix.etienne
User can update transformations parameters.
2004-10-09configure command is called from inside this script to buildmertz
Zinc.pm and Makefile.PL from Zinc.pm.in and Makefile.PL.in
2004-10-07Added wheelmouse bindings for Tk::Tree and Tk::Text widget. It doesn't work ↵etienne
for Tk::Pane.
2004-10-07Added a new mode to display the X cursor device coordinates.etienne
2004-10-07Windows management.etienne
Added the -expandTagsField options to configure the tags display in attributes window. Code cleanup.
2004-09-30Better management of windows size.etienne
Lists of data reformated. New window displaying transformation parameters.
2004-09-30Transformations are correctly managed in build codeetienne
2004-09-30Added tags in built code.etienne
2004-09-24Version numbers are managed from configure.inlecoanet
2004-09-21correcting the $id: cvs tagmertz
2004-09-21correcting the $Id: cvs tagmertz
2004-09-21using a package name to avoid name space wcollision with other demosmertz
2004-09-21using classic colors #rrggbb rather than the X notation rgb:r/g/b whenmertz
the system is not linux
2004-09-21renaming gradients with the same nake in Tk::Zinc::Logomertz
2004-09-20This test is for some gradients, clipping, etc... based on lotmertz
of repeatitive, animated, graphics updates
2004-09-17correcting tests so that testing labels / fields wo labelformat of ↵mertz
corresponding to not-defined fields in the mlabelformat DO WORK with 3.30
2004-09-09Suppressed warning messages about fixed bug.lecoanet
2004-09-01adding temporary traces for easing debug...mertz
2004-09-01adding/correcting some tests for flight/waypoint/tabular label or fields bboxmertz
2004-06-13adding 6 tests for the bug detectged by D. Etienne 11 Jun 04mertz
2004-06-02the perl part are similar in both READMEmertz
2004-05-26adding 3 tests for field/label bbox (currently only emptymertz
fields / labels are tested
2004-05-24- adding some info on requirement for linux, winXP and MacOSXmertz
- adding a warning about the infamous libgl.a bad library