Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-09 | * (PickCurrentItem, DoEvent): Fixed a couple of problems in | lecoanet | |
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. | |||
2003-05-09 | * (ZN_GRABBED_PART): Added to obtain the right Enter/Leave | lecoanet | |
behavior in fields during a grab. | |||
2003-05-09 | * (Render): 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. | |||
2003-05-09 | *** empty log message *** | lecoanet | |
2003-05-09 | * (ZnGetLeaderAnchors): Corrected a core dump on some bad syntax | lecoanet | |
cases. | |||
2003-05-09 | * (ZnImageTex): in perl/Tk, alpha need to be set to 255 everywhere in | lecoanet | |
the image due to limitation in Tk 8.0. | |||
2003-05-09 | * Fixed missing/buggy text under curves. | 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-05-09 | * (Render): Fixed the marker stippling for openGL | lecoanet | |
2003-05-09 | * (Render, Draw): Drawing is done even for an empty text, just to | lecoanet | |
display the cursor. * (ComputeCoordinates): The bounding box cannot be smaller than the font height to be able to display the cursor. | |||
2003-05-09 | * (ZnCompute...Gradient): Test whether the shape has multiple | lecoanet | |
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). | |||
2003-05-09 | * (Contour): Allocation of points and control arrays is controlled | lecoanet | |
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. | |||
2003-05-09 | Fiexed a bug on a contour winding direction | lecoanet | |
Cosmetic changes | |||
2003-05-09 | Suppressed a misleading link path to the system library | lecoanet | |
2003-05-09 | * Added a note about the installed pkgIndex.tcl | lecoanet | |
interfering with the generation of a new pkgIndex.tcl | |||
2003-05-09 | * Switched back to tclsh to generate pkgIndex.tcl. | lecoanet | |
* 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. | |||
2003-05-09 | Started to add some missing/bugged features | lecoanet | |
2003-04-25 | *** empty log message *** | lecoanet | |
2003-04-25 | *** empty log message *** | lecoanet | |
2003-04-25 | Correct a misalignment between the option array and | lecoanet | |
the option offsets causing core dumps and a wrong behavior of scrollbars under Windows. | |||
2003-04-25 | Some fixes to improve the install process. | lecoanet | |
2003-04-25 | Added a test to install om.dll in the right location on Windows. | lecoanet | |
2003-04-25 | *** empty log message *** | lecoanet | |
2003-04-24 | Bumped the patchlvl | lecoanet | |
Added substitution of aux_BINARIES and bin_BINARIES | |||
2003-04-24 | Added path to build directory in order to find the zinc lib. | lecoanet | |
2003-04-24 | Suppressed dependancy on Tkimg | lecoanet | |
2003-04-24 | Corrected a typo that prevented destruction of the timer | lecoanet | |
on exit. | |||
2003-04-24 | *** empty log message *** | lecoanet | |
2003-04-24 | call wish and not wish8.3 | lecoanet | |
2003-04-24 | New version updated and usable. | lecoanet | |
2003-04-24 | Test the allocation of textures both for images and | lecoanet | |
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). | |||
2003-04-24 | Adjustments for a clean compile with Visual C++. | lecoanet | |
2003-04-24 | Corrected glu.h include. | lecoanet | |
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. | |||
2003-04-24 | *** empty log message *** | lecoanet | |
2003-04-24 | Test for render before trying to allocate default font texture. | lecoanet | |
2003-04-24 | Corrected glu.h include and re-ordered Types.h to correct problems | lecoanet | |
under Windows. | |||
2003-04-24 | In fact really nothing. Just tabulation. | lecoanet | |
2003-04-24 | Corrected the glu.h include. | lecoanet | |
2003-04-24 | Correct include of glu.h. | lecoanet | |
Added a state variable for max_tex_size. | |||
2003-04-24 | *** empty log message *** | lecoanet | |
2003-04-16 | Update for the new make tool chain | lecoanet | |
2003-04-16 | *** empty log message *** | lecoanet | |
2003-04-16 | Some test files for testing the tests | lecoanet | |
2003-04-16 | *** empty log message *** | lecoanet | |
2003-04-16 | Small patches to integrate under Win | lecoanet | |
2003-04-16 | Patch to make it work with fields | lecoanet | |
2003-04-16 | Update from the Windows port and general cleanup/restructure | lecoanet | |
2003-04-16 | Many updates for the 3.2.90 release and new demos | lecoanet | |
2003-04-16 | *** empty log message *** | lecoanet | |
2003-04-11 | *** empty log message *** | lecoanet | |