Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2004-02-04 | * Relifted from Perl | lecoanet | |
2004-01-26 | * Added the scaling/rotation capabilities both in X and GL. | lecoanet | |
* (ComputeCursorAndSel): Corrected an incorrect selection extent offset. The last character of the selection was never displayed as part of the selection. * The insertion cursor wasn't displayed on an the last line when empty. | |||
2004-01-26 | Icons are transformable under X. | lecoanet | |
Anchors have been fixed for rotated icons. | |||
2004-01-26 | * (WidgetObjCmd): Added a flag for providing angles in | lecoanet | |
degrees to the rotate method. * (WidgetObjCmd): Added an optional center for the scale method. * (FindItems): Modified the recursive flag of sub-methods closest, enclosed, overlapping so that the find can be asked to investigate into atomic groups. Simply say 'override' instead of true/false. * (WidgetObjCmd): Method bbox no longer works on multiple tagOrIds but handles label and field bboxes on items with fields. * bind now handles virtual events. * bind accept an alternative syntax for specifying fields. * Added conditional inclusion of overlap manager include | |||
2004-01-26 | *** empty log message *** | lecoanet | |
2004-01-26 | * (Pick): Added a quick bbox test for intersection | lecoanet | |
between the pick halo bbox and item bboxes. * (ToArea, Pick): Added the override atomic feature. * (ComputeCoordinates): The group bbox is clipped on the clip item bounding box. | |||
2004-01-26 | priority is an unsigned short | lecoanet | |
id is an unsigned int | |||
2004-01-26 | * Added new attribute types Short and unsigned short. | lecoanet | |
* Adaptation to use doubles instead of ZnReal for calls to Tcl_GetDoubleFromObj. * (RotateItem): Added a flag to choose between degrees and radians. * (ScaleItem): Added an optional scale center * Added conditional inclusion of overlap manager include | |||
2004-01-26 | *** empty log message *** | lecoanet | |
2004-01-26 | ZnLineToPointDist can optionally return the closest point on the line. | lecoanet | |
Added ZnRectOrigin2Anchor to compute the anchor position on any rectangles (ZnOrigin2Anchor works only for bounding boxes). | |||
2004-01-26 | Added tke ZnMapImage function that do texture mapping between to | lecoanet | |
X images according to a given polygon. | |||
2004-01-26 | * (ZnTransformPoint, ZnTransformPoints): It is now safe to use | lecoanet | |
the same point(s) as the source and the result of the transformation. * (ZnTransfoIsTranslation): A NULL (identity) transform caused a core dump. * (ZnTransfoInvert): A NULL (identity) transform was not handled faithfully by the function, it failed to initialize the inverse transform struct, it only returned a NULL pointer. * (ZnPrintTransfo): Handled the case of NULL transform pointer meaning identity transform. It used to core dump ;-( | |||
2004-01-26 | *** empty log message *** | lecoanet | |
2004-01-26 | * Suppressed obsolete directories trace and ZincTrace. | lecoanet | |
2003-12-11 | - adding the display of all glyphs in the extended ascii range | mertz | |
2003-12-11 | - describing news of the 3.2.96 | mertz | |
- documenting skew, tcompose and tset - better documenting tsave - documenting 'device' tag | |||
2003-12-11 | - adding some test for tset, treset, skew methods and 'device' transfo name | mertz | |
2003-12-11 | Debug use of the new 'device' tag in transform() to get device coordinates. | etienne | |
2003-12-11 | *** empty log message *** | lecoanet | |
2003-12-11 | * Added the skew functions. | lecoanet | |
2003-12-11 | * (SkewItem): Added support for skew in transforms | lecoanet | |
2003-12-11 | * Added support for the skew in transforms | lecoanet | |