aboutsummaryrefslogtreecommitdiff
path: root/generic
AgeCommit message (Collapse)Author
2006-09-01Forgotten a semicolon in ZnQueryLabelPositionlecoanet
2006-09-01Fix _fset_label_angle prototype in OmRegister, the reason parameter was omitted.lecoanet
2006-08-30Fix an error in y reporting in ZnQueryLabelPosition. It has been introduced ↵lecoanet
when AdjustLabelDistance has been added.
2006-08-29Fixed bug #50. The bounding box was incorrect. Values reported by bboxlecoanet
were erroneous and drawing under X11/GDI was incorrect as a result.
2006-08-29Added a -catchevent attribute that specifies whether an item should handlelecoanet
events or act as a decorating object. Groups can be controlled too, there catching state propagates to their children.
2006-08-28Added a -catchevent attribute that specifies whether an item should handlelecoanet
events or act as a decorating object. Groups can be controlled too, there catching state propagates to their children.
2006-08-22Fix bug #60. Forgot enclosed and closest.lecoanet
2006-08-22Fix bug #60. The method reported the correct result but mixed with a spuriouslecoanet
error message which was not cleared. This should have been fixed.
2006-08-22Adjusted the SetLabelAngle signaturelecoanet
2006-08-21Signature for ZnSetLabelFromOm has been extended with a reason parameter.lecoanet
This patch makes this parameter a permanent part of the signature. It'll not be possible to suppress it by the OM_TECH define. In this way the interface is more predictible, the signature is constant.
2006-08-21Fix an unitialized variable in tcompose causing a core dump in some cases.lecoanet
2006-08-17Fix bug #63. The tcompose second transform was not processed due to a typo.lecoanet
2006-08-16* Added a compilation selectable attribute -omtechstuff to ease debugginglecoanet
anti-overlapping algorithms. It is intended to report decision making data from the algorithm. It can be compiled by defining OM_TECH. * Fixed a bad reported position in return from ZnQueryLabelPosition. Now the same algorithm is used by the widget for its internal use and for reporting purposes.
2006-08-16Suppressed irrelevant commentlecoanet
2006-02-14Fix the bug 58 about a miscalculated bbox (not centered.lecoanet
2005-12-02Ooops a typo prevented the previous patch from working.lecoanet
2005-12-02Fix the core dump cause by some gradients. Bug 51.lecoanet
2005-11-25Fix the change of type on angles.lecoanet
2005-11-25Angles are seen as floating point numbers (they are still integers inside).lecoanet
2005-11-25Improved the error reporting of the transform methods.lecoanet
2005-10-19Added some code to do high precision timing in the main drawing functionlecoanet
Repair(). Tkzinc now test whether the tagOrIdOrTransform given to translate is not the empty string (cf zinc-anim and D Etienne).
2005-10-19Added the function ZnPointCartesianToPolar that is the reciprocal oflecoanet
ZnPointPolarToCartesian.
2005-10-19Integrated a patch from D Pavet. This patch keep the angular positionlecoanet
of the leader in sync when changing the leader position with -labeldx and -labeldy.
2005-10-18LabelFormat filed width adjustments can be be negative to allowlecoanet
for small negative jerning of the fileds.
2005-10-18Changed the text texture filtering to linear. This should provide betterlecoanet
looking text when scaled/rotated.
2005-10-07Fixed a rounding problem causing an ugly text when alignment is center (GL).lecoanet
2005-10-05Changed some int values to float in the computing of the bounding boxlecoanet
2005-10-05Found at more general way to fix Bug 41. Try to insert the itemlecoanet
a bit more cleverly in the dependant list.
2005-10-05Fix Bug 41 related to a badly updated connection betweenlecoanet
tracks or waypoints. The update was dependant on the connection ordrer between items. This bug induced a bad bounding box and thus a failure to correctly detect enter/leaves on the connection.
2005-09-13The fix for the damage problem on i865 doesn't really work reliably. It is offlecoanet
now. The real fix is not using damage at all on these plateforms. On Nvidia it is quite safe to use damage though.
2005-09-13Enabled all full refresh on window motion, expose, etclecoanet
Fixed Destroy prototype.
2005-09-12*** empty log message ***Lecoanet
2005-09-12Changed all TK_CONFIG_NULL_OK by TK_OPTION_NULL_OK in theLecoanet
option table Fixed a missing font_tfi initialisation when ATC code conditionally removed Rearranged the code for destroying a window. The Damage optimization under GL should now work on all video cards whether the buffer swapping occurs by copying or by actually swapping.
2005-09-12*** empty log message ***Lecoanet
2005-09-12Fixed a typo in ZnTransfoCompose when the second transformLecoanet
is NULL.
2005-09-12Added unicode points for tendancy arrows 2197, 2015, 2198Lecoanet
2005-06-03Undo the overly paranoid bug fix for segv when gradient is outside the itemlecoanet
2005-05-31This patch fixes the previous try to bring a useful value out of an image ↵lecoanet
attribute.
2005-05-30In Perl, when doing an itemcget or itemconfigure on an image, the returnedlecoanet
value is now the image object not its name. This should be far more useful.
2005-05-30Add a test on the coordinates of a gradient when specified as 2 points. The ↵lecoanet
corner should be greater than the origin. Fixed a bug causing a segv when either a gradient is specified either fully on the right or on the left of the filled object.
2005-05-25Commented some postscript code under perl/tk to make the release.lecoanet
2005-05-25Fix a core dump when typing text and the pointer is outside the focusedlecoanet
item.
2005-05-25Need to reinstate the GL rendering context after usinglecoanet
Tk_MeasureChars or Tk_TextWidth under windows.
2005-05-25Fix a bug preventing the display of characters above 127 in openGL.lecoanet
2005-05-25*** empty log message ***lecoanet
2005-05-25Fixed a drawing bug under X occuring on full extent arcs when eitherlecoanet
X or Y scale is reverted.
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-10Merge of the newly developped postscript code (still not fully functional).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.