| Commit message (Expand) | Author | Age | Files | Lines |
* | try to place windows denied focus near the focus window and fix a xinerama | Elijah Newren | 2005-07-25 | 1 | -11/+93 |
* | 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 |
* | Patch from Ken Harris to provide a more lenient threshold for drawing | Elijah Newren | 2005-07-14 | 1 | -15/+9 |
* | Fix a slight bug (causing possible miscoloring of parts of the titlebar) | Elijah Newren | 2005-07-13 | 1 | -9/+9 |
* | Patch from Andrew Johnson to speed up vertical gradients. Fixes #169982. | Elijah Newren | 2005-07-12 | 1 | -92/+35 |
* | Patch from Björn Lindqvist to split up main() into more manageable chunks | Elijah Newren | 2005-07-12 | 1 | -188/+185 |
* | free ->xinerama_infos Closes bug#307884 | Aivars Kalvans | 2005-07-12 | 1 | -0/+3 |
* | React to cursor theme changes: (#308106) | Matthias Clasen | 2005-07-11 | 7 | -2/+180 |
* | Add a cache of pixmaps for recently exposed frame areas. Makes metacity a | Soeren Sandmann | 2005-06-26 | 2 | -45/+389 |
* | Prevent using the address of a local variable as a hash key. (Bug #307209) | Ryan Lortie | 2005-06-11 | 2 | -6/+11 |
* | Cleanup font data when done with it (bug 306720). | Ray Strode | 2005-06-07 | 2 | -1/+14 |
* | 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 |
* | Bug 305564 again. | Ray Strode | 2005-05-30 | 2 | -12/+26 |
* | 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 | 8 | -99/+235 |
* | 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 |
* | Make sure the "Close" button has the focus, not the table. (#172703) | Dan Winship | 2005-04-08 | 1 | -1/+4 |
* | Patch from Aidan Delaney to make sure that icons in the alt-tab popup are | Elijah Newren | 2005-02-28 | 1 | -1/+1 |
* | Prevent the visual bell from changing the focus window. Fixes #123366. | Elijah Newren | 2005-02-25 | 2 | -3/+8 |
* | 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 | 5 | -14/+76 |
* | Handle _NET_CURRENT_DESKTOP messages that come with timestamps. Fixes the | Elijah Newren | 2005-02-20 | 1 | -4/+11 |
* | 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 |
* | Fix an obscure xinerama placement bug with windows that are too large to | Elijah Newren | 2005-02-20 | 1 | -1/+1 |
* | Patch from Joe Marcus Clarke to fix a possible crash on logout. #167935. | Elijah Newren | 2005-02-20 | 1 | -0/+1 |
* | Big patch to cover about 6 different issues in order to correct rare | Elijah Newren | 2005-02-20 | 5 | -44/+179 |
* | trivial fix to a log message: change %d to %lu (see debugging log from bug | Elijah Newren | 2005-02-16 | 1 | -1/+1 |
* | 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 | 3 | -1/+139 |
* | Removed useless function call. #166730 | Aidan Delaney | 2005-02-09 | 1 | -3/+0 |
* | Avoid using CurrentTime when focusing, handle it better in case we miss | Elijah Newren | 2005-02-09 | 2 | -2/+5 |
* | If we're not passed a timestamp, make sure to manually get one. Fixes | Elijah Newren | 2005-02-09 | 1 | -2/+4 |
* | Set a _METACITY_VERSION property (a utf8 string) on the WM check window. | Elijah Newren | 2005-02-07 | 2 | -1/+9 |
* | 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 |
* | Add period to the end of reduced_resources' description. Fixes #165780. | Dave Ahlswede | 2005-02-05 | 1 | -1/+1 |
* | Make sure window->border_only is initialized so we don't get random | Elijah Newren | 2005-02-05 | 1 | -0/+1 |
* | Focus parents of dismissed transient windows in preference to the window | Elijah Newren | 2005-02-02 | 1 | -13/+51 |
* | Try 2 to correct misleading and inaccurate wording. Hopefully, really | Elijah Newren | 2005-01-31 | 1 | -1/+1 |
* | Correct the stacking when return from fullscreen mode. Fixes #165718. | Elijah Newren | 2005-01-31 | 1 | -2/+2 |
* | src/themes/Atlanta/metacity-theme-1.xml: | Muktha | 2005-01-31 | 3 | -7/+17 |
* | Patch from RHEL-3 (Havoc doesn't remember how it got there) that Havoc | Elijah Newren | 2005-01-28 | 1 | -3/+18 |
* | make this dialog be sticky. Fixes #164745. | Elijah Newren | 2005-01-28 | 1 | -0/+2 |
* | Change wording of menu to "Always on Current Workspace" from "Put on All | Elijah Newren | 2005-01-28 | 2 | -5/+2 |