summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2003-05-18make LIBSN optionalDana Jansens
2003-05-18grab the mouse during focus cycling. this removes the bug of focusing ↵Dana Jansens
following the mouse when the popup disappears and fuck up your cycling.
2003-05-18need the libsn flagsDana Jansens
2003-05-18needs the libsn flags to use openbox.h nowDana Jansens
2003-05-18Clean up on destroy.Scott Moynes
2003-05-18add (optional) support for showing a busy cursor via startup notificationDana Jansens
2003-05-18Added stat() based timed menu update.Scott Moynes
Needs parser before it is useful.
2003-05-17disallow drag events on title buttons.Dana Jansens
dont redraw title button when the wheel buttons are used on them.
2003-05-16print the class not the nameDana Jansens
2003-05-16get all the strings!Dana Jansens
2003-05-16save the dock's class/name for future evil purposes!Dana Jansens
also print names of windows being managed/unmanaged
2003-05-16discourage floating a bit, capitalize better.Dana Jansens
2003-05-16FUCK dock is not an array anymore!Dana Jansens
2003-05-16give the dock a strut and use itDana Jansens
2003-05-16Fixed child wait.Scott Moynes
2003-05-16remove debug printsDana Jansens
2003-05-16dockapps are ObWindows now.Dana Jansens
set the type when creating new dockapps.
2003-05-16add stdio.hDana Jansens
2003-05-16rename "Slit" to "Dock".Dana Jansens
add config options to the rc3 for the dock. create a window_map, add DockApps to the ObWindow types, use the window_map for translating windows into objects for event handling (only one lookup now) and remove the old maps (client_map, menu_map).
2003-05-16add anotehr stacking_add function.Dana Jansens
make stacking_add take care of raising also. make new windows that dont get focus also not raise above the focused window.
2003-05-16movnig shit aroundDana Jansens
2003-05-14watch out for not loading the timed_menu pluginDana Jansens
2003-05-14pass teh correct values for config notify eventsDana Jansens
2003-05-14Added a menu to read from a pipe.Scott Moynes
File descriptors added to the event loop.
2003-05-11watch out for stacking_listDana Jansens
2003-05-11add opaque move/resize to the rc3Dana Jansens