| Commit message (Expand) | Author | Age | Files | Lines |
* | raise the window as well as its ancestor; fixes a stacking bug with an | Elijah Newren | 2005-07-25 | 1 | -5/+21 |
* | restore original window size if the window was maximized, as the FIXME | Elijah Newren | 2005-07-25 | 1 | -2/+3 |
* | revert the patch from #128380--change _NET_ACTIVE_WINDOW behavior to what | Elijah Newren | 2005-07-24 | 1 | -21/+12 |
* | If a window requests to be raised and is denied, set the demands attention | Elijah Newren | 2005-06-02 | 1 | -0/+5 |
* | if the window has a modal transient which is being unmanaged, don't focus | Elijah Newren | 2005-06-02 | 1 | -1/+2 |
* | Patch from Greg Hudson to make sure window position is calculated | Elijah Newren | 2005-05-26 | 1 | -1/+2 |
* | Actually commit the stuff mentioned in the last ChangeLog entry. | Ray Strode | 2005-05-26 | 1 | -38/+117 |
* | don't accidentally treat maximize vertically as maximize in both | Elijah Newren | 2005-05-26 | 1 | -2/+11 |
* | put all transients of the new window, if any exist, in the calc_showing | Elijah Newren | 2005-05-26 | 1 | -0/+9 |
* | Fix crash that occurs when stupid apps claim that a window is its own | Elijah Newren | 2005-02-23 | 1 | -1/+1 |
* | Handle keynav vs. mousenav in mouse and sloppy focus modes. Fixes #167545. | Elijah Newren | 2005-02-22 | 1 | -0/+19 |
* | when receiving a _NET_ACTIVE_WINDOW message, switch to the desktop where | Elijah Newren | 2005-02-20 | 1 | -12/+21 |
* | Ignore all focus and focus-stealing-prevention code in meta_window_show | Elijah Newren | 2005-02-20 | 1 | -1/+2 |
* | Big patch to cover about 6 different issues in order to correct rare | Elijah Newren | 2005-02-20 | 1 | -5/+41 |
* | Raise the ancestor of a window instead of the window itself. Fixes | Elijah Newren | 2005-02-12 | 1 | -2/+33 |
* | Don't unconditionally place splashscreens (and other not-to-befocused | Elijah Newren | 2005-02-12 | 1 | -82/+124 |
* | Avoid new windows being obscured by the focus window (and thus possibly | Elijah Newren | 2005-02-11 | 1 | -0/+8 |
* | Avoid using CurrentTime when focusing, handle it better in case we miss | Elijah Newren | 2005-02-09 | 1 | -2/+3 |
* | If we're not passed a timestamp, make sure to manually get one. Fixes | Elijah Newren | 2005-02-09 | 1 | -2/+4 |
* | Ignore xconfigurerequest events for stacking when it should be safe to do | Elijah Newren | 2005-02-06 | 1 | -11/+37 |
* | If activation requests are too old, set the demands_attention hint instead | Elijah Newren | 2005-02-06 | 1 | -0/+14 |
* | Make sure window->border_only is initialized so we don't get random | Elijah Newren | 2005-02-05 | 1 | -0/+1 |
* | Correct the stacking when return from fullscreen mode. Fixes #165718. | Elijah Newren | 2005-01-31 | 1 | -2/+2 |
* | Change wording of menu to "Always on Current Workspace" from "Put on All | Elijah Newren | 2005-01-28 | 1 | -3/+0 |
* | Take into account the appropriate list of windows when placing a new one. | Elijah Newren | 2005-01-28 | 1 | -6/+4 |
* | shaded windows should not show up in pagers. Fixes #165377. | Elijah Newren | 2005-01-27 | 1 | -1/+1 |
* | Stick and unstick transients with their parent automatically. Fixes | Elijah Newren | 2005-01-26 | 1 | -4/+38 |
* | set the window state hints _after_ applying session information. Fixes | Elijah Newren | 2005-01-26 | 1 | -6/+6 |
* | Refuse to focus a window with a modal transient, and focus the transient | Elijah Newren | 2005-01-25 | 1 | -0/+53 |
* | Patch from John Paul Wallington to fix #163420. | Elijah Newren | 2005-01-24 | 1 | -2/+2 |
* | Remove the hack from bug 128200; it isn't needed anymore with the fix from | Elijah Newren | 2005-01-10 | 1 | -27/+1 |
* | Restore the wireframe rectangle co-ordinates to saved window co-ordinates. | Leena Gunda | 2005-01-06 | 1 | -0/+5 |
* | Focus windows that manually position themselves too (fixes #107347). | Elijah Newren | 2004-12-28 | 1 | -1/+8 |
* | Don't show menu if all options are invalid (fixes #148915) | Elijah Newren | 2004-12-24 | 1 | -0/+6 |
* | Fix error in distinguishing < vs. <= introduced by the patch in #154598, | Elijah Newren | 2004-12-24 | 1 | -8/+8 |
* | Wrap XSetInputFocus, making display->expected_focus_window a little more | Elijah Newren | 2004-12-23 | 1 | -24/+10 |
* | Rename meta_window_visible_on_workspace to | Elijah Newren | 2004-12-23 | 1 | -6/+5 |
* | Partially resolve the conflicting requirements of windows on multiple | Elijah Newren | 2004-12-22 | 1 | -106/+35 |
* | When snap-moving, don't snap to transients of minimized windows since they | Elijah Newren | 2004-12-20 | 1 | -5/+4 |
* | Don't lower newly mapped windows when they're denied focus, if they are | Elijah Newren | 2004-10-25 | 1 | -26/+33 |
* | Update _NET_WM_STATE_HIDDEN so the pager on the panel will know whether to | Elijah Newren | 2004-10-22 | 1 | -30/+59 |
* | Make the "showing desktop" mode be per-workspace instead of per-screen. | Elijah Newren | 2004-10-17 | 1 | -3/+4 |
* | Code cleanup | Elijah Newren | 2004-10-13 | 1 | -68/+0 |
* | Alter the meaning of expected_focus_window; doesn't affect current | Elijah Newren | 2004-10-08 | 1 | -3/+0 |
* | Fix a variety of issues with autoraise (#134206) | Elijah Newren | 2004-10-04 | 1 | -0/+4 |
* | Fix a variety of focus race conditions in all focus modes, or at least | Elijah Newren | 2004-10-04 | 1 | -23/+4 |
* | Remove race condition for focus window choice on window close followed by | Elijah Newren | 2004-09-15 | 1 | -24/+1 |
* | Focus correct window after minimizing via the tasklist (fixes #128200; see | Elijah Newren | 2004-09-15 | 1 | -1/+27 |
* | Disable focus-stealing-prevention for now; there are still some issues and | Elijah Newren | 2004-08-30 | 1 | -0/+3 |
* | Prevent an assertion failure that can occur after increasing the number of | Elijah Newren | 2004-08-27 | 1 | -2/+2 |