summaryrefslogtreecommitdiff
path: root/openbox
AgeCommit message (Collapse)Author
2007-05-13use the right list in client_add_hide_notify, rename destructor to ↵Dana Jansens
destroy_notify which is really what it is, and is more consistant now that there are 2 notifies
2007-05-13when i said it handled both cases, i was mistaken, so use a callback for ↵Dana Jansens
each case.
2007-05-13likewise if a window is unmanaged and we were trying to give it focus, we ↵Dana Jansens
want to know about it - also if the window gets hidden for some other reason, we also want to know about it. add a notifier for windows being hidden, and use that instead - it handles both cases.
2007-05-13some changes to focus handling.Dana Jansens
most interesting is the change in focus_fallback, which means that it won't call xsetinput focus in some cases, potentially reducing flicker and stuff. also potentially producing bugs? heh. the screen.c focus fallback code doesn't seem to need special cases anymore, which is really good, if that is really the case. move the focus_tried stuff out of event.c into focus.c, where it seems to belong.
2007-05-13dont count focusin on the support window to be a focusin on a clientDana Jansens
2007-05-13maybe better logic for looking for focus in's on clientsDana Jansens
2007-05-13revert part of r6074. i don't think it needs to be removed anymore and then ↵Dana Jansens
everything will "just work" better
2007-05-13dont make mouse bindings focus windows that dont take focus from clicksDana Jansens
2007-05-13add a commentDana Jansens
2007-05-13interactive actions cancel other interactive actionsDana Jansens
2007-05-13dont skip desktop windows that set skip_taskbarDana Jansens
2007-05-13where did those come from ?Dana Jansens
2007-05-12debug printDana Jansens
2007-05-12ignore enter events on top menu and submenu popupDana Jansens
2007-05-12missing a break statementDana Jansens
2007-05-12don't use it actually. it's confusing.Dana Jansens
2007-05-12put the shade icon in the right placeDana Jansens
2007-05-12fix for running actions that end up wanting to grab the keyboard. make a ↵Dana Jansens
nicer comment about what is going on.
2007-05-12remove the edges_hit_layers_below option. don't use windows in other layers ↵Dana Jansens
for resistance
2007-05-12change the "handle" context to "bottom". add a "top" context. make the topDana Jansens
and bottom contexts resize vertically in the default config file.
2007-05-12make the handle resize by default, and give the handle the resize south cursorDana Jansens
2007-05-12split the move and resize functions.Dana Jansens
let you specify the edge to resize in the action binding
2007-05-12add <desktop>yes</desktop> option for Next/Previous window and directional ↵Dana Jansens
focus actions
2007-05-12fix for fullscreen things getting lowered when switching desktopsDana Jansens
2007-05-12change client menu back to "Roll up/down". update strings, also some fixes.Dana Jansens
2007-05-12do it better, prevent creating new racesDana Jansens
2007-05-12try catch weird racey corner case where we try fallback to a window but it ↵Dana Jansens
unmaps as we do so, so focus ends up going to nowhere
2007-05-11give different border colors to active and inactive windows. adjust the xml ↵Dana Jansens
theme format a little to make it BETTER. rawr. add some metadata standards too.
2007-05-11don't show handles on windows that cannot resizeDana Jansens
2007-05-11fix for circular transiencyDana Jansens
2007-05-11oops, debug printsDana Jansens
2007-05-11pick the closest icon instead of always a smaller oneDana Jansens
2007-05-11separate roll up and roll down.Dana Jansens
new strings in the po's, which are actually old strings. fix a couple menus shortcuts besides.
2007-05-11fix focus cycling. checking the wrong client.Dana Jansens
2007-05-11remove the last param from configure_full, it's not needed.Dana Jansens
2007-05-11set the default window gravity to NorthWest.Dana Jansens
only put the bare minimum inside the server grab. adjust the frame decorations in client_manage instead of frame_grab_client remove the last parameter from client_configure_full and just determine it from the other state available. send configurenotifies at all the right times. make windows get restored to their position properly when they have a border
2007-05-11don't adjust the decorations while the server is grabbed, move it to client.cDana Jansens
2007-05-11change when configurerequests create configurenotifies.Dana Jansens
make _NET_RESTACK_WINDOW create a configurenotify, because it is supposed to be like configurerequest. so why not?
2007-05-11this fixes pypanel.. heh.Dana Jansens
don't activate iconic windows when they raise themselves just raise them. firefox still works so i am happy.
2007-05-10when un-showing the desktop if a window is getting shown, iconify the others ↵Dana Jansens
so just the one is shown
2007-05-10why didn't that commitDana Jansens
2007-05-10stacking fixes for layersDana Jansens
2007-05-10don't get the layer from the group like that. let new windows go in their ↵Dana Jansens
default layer. they are already kept above their parents.
2007-05-10add comments explaining why we don't switch desktops immediatelyDana Jansens
2007-05-10always set the multipliers just dont allow 0Dana Jansens
2007-05-10center the text and icon verticallyDana Jansens
2007-05-10make sure math is done in the right orderDana Jansens
2007-05-10let the pager popup grow verticallyDana Jansens
2007-05-10fix assert happening by combining interactive and non-interactive actionsDana Jansens
2007-05-10make the squares a little smaller. it looks nicer?Dana Jansens