Age | Commit message (Collapse) | Author |
|
|
|
when creatin named gradient. This was the case for zinc-demos
|
|
|
|
|
|
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: ----------------------------------------------------------------------
|
|
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.
|
|
behavior in fields during a grab.
|
|
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.
|
|
|
|
cases.
|
|
the image due to limitation in Tk 8.0.
|
|
|
|
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.
|
|
|
|
display the cursor.
* (ComputeCoordinates): The bounding box cannot be smaller than
the font height to be able to display the cursor.
|
|
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).
|
|
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.
|
|
Cosmetic changes
|
|
|
|
interfering with the generation of a new pkgIndex.tcl
|
|
* demos/data is now correctly installed.
* When installing pkgIndex.tcl is made from all the library files
found is the target directory, not just the binary modules.
|
|
|
|
|
|
|
|
the option offsets causing core dumps and a wrong
behavior of scrollbars under Windows.
|
|
|
|
|
|
|
|
Added substitution of aux_BINARIES and bin_BINARIES
|
|
|
|
|
|
on exit.
|
|
|
|
|
|
|
|
for fonts.
Suppressed the glGetIntegerv on GL_MAX_TEXTURE_SIZE
which can be erroneous before window mapping.
Disabled the test on max_tex_size until the value
can reliably be read as soon as the widget creation.
The texture for font is increased on the width and the
height in alternance. The limit on texture expansion
will be found at texture creation time and reported
through glGetError.
The structure holding the font parameters used for
openGL is not allocated is an error occur during
font loading. The structure is also properly freed
(this was partially leaking).
|
|
|
|
wi->flags was not properly inited (too late).
Added max_tex_size with a default value of 64.
Shut up some warnings (some not so harmless).
Moved the ZnGetTexFont after the window mapping
is in effect. The same for glGetIntegerv.
|
|
|
|
|
|
under Windows.
|
|
|
|
|
|
Added a state variable for max_tex_size.
|
|
|
|
|
|
|
|
|
|
|
|
|