aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2005-01-24Suppressed the conditional compilation of the anti-overlappinglecoanet
code. Added the conditional compilation of all the atc code.
2005-01-18Fixed a big memory leak in Geo.c related to polys and tristrips.lecoanet
Fixed a typo in the find closest command related to atomic groups.
2005-01-16- adding a 3rd param to the openLog function so that the log filemertz
can be diverted to /dev/null
2005-01-16- this test script has been expanded so that memoryleaks can also be testedmertz
- internal memoryleaks (image re-creation) has been fixed - option -memory has been added so that the full tests can be infinetly repeated and memory use can be traced (only on linux > 2.4). Currently this script segfault at some moment for an unknown reason (hints hints!)
2005-01-15correcting e typomertz
removing a forgotten print adding rotate interaction (so that we could for ex. test memoryleaks!)
2004-12-17removing uneeded groups and unneeded curves attributesmertz
2004-11-16modifying a test as from v3.30 the bbox of an empty text is ()mertz
2004-11-12*** empty log message ***lecoanet
2004-11-12Updated and clarified the meaning of -renderlecoanet
2004-11-12*** empty log message ***lecoanet
2004-11-04Window size bug fixetienne
2004-10-21New changelog (MDK10.0 package)lemort
Remove a useless line in the BUILD section (rules)
2004-10-21New changelog after mandrake 9.2 compilationlemort
Do make pure_install instead of make insall to avoid perllocal.pod
2004-10-18It is now possible to ask a coordinate from an emptylecoanet
curve/contour without triggering an error. The return value is an empty list.
2004-10-18Added a missing ifdef to compile without GL.lecoanet
2004-10-18Changed the include paths order to let the compilerlecoanet
pick the standard GL includes before the local ones. This matters for the tesselator code.
2004-10-18*** empty log message ***lecoanet
2004-10-15changing the 3.3 date in the changelogmertz
2004-10-15adding description of the perl MAkefile.PL optionsmertz
2004-10-15correction option du configure (bug report� par B. peccatte) == au lieu de =mertz
2004-10-13Fixed a label bounding box error under GL:lecoanet
the borders being drawn with a thick line the bbox need to be increased in all directions by 1. The label is now maintained at the requested distance regardless of its angular position. Doing so, the leader length is less prone to huge variations especially with longish labels.
2004-10-13Fixed a label bounding box error under GL:lecoanet
the borders being drawn with a thick line the bbox need to be increased in all directions by 1.
2004-10-13Changed the border line size to obtain solid lines in GLlecoanet
2004-10-12*** empty log message ***etienne
2004-10-12*** empty log message ***etienne
2004-10-12Updated ballonhelp.etienne
2004-10-11bug fixetienne
2004-10-11Bug correction in transformations management.etienne
2004-10-11Added a representation of the transformations matrix.etienne
User can update transformations parameters.
2004-10-09configure command is called from inside this script to buildmertz
Zinc.pm and Makefile.PL from Zinc.pm.in and Makefile.PL.in
2004-10-07Added wheelmouse bindings for Tk::Tree and Tk::Text widget. It doesn't work ↵etienne
for Tk::Pane.
2004-10-07Added a new mode to display the X cursor device coordinates.etienne
2004-10-07Windows management.etienne
Added the -expandTagsField options to configure the tags display in attributes window. Code cleanup.
2004-10-05*** empty log message ***lecoanet
2004-10-05*** empty log message ***lecoanet
2004-10-04Fixed a core dump occuring when a 0 widthlecoanet
text is scaled or rotated (under X).
2004-10-01The demo is directly accessible with the keywordlecoanet
demo (without appending Tkzinc).