aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-06-16 * Use of the new ZnGetGradientPixel when possiblelecoanet
* (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-16Added a new quality grade for circles ZN_CIRCLE_FINERlecoanet
2003-06-16Simplified 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-16Use 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.
2003-06-16Simplified the gradient routines interface.lecoanet
Use of the new ZnGetGradientPixel instead of ZnGetGradientColor in X.
2003-06-16 * Changed <GL/glu.h> to "glu.h" to fully encapsulatelecoanet
the tessalator in the local directory
2003-06-16*** empty log message ***lecoanet
2003-06-13- a small section describes the condition for an itme to catch an eventmertz
- up-to-date description of ZincTrace and ZincTraceErrors modules
2003-06-13ajout de pr�cisions sur la compilation en Perl/Tkmertz
2003-06-04Ajout du module ZincTraceErrors qui trappe les erreurs Zinc et afficheetienne
pour chaque erreur l'instruction et le message d'erreur. Factorisation de code dans ZincTraceUtils.pm
2003-05-26Les contours multiples sont reproduits quand on reg�n�re le code.etienne
2003-05-20Possibilit� de g�n�rer du code perl � partir de l'arbre des items,etienne
en s�lectionnant une branche ou une feuille. Mise � jour du man. Mise � jour de l'aide en ligne
2003-05-16*** empty log message ***lecoanet
2003-05-16Fix the fix for Rendering text under ptk....hmmmm!!lecoanet
2003-05-16*** empty log message ***lecoanet
2003-05-16Commented out the utf8 conversion in Render (ptk)lecoanet
2003-05-16correction vilaine coquilleetienne
2003-05-16*** empty log message ***lecoanet
2003-05-16Added support for vector style specification of gradientlecoanet
2003-05-16Modification of gradient syntax to support vector style specificationlecoanet
2003-05-16Plutot que redefinir Tk::Methods, on surcharge Tk::Zinc::WidgetMethod. Ainsi,etienne
ZincDebug ou un autre plugin peut etre charg� avant ZincTrace.
2003-05-16 * (ComputeCoordinates): Modified the processing oflecoanet
the white space/tab causing a line break when a -width limiting atribute is in effect. The extra space used to be located at the beginning of the new line. Now it is suppressed. Other white spaces are still displayed at the begining of the line. The new behavior seems more natural.
2003-05-16 * (Destroy): Added a test on the patterns used inlecoanet
the symbol list before destroying them.
2003-05-16 * Fixed a bug on MAX_CHAR preventing display of accentedlecoanet
letters (the most useful ones. * (ZnImageTex): Alpha can be safely (?) loaded both for perl/tk and tk. This is valid only under GL. * (SuckGlyphsFromServer): Trapped a potential problem with some fonts reporting zero width. Improved error report. The maximum width was computed on M and W. If those characters were missing, a zero pixmap allocation occured. Now the max width is computed on the real characters.
2003-05-16 * (ZnCompute...Gradient): Stopped trying to be clever aboutlecoanet
which contour should contribute to the gradient extent. All contours are considered regardless of their direction. This fix a bug on many curve whose first (main contour) is described clockwise.
2003-05-16 * (insertChar): fixed the signedness of the char code.lecoanet
* Fixed a bad binding for inserting \n characters
2003-05-16 * Added the documentation to the tk packagelecoanet
* Swap Tk-Python and Perl installation so that the perl/tk library is left in the main directory after packaging.
2003-05-16- default priorities have been updated, according recent changesmertz
- some precision on use of a lnln format for a field in a labelformat, when other fields sizes are changing - more precision on connecteditem (about group and connectable item) ... still not complete
2003-05-16the contour used to make a not rectangulaire window (Xfree shape extension)mertz
has been made cocave so to go around a TkZinc bug
2003-05-13displaying TkZinc version at the top of the demo listmertz
2003-05-13If this module is read more than once, it does no bug anymoremertz
when creatin named gradient. This was the case for zinc-demos
2003-05-12correction warningetienne
2003-05-09*** empty log message ***lecoanet
2003-05-09Temorarily suppressed dependencies (cause tk8.4 not available)lecoanet
CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS: ' are removed automatically CVS: committing files: CVS: /home/lecoanet/TCLTK/Tkzinc/debian/control CVS: CVS: Type C-c C-c when done or C-c C-d to abort. CVS: ----------------------------------------------------------------------
2003-05-09 * (PickCurrentItem, DoEvent): Fixed a couple of problems inlecoanet
Enter/Leave generation during grabs. * Fix a segfault occuring when asking for the ancestors of an unknown item. * In Contour, the contour reverting was done on the shared point array given by GetClipVertices/GetContours, not on the new unshared array. * It is now possible to add a polygonal (non simple) contour from an item that export only the GetClipVertices method. In the past it was only possible to add bounding boxes via this method. This is important for rotated rectangles for example.
2003-05-09 * (ZN_GRABBED_PART): Added to obtain the right Enter/Leavelecoanet
behavior in fields during a grab.
2003-05-09 * (Render): Fixed the pattern filling under openGL. Stipplinglecoanet
can't be used to fill patterns. Now texture mapping is used instead. As a side effect -fillpattern and -tile use the same internal variable reducing memory requirements.
2003-05-09*** empty log message ***lecoanet
2003-05-09 * (ZnGetLeaderAnchors): Corrected a core dump on some bad syntaxlecoanet
cases.
2003-05-09 * (ZnImageTex): in perl/Tk, alpha need to be set to 255 everywhere inlecoanet
the image due to limitation in Tk 8.0.
2003-05-09 * Fixed missing/buggy text under curves.lecoanet
2003-05-09 * (RenderField): Fixed the pattern filling under openGL. Stipplinglecoanet
can't be used to fill patterns. Now texture mapping is used instead. As a side effect -fillpattern and -tile use the same internal variable reducing memory requirements. * (FieldsEngine, RenderField, DrawField): Changes to enable cursor drawing even if the empty string is displayed.
2003-05-09 * (Render): Fixed the marker stippling for openGLlecoanet
2003-05-09 * (Render, Draw): Drawing is done even for an empty text, just tolecoanet
display the cursor. * (ComputeCoordinates): The bounding box cannot be smaller than the font height to be able to display the cursor.
2003-05-09 * (ZnCompute...Gradient): Test whether the shape has multiplelecoanet
contours to skip clockwise contours in computing the gradient bbox. This enable the description of a filled clockwise mono contour. * (ZnRenderTile): Slightly changed to enable drawing patterns using the same routine depending on the image status (photo or bitmap).
2003-05-09 * (Contour): Allocation of points and control arrays is controlledlecoanet
by the Contour procedure in tkZinc.c so there no point in duplicating the effort here. Moreover the extra space is never deallocated. * (Render): Fixed the pattern filling under openGL. Stippling can't be used to fill patterns. Now texture mapping is used instead. As a side effect -fillpattern and -tile use the same internal variable reducing memory requirements. * (Init): Properly initialize the winding direction of the first contour given at creation time.
2003-05-09Fiexed a bug on a contour winding directionlecoanet
Cosmetic changes
2003-05-09Suppressed a misleading link path to the system librarylecoanet
2003-05-09 * Added a note about the installed pkgIndex.tcllecoanet
interfering with the generation of a new pkgIndex.tcl