| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Thanks to mild7@users.sourceforge.net for this fix. | Elijah Newren | 2004-12-24 | 1 | -1/+1 |
* | Wrap XSetInputFocus, making display->expected_focus_window a little more | Elijah Newren | 2004-12-23 | 3 | -30/+87 |
* | Rename meta_window_visible_on_workspace to | Elijah Newren | 2004-12-23 | 6 | -12/+11 |
* | Partially resolve the conflicting requirements of windows on multiple | Elijah Newren | 2004-12-22 | 7 | -152/+56 |
* | Thanks to Baptiste Mille-Mathias for this fix. | Elijah Newren | 2004-12-20 | 1 | -1/+1 |
* | When snap-moving, don't snap to transients of minimized windows since they | Elijah Newren | 2004-12-20 | 3 | -9/+8 |
* | Focus the desktop when showing it. Fixes #159257. | Elijah Newren | 2004-12-20 | 4 | -4/+27 |
* | Remove deprecated capplet from GNOME 2.0 | Alex Duggan | 2004-12-13 | 5 | -403/+3 |
* | Use a better default application icon. Fixes bug #160373 | Benjamin Kahn | 2004-12-06 | 1 | -0/+0 |
* | remove intltool stuff on distclean. | James Henstridge | 2004-11-10 | 2 | -1/+18 |
* | gnome-panel-screenshot was renamed to gnome-screenshot | Vincent Untz | 2004-11-06 | 1 | -2/+2 |
* | Don't lower newly mapped windows when they're denied focus, if they are | Elijah Newren | 2004-10-25 | 2 | -28/+35 |
* | Fix the alt-tab order--if the most recently used window is not focused, | Elijah Newren | 2004-10-25 | 1 | -12/+24 |
* | Update _NET_WM_STATE_HIDDEN so the pager on the panel will know whether to | Elijah Newren | 2004-10-22 | 2 | -33/+68 |
* | Patch from Soeren to fix the modifier key breakage introduced by an Xorg | Elijah Newren | 2004-10-20 | 1 | -14/+38 |
* | Don't try to use an ARGB visual at all if the depth isn't 32-bit. This | Anders Carlsson | 2004-10-19 | 1 | -59/+4 |
* | Make the "showing desktop" mode be per-workspace instead of per-screen. | Elijah Newren | 2004-10-17 | 6 | -36/+46 |
* | Fix from Rob to correct requested number of keycodes (#155247) | Elijah Newren | 2004-10-15 | 1 | -1/+1 |
* | Code cleanup | Elijah Newren | 2004-10-13 | 1 | -68/+0 |
* | Add a keybinding to launch a terminal | Vincent Untz | 2004-10-13 | 4 | -11/+182 |
* | Fix middle-frame-click-to-lower focus inconsistency (#154601) | Elijah Newren | 2004-10-08 | 2 | -7/+7 |
* | Alter the meaning of expected_focus_window; doesn't affect current | Elijah Newren | 2004-10-08 | 2 | -3/+1 |
* | if the root window gets focused, set the focus to the default window; this | Elijah Newren | 2004-10-04 | 1 | -4/+12 |
* | Fix a variety of issues with autoraise (#134206) | Elijah Newren | 2004-10-04 | 4 | -37/+77 |
* | Ooops, forgot to update the patch to account for change in bug 152000 | Elijah Newren | 2004-10-04 | 1 | -1/+5 |
* | When no window becomes focused, focus the default window instead of | Elijah Newren | 2004-10-04 | 1 | -21/+3 |
* | Fix a variety of focus race conditions in all focus modes, or at least | Elijah Newren | 2004-10-04 | 10 | -62/+110 |
* | Focus the default window after the user dismisses the workspace switcher | Elijah Newren | 2004-09-22 | 1 | -5/+12 |
* | Fix some uninitialized variable errors reported by valgrind (see #153338) | Elijah Newren | 2004-09-22 | 2 | -0/+6 |
* | Don't focus a window that is minimized (fixes #147947) | Elijah Newren | 2004-09-17 | 1 | -0/+1 |
* | A load of fixes of issues reported by sparse. Closes bug #152849 | Kjartan Maraas | 2004-09-16 | 17 | -46/+43 |
* | Remove some redundant code regarding focusing the default window (#152117) | Elijah Newren | 2004-09-16 | 1 | -9/+1 |
* | Patch from Ken Harris in #135786 to focus a new default window when | Elijah Newren | 2004-09-16 | 3 | -5/+35 |
* | Focus the no_focus_window if no suitable window is in the mru list (should | Elijah Newren | 2004-09-15 | 1 | -38/+5 |
* | Prevent focus inconsistencies by only providing one focus method (fixes | Elijah Newren | 2004-09-15 | 3 | -9/+6 |
* | Remove race condition for focus window choice on window close followed by | Elijah Newren | 2004-09-15 | 1 | -24/+1 |
* | Fix unwanted loss of focus to the mouse window when using keynav (fixes | Elijah Newren | 2004-09-15 | 1 | -0/+2 |
* | Focus correct window after minimizing via the tasklist (fixes #128200; see | Elijah Newren | 2004-09-15 | 3 | -1/+32 |
* | Disable focus-stealing-prevention for now; there are still some issues and | Elijah Newren | 2004-08-30 | 1 | -0/+3 |
* | add comment about broken assertion | Havoc Pennington | 2004-08-27 | 1 | -0/+1 |
* | disable NameWindowPixmap stuff always for now, it seemed kind of busted | Havoc Pennington | 2004-08-27 | 2 | -31/+32 |
* | Prevent an assertion failure that can occur after increasing the number of | Elijah Newren | 2004-08-27 | 2 | -2/+12 |
* | delete extra copy of find_argb_visual so things compile | Havoc Pennington | 2004-08-27 | 2 | -73/+86 |
* | couple of cosmetic tweaks from resolving my local patch with the bugzilla | Havoc Pennington | 2004-08-27 | 2 | -3/+59 |
* | move the have_xrender variable initialization up in the file since it can | Havoc Pennington | 2004-08-27 | 6 | -40/+166 |
* | Make dialogs that Metacity shows follow focus-stealing-prevention | Elijah Newren | 2004-08-26 | 6 | -30/+99 |
* | Move wireframe code before grab is released to prevent endless loops with | Soeren Sandmann | 2004-08-20 | 1 | -15/+15 |
* | track the last_xor_rect separately from the current window size, and then | Havoc Pennington | 2004-08-19 | 5 | -29/+69 |