summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't lower newly mapped windows when they're denied focus, if they areElijah Newren2004-10-252-28/+35
* Fix the alt-tab order--if the most recently used window is not focused,Elijah Newren2004-10-251-12/+24
* Update _NET_WM_STATE_HIDDEN so the pager on the panel will know whether toElijah Newren2004-10-222-33/+68
* Patch from Soeren to fix the modifier key breakage introduced by an XorgElijah Newren2004-10-201-14/+38
* Don't try to use an ARGB visual at all if the depth isn't 32-bit. ThisAnders Carlsson2004-10-191-59/+4
* Make the "showing desktop" mode be per-workspace instead of per-screen.Elijah Newren2004-10-176-36/+46
* Fix from Rob to correct requested number of keycodes (#155247)Elijah Newren2004-10-151-1/+1
* Code cleanupElijah Newren2004-10-131-68/+0
* Add a keybinding to launch a terminalVincent Untz2004-10-134-11/+182
* Fix middle-frame-click-to-lower focus inconsistency (#154601)Elijah Newren2004-10-082-7/+7
* Alter the meaning of expected_focus_window; doesn't affect currentElijah Newren2004-10-082-3/+1
* if the root window gets focused, set the focus to the default window; thisElijah Newren2004-10-041-4/+12
* Fix a variety of issues with autoraise (#134206)Elijah Newren2004-10-044-37/+77
* Ooops, forgot to update the patch to account for change in bug 152000Elijah Newren2004-10-041-1/+5
* When no window becomes focused, focus the default window instead ofElijah Newren2004-10-041-21/+3
* Fix a variety of focus race conditions in all focus modes, or at leastElijah Newren2004-10-0410-62/+110
* Focus the default window after the user dismisses the workspace switcherElijah Newren2004-09-221-5/+12
* Fix some uninitialized variable errors reported by valgrind (see #153338)Elijah Newren2004-09-222-0/+6
* Don't focus a window that is minimized (fixes #147947)Elijah Newren2004-09-171-0/+1
* A load of fixes of issues reported by sparse. Closes bug #152849Kjartan Maraas2004-09-1617-46/+43
* Remove some redundant code regarding focusing the default window (#152117)Elijah Newren2004-09-161-9/+1
* Patch from Ken Harris in #135786 to focus a new default window whenElijah Newren2004-09-163-5/+35
* Focus the no_focus_window if no suitable window is in the mru list (shouldElijah Newren2004-09-151-38/+5
* Prevent focus inconsistencies by only providing one focus method (fixesElijah Newren2004-09-153-9/+6
* Remove race condition for focus window choice on window close followed byElijah Newren2004-09-151-24/+1
* Fix unwanted loss of focus to the mouse window when using keynav (fixesElijah Newren2004-09-151-0/+2
* Focus correct window after minimizing via the tasklist (fixes #128200; seeElijah Newren2004-09-153-1/+32
* Disable focus-stealing-prevention for now; there are still some issues andElijah Newren2004-08-301-0/+3
* add comment about broken assertionHavoc Pennington2004-08-271-0/+1
* disable NameWindowPixmap stuff always for now, it seemed kind of bustedHavoc Pennington2004-08-272-31/+32
* Prevent an assertion failure that can occur after increasing the number ofElijah Newren2004-08-272-2/+12
* delete extra copy of find_argb_visual so things compileHavoc Pennington2004-08-272-73/+86
* couple of cosmetic tweaks from resolving my local patch with the bugzillaHavoc Pennington2004-08-272-3/+59
* move the have_xrender variable initialization up in the file since it canHavoc Pennington2004-08-276-40/+166
* Make dialogs that Metacity shows follow focus-stealing-preventionElijah Newren2004-08-266-30/+99
* Move wireframe code before grab is released to prevent endless loops withSoeren Sandmann2004-08-201-15/+15
* track the last_xor_rect separately from the current window size, and thenHavoc Pennington2004-08-195-29/+69
* use height and top/bottom struts to compute gap (copy/paste bug).Rob Adams2004-08-151-2/+2
* Allow struts larger than 1/2 the screen width/height, as long as there's aRob Adams2004-08-151-18/+27
* New function. Use it here to synchronize with the hardware between eachSoeren Sandmann2004-08-092-2/+20
* Add #ifdef around XSYNC code; fixes compile problem if XSYNC is disabled.Rob Adams2004-08-081-0/+2
* Flush after setting cursor. (Rest of #149413).Soeren Sandmann2004-08-081-0/+1
* activating the current workspace should be a no-op. This prevents a raceElijah Newren2004-08-081-2/+7
* Revert Rob's 2004-07-31 patch that ignored net_wm_user_time whenElijah Newren2004-08-082-9/+3
* Remove some extraneous items that could sometimes appear in the windowRob Adams2004-08-072-6/+15
* add XFlush() after setting cursor, #149413Havoc Pennington2004-08-071-0/+1
* Focusing a window upon unshowing the desktop in various ways (panel appletElijah Newren2004-08-071-1/+4
* prevent keyboard from "getting locked" upon workspace switch, by makingElijah Newren2004-08-061-1/+9
* Have newly mapped windows that are denied focus appear after the focusedElijah Newren2004-08-051-2/+50
* prepend window to mru list instead of appending, since making the windowElijah Newren2004-08-051-1/+1