Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2004-03-03 | Fixed a potentially unitialized angle value in the gradient struct. | lecoanet | |
2004-03-03 | Support for perl/Tk 804 | lecoanet | |
2004-03-03 | Added (commented) traces. | lecoanet | |
2004-03-03 | Added new attribute types ZN_CONFIG_CHAR and ZN_CONFIG_UCHAR | lecoanet | |
Changed the ZN_CONFIG_ALPHA type to be processed as a char, this fixes a potentially long standing bug when configuring an alpha value. | |||
2004-03-03 | Added new attribute types ZN_CONFIG_CHAR and ZN_CONFIG_UCHAR | lecoanet | |
2004-03-03 | Fixes for perl/Tk 804 | lecoanet | |
2004-03-03 | Changes for perl/Tk 804. | lecoanet | |
Fix a problem with glXMakeCurrent when the widget window is gone, the root window is used instead. This fixes a problem when freeing textures for an already destroyed widget. | |||
2004-03-03 | Coords: Fixed a typo when returning the position. | lecoanet | |
2004-03-03 | Adjustments for -position | lecoanet | |
2004-03-03 | Changes to implement a new behavior for -position attribute and local ↵ | lecoanet | |
transforms. | |||
2004-02-23 | Fixed an uninitialized controls pointer leading to unexepected behavior when ↵ | lecoanet | |
adding a contour from a curve item | |||
2004-02-23 | *** empty log message *** | lecoanet | |
2004-02-23 | More reworking of Tcl demos | lecoanet | |
2004-02-23 | Started reworking Tcl demos | lecoanet | |