summaryrefslogtreecommitdiff
path: root/openbox
AgeCommit message (Collapse)Author
2007-05-26don't change clients' bordersDana Jansens
2007-05-26we set borderwidth to 0 so always give that to the client consistentlyDana Jansens
2007-05-26send the client's border width in configurenotify messages, so it can get ↵Dana Jansens
the right offset
2007-05-26change in how things are ungrabbed to avoid grabwhilenotify. don't ungrab ↵Dana Jansens
every key press. just ungrab the passive grab when there is no active grab and we are going to move focus. this should be less intrusive and seems to work
2007-05-26revert r6802.Dana Jansens
it seems that focusin/out notifygrab business is only affected by *keyboard* grabs, not pointer grabs, at least not passive pointer grabs
2007-05-26only kill focus cycling when the window being destroyed was in the list of ↵Dana Jansens
targets
2007-05-26don't need the client destructor nowDana Jansens
2007-05-26oops was saving tthe options in the wrong place.Dana Jansens
save the panels/dockwindows/desktopwindows/alldesktops options when focus cycling starts
2007-05-26save the panels/dockwindows/desktopwindows/alldesktops options when the ↵Dana Jansens
focus cycling popup is shown
2007-05-26use focus_cycle_stop to cancel focus cyclingDana Jansens
2007-05-26when canceling focus cycling, cancel both normal and directionalDana Jansens
2007-05-26don't crash when a window adds itself to the focus order while cyclingDana Jansens
2007-05-26drop the startup notify timeout from 30 to 20 secondsDana Jansens
2007-05-26add a comment about the last revisionDana Jansens
2007-05-26don't map the client window when grabbing the frame. we need to set up the ↵Dana Jansens
client and send configurenotifies and stuff *before* sending the map notify
2007-05-26remove a debug printDana Jansens
2007-05-26fix titleleft and titleright for fullmax windows without decorationsDana Jansens
2007-05-26use the PSize and USSize hints to decide to resize windows on map or notDana Jansens
2007-05-26fix a debug printDana Jansens
2007-05-26+1 in the wrong place meant bad decorationsDana Jansens
2007-05-26give focus to new windows when *any* relative already has focus..Dana Jansens
don't give it when it will not go to the window anyway tho, like if there is already a modal child for it
2007-05-26add a debug printDana Jansens
2007-05-26only auto-activate normal windows when they raise themselves (not splash ↵Dana Jansens
screens or panels or desktops - what desktop would raise itself heh)
2007-05-25only preserve focus for normal omnipresent windowsDana Jansens
2007-05-25move some code aaround for focusing. proper layer calculation for fullscreen ↵Dana Jansens
windows based on focus. hopeuflly not break sometihng else.
2007-05-25i broke desktop switchingDana Jansens
2007-05-25let you use control button to run keyboard accels in menusDana Jansens
2007-05-25dont use empty desktop names from the rc fileDana Jansens
2007-05-25small optimization heh for screen_set_desktop - set the root proerty lessDana Jansens
initialize screen_last_desktop properly
2007-05-25less negatives means less confusing.. but yeah. get rid of omnipresent check ↵Dana Jansens
in focus_fallback
2007-05-25haha typo etcMikael Magnusson
2007-05-25missed a spotMikael Magnusson
2007-05-25check desktop switching stuff in screen_set_desktopMikael Magnusson
2007-05-25prevent flicker in the follow actiosn again instead of in focus fallback. ↵Dana Jansens
focus fallback needs to be very reliable.
2007-05-25debug print in focus.cDana Jansens
when focus goes to something that isn't a client (window already unmapped) then set focus_client to NULL so we know nothing has focus right now
2007-05-25put the actions back so they don't have to be smart.Dana Jansens
make focus_fallback not send focus anywhere if the new target is the same as what is already focused
2007-05-25make omnipresent windows not flicker when changing desktopsMikael Magnusson
2007-05-25save the focus_client when falling backDana Jansens
2007-05-25backwards logicDana Jansens
2007-05-25cleanup, and don't send windows to desktop if they are already thereDana Jansens
2007-05-25don't fallback focus if the focused client is being moved there and follow is onDana Jansens
2007-05-25put the hostname in icon titles tooDana Jansens
2007-05-25send iconic windows to the bottom of the focus list so you can a-s-tab tog ↵Dana Jansens
get back what you just iconified
2007-05-24prevent very small windows from having elements with negative or zero sizesDana Jansens
2007-05-24some focus changes...Dana Jansens
1) listen for inferiornotify. that way when iconify animating reverts to parent, we see it. 2) set client to null when falling back and update the root window property 3) get rid of the "focus didnt move anywhere" business, and just process the envents in the right order.
2007-05-24stop unmapping the plate window. that was just a coincidence that it fixed ↵Dana Jansens
the libwnck stuff
2007-05-24merge r6815 from 3.4-working (!) 'fix positioning of tlt, top and trt resize ↵Mikael Magnusson
elements. thanks mulberry'
2007-05-24dont give focus to transients when the situation is ambiguousDana Jansens
2007-05-24add a debug printDana Jansens
2007-05-24experimental change. when apps map, make them fit inside the struts and the ↵Dana Jansens
screen and stuff, unless they are user-positioned