aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-13- export2cpan also copies the Copyright noticemertz
- README corrected for winXP (addition of affiliation for authors / contributors)
2005-05-13some cleanup; intuilab contribution + licvence indicated in the READMEmertz
2005-05-13- the exported directory is again correctly version-numberedmertz
- the $VERSION in Tk::Zinc is computed automatically and updated.
2005-05-13*** empty log message ***lecoanet
2005-05-13Fixed a typolecoanet
2005-05-13*** empty log message ***lecoanet
2005-05-13Adapted for direct compilation under Windows VClecoanet
2005-05-12variable $width masked earlier declaration in same scopeetienne
2005-05-11Suppress a part of the file to keep ptk800 happy. This means, of course,lecoanet
that the code is utterly non functional with ptk 800.
2005-05-11Changed the name to avoid name clash with Text.tlecoanet
2005-05-10Bump the version numberlecoanet
2005-05-10*** empty log message ***lecoanet
2005-05-10Adaption to compile the postscript codelecoanet
2005-05-10Merge of the newly developped postscript code (still not fully functional).lecoanet
2005-05-02Adjusted the BSD copyright on the Open Source Initiative Text.lecoanet
2005-04-27Modified the copyright to BSD style.lecoanet
2005-04-27Modified the copyright to BSD style.lecoanet
2005-04-27Declared ZincObjCmd public in the zinc dll for windows. This will enablelecoanet
the C++ wrapper compilation on windows. Modified the copyright to BSD style.
2005-04-18Use package require to load the widget under windows.lecoanet
2005-04-18Added variable expansion in wix scriptlecoanet
2005-04-18Added the wix msi script expansionlecoanet
2005-04-14Fix a cumulative over-estimate of Curves bboxes (D.etienne)lecoanet
2005-04-13Expanded the tabs into spaces to make the indenting independant oflecoanet
the editing environment (emacs vs vi for example).
2005-04-13Suppressed references to libtesslecoanet
2005-04-13Corrected a typo in NeededLibslecoanet
2005-04-13*** empty log message ***lecoanet
2005-04-12Switched to the native GLU tesselator instead of the buitlin.lecoanet
2005-04-12Merged into win/package.tcllecoanet
2005-04-12Copyright for the msi package. It uses the new copyright terms.lecoanet
2005-04-12*** empty log message ***lecoanet
2005-04-12Switched from latex2html to tex4ht to produce the html documentation.lecoanet
2005-04-12Modified the way the library and demos paths are established.lecoanet
2005-04-12Switched to the native GLU tesselator instead of the buitlin.lecoanet
2005-04-12Added the winsock2 header under windows.lecoanet
2005-04-12Switched to the native GLU tesselatorlecoanet
2005-04-12*** empty log message ***lecoanet
2005-04-12Switched to the native GLU tesselator instead of the buitlin.lecoanet
2005-04-12Replaced by the Wix package description.lecoanet
2005-04-12Wix description of the composite Tkzinc msi packagelecoanet
2005-04-12The script know how to build the Tcl/Perl/Doc and how to wraplecoanet
a msi complete package with the help of Wix.
2005-04-12Update of the makefile for VC Toolkit 2003 and use of the nativelecoanet
GLU tesselator.
2005-04-12Switched the linux/macos build to the system GLU tesselator instead of the ↵lecoanet
buildin
2005-03-22Fix an unknown linker directive under VC++ 8.0lecoanet
2005-03-22Suppressed __unused attribute, this will be dealed withlecoanet
by the gcc directive -Wno-unused-parameter and VC++ does not care about these anyway.
2005-03-22Shut up compilation warnings and inconsistencieslecoanet
Suppress private.h and __unused attribute for unused function parameters
2005-03-21Mis � jour du module python de Zincvidon
* No more need to call explicitely the function havetkzinc to load the library ELF tkzinc. On peut cr�er un objet Zinc avec ou sans conteneur. * A Zinc object can be created with or without container object. If master arg is 0, a new object Tkinter.Frame is created and the object Zinc is inserted on. * Add Zinc.Zinc.addtag_ancestors * Del Zinc.Zinc.addtag_atpoint ( not anymore in specifications of Zinc API ) * Zinc.Zinc.addtag_closest can take a new arg : recursive * Zinc.Zinc.addtag_atpriority can take a arg tagOrId which begin root of tree where function act. * Zinc.Zinc.addtag_overlapping et addtag_enclosed peuvent prendre 2 nouveaux param�tres : inGroup et recursive * addtag_withtype peut prendre un param�tre optionnel tagOrId * Add de Zinc.Zinc.contours * stringdoc for public methods of Zinc.Zinc * Add Zinc.Zinc.dchars * Zinc.Zinc.find_atpoint becomes Zinc.Zinc.find_closest * Add Zinc.Zinc.find_ancestors * Fix Zinc.Zinc.hasfields * Del Zinc.Zinc.hasparts ( pas support� ) * Add Zinc.hastag * Add Zinc.index * Add Zinc.insert * Add Zinc.numparts * Add Zinc.postscript * Ajout vertexat * Add Zinc.tset * Add Zinc.tapply * Add Zinc.tcompose * Add Zinc.skew * Add Zinc.smooth * Add Zinc.select * Fix de find_overlapping : options ingroup et recursive * Fix Zinc.scale Zinc.cget Zinc.configure Zinc.translate like in specs * New attribut Zinc.Zinc.version return version of Zinc * New __main__ : display a window wich show version number * Ajout d'une classe ZincException pour g�n�rer des exceptions propres au wrapper Zinc ZincItem * ZincItem.getGroup return Group Item which is the parent of the ZincItem's instance * Fixe ZincItem.scale ZincItem.rotate and ZincItem.translate to run with Zinc.Zinc Objects * Add ZincItem.coords method because attribut accessor dont permit all possible invocations (for exemple Cure Item we can manipulate multi contours) * Dans Group la methode getGroup est surcharg�e pour traiter le cas du groupe racine * Dans Curve le constructeur accepte une option contours qui est une liste de liste de coords d�finissant les contours suppl�mentaires. * self._do deprecated. Use now self.tk.call (Thx JC Daudin) * Add Mapinfo.duplicate which return a clone of the Mapinfo instance * Mapinfo.add_symbol * Mapinfo.count * Mapinfo.get * Mapinfo.replace * Mapinfo.remove * Ajout de Videomap.ids, m�thode de classe qui renvoie les sous maps d'un fichier * Zinc-utils dans ce module, d�finition des fonctions utilitaires de zinc * graphics : Ajout de nouvelles classes d'objets : Actuellement RoundedRectangle * add param backward_compatibility to Zinc.Zinc constructor. If it is set, the widget use old format of currentpart and configure * (closes: #2) Thx M. Cousy * Add classes Colors AxialGradientColor RadialGradientColor ConicalGradientColor, color's handler classes * (closes: #3) Thx J. Tseng * (closes: #1) * Add Zinc.ZincItem.bbox * (closes: #4) * (closes: #5) the syntax of tk.call is different of _do then we must deference list * (closes: #7) Thx M. Cousy * Add Zinc.ZINC_NO_PART * Add Zinc.ZincItem.tget Zinc.ZincItem.tsave Zinc.ZincItem.trestore Zinc.ZincItem.tset Zinc.ZincItem.treset * Add Zinc.ZincItem.transform
2005-02-12Starting Mac OS X native portlecoanet
2005-02-12Fixed the __unused macro to avoid a clash with dummy variables used in 64 ↵lecoanet
bits headers
2005-01-24Added a -historywidth attribute to control de width oflecoanet
the past positions. It used to be derived from the track symbol size preventing the use of very big icons.
2005-01-24Fixes for the conditional compilation of the atc code.lecoanet