summaryrefslogtreecommitdiff
path: root/otk
AgeCommit message (Collapse)Author
2003-02-12kill all the old commented vars in rendercontrol.hhDana Jansens
add some preliminary vars in pseudorendercontrol.hh
2003-02-12make all the rendering code in RenderControl. use true/pseudo RenderControl ↵Dana Jansens
classes just for reducing the pixel32 data to the appropriate bitdepth.
2003-02-12can draw icons in truecolor!Dana Jansens
2003-02-12increment xDana Jansens
2003-02-11start on the rendering images codeDana Jansens
2003-02-11free the surfaces' pixeldata after rendering itDana Jansens
2003-02-11add skeleton for RenderControl::drawImageDana Jansens
2003-02-11add RenderControl::drawMaskDana Jansens
2003-02-11store the pixel32 data in the surface so it can be reusedDana Jansens
2003-02-11new key code with keyboard grabs and such, thanks to ManMower. Kills the ↵Dana Jansens
"key leak" bug, and makes everything work better and faster! woot
2003-02-10add _NET_DESKTOP_LAYOUT and _NET_SHOWING_DESKTOPDana Jansens
2003-02-10use a solid color for the default backgroundDana Jansens
2003-02-10layout fixes, give widgets a default texture, etc.Dana Jansens
2003-02-10set the _textDana Jansens
2003-02-09use parentrelative when theres no texture setDana Jansens
2003-02-09use the c++ std cheadersDana Jansens
2003-02-09signed ints instead of unsigned ints again. less pain. pain bad.Dana Jansens
2003-02-08mad optimizationsDana Jansens
2003-02-08udpate to new apiDana Jansens
2003-02-08stacked cycling menu works now. add a highlighted flag to otk widgetsDana Jansens
2003-02-08rm the headers that are no longer existingDana Jansens
2003-02-08add the new size class' headerDana Jansens
2003-02-08Brand spankin new widgets for otk (Label and Button).Dana Jansens
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.
2003-02-06make "make dist" work, compiler flags cleanupsDana Jansens
2003-02-05new swig build system. much better. yay.Dana Jansens
2003-02-05dont make wrap a subdir of otkDana Jansens
2003-02-05move the otk wrapper stuff into its own dirDana Jansens
2003-02-05provide pkg-config info for libotkDana Jansens
2003-02-05use bevel width on the top/bottom tooDana Jansens
2003-02-05use the widget's bevel widthDana Jansens
2003-02-05don't wait for x events if any timers firedDana Jansens
2003-02-0580 colsDana Jansens
2003-02-0580 colsDana Jansens
2003-02-05various fixes to the otk widgetsDana Jansens
2003-02-05add an adjustable event maskDana Jansens
2003-02-04add operator==Dana Jansens
2003-02-04enforce a min sizeDana Jansens
2003-02-04update children firstDana Jansens
2003-02-04dont include config.h from ..Dana Jansens
2003-02-04add the headers, and install themDana Jansens
2003-02-04all new stacked cycling code. so much sexy.Dana Jansens
add an openbox_active_window client message that lets you specify if you want the window to be raised and/or unshaded.
2003-02-03support pseudocolor and greyscale displays by, using solid colors instead of ↵Dana Jansens
gradients
2003-02-03add pseudorendercontrolDana Jansens
2003-02-03include stdioDana Jansens
2003-02-03dont let this run past the buffer edgeDana Jansens
2003-02-02new merry theme updatesDana Jansens
2003-02-02check before deletingDana Jansens
2003-02-02rm configuration classDana Jansens
2003-02-02rm this shitDana Jansens
2003-02-02no more configuration.hhDana Jansens