Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-02-23 | Fix a bug on the clipped mask when redrawing a rotated Icon (X11 only). | lecoanet | |
2004-02-20 | *** empty log message *** | lecoanet | |
2004-02-20 | Some further tweaking to make the utf stuff not | lecoanet | |
disturb Perl/Tk. | |||
2004-02-20 | ZN_MAP_INFO_FLAG and ZN_LAYOUT_FLAG shared the same bit | lecoanet | |
in the bit field, they are now distinct (this should not have caused a bug as they are not used simultaneously). | |||
2004-02-20 | * (ComposeTransform): Fixed an incorrect behavior when using | lecoanet | |
local coordinates composition (when either -composescale or -composerotation is false). * (AttributeToObj): Added Special cases for unsigned shorts and ints. Moved priority to unsigned short. | |||
2004-02-20 | Added zincGraphics | lecoanet | |
2004-02-20 | Added two entries fr testGraphics and magicLens demos | lecoanet | |
2004-02-20 | New images needed by magicLens demo | lecoanet | |
2004-02-20 | First version of these new demos ported from Perl | lecoanet | |
2004-02-20 | First version of this new package ported from Perl | lecoanet | |
2004-02-20 | Change most keyborad bindings to make | lecoanet | |
it more intuitive. Added a delete item command. Swap axis works also in the X direction. Fixed a bug preventing update of the compose* toggles buttons when changing items. | |||
2004-02-16 | typo correction | mertz | |
2004-02-16 | Corrected a typo. | lecoanet | |
2004-02-16 | Slightly updated the doc. | lecoanet | |
2004-02-16 | Forced override_atomic to False when Picking for | lecoanet | |
enter/leave management in PickCurrentItem. | |||
2004-02-13 | Fix a bug in processing of font charset name | lecoanet | |
2004-02-13 | Suppressed trace infos | lecoanet | |
2004-02-13 | Undo the change that made ZnPoints and ZnRects out of floats. It doesn't ↵ | lecoanet | |
work with the Tess and GL. | |||
2004-02-13 | *** empty log message *** | lecoanet | |
2004-02-13 | Protected UTF8 patch for correct compilation under Perl/Tk 800 | lecoanet | |
2004-02-13 | Changed the behavior of options/attributes for managing and displaying track ↵ | lecoanet | |
histories | |||
2004-02-13 | Start of the new PostScript implementation (not functional!) | lecoanet | |
2004-02-13 | Modified the item PostScript method signature. | lecoanet | |
2004-02-13 | Added ZnTexFontEncoding function prototype | lecoanet | |
2004-02-13 | Added a pointer to the PostScript current info block. | lecoanet | |
2004-02-13 | * (ZnGetTexFont): The font encoding is considered when loading | lecoanet | |
a font. This plus a patch in the text item should lead to a correct behavior when drawing UTF8 strings (regardless of the input versus output encoding). | |||
2004-02-13 | * (Render): Rendering of UTF8 strings is now (hopefully) | lecoanet | |
correct in GL. * (PointToChar): Fixed a bug related to UTF char offset versus byte offset. * (ComputeTransfoAndOrigin): Rounded the origin on the integer lattice to get rid of display uglyness on GL. | |||
2004-02-13 | Changed the PostScript method signature | lecoanet | |
2004-02-13 | Fixed an error in DoEvent related to which part should | lecoanet | |
be considered for focusable items. Introduce the postscript command (not functional yet!) | |||
2004-02-04 | * Fixed the clamping of visible_history_size so that | lecoanet | |
it doesn't fall irremediably to zero. |