aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-18Pruned unused configuration variables.lecoanet
2006-10-18Changed VERSION to PACKAGE_VERSION as per TEA 3lecoanet
2006-10-18Simplified the version number handling and prunedlecoanet
the substitution to the minimum.
2006-10-18Suppressed the Zinc.py.in template as it is no longer neededlecoanet
2006-10-18Suppressed the Zinc.py.in template as it is no longer needed.lecoanet
2006-10-18Adapted for new Makefile.inlecoanet
2006-10-18Updated to a more simple and hopefully tclish script.lecoanet
Images are inlined.
2006-10-18Lower the pixmap size limit used by SuckGlyphsFromServerlecoanet
to accomodate XFree86. Now the limit is 4096.
2006-10-18Protected the MAX and MIN macroslecoanet
2006-10-18Restored the tiling of the background on all platforms.lecoanet
2006-10-18More tweakings to adapt to TEA 3.lecoanet
2006-10-17Suppress a forgotten Mac specific includelecoanet
2006-10-17Replaced a forgotten old variable name by its new namelecoanet
2006-10-17Added windows to the list of platforms able to exploit anti aliased glyphs inlecoanet
SuckGlyphsFromServer.
2006-10-17Suppress a fix made in 3.3.2 which causes deselection of the currentlecoanet
context during rendering or running out of hdcs. I don't remember why this fix was need in the first place.
2006-10-17Ported to Mac Os (without X11).lecoanet
2006-10-17Make use of the ZPixmap format instead of XYPixmap when dealinglecoanet
with X Images.
2006-10-17Make use of the ZPixmap format instead of XYPixmap when dealinglecoanet
with X Images. Ported to Mac Os (without X11).
2006-10-17Fix an unreleased GL context in Render causing windows to give uplecoanet
after a while.
2006-10-17Make use of the ZPixmap format instead of XYPixmap when dealinglecoanet
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-10-17Added the missing region routines. They are written in QD.lecoanet
The clipping is not working nicely with the rest of the Tk mac code. I have no time right now to figure out why. Still missing are the stippled fills (Rectangle, Arc, Polygon).
2006-10-17Switch to the new TEA 3 build framework.lecoanet
2006-10-17Switch to the new TEA 3 build framework.lecoanet
Adapted for a native build on MacOs X (without X11).
2006-09-22changement de la methode de la classe Zinc itemfieldget en itemfieldcget ↵saal
pour �tre en accord avec la convention de noms et pour corriger le bug sur la fonction fieldcget qui appellait une methode inexistante
2006-09-22Minor fixes and typographic improvements.lecoanet
2006-09-20*** empty log message ***lecoanet
2006-09-20Added the collapsemotions command.lecoanet
2006-09-20Changed the way the html version of the refman is produced.lecoanet
Separated commands to produce the html and the pdf.
2006-09-19Suppressed. Should not have been added since css is automaticallylecoanet
created by tex4ht
2006-09-19Add a two pane HTML setup and use of CSS capabilities trhoughlecoanet
tex4ht.
2006-09-15Added -catchevent attributes.lecoanet
Fixed discrepancies between code and doc reported by C.Mertz
2006-09-15Added an init entry point for safe interpreters. Useful when loading inlecoanet
the Tcl Plugin. Untested.
2006-09-11Fix 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-01Fix a bug probably generated by autoconf near line 2225 an extra quotelecoanet
is added in a awk expression
2006-09-01Forgotten a semicolon in ZnQueryLabelPositionlecoanet
2006-09-01Fix _fset_label_angle prototype in OmRegister, the reason parameter was omitted.lecoanet
2006-08-30Fix an error in y reporting in ZnQueryLabelPosition. It has been introduced ↵lecoanet
when AdjustLabelDistance has been added.
2006-08-29Fixed bug #50. The bounding box was incorrect. Values reported by bboxlecoanet
were erroneous and drawing under X11/GDI was incorrect as a result.
2006-08-29Added a -catchevent attribute that specifies whether an item should handlelecoanet
events or act as a decorating object. Groups can be controlled too, there catching state propagates to their children.
2006-08-28Added a -catchevent attribute that specifies whether an item should handlelecoanet
events or act as a decorating object. Groups can be controlled too, there catching state propagates to their children.
2006-08-22Fix bug #60. Forgot enclosed and closest.lecoanet
2006-08-22Fix bug #60. The method reported the correct result but mixed with a spuriouslecoanet
error message which was not cleared. This should have been fixed.
2006-08-22Adjusted the SetLabelAngle signaturelecoanet
2006-08-21Signature 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-21Fix an unitialized variable in tcompose causing a core dump in some cases.lecoanet
2006-08-17Fix 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 debugginglecoanet
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-16Suppressed irrelevant commentlecoanet
2006-07-17- Correction du constructeur de Mapinfo, pour les cas o� on utilisait ↵aubry
l'argument name
2006-06-13Correction de ZINC_NO_PART de -1 � "" pour �tre en coh�rence avec ↵lecoanet
currentpart (Mathieu Cousy).