aboutsummaryrefslogtreecommitdiff
path: root/Perl
AgeCommit message (Collapse)Author
2005-09-16testing the 2nd instance of Tkzinc, rather two times the first instancemertz
2005-06-27settign the -render option to 1 to avoid a winXP limitation withourt openGL ↵mertz
(see bug report #27
2005-06-27previous update was totally buggy (and not tested at all)... shame on me.mertz
2005-06-25one test has een added, but no in the testplan!mertz
2005-06-23renaming a script as a test script (.t suffix)mertz
This test script exhibits a bug of the 3.3.0 Tkzinc, as reported by Daniel Etienne (12th April 2005) and solved in the 3.3.2 release of TkZinc
2005-06-23renaming the file as a test (.t prefix) scriptmertz
2005-06-23removing unneeded printmertz
2005-06-23correction of TraceUtils to avoid test error on (some?) windows plateformmertz
where 1.2e+34 may appear as 1.2e+034
2005-06-23test related to the bug reported by Daniel Etienne the 30th of November 2004mertz
2005-06-23a test for testing a bug reported by Daniel Etienne (30th Nov 2004).mertz
This bug has been closed with TkZinc 3.3.2
2005-06-23testing now the coords of empty curves, as well as the additionmertz
and removal of contours (relative to an old bug report from Daniel the 7th October 2004. This bug seems to be closed)
2005-06-21This test may fail on some host, when neither verdana, helvetica, arialmertz
fonts were found. Using now a default courier font
2005-06-18correction of bug #24 due to $item->cget(-image) returning an image object ↵mertz
since 3.3.2
2005-06-17updated with the new cvs database (useful for building the cpan tgz from a ↵mertz
cvs export)
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