summaryrefslogtreecommitdiff
path: root/src/keybindings.c
Commit message (Expand)AuthorAgeFilesLines
* Recur if the keypress ended a grab, so it can be processed in its ownThomas Thurman2007-12-091-0/+17
* Add support for RTL languages so that alt-tab, etc., go the other way. InYair Hershkovitz2007-05-251-0/+3
* Remove grab_start_serial, which we expect to be an ancient attempt toElijah Newren2007-04-091-2/+0
* Fix move/resize events in relation to combinations of ConfigureRequest andElijah Newren2007-04-091-4/+1
* Add an (unbound by default) keybinding for setting spew marks in verboseElijah Newren2007-04-071-2/+6
* turn mouse_mode off to prevent focus issues with the run applicationElijah Newren2007-04-031-1/+3
* implement handle_move_to_{side|corner}_* to allow the user to flip aJustin Mason2006-11-051-0/+204
* Fix cases when titlebar is allowed offscreen and shouldn't be (andCarlo Wood2006-10-131-0/+4
* Stick an emacs comment directive at the beginning of all the code files soElijah Newren2006-10-011-0/+2
* Partial audit to fix timestamp usage. One step towards fixing #355180; seeElijah Newren2006-09-181-2/+2
* Fix issues on 64-bit machines with timestamps by using guint32 (like gtk+Elijah Newren2006-09-131-13/+13
* Avoid a stuck grab, preventing focus from being transferred betweenElijah Newren2006-09-091-15/+10
* Patch from Ed Catmur to fix keybindings with hex-values (coming fromElijah Newren2006-08-211-11/+17
* Allow drags & resizes to be reverted by hitting escape. Based on patchElijah Newren2006-08-211-18/+89
* Patch from Thomas Andersen to return the window to maximized state if theElijah Newren2006-08-071-1/+5
* Allow any keybinding pref to be specified either with <foo>, a string, orThomas Thurman2006-04-171-23/+41
* Add a tabbing function, bound to alt-f6 by default, to cycle through theThomas Thurman2006-04-151-7/+47
* *** empty log message ***Björn Lindqvist2006-04-131-1/+1
* We had that prev_window code in multiple places and it was all identical.Elijah Newren2006-02-131-23/+4
* Allow alt-escape to cancel alt-tabbing, and vice versa. Fixes #141425.Thomas Thurman2006-02-131-3/+52
* Disable alt-f7 if a window can't be moved, and alt-f8 if it can't beThomas Thurman2006-02-121-2/+2
* Patch from Kjartan Maraas to fix a lot of tiny issues (unused variableElijah Newren2006-01-201-2/+2
* Fix accidental overzealous focus holding by the terminal introduced by theElijah Newren2006-01-151-7/+6
* Whoops, I forgot to keep my copyright info updated with my previousElijah Newren2006-01-101-1/+1
* Don't "steal" focus from terminal windows for new window mappings as theElijah Newren2006-01-101-0/+7
* Make the workspace switcher work with dual-head (non-xinerama) setups.Elijah Newren2005-12-281-1/+5
* Oops, I only meant to commit the changes to rationales.txt in the last commitElijah Newren2005-12-221-5/+1
* Add xinerama and multi-head tracker bugsElijah Newren2005-12-221-1/+5
* Merge of all the changes on the constraints_experiments branch. This isElijah Newren2005-11-191-254/+105
* Add my copyright notice to a number of files on which it should alreadyElijah Newren2005-10-081-0/+1
* Patch from Ross Cohen to make alt-esc consistent with alt-tab by leavingElijah Newren2005-10-031-1/+4
* Patch from Ross Cohen to make alt-esc (show windows instantly) actuallyElijah Newren2005-10-031-1/+37
* Improve the behavior of keyboard move/resize and edge snapping. Still notRay Strode2005-08-031-167/+252
* Actually commit the stuff mentioned in the last ChangeLog entry.Ray Strode2005-05-261-30/+4
* Handle keynav vs. mousenav in mouse and sloppy focus modes. Fixes #167545.Elijah Newren2005-02-221-4/+21
* Restore original stacking when aborting an alt-esc window switchElijah Newren2005-01-241-0/+5
* Focus the desktop when showing it. Fixes #159257.Elijah Newren2004-12-201-1/+1
* Patch from Soeren to fix the modifier key breakage introduced by an XorgElijah Newren2004-10-201-14/+38
* Make the "showing desktop" mode be per-workspace instead of per-screen.Elijah Newren2004-10-171-1/+1
* Fix from Rob to correct requested number of keycodes (#155247)Elijah Newren2004-10-151-1/+1
* Add a keybinding to launch a terminalVincent Untz2004-10-131-11/+80
* Fix a variety of focus race conditions in all focus modes, or at leastElijah Newren2004-10-041-7/+11
* Focus the default window after the user dismisses the workspace switcherElijah Newren2004-09-221-5/+12
* A load of fixes of issues reported by sparse. Closes bug #152849Kjartan Maraas2004-09-161-1/+3
* Make dialogs that Metacity shows follow focus-stealing-preventionElijah Newren2004-08-261-9/+14
* track the last_xor_rect separately from the current window size, and thenHavoc Pennington2004-08-191-12/+18
* Choose correct window to focus when "un-showing" the desktop. FixesElijah Newren2004-06-241-1/+1
* Add my copyright notice to a number of files on which it should alreadyRob Adams2004-02-231-1/+3
* If we're moving a window and receive a _NET_CURRENT_DESKTOP messageRob Adams2004-02-151-42/+4
* Oops, did not mean to do that.Havoc Pennington2003-11-241-6/+1