| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add a new Size class.
Rect, Point, and Size are immutable classes.
Size uses *UNSIGNED* ints. This is causing me headaches * a bajillion right now, so we'll see about that.
|
|
|
|
|
|
|
|
|
|
save the fixed_width/fixed_height when doing an internalResize
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from a texture to a color when a color had been set previously
|
|
|
|
base otk widget. working on compressing focus events and handling them etc.
|
|
|
|
|
|
|
|
|
|
|
|
add the basewidget class
|
|
|
|
|
|
|
|
|
|
dont delet eshit in the style from button's destructor
|
|
|
|
root, to be shown on the display.
Exit when all the "root windows" are hidden.
Support the WM_DELETE protocol to hide a "root window".
|