Age | Commit message (Expand) | Author | Files | Lines |
2007-12-19 | sort source files into these directories according to which part of the WM | Havoc Pennington | 1 | -3881/+0 |
2007-12-09 | Recur if the keypress ended a grab, so it can be processed in its own | Thomas Thurman | 1 | -0/+17 |
2007-05-25 | Add support for RTL languages so that alt-tab, etc., go the other way. In | Yair Hershkovitz | 1 | -0/+3 |
2007-04-09 | Remove grab_start_serial, which we expect to be an ancient attempt to | Elijah Newren | 1 | -2/+0 |
2007-04-09 | Fix move/resize events in relation to combinations of ConfigureRequest and | Elijah Newren | 1 | -4/+1 |
2007-04-07 | Add an (unbound by default) keybinding for setting spew marks in verbose | Elijah Newren | 1 | -2/+6 |
2007-04-03 | turn mouse_mode off to prevent focus issues with the run application | Elijah Newren | 1 | -1/+3 |
2006-11-05 | implement handle_move_to_{side|corner}_* to allow the user to flip a | Justin Mason | 1 | -0/+204 |
2006-10-13 | Fix cases when titlebar is allowed offscreen and shouldn't be (and | Carlo Wood | 1 | -0/+4 |
2006-10-01 | Stick an emacs comment directive at the beginning of all the code files so | Elijah Newren | 1 | -0/+2 |
2006-09-18 | Partial audit to fix timestamp usage. One step towards fixing #355180; see | Elijah Newren | 1 | -2/+2 |
2006-09-13 | Fix issues on 64-bit machines with timestamps by using guint32 (like gtk+ | Elijah Newren | 1 | -13/+13 |
2006-09-09 | Avoid a stuck grab, preventing focus from being transferred between | Elijah Newren | 1 | -15/+10 |
2006-08-21 | Patch from Ed Catmur to fix keybindings with hex-values (coming from | Elijah Newren | 1 | -11/+17 |
2006-08-21 | Allow drags & resizes to be reverted by hitting escape. Based on patch | Elijah Newren | 1 | -18/+89 |
2006-08-07 | Patch from Thomas Andersen to return the window to maximized state if the | Elijah Newren | 1 | -1/+5 |
2006-04-17 | Allow any keybinding pref to be specified either with <foo>, a string, or | Thomas Thurman | 1 | -23/+41 |
2006-04-15 | Add a tabbing function, bound to alt-f6 by default, to cycle through the | Thomas Thurman | 1 | -7/+47 |
2006-04-13 | *** empty log message *** | Björn Lindqvist | 1 | -1/+1 |
2006-02-13 | We had that prev_window code in multiple places and it was all identical. | Elijah Newren | 1 | -23/+4 |
2006-02-13 | Allow alt-escape to cancel alt-tabbing, and vice versa. Fixes #141425. | Thomas Thurman | 1 | -3/+52 |
2006-02-12 | Disable alt-f7 if a window can't be moved, and alt-f8 if it can't be | Thomas Thurman | 1 | -2/+2 |
2006-01-20 | Patch from Kjartan Maraas to fix a lot of tiny issues (unused variable | Elijah Newren | 1 | -2/+2 |
2006-01-15 | Fix accidental overzealous focus holding by the terminal introduced by the | Elijah Newren | 1 | -7/+6 |
2006-01-10 | Whoops, I forgot to keep my copyright info updated with my previous | Elijah Newren | 1 | -1/+1 |
2006-01-10 | Don't "steal" focus from terminal windows for new window mappings as the | Elijah Newren | 1 | -0/+7 |
2005-12-28 | Make the workspace switcher work with dual-head (non-xinerama) setups. | Elijah Newren | 1 | -1/+5 |
2005-12-22 | Oops, I only meant to commit the changes to rationales.txt in the last commit | Elijah Newren | 1 | -5/+1 |
2005-12-22 | Add xinerama and multi-head tracker bugs | Elijah Newren | 1 | -1/+5 |
2005-11-19 | Merge of all the changes on the constraints_experiments branch. This is | Elijah Newren | 1 | -254/+105 |
2005-10-08 | Add my copyright notice to a number of files on which it should already | Elijah Newren | 1 | -0/+1 |
2005-10-03 | Patch from Ross Cohen to make alt-esc consistent with alt-tab by leaving | Elijah Newren | 1 | -1/+4 |
2005-10-03 | Patch from Ross Cohen to make alt-esc (show windows instantly) actually | Elijah Newren | 1 | -1/+37 |
2005-08-03 | Improve the behavior of keyboard move/resize and edge snapping. Still not | Ray Strode | 1 | -167/+252 |
2005-05-26 | Actually commit the stuff mentioned in the last ChangeLog entry. | Ray Strode | 1 | -30/+4 |
2005-02-22 | Handle keynav vs. mousenav in mouse and sloppy focus modes. Fixes #167545. | Elijah Newren | 1 | -4/+21 |
2005-01-24 | Restore original stacking when aborting an alt-esc window switch | Elijah Newren | 1 | -0/+5 |
2004-12-20 | Focus the desktop when showing it. Fixes #159257. | Elijah Newren | 1 | -1/+1 |
2004-10-20 | Patch from Soeren to fix the modifier key breakage introduced by an Xorg | Elijah Newren | 1 | -14/+38 |
2004-10-17 | Make the "showing desktop" mode be per-workspace instead of per-screen. | Elijah Newren | 1 | -1/+1 |
2004-10-15 | Fix from Rob to correct requested number of keycodes (#155247) | Elijah Newren | 1 | -1/+1 |
2004-10-13 | Add a keybinding to launch a terminal | Vincent Untz | 1 | -11/+80 |
2004-10-04 | Fix a variety of focus race conditions in all focus modes, or at least | Elijah Newren | 1 | -7/+11 |
2004-09-22 | Focus the default window after the user dismisses the workspace switcher | Elijah Newren | 1 | -5/+12 |
2004-09-16 | A load of fixes of issues reported by sparse. Closes bug #152849 | Kjartan Maraas | 1 | -1/+3 |
2004-08-26 | Make dialogs that Metacity shows follow focus-stealing-prevention | Elijah Newren | 1 | -9/+14 |
2004-08-19 | track the last_xor_rect separately from the current window size, and then | Havoc Pennington | 1 | -12/+18 |
2004-06-24 | Choose correct window to focus when "un-showing" the desktop. Fixes | Elijah Newren | 1 | -1/+1 |
2004-02-23 | Add my copyright notice to a number of files on which it should already | Rob Adams | 1 | -1/+3 |
2004-02-15 | If we're moving a window and receive a _NET_CURRENT_DESKTOP message | Rob Adams | 1 | -42/+4 |