Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-29 | supress warnings and mention the Tk::Zinc::Trace::off variable in manual. | etienne | |
2004-04-29 | suppress warnings | etienne | |
2004-04-27 | the grid option -col is replaced by -column. | etienne | |
2004-04-21 | removing a redefined of the Item function in the same file! | mertz | |
2004-04-16 | correction 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 name | mertz | |
- adding version identification in file | |||
2004-04-02 | version initiale doc perl | vinot | |
2004-04-02 | nouvelle mouture | vinot | |
2003-12-11 | Debug use of the new 'device' tag in transform() to get device coordinates. | etienne | |
2003-11-07 | Slight modifications to even better display zinc methods calls as code | mertz | |
and addition of some tests | |||
2003-10-30 | Bug fix : pbm with bindings naming | etienne | |
2003-10-17 | Add 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-07 | Contours of curves can be displayed and explored. | etienne | |
2003-10-02 | Fixed a bug in device coordinates when a non group item has a transformation. | etienne | |
2003-09-19 | - man page (pod) added | mertz | |
2003-09-19 | - man page (pod) added | mertz | |
- output trace can now be optionnaly formated as perl executable code | |||
2003-09-15 | perl modules ZincTrace ZincTraceErrors and ZincDebug have been renamed | mertz | |
Tk::Zinc::Trace Tk::Zinc::TraceErrors and Tk::Zinc::debug and moved accordingly | |||
2003-09-15 | adding a $VERSION variable to conform CPAN requirement | mertz | |
2003-09-15 | adding a $VERSION variable to conform CPAN requirement | mertz | |
2003-07-07 | modif fonction roundedRectangleCoords | vinot | |
suppression des points redondants (cas extremes type hippo de points de r�f�rence confondus) | |||
2003-07-04 | ajout d'un tag n�cessaire � la demo tkZincLogo.pl | mertz | |
2003-07-03 | modification des coordonn�es de shape du logo | vinot | |
2003-07-03 | correction bugs | vinot | |
2003-07-03 | correct bugs | vinot | |
2003-07-03 | *** empty log message *** | vinot | |
2003-07-03 | *** empty log message *** | vinot | |
2003-07-01 | Correction de bug sur retours de fonction non scalaires. | etienne | |
2003-06-25 | *** empty log message *** | etienne | |
2003-06-25 | Affichage correct des coordonn�es d'un item triangles. | etienne | |
2003-06-24 | Zinc::Graphics get its right name: Tk::Zinc::Graphics | mertz | |
2003-06-24 | Some slight cleaning of Graphics in function names, export etc.... | mertz | |
2003-06-24 | Mise � jour instanciation du logo | etienne | |
Tk:Zinc::Logo->new(-widget => $zinc, ...) remplace $zinc->ZincLogo(...) | |||
2003-06-24 | Ajout de la librairie Zinc::Graphics de JLV | mertz | |
et d'une demonstration faite par JLV | |||
2003-06-20 | Prise en compte dans les demos du nouvel emplacement du module Logo. | etienne | |
Ecriture d'un petit man Tk::Zinc::Logo. | |||
2003-06-17 | ZincTraceUtils, Tk::ZincText and LogoZinc are renamed | etienne | |
Tk::Zinc::TraceUtils, Tk::Zinc::Text and Tk::Zinc::Logo. ZincTrace et ZincTraceErrors which load Tk::Zinc::TraceUtils need update. | |||
2003-06-04 | Ajout du module ZincTraceErrors qui trappe les erreurs Zinc et affiche | etienne | |
pour chaque erreur l'instruction et le message d'erreur. Factorisation de code dans ZincTraceUtils.pm | |||
2003-05-26 | Les contours multiples sont reproduits quand on reg�n�re le code. | etienne | |
2003-05-20 | Possibilit� 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-16 | correction vilaine coquille | etienne | |
2003-05-16 | Plutot que redefinir Tk::Methods, on surcharge Tk::Zinc::WidgetMethod. Ainsi, | etienne | |
ZincDebug ou un autre plugin peut etre charg� avant ZincTrace. | |||
2003-05-12 | correction warning | etienne | |
2003-03-31 | Gestion du packer revue | etienne | |
2003-03-26 | Correction de bugs. | etienne | |
Travail sur la presentation des infos (geometrie des fenetres, etc...) | |||
2003-03-25 | Correction 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-17 | zinc is updated after every method call. | mertz | |
This is costly but allows a very efficient debug and trace This should be parametrized! | |||
2003-03-13 | Affichage de la bbox plus pr�cis. | etienne | |
2003-03-11 | Possibilit� de param�trer les fonctions ZincDebug sur la ligne de commande | etienne | |
2003-03-07 | *** empty log message *** | etienne | |
2003-03-07 | hack pour pouvoir charger en parallele plusieurs modules qui surchargent ↵ | etienne | |
Tk::Zinc::InitObject |