summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* raise the window as well as its ancestor; fixes a stacking bug with anElijah Newren2005-07-251-5/+21
* restore original window size if the window was maximized, as the FIXMEElijah Newren2005-07-251-2/+3
* revert the patch from #128380--change _NET_ACTIVE_WINDOW behavior to whatElijah Newren2005-07-241-21/+12
* If a window requests to be raised and is denied, set the demands attentionElijah Newren2005-06-021-0/+5
* if the window has a modal transient which is being unmanaged, don't focusElijah Newren2005-06-021-1/+2
* Patch from Greg Hudson to make sure window position is calculatedElijah Newren2005-05-261-1/+2
* Actually commit the stuff mentioned in the last ChangeLog entry.Ray Strode2005-05-261-38/+117
* don't accidentally treat maximize vertically as maximize in bothElijah Newren2005-05-261-2/+11
* put all transients of the new window, if any exist, in the calc_showingElijah Newren2005-05-261-0/+9
* Fix crash that occurs when stupid apps claim that a window is its ownElijah Newren2005-02-231-1/+1
* Handle keynav vs. mousenav in mouse and sloppy focus modes. Fixes #167545.Elijah Newren2005-02-221-0/+19
* when receiving a _NET_ACTIVE_WINDOW message, switch to the desktop whereElijah Newren2005-02-201-12/+21
* Ignore all focus and focus-stealing-prevention code in meta_window_showElijah Newren2005-02-201-1/+2
* Big patch to cover about 6 different issues in order to correct rareElijah Newren2005-02-201-5/+41
* Raise the ancestor of a window instead of the window itself. FixesElijah Newren2005-02-121-2/+33
* Don't unconditionally place splashscreens (and other not-to-befocusedElijah Newren2005-02-121-82/+124
* Avoid new windows being obscured by the focus window (and thus possiblyElijah Newren2005-02-111-0/+8
* Avoid using CurrentTime when focusing, handle it better in case we missElijah Newren2005-02-091-2/+3
* If we're not passed a timestamp, make sure to manually get one. FixesElijah Newren2005-02-091-2/+4
* Ignore xconfigurerequest events for stacking when it should be safe to doElijah Newren2005-02-061-11/+37
* If activation requests are too old, set the demands_attention hint insteadElijah Newren2005-02-061-0/+14
* Make sure window->border_only is initialized so we don't get randomElijah Newren2005-02-051-0/+1
* Correct the stacking when return from fullscreen mode. Fixes #165718.Elijah Newren2005-01-311-2/+2
* Change wording of menu to "Always on Current Workspace" from "Put on AllElijah Newren2005-01-281-3/+0
* Take into account the appropriate list of windows when placing a new one.Elijah Newren2005-01-281-6/+4
* shaded windows should not show up in pagers. Fixes #165377.Elijah Newren2005-01-271-1/+1
* Stick and unstick transients with their parent automatically. FixesElijah Newren2005-01-261-4/+38
* set the window state hints _after_ applying session information. FixesElijah Newren2005-01-261-6/+6
* Refuse to focus a window with a modal transient, and focus the transientElijah Newren2005-01-251-0/+53
* Patch from John Paul Wallington to fix #163420.Elijah Newren2005-01-241-2/+2
* Remove the hack from bug 128200; it isn't needed anymore with the fix fromElijah Newren2005-01-101-27/+1
* Restore the wireframe rectangle co-ordinates to saved window co-ordinates.Leena Gunda2005-01-061-0/+5
* Focus windows that manually position themselves too (fixes #107347).Elijah Newren2004-12-281-1/+8
* Don't show menu if all options are invalid (fixes #148915)Elijah Newren2004-12-241-0/+6
* Fix error in distinguishing < vs. <= introduced by the patch in #154598,Elijah Newren2004-12-241-8/+8
* Wrap XSetInputFocus, making display->expected_focus_window a little moreElijah Newren2004-12-231-24/+10
* Rename meta_window_visible_on_workspace toElijah Newren2004-12-231-6/+5
* Partially resolve the conflicting requirements of windows on multipleElijah Newren2004-12-221-106/+35
* When snap-moving, don't snap to transients of minimized windows since theyElijah Newren2004-12-201-5/+4
* Don't lower newly mapped windows when they're denied focus, if they areElijah Newren2004-10-251-26/+33
* Update _NET_WM_STATE_HIDDEN so the pager on the panel will know whether toElijah Newren2004-10-221-30/+59
* Make the "showing desktop" mode be per-workspace instead of per-screen.Elijah Newren2004-10-171-3/+4
* Code cleanupElijah Newren2004-10-131-68/+0
* Alter the meaning of expected_focus_window; doesn't affect currentElijah Newren2004-10-081-3/+0
* Fix a variety of issues with autoraise (#134206)Elijah Newren2004-10-041-0/+4
* Fix a variety of focus race conditions in all focus modes, or at leastElijah Newren2004-10-041-23/+4
* Remove race condition for focus window choice on window close followed byElijah Newren2004-09-151-24/+1
* Focus correct window after minimizing via the tasklist (fixes #128200; seeElijah Newren2004-09-151-1/+27
* Disable focus-stealing-prevention for now; there are still some issues andElijah Newren2004-08-301-0/+3
* Prevent an assertion failure that can occur after increasing the number ofElijah Newren2004-08-271-2/+2