| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-06-21 | clearer code paths | Dana Jansens | |
| 2007-06-21 | don't call framerender directly | Dana Jansens | |
| 2007-06-13 | add force_reply back to client_configure(). client_reconfigure is nicer this ↵ | Dana Jansens | |
| time around. eat enter events in client_configure when user is FALSE. | |||
| 2007-06-13 | don't raise windows when moving them between desktops in some cases | Dana Jansens | |
| 2007-06-13 | fix moved comment | Dana Jansens | |
| 2007-06-13 | don't force reconfigure in a number of places, also eat enter events when ↵ | Dana Jansens | |
| reconfiguring. yay | |||
| 2007-06-12 | comment | Dana Jansens | |
| 2007-06-12 | only xungrabkeyboard when we actually have a passive grab on it | Dana Jansens | |
| 2007-06-11 | redundant if'ing | Dana Jansens | |
| 2007-06-10 | i think that other emacs fix was "the right one" and this one where we don't ↵ | Dana Jansens | |
| always send configurenotifies can go away. that should fix the xemacs stall thing. | |||
| 2007-06-09 | only configure the window after it sets WM_NORMAL_HINTS if it is outside of ↵ | Dana Jansens | |
| its new bounds | |||
| 2007-06-07 | bump version | Dana Jansens | |
| 2007-06-06 | fallback under the mouse when config_focus_under_mouse | Dana Jansens | |
| 2007-06-06 | remove some debug prints | Dana Jansens | |
| 2007-06-04 | allow focus to fallback to omnipresent windows, except during desktop ↵ | Dana Jansens | |
| switching which is when they are vile | |||
| 2007-06-04 | when undermouse is off, ignore enter events from windows lowering/raising ↵ | Dana Jansens | |
| themsvelves (or from a pager restacking them) | |||
| 2007-06-03 | support serials wrapping around | Dana Jansens | |
| 2007-06-03 | super amazing enter event skipping. | Dana Jansens | |
| also mucho fixed for <underMouse> | |||
| 2007-06-03 | add <underMouse> focus option | Dana Jansens | |
| 2007-06-02 | do the menu_can_hide thing properly. was such a hack before? and the ↵ | Dana Jansens | |
| variable was getting set from all kinds of events like motion notify. totally not reliable. now it works all nice. | |||
| 2007-06-02 | better fix for focus going to the frame window when iconifying with ↵ | Dana Jansens | |
| RevertToParent. Treat the focus in like a focus out. When focus moves to a window that doesn't exist, need to set the focus_client to NULL otherwise the client that lost focus won't know and won't update its decor | |||
| 2007-06-02 | catch focus out events on the frame window - this happens with revert to ↵ | Dana Jansens | |
| parent when a window is iconified. we get focusin on the frame without a focus out - which then makes us fallback. but catch the resulting focusout on the frame to make the window lose its focused decor | |||
| 2007-05-31 | make escape close the whole menu | Dana Jansens | |
| 2007-05-31 | don't hover buttons while the pointer is grabbed | Dana Jansens | |
| 2007-05-30 | make it possible to iconify a modal window when its parent is the only ↵ | Dana Jansens | |
| window left on the desktop. when focus falls off of a window, don't allow focus to go back to that same target - when a window is iconified is the case. what focus_fallback_target, to check whe allow_refocus is false, check where focus will actually be sent | |||
| 2007-05-30 | don't hide the dock when the mouse goes into a dock app | Dana Jansens | |
| 2007-05-29 | fix hack for windows moving by their decor size | Dana Jansens | |
| 2007-05-28 | give the client a 0 border again. | Dana Jansens | |
| 2007-05-28 | get rid of the plate window | Dana Jansens | |
| 2007-05-28 | when focus goes to the root window, and it is coming from another screen, ↵ | Dana Jansens | |
| fall back to a client | |||
| 2007-05-28 | better more obvious code | Dana Jansens | |
| 2007-05-28 | call client_reconfigure after setup_decor_and_functions to make the changes ↵ | Dana Jansens | |
| appear | |||
| 2007-05-28 | make mouse clicks higher up in the menu select the submenu | Dana Jansens | |
| 2007-05-28 | dont make motions in menus outside of the active menu, its child, and its ↵ | Dana Jansens | |
| parent, do anything | |||
| 2007-05-28 | update the strut when strut_partial changes | Dana Jansens | |
| 2007-05-28 | do try_configure to find out what width the window will actually be, before ↵ | Dana Jansens | |
| adjust the x/y based on gravity, if they didn't specify the x/y | |||
| 2007-05-28 | when compressing motion events use both xy and rootxy | Dana Jansens | |
| 2007-05-27 | ignore focusout notifyungrab. | Dana Jansens | |
| fix focus bug in firefox where you use gmarks popup and when you go to a page with it, it think focus went to a black hole | |||
| 2007-05-27 | make focuslast only apply to switching desktops, like 3.3.1 | Dana Jansens | |
| 2007-05-27 | mssing a break; *^^;* | Dana Jansens | |
| 2007-05-27 | don't crash when you press enter with nothing selected in the menu | Mikael Magnusson | |
| 2007-05-26 | don't change clients' borders | Dana Jansens | |
| 2007-05-26 | change 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-25 | move some code aaround for focusing. proper layer calculation for fullscreen ↵ | Dana Jansens | |
| windows based on focus. hopeuflly not break sometihng else. | |||
| 2007-05-25 | let you use control button to run keyboard accels in menus | Dana Jansens | |
| 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 | debug print in focus.c | Dana 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-24 | some 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-23 | yay! gravity finally works right! | Dana Jansens | |
| 2007-05-23 | little sanity check. dont let you create more than 1000 desktops | Dana Jansens | |
