aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-09-24*** empty log message ***lecoanet
2004-09-24Version numbers are managed from configure.inlecoanet
2004-09-21*** empty log message ***lecoanet
2004-09-21*** empty log message ***lecoanet
2004-09-21correcting the $id: cvs tagmertz
2004-09-21correcting the $Id: cvs tagmertz
2004-09-21using a package name to avoid name space wcollision with other demosmertz
2004-09-21using classic colors #rrggbb rather than the X notation rgb:r/g/b whenmertz
the system is not linux
2004-09-21renaming gradients with the same nake in Tk::Zinc::Logomertz
2004-09-21*** empty log message ***lecoanet
2004-09-21One more attempt towards a truly working GL initializationlecoanet
code.
2004-09-21The various demos now use a central Tcl proc demosPath tolecoanet
obtain the path to the images and data.
2004-09-20This test is for some gradients, clipping, etc... based on lotmertz
of repeatitive, animated, graphics updates
2004-09-17correcting 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-17Bumped the version number to 3.3lecoanet
2004-09-17Added a test on the bounds of the field index in command bbox.lecoanet
2004-09-17Edited imte structure to trim out unused variables.lecoanet
2004-09-16*** empty log message ***lecoanet
2004-09-16The optimized code for drawing arcs with X11 is now limited to fulllecoanet
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-09Fixed the way the recursive flag works in thelecoanet
enclosed/overlapping/closest sub-commands of find. It actually worked backward from what explained the doc.
2004-09-09Fixed 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-09Tentatively fixed a find enclosed/overlapping bug related tolecoanet
whether the search is recursive or not.
2004-09-09Suppressed forgotten traces in gradient code.lecoanet
2004-09-09Adapted to use auto_path to find moduleslecoanet
2004-09-09Suppressed warning messages about fixed bug.lecoanet
2004-09-03Ajout de l'info sur $ZINC_GLX_INFO.aubry
2004-09-01changing version : we finally are in 3.3 !mertz
correcting default value of -closed of curve - some complement on bbox with -label / -field
2004-09-01adding temporary traces for easing debug...mertz
2004-09-01adding/correcting some tests for flight/waypoint/tabular label or fields bboxmertz
2004-07-30*** empty log message ***lecoanet
2004-07-30*** empty log message ***lecoanet
2004-07-30*** empty log message ***lecoanet
2004-07-30*** empty log message ***lecoanet
2004-07-30Fixed a problem in GL init code which prevented zinc fromlecoanet
working with Mesa. A (hopefully) more useful warning is emitted when openGL rendering is not good enough (most often 24 bits buffer or stencil not available). Tweaking and bending in the openGL init code to make it work better.
2004-07-28Changed the group picking code to enable correct picking with alecoanet
complex clipping shape. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS: ' are removed automatically CVS: committing files: CVS: /home/lecoanet/TCLTK/Tkzinc-3.2.99/generic/Group.c CVS: CVS: Type C-c C-c when done or C-c C-d to abort. CVS: ----------------------------------------------------------------------
2004-07-28Fixed the font loading code when compiling for perl 800.lecoanet
The error prevented the correct encoding of codes > 127.
2004-07-28Fixed processing of extended gradient syntax (vector basedlecoanet
specification) which was completly wrong for axial gradients. Fix some other minor bugs in gradient structure initialisation. CVS: /home/lecoanet/TCLTK/Tkzinc-3.2.99/generic/Color.c CVS: CVS: Type C-c C-c when done or C-c C-d to abort. CVS: ----------------------------------------------------------------------
2004-06-13adding 6 tests for the bug detectged by D. Etienne 11 Jun 04mertz
2004-06-10Update the packages to 3.2.99lecoanet
2004-06-10*** empty log message ***lecoanet
2004-06-09*** empty log message ***lecoanet
2004-06-02the perl part are similar in both READMEmertz
2004-06-01*** empty log message ***conversy
2004-05-26adding 3 tests for field/label bbox (currently only emptymertz
fields / labels are tested
2004-05-25*** empty log message ***lecoanet
2004-05-24- adding some info on requirement for linux, winXP and MacOSXmertz
- adding a warning about the infamous libgl.a bad library
2004-05-24- /usr/X11R6/include has been added to the INC (except for windows)mertz
- an abstract has been added - ptk 804 is now a prerequisit for windows
2004-05-24Correcting the expected number of testsmertz
2004-05-24adding three tests for text bounding boxes (far from complete!)mertz
2004-05-19Changed the extent of some GL ifdef so that the file compilelecoanet
without GL defined.