Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-30 | *** empty log message *** | lecoanet | |
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-24 | adding coords test for group, track, waypoint, tabular, arc, traingles, icon | mertz | |
2004-04-21 | modified for macosx | conversy | |
2004-04-21 | removing a redefined of the Item function in the same file! | mertz | |
2004-04-21 | This script is no more usefull. It has been replaced by export2cpan | mertz | |
2004-04-21 | Improvements for the MacOS install. | lecoanet | |
2004-04-20 | *** empty log message *** | lecoanet | |
2004-04-20 | Fix a typo in Zinc.xs | lecoanet | |
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-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 | corection de l'appel fonction buildZincItem() modifi�e de Graphics | vinot | |
2004-04-02 | correction interaction rotatePolygone -> modif de Graphics::lineAngle() | vinot | |
2004-04-02 | modification pour nouvelle version Graphics.pm | vinot | |
2004-04-02 | version initiale doc perl | vinot | |
2004-04-02 | nouvelle mouture | vinot | |
2004-04-02 | - describing how to run Tk::Zinc demos without installing Tk::Zinc | mertz | |
2004-04-02 | - ajoute des tests pour | mertz | |
translate 'absolute' tget skew | |||
2004-04-02 | Positionnement du plan de test (ie du nombre de tests) | mertz | |
dans chaque fichier | |||
2004-04-01 | - changig the title of the icon_zoom_resize demos | mertz | |
- the text is in the demo is positionned in x,y rather than connected to the icon | |||
2004-04-01 | updates for 3.2.97 bis | mertz | |
2004-03-31 | - using a really portable way to get Tk icons | mertz | |
2004-03-26 | Added a new fieldbbox method and restored the old behavior of the bbox method. | lecoanet | |
2004-03-24 | *** empty log message *** | lecoanet | |
2004-03-24 | Added the tget method. | lecoanet | |
2004-03-24 | Added 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 of | mertz | |
recompiling the whole Tkzinc for slight modification | |||
2004-03-23 | Changes related to OpenGL context handling (only one context per display) ↵ | lecoanet | |
and patches to avoid using widget structure in image cache */ | |||
2004-03-23 | This undo the addition of a -position attribute. | lecoanet | |
2004-03-23 | Fix a problem with the scrollbar protocol (Y scrollbar bug). | lecoanet | |
2004-03-23 | Backup the previous patch following addition of -position | lecoanet | |
in Groups. | |||
2004-03-19 | acces to data files are now bug free, when empty demos/zinc_data/ | mertz | |
directory exists somewhere in the PERL searched directories | |||
2004-03-19 | no more references to zinc-dev@tls.cena.fr mailing-liste | mertz | |
2004-03-10 | replacing deprecated use of Tk::Zinc::Debug by uptodate-one | mertz | |
2004-03-10 | *** empty log message *** | lecoanet | |
2004-03-10 | Fixed a bug in GetItemTransform that caused a bad behavior | lecoanet | |
when adding item shapes to a Curve (it could also make troubles in chggrp, etc that use GetItemTransform). | |||
2004-03-10 | Fixed an incorrect behavior caused by the changes in group | lecoanet | |
coords / -position behavior. The code used both translate coords and scale. | |||
2004-03-06 | the PTK800 flag is set according to Tk::$VERSION rather than set | mertz | |
explicitely in the script | |||
2004-03-06 | Testing coords of different items | mertz | |
2004-03-05 | *** empty log message *** | etienne | |
2004-03-05 | Corrections pour continuer � fonctionner en V3.297 | etienne | |
2004-03-04 | Added the PTK_800 flag to force compilation for perl/Tk800 | lecoanet | |
2004-03-04 | *** empty log message *** | lecoanet | |
2004-03-04 | Fixes (minor) for perl/Tk 804 | lecoanet | |
2004-03-04 | The coords command will return a flat point instead of a list | lecoanet | |
of one point for all items with a -position. | |||
2004-03-04 | Fixed an incorerct behavior in Rectangle ToArea method when | lecoanet | |
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. | |||
2004-03-04 | * OpenGL contexts are allocated by display instead of by widget. | lecoanet | |
* Colormaps are not allocated for each widget window but are cached by display (should be perhaps by screen) * Freed the visual info returned by each call to glXChooseVisual. This used to generate a memory leak for each widget instance. * Adapted for perl/Tk 804. * Some better init code to prevent valgrind from reporting use of unitialized memory (can be useful anyway). * Commented an OpenGL bug workaround dealing with bad partial redraw after moving the window. It seems to have disappeared (tested with NVIDIA 53.3). * Free the drawing GC as part of destroy cleanup. |