Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-16 | some tests of the find method with 'overlaped', 'enclosing', | mertz | |
'wittype' and pathtags... | |||
2003-10-14 | correcting priority of text and groups so that all rectangles | mertz | |
and texts are now visible (needed since TkZinc 3.2.9x changes default priorities) - enhancing color usage to give a better feedback when the user selects a pathtag | |||
2003-10-13 | *** empty log message *** | lecoanet | |
2003-10-13 | Optimized out the modification of an image | lecoanet | |
attribute with the same image value. The previous behaviour led to a core dump (pb with reference couting). | |||
2003-10-13 | *** empty log message *** | lecoanet | |
2003-10-08 | Changed the displayed image to be compatible with tclkit/starkits. | lecoanet | |
2003-10-08 | *** empty log message *** | lecoanet | |
2003-10-08 | adding the doc of -confine -scrollregion -tracksymbol -xscrollcommand ↵ | mertz | |
-xscrollincrement -yscrollcommand -yscrollincrement TkZinc options | |||
2003-10-08 | export from CVS is now effective (does not work with an absolute path ↵ | mertz | |
destination) all exported files and tar.gz are put in /tmp/forCPAN adding the debian/copyright in the tar.gz | |||
2003-10-08 | adding how to make demo before installation | mertz | |
2003-10-08 | slight correction to make it works for CVS repository extraction | mertz | |
2003-10-08 | update for the new 3.2.95 (simplified) make and installation process | mertz | |
2003-10-08 | clear distinction between build for tcl/tk and perl/tk | mertz | |
2003-10-08 | *** empty log message *** | lecoanet | |
2003-10-08 | Fixed the return type of the ZnPointInRegion prototype to return | lecoanet | |
a ZnBool | |||
2003-10-08 | Completed the changelog to add works from contributors | lecoanet | |
2003-10-07 | fixed for macosx (again) | conversy | |
2003-10-07 | added macosx instructions | conversy | |
2003-10-07 | *** empty log message *** | conversy | |
2003-10-07 | *** empty log message *** | conversy | |
2003-10-07 | fixed for macosx | conversy | |
2003-10-07 | *** empty log message *** | etienne | |
2003-10-07 | Contours of curves can be displayed and explored. | etienne | |
2003-10-07 | Release check-in for 3.2.95 | lecoanet | |
2003-10-07 | Creation of the new package zinc-doc. | lecoanet | |
Update the debian packaging to follow the clean separation between tcl and perl. | |||
2003-10-07 | Creation of the new package zinc-doc | lecoanet | |
2003-10-07 | No longer needed, installation is done directly by rules | lecoanet | |
2003-10-07 | Added a link to the perl build dir tk-zinc-<version> to | lecoanet | |
ease debian packaging (no version number in the dirname). | |||
2003-10-07 | Restored the previous install target now | lecoanet | |
that Perl is no longer made by this Makefile. | |||
2003-10-07 | initial release of -tile, -image, -mask, -fillpattern, | mertz | |
-linepattern widget and items options tests | |||
2003-10-05 | No shape extension on Windows for now. Reformatting. | lecoanet | |
2003-10-05 | Added the capability to make a distrib/compile directory | lecoanet | |
directly out of repository by specifying a valid cvs tag. Merged the CPAN oriented features Christophe had made in CPANising-tkzinc.pl of which it is the intended successor. | |||
2003-10-05 | Suppressed the perl target and configuration option | lecoanet | |
libom is no more. The code is included in the main module. It will be re-released as an independent module once stubs will be available for Tkzinc and a tcl binding will be written for the overlap manager api. | |||
2003-10-05 | Suppressed obsolete Makefile.PL (now in Perl subdir) | lecoanet | |
2003-10-05 | Changed scrollbar support code so that it can work | lecoanet | |
with tcl and perl-tk. | |||
2003-10-03 | *** empty log message *** | lecoanet | |
2003-10-03 | *** empty log message *** | lecoanet | |
2003-10-03 | Ported from Perl code. | lecoanet | |
2003-10-03 | Added a display of the zinc version number. | lecoanet | |
Added a launcher for the atc strip demo. | |||
2003-10-03 | Changed needed perl version to 5.006 and author to lecoanet 8-/ | lecoanet | |
2003-10-03 | Added code to propagate updates on tk images. | lecoanet | |
Added code to construct the valid region of an image (shaped) even if TkPhotoGetValidRegion is not available (perl or not a photo). Added a fun telling if a point is on the active area of the image. Changed the internal api for using images to match the changes above. A tkfont reference is kept for each txf using the font so that the font can be freed if no longer used. Use of the max texture size is now reliable and texture allocation for fonts start with the largest tex and increase the tex height from 64 to the max tex limit. This seems to work ok for large fonts. | |||
2003-10-03 | Fixed a core in icon Pick method when the image is not specified. | lecoanet | |
2003-10-02 | *** empty log message *** | lecoanet | |
2003-10-02 | Added the -tracksymbol option to be used as a default for | lecoanet | |
the -symbol attribute for tracks. Updated the option code to follow the new image behavior. The scrollbar protocol in perl has been slightly debugged but still won't work, more on this later. Update the font code to load fonts infos (GL) only when receiving the realize event. | |||
2003-10-02 | Exports ZnDamageAll | lecoanet | |
2003-10-02 | Tiles and patterns are now updated if their images change. | lecoanet | |
Corrected a bug in rectangle tiling (textures) under openGL when optimizing for aligned rectangles. | |||
2003-10-02 | Changes in the Image api and addition of ZnPointInImage. | lecoanet | |
2003-10-02 | Changed the ZnConfigureAttributes api. | lecoanet | |
2003-10-02 | Changed the CONICAL gradient parameters. If only one value is given | lecoanet | |
it is taken for the gradient starting angle, the center being 0,0. If two values are given, they are taken as the gradient center, the starting angle being 0. If three values are given they are the gradient center followed by the gradient starting angle. If four values are given, they are two points defining the center and the angle/extent of the gradient (vector based definition). | |||
2003-10-02 | Added a macro for ZnPointInRegion | lecoanet | |