Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-09 | - focus method may have an itemPart argument | mertz | |
- -color option of an icon containing an image can be used to set the alpha | |||
2003-07-08 | slight modification to make the demo interesting even without | mertz | |
a gradient in the background | |||
2003-07-08 | The color*pl demo do not die any more when there is no openGL. However they | mertz | |
display a string explaining that there is no gradient without openGL support | |||
2003-07-08 | the refman.pdf is no more compressed (it makes it easier to read!) | mertz | |
2003-07-08 | Zetris now works even without openGL. It is just ugly! | mertz | |
2003-07-07 | correction tabbox | vinot | |
2003-07-07 | ajout de textes type 'Zinc doc' � la demo TabBox | vinot | |
2003-07-07 | modif fonction roundedRectangleCoords | vinot | |
suppression des points redondants (cas extremes type hippo de points de r�f�rence confondus) | |||
2003-07-04 | ajout d'un tag n�cessaire � la demo tkZincLogo.pl | mertz | |
2003-07-04 | - using openGL if available. Otherwise, curves are just slightly | mertz | |
less nice - formating the printed coordinates as integers | |||
2003-07-03 | modification des coordonn�es de shape du logo | vinot | |
2003-07-03 | affichage de la version de Zinc dans le titre de la fenetre | mertz | |
2003-07-03 | corrections bugs | vinot | |
2003-07-03 | correction bugs | vinot | |
2003-07-03 | correct bugs | vinot | |
2003-07-03 | *** empty log message *** | vinot | |
2003-07-03 | modify fonts, zoom scale and lens coords | vinot | |
2003-07-03 | *** empty log message *** | vinot | |
2003-07-03 | add some interactions | vinot | |
circus items (button interaction) polygons items (rotate interaction) use conical gradient change default font | |||
2003-07-02 | modif mineure : ./configure => ./configure <option>* | mertz | |
2003-07-02 | inital release | mertz | |
2003-07-01 | Correction de bug sur retours de fonction non scalaires. | etienne | |
2003-06-27 | Descriptinos du nouveau gradient conique et des nouveaux parametres | mertz | |
possibiles pour les gradients Ajout des delta de la 3.2.94 | |||
2003-06-25 | *** empty log message *** | etienne | |
2003-06-25 | Affichage correct des coordonn�es d'un item triangles. | etienne | |
2003-06-24 | modifs faites par Daniel et Christophe | mertz | |
2003-06-24 | Zinc::Graphics get its right name: Tk::Zinc::Graphics | mertz | |
2003-06-24 | a new demo : the magic lens by JLV! | mertz | |
2003-06-24 | Some slight cleaning of Graphics in function names, export etc.... | mertz | |
2003-06-24 | Mise � jour instanciation du logo | etienne | |
Tk:Zinc::Logo->new(-widget => $zinc, ...) remplace $zinc->ZincLogo(...) | |||
2003-06-24 | Ajout de la librairie Zinc::Graphics de JLV | mertz | |
et d'une demonstration faite par JLV | |||
2003-06-20 | Prise en compte dans les demos du nouvel emplacement du module Logo. | etienne | |
Ecriture d'un petit man Tk::Zinc::Logo. | |||
2003-06-18 | adding some conical and path gradients in the demos | mertz | |
2003-06-18 | adding parameters to the axial gradient to limit the span of the gradient | mertz | |
2003-06-18 | suppression de la mention du copyright relatif � GPC qui n'est plus utilis� | mertz | |
2003-06-17 | *** empty log message *** | etienne | |
2003-06-17 | ZincTraceUtils, Tk::ZincText and LogoZinc are renamed | etienne | |
Tk::Zinc::TraceUtils, Tk::Zinc::Text and Tk::Zinc::Logo. ZincTrace et ZincTraceErrors which load Tk::Zinc::TraceUtils need update. | |||
2003-06-17 | *** empty log message *** | lecoanet | |
2003-06-17 | *** empty log message *** | lecoanet | |
2003-06-16 | Added a syntax describing the center and angle for conical | lecoanet | |
gradients. | |||
2003-06-16 | *** empty log message *** | lecoanet | |
2003-06-16 | Use of the new ZnGetGradientPixel when possible. | lecoanet | |
Adaptation for the new gradient structure. Added the processing of conical gradients. Simplified gradient preparation only one function need to be called ZnComputeGradient. | |||
2003-06-16 | Simplification of gradient prep. | lecoanet | |
2003-06-16 | Changes in the structure to match the vector syntax and | lecoanet | |
the new gradient type. | |||
2003-06-16 | * Added a new gradient type: conical which is described | lecoanet | |
by a center and an angle or a vector. * Added alternative vector based gradient syntax. This is effective in axial and radial gradient types. * (ZnGetGradient): angle, position, control can be real numbers | |||
2003-06-16 | * Use of the new ZnGetGradientPixel when possible | lecoanet | |
* (ZincObjCmd): Fixed a core dump when destroying zinc after an error occured during the first Configure. The tesselator got inited a bit late. | |||
2003-06-16 | Added a new quality grade for circles ZN_CIRCLE_FINER | lecoanet | |
2003-06-16 | Simplified the grdient prep/drawing interface. | lecoanet | |
Use of the new ZnGetGradientPixel function in X. Added an optimized case for tile filed rectangles when they are aligned with the pixel matrix (openGL). This can dramatically boost performances on some applications. | |||
2003-06-16 | Use of ZnGetGradientPixel in X. | lecoanet | |
2003-06-16 | * Simplified the gradient prep/drawing interface. | lecoanet | |
* Use of the new ZnGetGradientPixel function in X * (Pick): Changed the picking method used for curve interiors. The new one is based on triangle strips/fans not on the outlines. |