| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-05-28 | add a comment | Dana Jansens | |
| 2007-05-28 | when you focus a window, bring any modal children it has to that desktop | Dana Jansens | |
| when falling back, return the window which actually was focused by client_focus let you focus cycle to windows when their modal window is on another desktop (it will be brought over) | |||
| 2007-05-28 | put transients on the current desktop when their parent is on all desktops | Dana Jansens | |
| 2007-05-27 | when colormap changes and it is installed, reinstall the new one | Dana Jansens | |
| also add a debug print | |||
| 2007-05-27 | debug prints improved | Dana Jansens | |
| 2007-05-27 | when an app doesn't specify PPosition or USPosition, then assume its PPosition | Dana Jansens | |
| 2007-05-27 | debug print modified and the confignotify test | Dana Jansens | |
| 2007-05-27 | don't set the above member in synthetic configurenotify events | Dana Jansens | |
| add more output in confignotify test | |||
| 2007-05-27 | only need to call xconfigurewindow once | Dana Jansens | |
| 2007-05-27 | always set all the coords, as the x/y only change when resizing the border too | Dana Jansens | |
| 2007-05-26 | only readjust the frame size when the client needs to be resized | Dana Jansens | |
| 2007-05-26 | fix for not changing clients' border widths on them | Dana Jansens | |
| 2007-05-26 | don't change clients' borders | Dana Jansens | |
| 2007-05-26 | we set borderwidth to 0 so always give that to the client consistently | Dana Jansens | |
| 2007-05-26 | send the client's border width in configurenotify messages, so it can get ↵ | Dana Jansens | |
| the right offset | |||
| 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-26 | remove a debug print | Dana Jansens | |
| 2007-05-26 | use the PSize and USSize hints to decide to resize windows on map or not | Dana Jansens | |
| 2007-05-26 | fix a debug print | Dana Jansens | |
| 2007-05-26 | give 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-26 | add a debug print | Dana Jansens | |
| 2007-05-25 | put the hostname in icon titles too | Dana Jansens | |
| 2007-05-25 | send 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-24 | dont give focus to transients when the situation is ambiguous | Dana Jansens | |
| 2007-05-24 | add a debug print | Dana Jansens | |
| 2007-05-24 | experimental change. when apps map, make them fit inside the struts and the ↵ | Dana Jansens | |
| screen and stuff, unless they are user-positioned | |||
| 2007-05-24 | only put a transient for the group onto some other desktop if its whole ↵ | Dana Jansens | |
| group is over there | |||
| 2007-05-24 | choose the closest icon size, not always the first icon. :X | Dana Jansens | |
| 2007-05-24 | use maximized state to try find fullscreen sized windows that shouldnt be ↵ | Dana Jansens | |
| considered fullscreen, instead of using the undecorated flag | |||
| 2007-05-23 | don't let you maximize menu and toolbars | Dana Jansens | |
| 2007-05-23 | let you iconify utility windows | Dana Jansens | |
| 2007-05-23 | first step of changing the types and their restrictions | Dana Jansens | |
| 2007-05-23 | yay! gravity finally works right! | Dana Jansens | |
| 2007-05-23 | when a window is being kept on screen (espcially from mapping more or less) ↵ | Dana Jansens | |
| and the position didnt come from the user (USPosition) then force the top left corner of the app on screen so it doesnt hide behind panels or whatever and you cant get at the titlebar | |||
| 2007-05-23 | fix libwnck by unmapping the plate window as well as the client during ↵ | Dana Jansens | |
| iconify animation | |||
| 2007-05-22 | fix window gravity.. | Dana Jansens | |
| also less setting the wm_state hint redundantly | |||
| 2007-05-22 | settings is never null anymore, so dont bother to check. also use else's ↵ | Dana Jansens | |
| because we don't need to set match=false 3 times | |||
| 2007-05-22 | back out 6769 on files that werent supposed to commit yet | Dana Jansens | |
| 2007-05-22 | comment out the applications example | Dana Jansens | |
| 2007-05-22 | don't compare variables to themselves | Dana Jansens | |
| 2007-05-22 | dont use the client's area rect when figuring out where to place it because ↵ | Dana Jansens | |
| then when you want to move ti there, it thinks that it is already there! i actually fixed another bug recently that would have affectd this before but now it should work perfect.. | |||
| 2007-05-22 | adjust the frame's size before placing the window so we know how much decor ↵ | Dana Jansens | |
| it has | |||
| 2007-05-22 | fix showing the resize cursors at the right times. | Dana Jansens | |
| fix losing the pre-size/position for windows mapped maximized or fullscreen states (and on restart) | |||
| 2007-05-22 | we put desktop windows on all desktops so dont let them move. | Dana Jansens | |
| make sure the window can move/resize when shutting down and restoring its geometry | |||
| 2007-05-22 | missing another break; ! wow | Dana Jansens | |
| 2007-05-22 | missing a break; heh | Dana Jansens | |
| 2007-05-22 | better ordering so you can unmaximize maximized windows.. but you cant ↵ | Dana Jansens | |
| resize them | |||
| 2007-05-22 | you can't resize fully maxed windows | Dana Jansens | |
| 2007-05-21 | some repositioning of frame elements for maximized windows. | Dana Jansens | |
| fix clicking on borders not counting as the button in that corner for full max windows disable the resize cursors for full max windows | |||
| 2007-05-21 | maybe the user time stuff should be more like other wm implementtions and ↵ | Dana Jansens | |
| less in the way | |||
