Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-17 | Suppress a fix made in 3.3.2 which causes deselection of the current | lecoanet | |
context during rendering or running out of hdcs. I don't remember why this fix was need in the first place. | |||
2006-10-17 | Ported to Mac Os (without X11). | lecoanet | |
2006-10-17 | Fix an unreleased GL context in Render causing windows to give up | lecoanet | |
after a while. | |||
2005-10-18 | LabelFormat filed width adjustments can be be negative to allow | lecoanet | |
for small negative jerning of the fileds. | |||
2005-10-07 | Fixed a rounding problem causing an ugly text when alignment is center (GL). | lecoanet | |
2005-09-12 | *** empty log message *** | Lecoanet | |
2005-05-25 | Need to reinstate the GL rendering context after using | lecoanet | |
Tk_MeasureChars or Tk_TextWidth under windows. | |||
2005-05-10 | Merge of the newly developped postscript code (still not fully functional). | lecoanet | |
2005-04-27 | Modified the copyright to BSD style. | lecoanet | |
2005-04-13 | Expanded the tabs into spaces to make the indenting independant of | lecoanet | |
the editing environment (emacs vs vi for example). | |||
2005-03-22 | Suppressed __unused attribute, this will be dealed with | lecoanet | |
by the gcc directive -Wno-unused-parameter and VC++ does not care about these anyway. | |||
2005-02-12 | Fixed the __unused macro to avoid a clash with dummy variables used in 64 ↵ | lecoanet | |
bits headers | |||
2004-10-13 | Changed the border line size to obtain solid lines in GL | lecoanet | |
2004-05-19 | Fixed te core dump under openGL. The code wasn't adapted for | lecoanet | |
the deferred font loading, ooops. | |||
2004-05-07 | Changed the GL line width of borders. This should shut up | lecoanet | |
a trace leaving bug observed in some cases. | |||
2004-04-30 | Modification of ZnQueryAttribute signature | lecoanet | |
2004-03-23 | Changes related to OpenGL context handling (only one context per display) ↵ | lecoanet | |
and patches to avoid using widget structure in image cache */ | |||
2004-03-03 | Added (commented) traces. | lecoanet | |
2003-10-02 | The patterns and icons are updated when images change. | lecoanet | |
The font texture is loaded when doing the first drawing. Changed the api of ZnConfigureAttributes. | |||
2003-06-16 | Use of ZnGetGradientPixel in X. | lecoanet | |
2003-05-09 | * (RenderField): Fixed the pattern filling under openGL. Stippling | lecoanet | |
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-04-24 | In fact really nothing. Just tabulation. | lecoanet | |
2003-04-16 | Update from the Windows port and general cleanup/restructure | lecoanet | |
2003-03-17 | Correction de warnings | lecoanet | |
2002-12-20 | Passage en UTF8 pour la version Tcl | lecoanet | |
2002-11-05 | Ajout du param�tre fan a TRI_STRIP1 | lecoanet | |
2002-09-26 | * Corrections assurant une compilation correcte sans GLX. | lecoanet | |
2002-09-09 | * (DrawField): Correction de l'affichage parasit� sur | lecoanet | |
la selection du 1er field d'un tabular/etiquette en X. * Correction de bugs r�siduels suite au changement de la repr�sentation d'un texte vide. * (FieldsEngine): Correction du bug de selection qui montrait la selection dans tous les champs apr�s le champ manipul�. | |||
2002-09-02 | * Remplacement de la convention qu'un texte vide est repr�sent� | lecoanet | |
par une chaine vide par un texte vide est repr�sent� par un pointeur NULL. | |||
2002-07-05 | * (FieldsEngine): Le curseur n'�tait plus affich� si il n'y avait | lecoanet | |
plus de caract�res. * (FieldsEngine): Le curseur �tait affich� dans tous les champs > au champ actif. | |||
2002-05-31 | Adaptation suite au changement de ZnRenderImage | lecoanet | |
2002-05-29 | Ajout d'un include pour corriger des warnings en Tcl. | lecoanet | |
2002-05-27 | * (FieldPointToChar): Corrige un core dump du � une variable | lecoanet | |
initialis�e trop tard. Affectait l'edition de texte dans les champs. | |||
2002-05-16 | Adaptations suite � la modification du code des images et des fontes. | lecoanet | |
Modification des types des attributs pour coller � la doc. Correction d'un bug de clonage des fields, on tentait de dupliquer un label format sur un groupe de champs vide. Am�lioration du traitement d'erreur sur la spec de field dans ConfigureField, QueryField, FieldIndex, FieldInsertChars, FieldDeleteChars, FieldCursor, FieldSelection. Correction du code de dessin des images dans les fields sous X. Elles ne pouvaient pas �tre clipp�e correctement si elles avaient un masque. En plus on utilisait la fonction Tk_RedrawImage. Les bordures de champs n'�taient pas dessin�es en GL, l'alpha n'�tant pas compos� correctement et l'�paisseur de trait � �t� port�e � 1.5. | |||
2002-04-11 | Simplification du protocole de DrawFields, RenderFields, | lecoanet | |
FieldInsertChars, FieldDeleteChars suite au changement de variable dans FieldSet: au lieu de m�moriser wi on m�morise l'item correspondant au fieldset c'est plus logique et �a offre plus de possibilit�s. Correction d'un bug dans DeleteChars et InsertChars: il faut effacer le cache de layout des fields et prevenir l'appelant afin qu'il programme un recalcul de g�om�trie. Int�gration des nouveaux indices: bol, eol, bow, eow, up, down. Mise � jour des indices de s�lection et d'insertion lors d'une reconfiguration du texte (bug). | |||
2002-04-08 | *** empty log message *** | lecoanet | |