Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-15 | Integration d'un mecanisme d'optimisation compatible avec les cartes ↵ | lemort | |
non-Nvidia. Ce mecanisme est plus lent que le mecanisme de GL_DAMAGE mais il demeure plus rapide que le redessin complet de la scene. Le nouveau mecanisme elimine le souci des traces noires avec les cartes ATI | |||
2007-11-19 | Replace #ifdef GL_DAMAGE statement with a new option (-usedamage) of the ↵ | lemort | |
TkZinc widget | |||
2007-09-07 | The group bbox didn't take care of the items visibilty | lecoanet | |
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-06-18 | Backup to images not filtered. The linear filter caused | lecoanet | |
more annoying artifacts than it corrected. | |||
2007-04-26 | Fix a missing cursor in an empty text item | lecoanet | |
2007-04-23 | Fix the text cursor not displayed when the text is empty | lecoanet | |
2007-03-06 | Fix a core dump caused by an error occuring while configuring connection item | lecoanet | |
2007-03-01 | Retrofitted the anti aliased font patch under Windows. It seems to be buggy | lecoanet | |
with ATI cards. It has to do with the X11 porting layer, XGetImage more precisely. | |||
2007-02-27 | Fix an issue under Windows with msys/mingw32 failing to produce a loadable dll. | lecoanet | |
2007-02-27 | Fix 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-26 | Fixed a off by one error in Text selection drawing | lecoanet | |
2007-01-26 | Added codes from x00 to x1f. This should ease the use of legacy fonts | lecoanet | |
used internally. | |||
2007-01-26 | Added experimental code for filling maps (do not support arcs). Contributed ↵ | lecoanet | |
by Intuilab. | |||
2007-01-23 | tset has been changed to allow setting all items related to a given tag. | lecoanet | |
2007-01-23 | Integrated extension detection via glew | lecoanet | |
Added MouseWheel support Rotation patch | |||
2007-01-23 | Patch for canvas rotation | lecoanet | |
2007-01-23 | Exported To2Power | lecoanet | |
2007-01-23 | Suppressed a duplicated character | lecoanet | |
2006-12-22 | Protected a forgotten GL specific section for MacOS | lecoanet | |
2006-12-22 | Renamed local X11 emulation functions to avoid name clashes with Tk | lecoanet | |
2006-10-18 | Changed VERSION to PACKAGE_VERSION as per TEA 3 | lecoanet | |
2006-10-18 | Lower the pixmap size limit used by SuckGlyphsFromServer | lecoanet | |
to accomodate XFree86. Now the limit is 4096. | |||
2006-10-18 | Protected the MAX and MIN macros | lecoanet | |
2006-10-17 | Suppress a forgotten Mac specific include | lecoanet | |
2006-10-17 | Added windows to the list of platforms able to exploit anti aliased glyphs in | lecoanet | |
SuckGlyphsFromServer. | |||
2006-10-17 | Suppress a fix made in 3.3.2 which causes deselection of the current | lecoanet | |
context during rendering or running out of hdcs. I don't remember why this fix was need in the first place. | |||
2006-10-17 | Ported to Mac Os (without X11). | lecoanet | |
2006-10-17 | Make use of the ZPixmap format instead of XYPixmap when dealing | lecoanet | |
with X Images. | |||
2006-10-17 | Make use of the ZPixmap format instead of XYPixmap when dealing | lecoanet | |
with X Images. Ported to Mac Os (without X11). | |||
2006-10-17 | Fix an unreleased GL context in Render causing windows to give up | lecoanet | |
after a while. | |||
2006-10-17 | Make use of the ZPixmap format instead of XYPixmap when dealing | lecoanet | |
with X Images (rotated or scaled text under X11). Fix an unreleased GL context in Render causing windows to give up after a while. | |||
2006-09-20 | Added the collapsemotions command. | lecoanet | |
2006-09-15 | Added an init entry point for safe interpreters. Useful when loading in | lecoanet | |
the Tcl Plugin. Untested. | |||
2006-09-11 | Fix an error when including error.h through malloc.h under freebsd. | lecoanet | |
It should be the same problem on all BSDs. Bug reported by Slaven Rezic. | |||
2006-09-01 | Forgotten a semicolon in ZnQueryLabelPosition | lecoanet | |
2006-09-01 | Fix _fset_label_angle prototype in OmRegister, the reason parameter was omitted. | lecoanet | |
2006-08-30 | Fix an error in y reporting in ZnQueryLabelPosition. It has been introduced ↵ | lecoanet | |
when AdjustLabelDistance has been added. | |||
2006-08-29 | Fixed bug #50. The bounding box was incorrect. Values reported by bbox | lecoanet | |
were erroneous and drawing under X11/GDI was incorrect as a result. | |||
2006-08-29 | Added a -catchevent attribute that specifies whether an item should handle | lecoanet | |
events or act as a decorating object. Groups can be controlled too, there catching state propagates to their children. | |||
2006-08-28 | Added a -catchevent attribute that specifies whether an item should handle | lecoanet | |
events or act as a decorating object. Groups can be controlled too, there catching state propagates to their children. | |||
2006-08-22 | Fix bug #60. Forgot enclosed and closest. | lecoanet | |
2006-08-22 | Fix bug #60. The method reported the correct result but mixed with a spurious | lecoanet | |
error message which was not cleared. This should have been fixed. | |||
2006-08-22 | Adjusted the SetLabelAngle signature | lecoanet | |
2006-08-21 | Signature for ZnSetLabelFromOm has been extended with a reason parameter. | lecoanet | |
This patch makes this parameter a permanent part of the signature. It'll not be possible to suppress it by the OM_TECH define. In this way the interface is more predictible, the signature is constant. | |||
2006-08-21 | Fix an unitialized variable in tcompose causing a core dump in some cases. | lecoanet | |
2006-08-17 | Fix bug #63. The tcompose second transform was not processed due to a typo. | lecoanet | |
2006-08-16 | * Added a compilation selectable attribute -omtechstuff to ease debugging | lecoanet | |
anti-overlapping algorithms. It is intended to report decision making data from the algorithm. It can be compiled by defining OM_TECH. * Fixed a bad reported position in return from ZnQueryLabelPosition. Now the same algorithm is used by the widget for its internal use and for reporting purposes. | |||
2006-08-16 | Suppressed irrelevant comment | lecoanet | |
2006-02-14 | Fix the bug 58 about a miscalculated bbox (not centered. | lecoanet | |
2005-12-02 | Ooops a typo prevented the previous patch from working. | lecoanet | |