| Commit message (Expand) | Author | Age | Files | Lines |
* | Preserve stacking order across restarts. | Elijah Newren | 2007-04-16 | 1 | -0/+4 |
* | Advertise support of Above and Below operations (assuming the proposed | Elijah Newren | 2007-04-11 | 1 | -0/+2 |
* | Remove grab_start_serial, which we expect to be an ancient attempt to | Elijah Newren | 2007-04-09 | 1 | -2/+0 |
* | Add support for _NET_WM_USER_TIME_WINDOW in order to cut down on context | Elijah Newren | 2007-03-31 | 1 | -0/+2 |
* | Fix cases when titlebar is allowed offscreen and shouldn't be (and | Carlo Wood | 2006-10-13 | 1 | -0/+2 |
* | Stick an emacs comment directive at the beginning of all the code files so | Elijah Newren | 2006-10-01 | 1 | -0/+2 |
* | Patch from Carlo Wood to ensure that maximized and minimized properties | Elijah Newren | 2006-10-01 | 1 | -0/+3 |
* | Partial audit to fix timestamp usage. One step towards fixing #355180; see | Elijah Newren | 2006-09-18 | 1 | -3/+6 |
* | Fix issues on 64-bit machines with timestamps by using guint32 (like gtk+ | Elijah Newren | 2006-09-13 | 1 | -16/+16 |
* | Allow drags & resizes to be reverted by hitting escape. Based on patch | Elijah Newren | 2006-08-21 | 1 | -1/+1 |
* | Delete unused META_PRIORITY_COMPOSITE | Søren Sandmann | 2006-05-04 | 1 | -1/+1 |
* | Patch from Andy Morum to fix the build with --disable-xsync. #336605 | Elijah Newren | 2006-04-15 | 1 | -2/+2 |
* | Add a tabbing function, bound to alt-f6 by default, to cycle through the | Thomas Thurman | 2006-04-15 | 1 | -1/+2 |
* | *** empty log message *** | Björn Lindqvist | 2006-04-13 | 1 | -2/+2 |
* | Patch from Ron Yorston to add a focus_new_windows option. Default is | Elijah Newren | 2006-04-12 | 1 | -5/+6 |
* | *** empty log message *** | Björn Lindqvist | 2006-04-10 | 1 | -7/+0 |
* | Track the active_screen, (event_callback): If the mouse enters a window on | Elijah Newren | 2006-01-30 | 1 | -0/+1 |
* | Fix unitialized value problem when in raise-on-click mode. Søren, | Elijah Newren | 2006-01-20 | 1 | -2/+2 |
* | Prevent rapidly repeated visual bells from hanging metacity. Fixes | Elijah Newren | 2006-01-20 | 1 | -4/+5 |
* | Fix accidental overzealous focus holding by the terminal introduced by the | Elijah Newren | 2006-01-15 | 1 | -0/+8 |
* | Whoops, I forgot to keep my copyright info updated with my previous | Elijah Newren | 2006-01-10 | 1 | -1/+1 |
* | Add a raise on click option, basically only because all the major distros | Elijah Newren | 2006-01-10 | 1 | -0/+5 |
* | Fix window outline for minimized windows when using alt-esc. #325092. | Elijah Newren | 2006-01-10 | 1 | -0/+6 |
* | Make the workspace switcher work with dual-head (non-xinerama) setups. | Elijah Newren | 2005-12-28 | 1 | -5/+4 |
* | Oops, I only meant to commit the changes to rationales.txt in the last commit | Elijah Newren | 2005-12-22 | 1 | -4/+5 |
* | Add xinerama and multi-head tracker bugs | Elijah Newren | 2005-12-22 | 1 | -5/+4 |
* | Merge of all the changes on the constraints_experiments branch. This is | Elijah Newren | 2005-11-19 | 1 | -19/+9 |
* | Add my copyright notice to a number of files on which it should already | Elijah Newren | 2005-10-08 | 1 | -0/+1 |
* | Truncate ridiculously long titles to avoid crashing or letting the pager | Elijah Newren | 2005-10-03 | 1 | -0/+2 |
* | React to cursor theme changes: (#308106) | Matthias Clasen | 2005-07-11 | 1 | -0/+3 |
* | Actually commit the stuff mentioned in the last ChangeLog entry. | Ray Strode | 2005-05-26 | 1 | -0/+2 |
* | Handle keynav vs. mousenav in mouse and sloppy focus modes. Fixes #167545. | Elijah Newren | 2005-02-22 | 1 | -0/+5 |
* | Big patch to cover about 6 different issues in order to correct rare | Elijah Newren | 2005-02-20 | 1 | -8/+23 |
* | Set a _METACITY_VERSION property (a utf8 string) on the WM check window. | Elijah Newren | 2005-02-07 | 1 | -0/+1 |
* | Restore original stacking when aborting an alt-esc window switch | Elijah Newren | 2005-01-24 | 1 | -0/+1 |
* | Remove the hack from bug 128200; it isn't needed anymore with the fix from | Elijah Newren | 2005-01-10 | 1 | -4/+0 |
* | Wrap XSetInputFocus, making display->expected_focus_window a little more | Elijah Newren | 2004-12-23 | 1 | -1/+38 |
* | Fix a variety of issues with autoraise (#134206) | Elijah Newren | 2004-10-04 | 1 | -0/+7 |
* | Fix a variety of focus race conditions in all focus modes, or at least | Elijah Newren | 2004-10-04 | 1 | -1/+2 |
* | Focus correct window after minimizing via the tasklist (fixes #128200; see | Elijah Newren | 2004-09-15 | 1 | -0/+4 |
* | move the have_xrender variable initialization up in the file since it can | Havoc Pennington | 2004-08-27 | 1 | -4/+20 |
* | Make dialogs that Metacity shows follow focus-stealing-prevention | Elijah Newren | 2004-08-26 | 1 | -0/+1 |
* | track the last_xor_rect separately from the current window size, and then | Havoc Pennington | 2004-08-19 | 1 | -0/+1 |
* | Fix some support for EWMH hints, and fix USER_TIME support to include the | Rob Adams | 2004-07-31 | 1 | -0/+5 |
* | Add support for _NET_WM_USER_TIME | Elijah Newren | 2004-06-24 | 1 | -0/+1 |
* | Fix bug 143333, support for update counter spec, and 109362, schedule | Soeren Sandmann | 2004-06-19 | 1 | -4/+5 |
* | Add my copyright notice to a number of files on which it should already | Rob Adams | 2004-02-23 | 1 | -0/+1 |
* | Add _NET_FRAME_EXTENTS and _NET_REQUEST_FRAME_EXTENTS. | Thomas Fitzsimmons | 2004-01-10 | 1 | -1/+3 |
* | Revert prior change | Rob Adams | 2003-12-13 | 1 | -1/+0 |
* | Add increased robustness for dealing with all workspaces windows and MRU | Rob Adams | 2003-12-13 | 1 | -0/+1 |