From: Rafael L. <rla...@us...> - 2001-02-26 14:57:28
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv15847 Modified Files: gnome.c Log Message: * Started restructuration and clean up of the code. It is still very ugly. * Some bugs have been fixed, in particular, the canvas get the keyboard focus always even visible. The user can then use the "-" and "=" keys to zoom out or in respectively (the magnification factor has been changed to sqrt(2).) * The ESD daemon is shutdown when the Gnome driver is initialized as a standalone application. * Removed stupid redefinition of PLD_gnome. * Implemented changes resulting from recent discussion in plplot-core about the units of pen width. I hardcoded this unit to be 1/360 inches and the canvas is initialized with a default resolution of 0.2 pixels per milimeter. In order to have nice looking graphics, I put a lower limit on pen width at 3. * This version is still at alpha level (regardless of the good things Alan Irwin may say about it :-) |