aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2004-05-19Declared extern the external vars, Ooops.lecoanet
2004-05-19Added a warning about use of openGL libs under linux.lecoanet
2004-05-19Fixed te core dump under openGL. The code wasn't adapted forlecoanet
the deferred font loading, ooops.
2004-05-19ZnGLMakeCurrent: Added code to select a valid context from the widget listlecoanet
for the display when no widget is passed in. This is the case when freeing image or font texture. Enabled the context freeing for the last widget on a given display. Both patches together should fix the crash on MacOS.
2004-05-19Fixed a bbox initialisation bug when the text is empty.lecoanet
2004-05-18A very first test for bbox (to reproduce a 3.2.98 bug)mertz
2004-05-17*** empty log message ***mertz
2004-05-14*** empty log message ***lecoanet
2004-05-14*** empty log message ***lecoanet
2004-05-14*** empty log message ***lecoanet
2004-05-14Restored the Types.h inclusion. It is really needed for correctlecoanet
function prototyping under Windows/Perl.
2004-05-14Suppressed the fieldbbox command. It has been merged with bbox andlecoanet
can be called by the -field and -label options.
2004-05-14Restored the locally defined X function prototypes. They arelecoanet
really needed under windows (Perl).
2004-05-14Suppressed the uneeded inclusion of tkFont.hlecoanet
2004-05-14Commented #define NOGDI to be able to cross compile with mingw32lecoanet
2004-05-14*** empty log message ***lecoanet
2004-05-14Suppressed fieldbbox command.lecoanet
2004-05-12modifying some test to take into account differences in $zinc->get(-tile) ↵mertz
returned values between perl-tk 800 and perl-tk 804
2004-05-12coords of tabular is now again a flat list of x and ymertz
2004-05-11*** empty log message ***lecoanet
2004-05-10*** empty log message ***lecoanet
2004-05-10Fixed a typo in variable naminglecoanet
2004-05-10Suppressed all OutputDebugString traces.lecoanet
Fixed the GL redrawing problem occuring under Windows after a window move and under Linux when the window was clipped by the screen border. The graphic context is freed when no longer needed, (no more zinc windows on a given display). This code is suspended on Linux because of a problem (perhaps in nvidia driver) causing a random) crash of the server. Fixed under Windows the problem of activating a GL context for freeing resources after the destruction of a widget. Now a list of active widgets is kept and the code activate a remaining widget in the same context. Fixed default GL font loading.