| 15d5bc79 | 25-Feb-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
PetscDraw X11: Better implementation of option -draw_virtual
* Option -draw_virtual do not open windows, just creates a pixmap * Rework initialization and setup of the PetscDraw_X structure * Better
PetscDraw X11: Better implementation of option -draw_virtual
* Option -draw_virtual do not open windows, just creates a pixmap * Rework initialization and setup of the PetscDraw_X structure * Better sync of window coordinates and sizes * Support -draw_size w,h with w,h in pixels (requires w,h > 1.0) * Option -geometry x,y,w,h no supports negative x,y (wrap around)
show more ...
|
| 1ec20adb | 16-Feb-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
PetscDraw X11: Eagerly destroy the popup windows in PetscDrawDestroy_X()
If the draw type ever change, the subtype should have a chance to decide on the creation of a new popup window. If the draw t
PetscDraw X11: Eagerly destroy the popup windows in PetscDrawDestroy_X()
If the draw type ever change, the subtype should have a chance to decide on the creation of a new popup window. If the draw type is set to null (e.g. as a side-effect of closing the parent draw window),the X11 popup should go away immediately (what would be the point of keeping it alive?)
show more ...
|