summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Thanks to mild7@users.sourceforge.net for this fix.Elijah Newren2004-12-241-1/+1
* Wrap XSetInputFocus, making display->expected_focus_window a little moreElijah Newren2004-12-233-30/+87
* Rename meta_window_visible_on_workspace toElijah Newren2004-12-236-12/+11
* Partially resolve the conflicting requirements of windows on multipleElijah Newren2004-12-227-152/+56
* Thanks to Baptiste Mille-Mathias for this fix.Elijah Newren2004-12-201-1/+1
* When snap-moving, don't snap to transients of minimized windows since theyElijah Newren2004-12-203-9/+8
* Focus the desktop when showing it. Fixes #159257.Elijah Newren2004-12-204-4/+27
* Remove deprecated capplet from GNOME 2.0Alex Duggan2004-12-135-403/+3
* Use a better default application icon. Fixes bug #160373Benjamin Kahn2004-12-061-0/+0
* remove intltool stuff on distclean.James Henstridge2004-11-102-1/+18
* gnome-panel-screenshot was renamed to gnome-screenshotVincent Untz2004-11-061-2/+2
* 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