| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-05-25 | missed a spot | Mikael Magnusson | |
| 2007-05-25 | check desktop switching stuff in screen_set_desktop | Mikael Magnusson | |
| 2007-05-25 | prevent flicker in the follow actiosn again instead of in focus fallback. ↵ | Dana Jansens | |
| focus fallback needs to be very reliable. | |||
| 2007-05-25 | put 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-25 | make omnipresent windows not flicker when changing desktops | Mikael Magnusson | |
| 2007-05-25 | backwards logic | Dana Jansens | |
| 2007-05-25 | cleanup, and don't send windows to desktop if they are already there | Dana Jansens | |
| 2007-05-25 | don't fallback focus if the focused client is being moved there and follow is on | Dana Jansens | |
| 2007-05-23 | i remembered why i remvoed the fake enter events from press type actions ↵ | Dana Jansens | |
| moving windows around. it makes for focus events with notifywhilegrab. remove it and make a comment explaining why. | |||
| 2007-05-19 | add missing include for new header | Dana Jansens | |
| 2007-05-19 | remove a function that is no longer used. and backwards boolean algebra was ↵ | Dana Jansens | |
| causing us to not ignore the right enter events | |||
| 2007-05-18 | super correct enter event ignoring that will only ignore what it has to, yay? | Dana Jansens | |
| 2007-05-17 | static makes more sense than inline i think | Mikael Magnusson | |
| 2007-05-17 | kill enter events without using pointer grabs | Dana Jansens | |
| 2007-05-16 | comment what i did | Dana Jansens | |
| 2007-05-16 | don't queue showmenu events, and set button to 0 when a grab is in place ↵ | Dana Jansens | |
| after the buttonpress event is run | |||
| 2007-05-15 | always ignore errors for client_focus like we used to. | Dana Jansens | |
| 2007-05-15 | revert r6485, for backwards compatibility | Dana Jansens | |
| 2007-05-15 | simplify focus handling a bit. no need to listen to focus going to the frame ↵ | Dana Jansens | |
| because if it ever does that, the window is unmapping and the frame will just unmap and send it to root. make focus fallback a lil more robust, it checks for errors when it sets focus on the window, and if an error occured it will focus the next option. | |||
| 2007-05-14 | ungrab the keyboard for passive grabs. kill interactive actions for exec ↵ | Dana Jansens | |
| actions. don't ungrab the keyboard during interactive actions though. | |||
| 2007-05-14 | always ungrab keyboard before doing a noninteractive action (which will ↵ | Dana Jansens | |
| ungrab before doing its real action business). too bad we cant ungrab the mouse too. | |||
| 2007-05-14 | remove the dialog option for Desktop action for now. can't change desktop ↵ | Dana Jansens | |
| during a grab. the dialog for desktop changing will need to change, and then we can add it back | |||
| 2007-05-14 | add a debug action.. change focus debug output a lil, no grab events | Dana Jansens | |
| 2007-05-13 | change now the keyboard is ungrabbed before executing actions. instead, ↵ | Dana Jansens | |
| ungrab it just before calling exec. other actions don't need it ungrabbed, and this way the release doesn't get sent through to programs for our keybindings. except for exec i suppose. | |||
| 2007-05-13 | add grab/ungrab macros so dont need to pass in 10 arguments to ungrab stuff. | Dana Jansens | |
| add a confine option to grab_pointer to confine the pointer to the screen, and use that for moveresize | |||
| 2007-05-13 | let unfocus action go back to the same window. you should be doing some ↵ | Dana Jansens | |
| other action above it that will change where focus can end up | |||
| 2007-05-13 | revert part of r6074. i don't think it needs to be removed anymore and then ↵ | Dana Jansens | |
| everything will "just work" better | |||
| 2007-05-13 | dont make mouse bindings focus windows that dont take focus from clicks | Dana Jansens | |
| 2007-05-12 | fix for running actions that end up wanting to grab the keyboard. make a ↵ | Dana Jansens | |
| nicer comment about what is going on. | |||
| 2007-05-12 | split the move and resize functions. | Dana Jansens | |
| let you specify the edge to resize in the action binding | |||
| 2007-05-12 | add <desktop>yes</desktop> option for Next/Previous window and directional ↵ | Dana Jansens | |
| focus actions | |||
| 2007-05-10 | when un-showing the desktop if a window is getting shown, iconify the others ↵ | Dana Jansens | |
| so just the one is shown | |||
| 2007-05-10 | add comments explaining why we don't switch desktops immediately | Dana Jansens | |
| 2007-05-10 | don't make interactive desktop cycling switch until you release the mods. ↵ | Dana Jansens | |
| 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 | |||
| 2007-05-09 | only allow west/move/east for shaded windows | Mikael Magnusson | |
| 2007-05-09 | moveresize_start already checks if the window can move or resize | Dana Jansens | |
| 2007-05-09 | optimization | Dana Jansens | |
| 2007-05-09 | make cycling desktops not move when cancelling | Dana Jansens | |
| 2007-05-09 | button presses which run actions during interactive actions will cancel the ↵ | Dana Jansens | |
| action. when you cancel switching desktops, don't go back, just stop. | |||
| 2007-05-08 | let windows that cant iconify still iconify with their parents, but not ↵ | Dana Jansens | |
| non-normal windows. let you focus windows that wouldnt normally by clicking on their decor (if they have any) | |||
| 2007-05-08 | don't focus splash screens and toolbars and menus when you click on them. or ↵ | Dana Jansens | |
| enter them. | |||
| 2007-05-08 | try again. merge r6177-6182 from 3.4-working | Dana Jansens | |
| 2007-05-08 | make helper windows share desktops with all their application top level windows | Dana Jansens | |
| 2007-05-07 | remove a debugging print | Dana Jansens | |
| 2007-05-06 | add an allDesktops option to Next/PreviousWindow to alt-tab across all desktops. | Dana Jansens | |
| 2007-05-05 | yay. way way cleaner code for iconify animations. let people show/hide the ↵ | Dana Jansens | |
| frame logically and it will do everything except during animations the frame will show what it needs to for visual display. | |||
| 2007-05-05 | lots of fixes for the iconify animation. i think it should all work ↵ | Dana Jansens | |
| perfectly now ? one change in action.c may affect bindings... THIS COULD BREAK CURRENT CONFIG FILES. ya. so, if you used a press binding and it moved the window, no enter event will be generated for that anymore because you are holding down the button when the window moves. if you don't like that then use a click binding instead. 1 | |||
| 2007-05-05 | when restoring from show-desktop mode because a window is going to be ↵ | Dana Jansens | |
| focused, then don't restore focus how it was before showing the desktop. | |||
| 2007-05-05 | more hacks to avoid races | Dana Jansens | |
| 2007-05-05 | this is so bogus.. im going to break people's config files just now. | Dana Jansens | |
