]> icculus.org git repositories - mikachu/openbox.git/history - otk
make sure theres always a client for client events
[mikachu/openbox.git] / otk /
2003-03-17 Dana Jansenspixmap button masks work (hardcoded)
2003-03-16 Dana Jansensmerge the C branch into HEAD
2003-02-19 Dana Jansensmake the version printf just a debug message
2003-02-19 Derek ForemanAdded the much sought after horizontal gradient
2003-02-19 Dana Jansensadd the new '-remote' option. let the dispatchEvents...
2003-02-19 Dana Jansenslet you create a parentless label
2003-02-19 Dana Jansensa few optimizations to layouts/rendering
2003-02-18 Dana Jansensmake the highlighted button high a white border
2003-02-18 Dana Jansensmake button text white in the default style
2003-02-17 Dana Jansensset teh xinerama stuff even when not compiled with...
2003-02-17 Dana Jansensswig cares about (void) it seems :\
2003-02-17 Dana JansenscalcDefaultSizes is protected
2003-02-17 Dana Jansensuse "fixed" as the fallback font always
2003-02-17 Dana Jansensrename getRenderControl to the more precise createRende...
2003-02-17 Dana Jansensnelements is not passed anymore, its simply a return...
2003-02-17 Dana Jansensonly return as many as was requested
2003-02-17 Dana Jansensoops nevermind
2003-02-17 Dana Jansensprevent people from using timers except as pointers
2003-02-17 Dana Jansensallocate colors right away instead of delaying it,...
2003-02-17 Dana Jansensadd openbox_restack_window, and the state_add/remove...
2003-02-16 Dana Jansenssupport for pixmap icons, kwm_win_icon and the icon...
2003-02-16 Dana Jansensadd the kwm_win_icon atom
2003-02-16 Dana Jansenscleanup
2003-02-16 Dana Jansensmake them const
2003-02-16 Dana Jansensprovide == and != for DialogButtons
2003-02-16 Dana Jansensset the gravity to center the dialog.
2003-02-16 Dana Jansensonly fire the clickHandler if the button is released...
2003-02-16 Dana Jansensmake DialogButtons take char*'s meaning that the label...
2003-02-16 Dana Jansensonly hide the dialog if a default button exists when...
2003-02-16 Dana Jansenslet you .focus() a messagedialog
2003-02-16 Dana Jansensonly show() if the dialog is not already visible
2003-02-16 Dana Jansensadd otk::MessageDialog
2003-02-16 Dana Jansensuse the current size, which will get capped by max...
2003-02-16 Dana Jansensdont forget borders/bevels
2003-02-16 Dana Jansensset the style
2003-02-16 Dana Jansenscleaner while loop
2003-02-15 Dana Jansensinitialize _font
2003-02-14 Dana JansensAdd the "obsetroot" tool. Use it to set the root backgr...
2003-02-14 Dana Jansensuse ctdio
2003-02-14 Dana Jansenssync before changing the ignore_errors state
2003-02-14 Dana Jansensmake reduceDepth set the im->data member, with newly...
2003-02-14 Dana Jansensuse the same alogo to pick a color in allocateColor...
2003-02-14 Dana Jansensallocate colors in pseudocolor from the map we allocate...
2003-02-14 Dana Jansensadd a Config class with config data from the scripts.
2003-02-14 Derek Foreman8bpp pseudo color. it's horrid code. the graphics...
2003-02-13 Dana Jansensscale images down to the available surface size
2003-02-13 Dana Jansensdon use gradient for titlebar.. waste of cycles
2003-02-13 Dana Jansens| NOT & YOU BASTARD
2003-02-13 Dana Jansensrender images properly, minus the scaling
2003-02-13 Dana Jansensuncomment the _NET_WM_ICON property
2003-02-13 Dana Jansensrm a stupid bb format
2003-02-13 Dana Jansensadd _created
2003-02-13 Dana Jansensonly free allocated colors
2003-02-13 Dana Jansensborked the build
2003-02-13 Dana Jansensfree the colors on shutdown
2003-02-13 Dana Jansensno segfault plz tnx
2003-02-13 Dana Jansensonly store what we need to in the class
2003-02-13 Dana Jansensalloc colors only when needed, and free them properly...
2003-02-12 Dana Jansensmove comment
2003-02-12 Dana Jansensonly store what we need to in the class
2003-02-12 Dana Jansensalloc colors.. i think!
2003-02-12 Dana Jansensadd mising ()s
2003-02-12 Dana Jansensmore efficient/nicer way to get the XColor values
2003-02-12 Dana Jansensstart of pseudo init
2003-02-12 Dana Jansensstart of pseudocolor init
2003-02-12 Dana Jansensmove printf..
2003-02-12 Dana Jansenskill all the old commented vars in rendercontrol.hh
2003-02-12 Dana Jansensmake all the rendering code in RenderControl. use true...
2003-02-12 Dana Jansenscan draw icons in truecolor!
2003-02-12 Dana Jansensincrement x
2003-02-11 Dana Jansensstart on the rendering images code
2003-02-11 Dana Jansensfree the surfaces' pixeldata after rendering it
2003-02-11 Dana Jansensadd skeleton for RenderControl::drawImage
2003-02-11 Dana Jansensadd RenderControl::drawMask
2003-02-11 Dana Jansensstore the pixel32 data in the surface so it can be...
2003-02-11 Dana Jansensnew key code with keyboard grabs and such, thanks to...
2003-02-10 Dana Jansensadd _NET_DESKTOP_LAYOUT and _NET_SHOWING_DESKTOP
2003-02-10 Dana Jansensuse a solid color for the default background
2003-02-10 Dana Jansenslayout fixes, give widgets a default texture, etc.
2003-02-10 Dana Jansensset the _text
2003-02-09 Dana Jansensuse parentrelative when theres no texture set
2003-02-09 Dana Jansensuse the c++ std cheaders
2003-02-09 Dana Jansenssigned ints instead of unsigned ints again. less pain...
2003-02-08 Dana Jansensmad optimizations
2003-02-08 Dana Jansensudpate to new api
2003-02-08 Dana Jansensstacked cycling menu works now. add a highlighted flag...
2003-02-08 Dana Jansensrm the headers that are no longer existing
2003-02-08 Dana Jansensadd the new size class' header
2003-02-08 Dana JansensBrand spankin new widgets for otk (Label and Button).
2003-02-06 Dana Jansensmake "make dist" work, compiler flags cleanups
2003-02-05 Dana Jansensnew swig build system. much better. yay.
2003-02-05 Dana Jansensdont make wrap a subdir of otk
2003-02-05 Dana Jansensmove the otk wrapper stuff into its own dir
2003-02-05 Dana Jansensprovide pkg-config info for libotk
2003-02-05 Dana Jansensuse bevel width on the top/bottom too
2003-02-05 Dana Jansensuse the widget's bevel width
2003-02-05 Dana Jansensdon't wait for x events if any timers fired
2003-02-05 Dana Jansens80 cols
2003-02-05 Dana Jansens80 cols
2003-02-05 Dana Jansensvarious fixes to the otk widgets
next