Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2003-12-11 | * (ComputeCoordinates): Added an extra 0.5 rounding on the | lecoanet | |
bounding box to avoid broken redraw. * Adapted the code to the new MapInfo API with floating point coordinates. | |||
2003-12-11 | * API use floating point coordinates. | lecoanet | |
2003-12-11 | * All coordinates are stored and passed back and forth as | lecoanet | |
floating point values. * Reformat of the code to suppress braces inconsistencies due to ifdefs. | |||
2003-12-11 | * (ComputeCoordinates): Reduced the rounding of the bounding | lecoanet | |
box to 0.5 pixels instead of 1. * (ComputeCoordinates): Fixed the way ALIGNED was computed it didn't work with skew, and had other bugs. * (GetClipVertices): Fixed a bug on the tristrip returned when the rectangle is not aligned on axes. The order of the returned triangle vertices didn't describe a rectangle. | |||
2003-12-11 | * (GetClipVertices): Fixed a bug on the tristrip returned | lecoanet | |
in openGL mode. The order of the returned triangle vertices didn't describe a rectangle. | |||
2003-12-11 | * (Draw): Corrected a core dump on curve with -closed 1 | lecoanet | |
under X. | |||
2003-12-11 | * Added a tcompose method for composing two transform from | lecoanet | |
items or named transforms. * Added a tset method to set a transform from given matrix values. * Reformat of the code to suppress braces inconsistencies due to ifdefs. * Added a skew method to skew a transform both along x and y axes. * The transform command now accept the special tag device as source and destination. It accept also a named transform as source and destination. * Added a reserved tag identity as possible source transform for command tsave. * tsave can now take a named transform as source. | |||
2003-12-11 | * Added the skew, tcompose and tset methods | lecoanet | |
2003-12-10 | ZincText renamed as Tk::Zinc::Text everywhere in the reference manual | mertz | |
2003-11-28 | *** empty log message *** | lecoanet | |
2003-11-28 | *** empty log message *** | lecoanet | |
2003-11-28 | * Corrected a bug in the making of the installed | lecoanet | |
pkgIndex. It lacked the line for loading TkZinc itself. | |||
2003-11-28 | * Modified the tracks colors to exhibit the -lastasfirst | lecoanet | |
feature (black / white). | |||
2003-11-28 | Corrected a potential problem in the processing of end of lines | lecoanet | |
in multi-lines texts. | |||
2003-11-28 | * (Draw, Render): Corrected a bug on visible history size | lecoanet | |
being an unsigned causing a mis-coloring of the history when -lastasfirst is on. | |||
2003-11-28 | * (Invalidate): Fixed a problem in the invalidation code: an | lecoanet | |
INV_TRANSFO registered with an item prevented the registration of other more specific reasons. The text item exhibited the symptom when interleaving a text modification between two changes of its transform. In this case INV_TRANSFO prevented the registering of INV_LAYOUT. | |||
2003-11-28 | Added a variable for the follow_pointer boolean. | lecoanet | |
2003-11-28 | * (Coords): When replacing all the coordinates of a curve, the | lecoanet | |
control point list was not correctly updated. | |||
2003-11-28 | * The smooth method incorrectly reported bezier curve | lecoanet | |
segments instead of straight line segments. * Added a configuration option -followpointer to try some optimizations of motion event processing under application control. The motion events are still emitted but the enter leave processing is suspended when this option is set to zero. | |||
2003-11-28 | * (ZnGetTexFont): Patch to enable all 256 glyphs of a fonts | lecoanet | |
minus the 32 first. | |||
2003-11-28 | - typos reported by A.Bustico | mertz | |
2003-11-28 | adding a ref to the orginal TkTetris | mertz | |
2003-11-28 | a bug when no appropriate font is found | mertz | |
2003-11-28 | - modifying the number of test (31 => 36) | mertz | |
2003-11-28 | - typo signaled by Davy Serres and Zentara | mertz | |
- tagOrIdOrTName in methods about transformations - correction of smooth description | |||
2003-11-07 | Slight modifications to even better display zinc methods calls as code | mertz | |
and addition of some tests | |||
2003-11-04 | demos codes have been moved from demos/ to Tk/demos/ subdirectory to | mertz | |
use the standard ExtUtils::MakeMaker::WriteMakefile rather than the Tk specific Tk::MMutil::TkExtMakefile | |||
2003-11-04 | initial release of this demo contributed by zentara, slighlty modified | mertz | |
ny D. Etienne for inclusion in the demos. | |||
2003-11-04 | a better integration of contributed demos, boosted par "zentara" demo | mertz | |
2003-11-03 | *** empty log message *** | lemort | |
2003-10-30 | better make install paremeters for zinc-perl | mertz | |
2003-10-30 | suppressiing some errors detected in lintian: | mertz | |
- unnneeded blank in a description field - autoreference of every package to itself |