Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-13 | Fixed a label bounding box error under GL: | lecoanet | |
the borders being drawn with a thick line the bbox need to be increased in all directions by 1. The label is now maintained at the requested distance regardless of its angular position. Doing so, the leader length is less prone to huge variations especially with longish labels. | |||
2004-10-13 | Fixed a label bounding box error under GL: | lecoanet | |
the borders being drawn with a thick line the bbox need to be increased in all directions by 1. | |||
2004-10-13 | Changed the border line size to obtain solid lines in GL | lecoanet | |
2004-10-12 | *** empty log message *** | etienne | |
2004-10-12 | *** empty log message *** | etienne | |
2004-10-12 | Updated ballonhelp. | etienne | |
2004-10-11 | bug fix | etienne | |
2004-10-11 | Bug correction in transformations management. | etienne | |
2004-10-11 | Added a representation of the transformations matrix. | etienne | |
User can update transformations parameters. | |||
2004-10-09 | configure command is called from inside this script to build | mertz | |
Zinc.pm and Makefile.PL from Zinc.pm.in and Makefile.PL.in | |||
2004-10-07 | Added wheelmouse bindings for Tk::Tree and Tk::Text widget. It doesn't work ↵ | etienne | |
for Tk::Pane. | |||
2004-10-07 | Added a new mode to display the X cursor device coordinates. | etienne | |
2004-10-07 | Windows management. | etienne | |
Added the -expandTagsField options to configure the tags display in attributes window. Code cleanup. | |||
2004-10-05 | *** empty log message *** | lecoanet | |
2004-10-05 | *** empty log message *** | lecoanet | |
2004-10-04 | Fixed a core dump occuring when a 0 width | lecoanet | |
text is scaled or rotated (under X). | |||
2004-10-01 | The demo is directly accessible with the keyword | lecoanet | |
demo (without appending Tkzinc). | |||
2004-10-01 | Compilation for linux and windows now included | lecoanet | |
2004-09-30 | Better management of windows size. | etienne | |
Lists of data reformated. New window displaying transformation parameters. | |||
2004-09-30 | Transformations are correctly managed in build code | etienne | |
2004-09-30 | Added tags in built code. | etienne | |
2004-09-29 | *** empty log message *** | lecoanet | |
2004-09-29 | Reactivated the zinc-tk dependence on Tcl/Tk 8.4 | lecoanet | |
2004-09-29 | Changed the CENA specific fonts to Helvetica rough equivalents. | lecoanet | |
2004-09-24 | *** empty log message *** | lecoanet | |
2004-09-24 | Added version management for several files | lecoanet | |
2004-09-24 | The demos path is managed locally by the demosPath proc | lecoanet | |
2004-09-24 | Improved the script, it does compilation now. | lecoanet | |
2004-09-24 | *** empty log message *** | lecoanet | |
2004-09-24 | Version numbers are managed from configure.in | lecoanet | |
2004-09-21 | *** empty log message *** | lecoanet | |
2004-09-21 | *** empty log message *** | lecoanet | |
2004-09-21 | correcting the $id: cvs tag | mertz | |
2004-09-21 | correcting the $Id: cvs tag | mertz | |
2004-09-21 | using a package name to avoid name space wcollision with other demos | mertz | |
2004-09-21 | using classic colors #rrggbb rather than the X notation rgb:r/g/b when | mertz | |
the system is not linux | |||
2004-09-21 | renaming gradients with the same nake in Tk::Zinc::Logo | mertz | |
2004-09-21 | *** empty log message *** | lecoanet | |
2004-09-21 | One more attempt towards a truly working GL initialization | lecoanet | |
code. | |||
2004-09-21 | The various demos now use a central Tcl proc demosPath to | lecoanet | |
obtain the path to the images and data. | |||
2004-09-20 | This test is for some gradients, clipping, etc... based on lot | mertz | |
of repeatitive, animated, graphics updates | |||
2004-09-17 | correcting tests so that testing labels / fields wo labelformat of ↵ | mertz | |
corresponding to not-defined fields in the mlabelformat DO WORK with 3.30 | |||
2004-09-17 | Bumped the version number to 3.3 | lecoanet | |
2004-09-17 | Added a test on the bounds of the field index in command bbox. | lecoanet | |
2004-09-17 | Edited imte structure to trim out unused variables. | lecoanet | |
2004-09-16 | *** empty log message *** | lecoanet | |
2004-09-16 | The optimized code for drawing arcs with X11 is now limited to full | lecoanet | |
extent non rotated arcs (full ellipses aligned on axes). This will improve the coherence between X11 and openGL quite a lot. At the same time it fixes long standing bugs in partial arc handling with X11. | |||
2004-09-09 | Fixed the way the recursive flag works in the | lecoanet | |
enclosed/overlapping/closest sub-commands of find. It actually worked backward from what explained the doc. | |||
2004-09-09 | Fixed a bug in the parsing of find enclosed/overlapping arguments. | lecoanet | |
The recursive flag was mixed with the inGroup argument. Added a test to the bbox method argument parsing to trap permutation of options (-label -field) and tagOrId specifications. | |||
2004-09-09 | Tentatively fixed a find enclosed/overlapping bug related to | lecoanet | |
whether the search is recursive or not. |