| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | watch for currenttime | Dana Jansens | |
| 2007-05-05 | better iconify animation code. now it is time limited even under heavy load ↵ | Dana Jansens | |
| or whatever. yay | |||
| 2007-05-05 | dont retrurn a context while incoify animating | Dana Jansens | |
| 2007-05-05 | dont make two animations conflict | Dana Jansens | |
| 2007-05-05 | don't animate iconify/restore by default | Mikael Magnusson | |
| 2007-05-05 | maybe 1/5 of a second is better? | Dana Jansens | |
| 2007-05-05 | animate iconify/reestore. yeah. | Dana Jansens | |
| 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 | |
| 2007-05-05 | missing parentheses | Dana Jansens | |
| 2007-05-05 | let you alt-tab to utility windows when focus is already in the group | Dana Jansens | |
| 2007-05-05 | and some more transient fixes | Dana Jansens | |
| 2007-05-05 | more fixes for the transient tree | Dana Jansens | |
| 2007-05-05 | lied about using some events it wasnt using | Dana Jansens | |
| 2007-05-05 | woa.. let you do mouse actions while in an interactive keyboard action, and ↵ | Dana Jansens | |
| let you do keyboard actions while move/resizing. yay. also you can click in windows at the same time.. | |||
| 2007-05-05 | unused variable | Dana Jansens | |
| 2007-05-04 | fix 2 actions. | Dana Jansens | |
| make activate on the root window work like focus. dont allow growtoedge in vertical directions for shaded windows. mika can you please test this? :) | |||
| 2007-05-04 | missing paranthesis | Dana Jansens | |
| 2007-05-04 | continuation of r6039 in all respects | Dana Jansens | |
| 2007-05-04 | add the maginificent client_update_transient_tree. | Dana Jansens | |
| add a whole lot of comments ! i think like half of this commit is comments speed up mapping windows a little! less re-updating of the transient info by far. and... yeah fix the crash created from r6035. | |||
| 2007-05-04 | make clicks end inetractive actions but not cancel them ! so annoying ! | Dana Jansens | |
| 2007-05-04 | group transients werent getting added to their parents | Dana Jansens | |
| 2007-05-04 | ignore maximized windows in smart placement | Mikael Magnusson | |
| 2007-05-04 | revert r6029, as it didnt fix anything. | Dana Jansens | |
| however this patch does fix the aforementioned problem. actions need some reworking... yeah... later... | |||
| 2007-05-04 | dont move windows away from omnpresentness when deiconifying them | Dana Jansens | |
| 2007-05-04 | drop the DoNotPropogate thing. metacity doesn't set it at all, and i cant ↵ | Dana Jansens | |
| tell any difference in the events generated without it. grab mouse buttons on the client window itself for client bindings. this fixes the weird "click and drag doesnt work when the window is focused" behavior ive been seeing with kdesktop. hooray ! | |||
| 2007-05-04 | some improvements on how group transients get their transient pointers, ↵ | Dana Jansens | |
| needed after r6022. | |||
| 2007-05-04 | this is gross... i think it can go away from other changes... if openbox ↵ | Dana Jansens | |
| goes into infinite loops.. then it needs to come back ! | |||
| 2007-05-04 | better stacking_add_nonintrusive. | Dana Jansens | |
| 2007-05-04 | set the usertime on windows if they dont provide one, to something reasonable. | Dana Jansens | |
| 2007-05-04 | from r6017, we no longer need to fallback in client_unmanage. yay | Dana Jansens | |
| 2007-05-04 | not much.. some debugs and a nicer if statement | Dana Jansens | |
| 2007-05-04 | handle more focus events. keep track when focus goes to another screen and ↵ | Dana Jansens | |
| don't handle focus fallbacks in that case until we know focus came back to our screen. | |||
| 2007-05-04 | fix the new modifier key code.. | Dana Jansens | |
| 2007-05-04 | make the modifier key code a lot better... | Dana Jansens | |
| 1) it can handle more user cases. 2) it can handle binding more modifier keys with their keysym names like Hyper and Super. W is a shortcut for Super, cuz the windows key is generally bound to it. 3) if you change your keymap bindings and reconfigure openbox it will learn your changes. and i dunno.. its just nice and stuff now.. you can actually read it I think.. | |||
| 2007-05-03 | add the notion of "application windows" meaning normal or dialog type windows. | Dana Jansens | |
| let you alt-tab to non-application windows when they dont have an application window in their group | |||
| 2007-05-03 | don't show the client menu when its for an invalid window | Dana Jansens | |
| 2007-05-03 | merge r6004 from trunk | Dana Jansens | |
| 2007-05-03 | end interactive grabs durign reconfigure instead of leaving everything in a ↵ | Dana Jansens | |
| hung state. yay! | |||
| 2007-05-03 | yeah.. so much for lucky 6000 | Dana Jansens | |
| 2007-05-03 | don't run 100 actions when doing interactive actions. keep only one ↵ | Dana Jansens | |
| interactive action at a time, no need to queue them up. when an action with a different function comes along, end the previous one. if its the same function though, you know it will clean up after itself so no need to save them both and call it twice identically. | |||
| 2007-05-03 | find_on_screen takes client width/height, not frame | Dana Jansens | |
| 2007-05-03 | debug messages | Dana Jansens | |
| 2007-05-03 | when deiconifying, deiconify all transients, not just direct ones | Dana Jansens | |
| 2007-05-02 | remove delay for focus/desktop popups. its fast anyway any not showing it is ↵ | Dana Jansens | |
| annoying | |||
| 2007-05-02 | typos | Dana Jansens | |
| 2007-05-02 | turn on demands_attention when urgent gets set, and turn it off when urgent ↵ | Dana Jansens | |
| is removed, for those apps that think it is 1917 or something | |||
| 2007-05-02 | skip windows which skip the taskbar. | Dana Jansens | |
| don't skip them for cycling dock windows. | |||
