aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-04-30Update bogus font names and scrollbar protocol (items.pl)lecoanet
2004-04-30*** empty log message ***lecoanet
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-24adding coords test for group, track, waypoint, tabular, arc, traingles, iconmertz
2004-04-21modified for macosxconversy
2004-04-21removing a redefined of the Item function in the same file!mertz
2004-04-21This script is no more usefull. It has been replaced by export2cpanmertz
2004-04-21Improvements for the MacOS install.lecoanet
2004-04-20*** empty log message ***lecoanet
2004-04-20Fix a typo in Zinc.xslecoanet
Suppress the use of pthreads. It is really not needed, should a problem arise again, it must be fixed in an other way Added a perl/Tk path to INC thanks to Mike Castle.
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-02corection de l'appel fonction buildZincItem() modifi�e de Graphicsvinot
2004-04-02correction interaction rotatePolygone -> modif de Graphics::lineAngle()vinot
2004-04-02modification pour nouvelle version Graphics.pmvinot
2004-04-02version initiale doc perlvinot
2004-04-02nouvelle mouturevinot
2004-04-02- describing how to run Tk::Zinc demos without installing Tk::Zincmertz
2004-04-02- ajoute des tests pourmertz
translate 'absolute' tget skew
2004-04-02Positionnement du plan de test (ie du nombre de tests)mertz
dans chaque fichier
2004-04-01- changig the title of the icon_zoom_resize demosmertz
- the text is in the demo is positionned in x,y rather than connected to the icon
2004-04-01updates for 3.2.97 bismertz
2004-03-31- using a really portable way to get Tk iconsmertz
2004-03-26Added a new fieldbbox method and restored the old behavior of the bbox method.lecoanet
2004-03-24*** empty log message ***lecoanet
2004-03-24Added the tget method.lecoanet
2004-03-24Added a boolean abs to the translate method. Added the tget method.lecoanet
2004-03-23- use now rsync if available rather than cp, to limit the need ofmertz
recompiling the whole Tkzinc for slight modification
2004-03-23Changes related to OpenGL context handling (only one context per display) ↵lecoanet
and patches to avoid using widget structure in image cache */
2004-03-23This undo the addition of a -position attribute.lecoanet
2004-03-23Fix a problem with the scrollbar protocol (Y scrollbar bug).lecoanet
2004-03-23Backup the previous patch following addition of -positionlecoanet
in Groups.
2004-03-19acces to data files are now bug free, when empty demos/zinc_data/mertz
directory exists somewhere in the PERL searched directories
2004-03-19no more references to zinc-dev@tls.cena.fr mailing-listemertz
2004-03-10replacing deprecated use of Tk::Zinc::Debug by uptodate-onemertz
2004-03-10*** empty log message ***lecoanet
2004-03-10Fixed a bug in GetItemTransform that caused a bad behaviorlecoanet
when adding item shapes to a Curve (it could also make troubles in chggrp, etc that use GetItemTransform).
2004-03-10Fixed an incorrect behavior caused by the changes in grouplecoanet
coords / -position behavior. The code used both translate coords and scale.
2004-03-06the PTK800 flag is set according to Tk::$VERSION rather than setmertz
explicitely in the script
2004-03-06Testing coords of different itemsmertz
2004-03-05*** empty log message ***etienne
2004-03-05Corrections pour continuer � fonctionner en V3.297etienne
2004-03-04Added the PTK_800 flag to force compilation for perl/Tk800lecoanet
2004-03-04*** empty log message ***lecoanet
2004-03-04Fixes (minor) for perl/Tk 804lecoanet
2004-03-04The coords command will return a flat point instead of a listlecoanet
of one point for all items with a -position.
2004-03-04Fixed an incorerct behavior in Rectangle ToArea method whenlecoanet
both filled and a line width is specified.
2004-03-04 * Adaptation for perl/Tk 804.lecoanet
* Changed the image texture handling code now that only one context is kept for each display. * A reference count is kept for images with multiple clients with same proc/procdata. This will prevent early deallocation in this case. * Fixed a bug in the image update procedure when re-creating an existing image. The transient deleted state was not properly handled and the type of image can change in the process as well as the pointer to the photo structure. * Font texture is cached once per display instead of once per widget.