Dana Jansens [Thu, 10 May 2007 16:04:08 +0000 (16:04 +0000)]
don't make interactive desktop cycling switch until you release the mods. this is needed because otherwise focus moves around during the grab and applications get confused. :|
change the pager popup to resize based on the layout so the squares can be bigger
Dana Jansens [Thu, 10 May 2007 04:39:06 +0000 (04:39 +0000)]
make configurerequest activate but net_restack_windows just restack.
fix bottomif, topif, opposite.
fix debug output in event printing when there was no problem
Dana Jansens [Thu, 10 May 2007 03:12:44 +0000 (03:12 +0000)]
kill the .in's for xml. we're not installing the xsd to the filesystem anymore anyways.
kill the openbox-kde and openbox-gnome, we're going to have to do it different.
put the full path to the openbox binary in the openbox-*-session files by using .in's
Dana Jansens [Thu, 10 May 2007 03:11:07 +0000 (03:11 +0000)]
fix cmd line argument parsing, it would drop some.
drop the --restart-binary argument. we're going to have to do it differently because gnome-session is stupid !
Dana Jansens [Thu, 10 May 2007 00:57:35 +0000 (00:57 +0000)]
make restacking much better, yay
no more cludge using actions to raise windows. when a window changes layer it
uses add_nonintrusive now so it won't cover the focused window. this way
fullscreen windows when they drop down, don't cover up the new focus target.
fix add_nonintrusive so that if the window is focused it gets added to the top
add back support for ConfigureRequest restacking, this time properly though,
using all the detail and sibling modes. but when windows use this to raise they
are using some old business and we're going to assume they actually want to
activate instead. this means firefox works nicely. yay.
ubuntu's firefox has been made to just stop raising entirely though. !
Dana Jansens [Tue, 8 May 2007 23:50:13 +0000 (23:50 +0000)]
update the client menu when you do stuff without closing it.
but this means we can't use actions in it. oh well?
can kill the desktop notifiers now too. yay for more obvious code paths.
Dana Jansens [Tue, 8 May 2007 22:53:09 +0000 (22:53 +0000)]
let windows that cant iconify still iconify with their parents, but not non-normal windows.
let you focus windows that wouldnt normally by clicking on their decor (if they have any)
Dana Jansens [Tue, 8 May 2007 01:59:23 +0000 (01:59 +0000)]
redo how a window checks if it can activate.
added the bahavior that.. if an application is the source of the request, it will only move focus if something related to it has focus already (and user time checks out)
Dana Jansens [Tue, 8 May 2007 01:31:51 +0000 (01:31 +0000)]
i dont like this "application window" concept. swap it with "helper" windows instead which are the inverse. helper windows are utility/menu/toolbar windows.
Dana Jansens [Tue, 8 May 2007 00:40:01 +0000 (00:40 +0000)]
ok, so, back out the last commit. owner events are passed thru so we get enter/leave notify events.
dont change frame decor from button presses during an interactive grab or
while a menu is open
Dana Jansens [Mon, 7 May 2007 23:26:22 +0000 (23:26 +0000)]
add a notifier for clients changing desktops. use it to update the send-to menu if it changes. it does this by closing/opening the menu.. thats about the best we can do tho with this menu code without huge changes