Age | Commit message (Collapse) | Author |
|
|
|
|
|
the C++ wrapper compilation on windows.
Modified the copyright to BSD style.
|
|
|
|
the editing environment (emacs vs vi for example).
|
|
|
|
|
|
|
|
by the gcc directive -Wno-unused-parameter and VC++
does not care about these anyway.
|
|
Suppress private.h and __unused attribute for unused
function parameters
|
|
bits headers
|
|
the past positions. It used to be derived from the track
symbol size preventing the use of very big icons.
|
|
|
|
code.
Added the conditional compilation of all the atc code.
|
|
Fixed a typo in the find closest command related to atomic groups.
|
|
curve/contour without triggering an error. The return
value is an empty list.
|
|
|
|
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.
|
|
the borders being drawn with a thick line
the bbox need to be increased in all directions
by 1.
|
|
|
|
text is scaled or rotated (under X).
|
|
code.
|
|
|
|
|
|
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.
|
|
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.
|
|
whether the search is recursive or not.
|
|
|
|
|
|
working with Mesa.
A (hopefully) more useful warning is emitted when openGL
rendering is not good enough (most often 24 bits buffer
or stencil not available).
Tweaking and bending in the openGL init code to make it
work better.
|
|
complex clipping shape.
CVS: ----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS: ' are removed automatically
CVS: committing files:
CVS: /home/lecoanet/TCLTK/Tkzinc-3.2.99/generic/Group.c
CVS:
CVS: Type C-c C-c when done or C-c C-d to abort.
CVS: ----------------------------------------------------------------------
|
|
The error prevented the correct encoding of codes > 127.
|
|
specification) which was completly wrong for axial gradients.
Fix some other minor bugs in gradient structure initialisation.
CVS: /home/lecoanet/TCLTK/Tkzinc-3.2.99/generic/Color.c
CVS:
CVS: Type C-c C-c when done or C-c C-d to abort.
CVS: ----------------------------------------------------------------------
|
|
without GL defined.
|
|
|
|
the deferred font loading, ooops.
|
|
for the display when no widget is passed in. This is the case when
freeing image or font texture.
Enabled the context freeing for the last widget on a given display.
Both patches together should fix the crash on MacOS.
|
|
|
|
can be called by the -field and -label options.
|
|
really needed under windows (Perl).
|
|
|
|
|
|
Fixed the GL redrawing problem occuring under Windows after
a window move and under Linux when the window was clipped
by the screen border.
The graphic context is freed when no longer needed, (no more
zinc windows on a given display). This code is suspended on
Linux because of a problem (perhaps in nvidia driver) causing
a random) crash of the server.
Fixed under Windows the problem of activating a GL context
for freeing resources after the destruction of a widget.
Now a list of active widgets is kept and the code activate
a remaining widget in the same context.
Fixed default GL font loading.
|
|
|
|
occuring under windows. This time GL fonts loading is
deferred to just before drawing. This fix the drawing
problem that occured the first time a window was mapped
(and may be other problems has well).
|
|
|
|
at init or configure time (there is a deferring list).
|
|
ensure that render will be reset has soon has possible if
GL is not there. It will _stay_ set if we discover later that
GL is not available. This will fix a rather bewildering situation
when using images: The image is created for GL, then all of a sudden
accessed in an X11 context.
Fixed the event emitting code so that enter/leaves are not emitted
(or omitted) out of sequence.
|
|
|
|
|