summaryrefslogtreecommitdiff
path: root/src/keybindings.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix the extension checksHavoc Pennington2003-11-241-1/+6
* add an event_serial argument and use it when the pointer is alreadyHavoc Pennington2003-11-241-0/+2
* Merge reduced_resources mode patch from the branch. Offers wireframe andHavoc Pennington2003-10-121-64/+197
* fix warnings (one was a real bug)Havoc Pennington2003-09-291-10/+60
* Changed MRU list to be per workspace instead of per display, so stickyRay Strode2003-08-151-1/+1
* Activate window before ending grab. This fixes bug #114037.Padraig O'Briain2003-07-011-4/+4
* Add keybinding to allow the user to toggle _NET_WM_STATE_ABOVE on windows.Rob Adams2003-06-271-0/+22
* CVS2003-05-29 Rob Adams <robadams@ucla.edu>Rob Adams2003-05-301-1/+1
* the mask display->ignored_modifier_mask wasn't being bound, due to "<"Havoc Pennington2003-05-211-2/+2