Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-10-17 | Added 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-17 | Switch to the new TEA 3 build framework. | lecoanet | |
2006-10-17 | Switch to the new TEA 3 build framework. | lecoanet | |
Adapted for a native build on MacOs X (without X11). | |||
2006-09-22 | changement 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-22 | Minor fixes and typographic improvements. | lecoanet | |
2006-09-20 | *** empty log message *** | lecoanet | |
2006-09-20 | Added the collapsemotions command. | lecoanet | |
2006-09-20 | Changed the way the html version of the refman is produced. | lecoanet | |
Separated commands to produce the html and the pdf. | |||
2006-09-19 | Suppressed. Should not have been added since css is automatically | lecoanet | |
created by tex4ht | |||
2006-09-19 | Add a two pane HTML setup and use of CSS capabilities trhough | lecoanet | |
tex4ht. | |||
2006-09-15 | Added -catchevent attributes. | lecoanet | |
Fixed discrepancies between code and doc reported by C.Mertz | |||
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 | Fix a bug probably generated by autoconf near line 2225 an extra quote | lecoanet | |
is added in a awk expression | |||
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-07-17 | - Correction du constructeur de Mapinfo, pour les cas o� on utilisait ↵ | aubry | |
l'argument name | |||
2006-06-13 | Correction de ZINC_NO_PART de -1 � "" pour �tre en coh�rence avec ↵ | lecoanet | |
currentpart (Mathieu Cousy). | |||
2006-05-29 | Prevent the various compile to use the damage option. | lecoanet | |
2006-02-14 | Bbox of a waypoint without a label (ie reduced to its position) is a | mertz | |
bit larger than before... | |||
2006-02-14 | Fix the bug 58 about a miscalculated bbox (not centered. | lecoanet | |
2006-02-13 | In perl-tk, gl_damage is now set to false by default | mertz | |
2006-02-12 | avoiding bug due to #48 by calling mainloop before any update call | mertz | |
2006-02-12 | closing #24 | mertz | |
avoiding bug #48 by calling mainloop before any update | |||
2006-02-12 | calling mainloop bfore any update call. | mertz | |
to avoid bug #48 | |||
2006-02-12 | closing bug #57: | mertz | |
mainloop before any update to avoid bug #48 | |||
2006-02-12 | adding perl perl-tk development package as requirement for tkzinc compilation | mertz | |
2006-01-26 | minor infos added for building on linux | mertz | |
2006-01-18 | merged patches for the packages by Till Varoquaux. | lecoanet | |
2006-01-18 | Updated the changelog for the 3.3.3 release | lecoanet | |
2006-01-18 | Using ActiveTcl 8.4.11 to build the win version | lecoanet | |
2006-01-18 | Bump the required version number to 3.3 | lecoanet | |
2005-12-02 | 2 modifications in the test to avoid : | mertz | |
- bug #32 (due to bug #48) - bug #52 | |||
2005-12-02 | a very simple test for a map item | mertz | |
2005-12-02 | Using a MainLoop as $zinc->update before a mainloop makes core dumping | mertz | |
2005-12-02 | Ooops a typo prevented the previous patch from working. | lecoanet | |
2005-12-02 | Fix the core dump cause by some gradients. Bug 51. | lecoanet | |