Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-05 | Changed some int values to float in the computing of the bounding box | lecoanet | |
2005-10-05 | Found at more general way to fix Bug 41. Try to insert the item | lecoanet | |
a bit more cleverly in the dependant list. | |||
2005-10-05 | Fix Bug 41 related to a badly updated connection between | lecoanet | |
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-13 | The fix for the damage problem on i865 doesn't really work reliably. It is off | lecoanet | |
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-13 | Enabled all full refresh on window motion, expose, etc | lecoanet | |
Fixed Destroy prototype. | |||
2005-09-12 | *** empty log message *** | Lecoanet | |
2005-09-12 | Changed all TK_CONFIG_NULL_OK by TK_OPTION_NULL_OK in the | Lecoanet | |
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-12 | Fixed a typo in ZnTransfoCompose when the second transform | Lecoanet | |
is NULL. | |||
2005-09-12 | Added unicode points for tendancy arrows 2197, 2015, 2198 | Lecoanet | |
2005-06-03 | Undo the overly paranoid bug fix for segv when gradient is outside the item | lecoanet | |
2005-05-31 | This patch fixes the previous try to bring a useful value out of an image ↵ | lecoanet | |
attribute. | |||
2005-05-30 | In Perl, when doing an itemcget or itemconfigure on an image, the returned | lecoanet | |
value is now the image object not its name. This should be far more useful. | |||
2005-05-30 | Add 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-25 | Commented some postscript code under perl/tk to make the release. | lecoanet | |
2005-05-25 | Fix a core dump when typing text and the pointer is outside the focused | lecoanet | |
item. | |||
2005-05-25 | Need to reinstate the GL rendering context after using | lecoanet | |
Tk_MeasureChars or Tk_TextWidth under windows. | |||
2005-05-25 | Fix a bug preventing the display of characters above 127 in openGL. | lecoanet | |
2005-05-25 | *** empty log message *** | lecoanet | |
2005-05-25 | Fixed a drawing bug under X occuring on full extent arcs when either | lecoanet | |
X or Y scale is reverted. | |||
2005-05-11 | Suppress 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-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-27 | Declared ZincObjCmd public in the zinc dll for windows. This will enable | lecoanet | |
the C++ wrapper compilation on windows. Modified the copyright to BSD style. | |||
2005-04-14 | Fix a cumulative over-estimate of Curves bboxes (D.etienne) | 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-04-12 | Switched to the native GLU tesselator instead of the buitlin. | lecoanet | |
2005-04-12 | Added the winsock2 header under windows. | lecoanet | |
2005-04-12 | Switched to the native GLU tesselator | lecoanet | |
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-03-22 | Shut up compilation warnings and inconsistencies | lecoanet | |
Suppress private.h and __unused attribute for unused function parameters | |||
2005-02-12 | Fixed the __unused macro to avoid a clash with dummy variables used in 64 ↵ | lecoanet | |
bits headers | |||
2005-01-24 | Added a -historywidth attribute to control de width of | lecoanet | |
the past positions. It used to be derived from the track symbol size preventing the use of very big icons. | |||
2005-01-24 | Fixes for the conditional compilation of the atc code. | lecoanet | |
2005-01-24 | Suppressed the conditional compilation of the anti-overlapping | lecoanet | |
code. Added the conditional compilation of all the atc code. | |||
2005-01-18 | Fixed 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. | |||
2004-10-18 | It is now possible to ask a coordinate from an empty | lecoanet | |
curve/contour without triggering an error. The return value is an empty list. | |||
2004-10-18 | Added a missing ifdef to compile without GL. | lecoanet | |
2004-10-13 | Fixed 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-13 | Fixed 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-13 | Changed the border line size to obtain solid lines in GL | lecoanet | |
2004-10-04 | Fixed a core dump occuring when a 0 width | lecoanet | |
text is scaled or rotated (under X). | |||
2004-09-21 | One more attempt towards a truly working GL initialization | lecoanet | |
code. | |||
2004-09-17 | Added a test on the bounds of the field index in command bbox. | lecoanet | |
2004-09-17 | Edited imte structure to trim out unused variables. | lecoanet | |
2004-09-16 | The optimized code for drawing arcs with X11 is now limited to full | lecoanet | |
extent non rotated arcs (full ellipses aligned on axes). This will improve the coherence between X11 and openGL quite a lot. At the same time it fixes long standing bugs in partial arc handling with X11. | |||
2004-09-09 | Fixed a bug in the parsing of find enclosed/overlapping arguments. | lecoanet | |
The recursive flag was mixed with the inGroup argument. Added a test to the bbox method argument parsing to trap permutation of options (-label -field) and tagOrId specifications. | |||
2004-09-09 | Tentatively fixed a find enclosed/overlapping bug related to | lecoanet | |
whether the search is recursive or not. | |||
2004-09-09 | Suppressed forgotten traces in gradient code. | lecoanet | |
2004-07-30 | *** empty log message *** | lecoanet | |