summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-05-22only grab C-g while in a chainDana Jansens
2003-05-22add the client_menu stuffDana Jansens
2003-05-22async key grabs to avoid race conditions with the sync stuff. there are ↵Dana Jansens
still possible rases (yay X) but they will be much harder to hit, i expect noone will ever hit them more than once/often enuogh to realise.
2003-05-22remove shit for my own makefiles that i dont need no moreDana Jansens
2003-05-22a missing break!Dana Jansens
2003-05-22layers submenu on clientScott Moynes
2003-05-22add actions for changing client layers to abov/below/normalDana Jansens
2003-05-22typoDana Jansens
2003-05-22load the client_menu by default for nowcDana Jansens
2003-05-21Client menusScott Moynes
Add "client_menu" to pluginrc to use.
2003-05-21optimize it a bitDana Jansens
2003-05-21pass the number of bytes, not characters to the xft draw functionsDana Jansens
2003-05-21add 'movetoedge' actionsDana Jansens
2003-05-21add xerror.hDana Jansens
2003-05-21Openbox3 in the WM name, FUCK OFF XINE, YA YOU HEARD ME.Dana Jansens
2003-05-21allocate the border_color's gcDana Jansens
2003-05-20put the devation back how it used to be, it aws definately no better..Dana Jansens
2003-05-20of by one error in pyramid, rectangle, and crosspipeDerek Foreman
2003-05-20remove debug printsDana Jansens
2003-05-20reindent the file....Dana Jansens
but while i'm at it: - add support for bevels/borders on solid textures. - reverse the colors in the rectangle gradient, the pipecross and pyramid ones may need to be reversed as well.
2003-05-20remove the elliptic gradient type.Dana Jansens
add bevel light/dark colors for solid textures with bevels
2003-05-20use the rectangle gradient when the theme asks for elipseDana Jansens
2003-05-20argh put it back right!*(Dana Jansens
2003-05-20fuck it, put it backDana Jansens
2003-05-20smarter default debug value :)Dana Jansens
2003-05-20default debug off (for non-cvs builds!)Dana Jansens
2003-05-20ignore errors when playing with application defined colormapsDana Jansens
2003-05-19get the size for all the apps before positioning themDana Jansens
2003-05-19set teh dock sizes before the app uses it for positioningDana Jansens
2003-05-19center dock appsDana Jansens
2003-05-19add fifo_menu shitDana Jansens
2003-05-19use the resize increment when resizing relativeDana Jansens
2003-05-192 in 1 again..Dana Jansens
a) directional focus actions b) action system changes i.e. use structs/arrays for convertings strings to actions instead of gross if-else chains
2003-05-18Added a fifo_menu pluginScott Moynes
2003-05-18PipeCrossDerek Foreman
2003-05-18there's the rect grad. now stop bugging me :(Derek Foreman
2003-05-18is that a rectangle grad? damned if I knowDerek Foreman
2003-05-18make icons use pixel32 data, and image_draw takes pixel32 data.Dana Jansens
client.c gets pixmap icons as a backup to netwm ones, and they are converted into pixel32 data.
2003-05-18include grab.hDana Jansens
2003-05-18whatever, it's a junk file.Derek Foreman
2003-05-18change badly named offsetsDerek Foreman
add stubs for rectangle and pipecross
2003-05-18rename poorly named offsetsDerek Foreman
2003-05-18add stubs for pipecross and rectangleDerek Foreman
2003-05-18fix poor naming of default offsetDerek Foreman
2003-05-18fix poor naming of the default offsetDerek Foreman
2003-05-18this is actually xor :) - fixing the focus search function to not return ↵Scott Moynes
NULL if no valid group members exist to be a transient for
2003-05-18proper check to see if something was raised, the it==NULL would cause it to ↵Dana Jansens
always return, incorrectly.
2003-05-182 in 1 deal :\Dana Jansens
client.c stacking.c: fixing looping transient case for group transient windows. now a window which is transient for a group is *not* transient for any other transient windows in the group (perviously the other window had to be transient for the group to be excluded, now it can be transient for anything). client.c/h event.c render.c/h: adjustnig icon handling a bit. will be converting the legacy pixmap icons into rgba data so they can be handled the same as netwm icons.
2003-05-18Indentation stuffScott Moynes
2003-05-18actually optional now.Dana Jansens