summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-05-26don't unfocus in press actionsDana Jansens
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-26bump the versionDana Jansens
2007-05-26drop the startup notify timeout from 30 to 20 secondsDana Jansens
2007-05-26add confignotify.c testDana 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-26center argb textures (icons for eg.) within the area given if they are not ↵Dana Jansens
the same shape
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-26i don't speak portugueseMikael Magnusson
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-26don't lower from press actions, because that can't move focus!Dana Jansens
2007-05-26add C-A-Up/Down to the mouse focus example, and don't raise on clicks on the ↵Dana Jansens
client
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-26mention openbox version in ar.poMikael Magnusson
2007-05-26add arabic translationDana Jansens
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-25bump the versionDana Jansens
2007-05-25i broke desktop switchingDana Jansens
2007-05-25remove activate from the mouse focus example rc.xmlDana Jansens
2007-05-25remove activate action from the config file, so things are more explicit. ↵Dana Jansens
dont unshade on click for things that can move the window. don't unshade on right clicks on the titlebar
2007-05-25bump the version for 993Dana Jansens
2007-05-25add C-A-Up/Down mouse bindings, for consistency with the C-A-arrow key bindings!Dana 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