aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-19Replace #ifdef GL_DAMAGE statement with a new option (-usedamage) of the ↵lemort
TkZinc widget
2007-11-19Suppression de la configuration du flag GL_DAMAGE: la gestion de damage est ↵lemort
desormais prise en compte via une option du widget TkZinc (-usedamage)
2007-11-19Ajout de la description de l'option -usedamage introduite pour controler ↵lemort
l'utilisation des optimisations damage dans le code (au lieu de le faire a la compilation)
2007-09-07The group bbox didn't take care of the items visibiltylecoanet
status resulting in wrong sized cumulative bboxes. The group has to be warned when an item visibility change. Both cases are handled by this patch.
2007-09-06Added the --enable-symbols to Makefile.PL possiblelecoanet
args to force a compilation with debug
2007-06-18Backup to images not filtered. The linear filter causedlecoanet
more annoying artifacts than it corrected.
2007-06-14Patch to configure for 64 bits on linuxlecoanet
2007-06-14Updated from aclocal.m4lecoanet
2007-06-08Fixed a spurious deletion of Zinc.py when cleaninglecoanet
2007-04-26Fix a missing cursor in an empty text itemlecoanet
2007-04-23Fix the text cursor not displayed when the text is emptylecoanet
2007-03-06putting correct dates for the version release... thx to cvs for retrieving ↵mertz
update dates
2007-03-06Bump the version numberlecoanet
2007-03-06*** empty log message ***lecoanet
2007-03-06Update aclocal fo GLEWlecoanet
2007-03-06Fix a core dump caused by an error occuring while configuring connection itemlecoanet
2007-03-01Added a directive to link against glewlecoanet
2007-03-01Retrofitted the anti aliased font patch under Windows. It seems to be buggylecoanet
with ATI cards. It has to do with the X11 porting layer, XGetImage more precisely.
2007-02-28*** empty log message ***lecoanet
2007-02-28*** empty log message ***lecoanet
2007-02-28*** empty log message ***lecoanet
2007-02-27Images seems to be corrupted (at least under windows using Totoise)lecoanet
2007-02-27Fix a wrong coice of quotes preventing expansion of GLEW lib pathlecoanet
2007-02-27Fix an issue under Windows with msys/mingw32 failing to produce a loadable dll.lecoanet
2007-02-27Fix a segmentation fault when initializing GL (following rotation patch).lecoanet
Fix a dbl buffer pixmap reallocation problem (shown only in the perl flavor but a real bug nonetheless). The symptom was only a small area refreshed.
2007-02-27Rearrange the additional GL libraries so that they are specified only if GL ↵lecoanet
is requested.
2007-02-26Fixed a off by one error in Text selection drawinglecoanet
2007-02-26Adjusted configure for Linux and MacOS (GLEW)lecoanet
2007-02-19add method clone and __init__ in ZincItem class and modification of method ↵saal
clone of Zinc class now the magicLens example in python should work fine
2007-01-31Added parameters for GLEWlecoanet
2007-01-26Added codes from x00 to x1f. This should ease the use of legacy fontslecoanet
used internally.
2007-01-26Added experimental code for filling maps (do not support arcs). Contributed ↵lecoanet
by Intuilab.
2007-01-23tset has been changed to allow setting all items related to a given tag.lecoanet
2007-01-23Integrated extension detection via glewlecoanet
Added MouseWheel support Rotation patch
2007-01-23Patch for canvas rotationlecoanet
2007-01-23Exported To2Powerlecoanet
2007-01-23Suppressed a duplicated characterlecoanet
2007-01-10*** empty log message ***lecoanet
2006-12-22Added a missing Carbon include. It was shadowed when compiling with GLlecoanet
2006-12-22Suppressed unused variablelecoanet
2006-12-22Added a bit of docu on the new -catchevent attributelecoanet
2006-12-22Protected a forgotten GL specific section for MacOSlecoanet
2006-12-22Bumped the Tcl/Tk version to 8.4.14lecoanet
2006-12-22Renamed local X11 emulation functions to avoid name clashes with Tklecoanet
2006-10-27Patches for the new demoslecoanet
2006-10-18Adaptation following TEA3lecoanet
Suppression of Python version checking in the installer.
2006-10-18Changed the VERSION macro to PACKAGE_VERSIONlecoanet
2006-10-18*** empty log message ***lecoanet
2006-10-18Updated the html targetlecoanet
2006-10-18Reverted the previous patch, the AC_INIT macro don't wantlecoanet
to eat variables. Too bad, we have now to change the version number twice in configure.in