Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-18 | A very first test for bbox (to reproduce a 3.2.98 bug) | mertz | |
2004-05-17 | *** empty log message *** | mertz | |
2004-05-14 | *** empty log message *** | lecoanet | |
2004-05-14 | *** empty log message *** | lecoanet | |
2004-05-14 | *** empty log message *** | lecoanet | |
2004-05-14 | Restored the Types.h inclusion. It is really needed for correct | lecoanet | |
function prototyping under Windows/Perl. | |||
2004-05-14 | Suppressed the fieldbbox command. It has been merged with bbox and | lecoanet | |
can be called by the -field and -label options. | |||
2004-05-14 | Restored the locally defined X function prototypes. They are | lecoanet | |
really needed under windows (Perl). | |||
2004-05-14 | Suppressed the uneeded inclusion of tkFont.h | lecoanet | |
2004-05-14 | Commented #define NOGDI to be able to cross compile with mingw32 | lecoanet | |
2004-05-14 | *** empty log message *** | lecoanet | |
2004-05-14 | Suppressed fieldbbox command. | lecoanet | |
2004-05-12 | modifying some test to take into account differences in $zinc->get(-tile) ↵ | mertz | |
returned values between perl-tk 800 and perl-tk 804 | |||
2004-05-12 | coords of tabular is now again a flat list of x and y | mertz | |
2004-05-11 | *** empty log message *** | lecoanet | |
2004-05-10 | *** empty log message *** | lecoanet | |
2004-05-10 | Fixed a typo in variable naming | lecoanet | |
2004-05-10 | Suppressed all OutputDebugString traces. | lecoanet | |
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. | |||
2004-05-10 | *** empty log message *** | lecoanet | |
2004-05-10 | Reworked once more the font loading code to fix a bug | lecoanet | |
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). | |||
2004-05-10 | Changes to remove Windows warnings. | lecoanet | |
2004-05-10 | Changed the point when the GL fonts are loaded. It is now | lecoanet | |
at init or configure time (there is a deferring list). | |||
2004-05-10 | Tried to reduce dependancies to the rest of the code (headers); | lecoanet | |
This was done to limit the warnings due to redefined functions | |||
2004-05-10 | *** empty log message *** | lecoanet | |
2004-05-07 | removing typos, unneeded print... | mertz | |
2004-05-07 | correcting some export bugs | mertz | |
2004-05-07 | Switched from pack to grid; Demos are put in a namespace; No more name ↵ | lecoanet | |
aliases for fonts | |||
2004-05-07 | openatc.org => tkzinc.org | mertz | |
typos... | |||
2004-05-07 | adding some info in the test, to better localized bugs | mertz | |
2004-05-07 | typo in comment | mertz | |
2004-05-07 | adding a trest for tabular with labelformat and non-empty fields | mertz | |
2004-05-07 | *** empty log message *** | lecoanet | |
2004-05-07 | Switched from pack to grid; Demos are put in a namespace | lecoanet | |
2004-05-07 | Slightly rearranged the init sequence for openGL. This will | lecoanet | |
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. | |||
2004-05-07 | Suppressed traces | lecoanet | |
2004-05-07 | Fixed a typo in the class structure | lecoanet | |
2004-05-07 | Changed the GL line width of borders. This should shut up | lecoanet | |
a trace leaving bug observed in some cases. | |||
2004-05-07 | Fixed a bug when trying to draw an unkown character in GL. | lecoanet | |
2004-05-07 | Suppressed the constraint on python < 2.2 | lecoanet | |
2004-05-07 | First cut at a packaging for Windows | lecoanet | |
2004-05-07 | *** empty log message *** | lecoanet | |
2004-05-03 | *** empty log message *** | lecoanet | |
2004-05-03 | Fix a very nasty memory bug under Perl/Tk windows. | lecoanet | |
2004-04-30 | Added an include of the tkIntPlatDecls.m header and | lecoanet | |
suppressed a reference to the panic function to compile for Perl/Tk on Windows. | |||
2004-04-30 | Added cast for a clean compile under Windows | lecoanet | |
2004-04-30 | Adaptation for compilation on Windows and Perl. | lecoanet | |
Creation of new global variables including the tesselator and the temporary lists. The tesselator common code is now in this module. Introduction of the new option configuration code for Perl/Tk 804 and Tcl. The Perl/Tk 800 code still use the old API. Reworking of the initialisation and switching of the drawable, backbuffer and openGL contexts. The initialisation is now done when receiving the map event. This still is not perfect on Windows. Fixed the scrollbar protocol. It should now work like the canvas in all configurations. Fixed the Coords command. It now correctly returns a point as a flat list when requested a single point or when the item has only one coordinate. Some cast to smooth out the compile on Windows. Changes in the signature of ZnAttributesInfo. The scissors used when redrawing in openGL are desactivated during resize and expose. It doesn't work when under those conditions. In Windows a full redraw is forced when entering the window to compensate for the same bug after a window move. | |||
2004-04-30 | Rewritting of the font texture code. | lecoanet | |
Adaptation of the code needing GL context activation. | |||
2004-04-30 | Introduced a new Tcl_ObjType "attribute" that is able to | lecoanet | |
cache the attribute look up from one invocation to the other. This could speed up slighty the code. Available only in Tcl. | |||
2004-04-30 | New ZnQueryAttribute signature | lecoanet | |
Reworked class structure. Some casts for a smooth compile on Windows. Use of TkPutImage instead of XPutImage for Windows portability. Use of the new global variables. Change in the Render method to reflect the new text drawing code. | |||
2004-04-30 | replacing www.openatc.org/zinc with www.tkzinc.org | mertz | |