summaryrefslogtreecommitdiff
path: root/otk/display.hh
AgeCommit message (Collapse)Author
2003-01-23set the root window, to a color for nowDana Jansens
2003-01-19use arrays instead of vectors for the screeninfos and rendercontrols.Dana Jansens
2003-01-18provide RenderControls to all otk from the display class. initialize them ↵Dana Jansens
all there. try use bitshifts instead of color tables in the TrueRenderControl class for finding correct rgbs. Move the image/pixmap/xftdraw into the surface class, and it maintains them, recreating them when it resizes.
2003-01-17correct a commentDana Jansens
2003-01-13un-static otk::Display. add an operator* to it. make a global ob::display var.Dana Jansens
2003-01-11workaround for swig problemDana Jansens
2003-01-11rm prefixes for all elements in the otk namepsaceDana Jansens
2003-01-09new python callbacks data, infrastructure. going to rework bindings code. ↵Dana Jansens
cvs wont work for shit now. but thats life.
2003-01-07add comment for findScreenDana Jansens
2003-01-07supply python routines for next/prev workspaceDana Jansens
2003-01-06ignore num/caps/scroll lock in eventsDana Jansens
2002-12-31bindings work. now they have a reset key too.Dana Jansens
2002-12-30so close to keybindings. wont link for now.Dana Jansens
2002-11-11manages windows that exist before running.Dana Jansens
2002-11-04documenting classes!Dana Jansens
2002-11-03fix compiling in display.Dana Jansens
make the timer manager work in and of itself
2002-11-03WE DONT USE BASE DISPLAY FOR ANYTHING ANY MORE!!@^!*@*!! YAYDana Jansens
2002-11-03add an OBDisplay class and the old ScreenInfo class to the toolkit.Dana Jansens
wrap the toolkit in the 'otk' namespace it compiles. broke the timer cache tho.