aboutsummaryrefslogtreecommitdiff
path: root/Perl/Zinc
AgeCommit message (Collapse)Author
2004-05-07correcting some export bugsmertz
2004-04-29supress warnings and mention the Tk::Zinc::Trace::off variable in manual.etienne
2004-04-29suppress warningsetienne
2004-04-27the grid option -col is replaced by -column.etienne
2004-04-21removing a redefined of the Item function in the same file!mertz
2004-04-16correction de 3 warnings qui faisaient �chouer le test t/Import.t de Tk::Zinc:mertz
Use of implicit split to @_ is deprecated at line 2602. "my" variable $b masks earlier declaration in same scope at line 2721. "my" variable $value masks earlier declaration in same scope at line 3053.
2004-04-13- adding Tk::Zinc in package namemertz
- adding version identification in file
2004-04-02version initiale doc perlvinot
2004-04-02nouvelle mouturevinot
2003-12-11Debug use of the new 'device' tag in transform() to get device coordinates.etienne
2003-11-07Slight modifications to even better display zinc methods calls as codemertz
and addition of some tests
2003-10-30Bug fix : pbm with bindings namingetienne
2003-10-17Add a control bar and zoom/translate new functionalities. finditems(), tree(),etienne
snapshot() functions become deprecated, initialisation is done using the new init() function.
2003-10-07*** empty log message ***etienne
2003-10-07Contours of curves can be displayed and explored.etienne
2003-10-02Fixed a bug in device coordinates when a non group item has a transformation.etienne
2003-09-19- man page (pod) addedmertz
2003-09-19- man page (pod) addedmertz
- output trace can now be optionnaly formated as perl executable code
2003-09-15perl modules ZincTrace ZincTraceErrors and ZincDebug have been renamedmertz
Tk::Zinc::Trace Tk::Zinc::TraceErrors and Tk::Zinc::debug and moved accordingly
2003-09-15adding a $VERSION variable to conform CPAN requirementmertz
2003-09-15adding a $VERSION variable to conform CPAN requirementmertz
2003-07-07modif fonction roundedRectangleCoordsvinot
suppression des points redondants (cas extremes type hippo de points de r�f�rence confondus)
2003-07-04ajout d'un tag n�cessaire � la demo tkZincLogo.plmertz
2003-07-03modification des coordonn�es de shape du logovinot
2003-07-03correction bugsvinot
2003-07-03correct bugsvinot
2003-07-03*** empty log message ***vinot
2003-07-03*** empty log message ***vinot
2003-07-01Correction de bug sur retours de fonction non scalaires.etienne
2003-06-25*** empty log message ***etienne
2003-06-25Affichage correct des coordonn�es d'un item triangles.etienne
2003-06-24Zinc::Graphics get its right name: Tk::Zinc::Graphicsmertz
2003-06-24Some slight cleaning of Graphics in function names, export etc....mertz
2003-06-24Mise � jour instanciation du logoetienne
Tk:Zinc::Logo->new(-widget => $zinc, ...) remplace $zinc->ZincLogo(...)
2003-06-24Ajout de la librairie Zinc::Graphics de JLVmertz
et d'une demonstration faite par JLV
2003-06-20Prise en compte dans les demos du nouvel emplacement du module Logo.etienne
Ecriture d'un petit man Tk::Zinc::Logo.
2003-06-17ZincTraceUtils, Tk::ZincText and LogoZinc are renamedetienne
Tk::Zinc::TraceUtils, Tk::Zinc::Text and Tk::Zinc::Logo. ZincTrace et ZincTraceErrors which load Tk::Zinc::TraceUtils need update.
2003-06-04Ajout du module ZincTraceErrors qui trappe les erreurs Zinc et afficheetienne
pour chaque erreur l'instruction et le message d'erreur. Factorisation de code dans ZincTraceUtils.pm
2003-05-26Les contours multiples sont reproduits quand on reg�n�re le code.etienne
2003-05-20Possibilit� de g�n�rer du code perl � partir de l'arbre des items,etienne
en s�lectionnant une branche ou une feuille. Mise � jour du man. Mise � jour de l'aide en ligne
2003-05-16correction vilaine coquilleetienne
2003-05-16Plutot que redefinir Tk::Methods, on surcharge Tk::Zinc::WidgetMethod. Ainsi,etienne
ZincDebug ou un autre plugin peut etre charg� avant ZincTrace.
2003-05-12correction warningetienne
2003-03-31Gestion du packer revueetienne
2003-03-26Correction de bugs.etienne
Travail sur la presentation des infos (geometrie des fenetres, etc...)
2003-03-25Correction du trac� de la bbox.etienne
Cr�ation d'un bouton 'treset' pour chaque item; il permet de visualiser l'item d�barass� de ces transformations. Selon que -render vaut 1 ou 0, on aura ou non une animation sous forme de fondu enchain� entre les 2 �tats.
2003-03-17zinc is updated after every method call.mertz
This is costly but allows a very efficient debug and trace This should be parametrized!
2003-03-13Affichage de la bbox plus pr�cis.etienne
2003-03-11Possibilit� de param�trer les fonctions ZincDebug sur la ligne de commandeetienne
2003-03-07*** empty log message ***etienne