summaryrefslogtreecommitdiff
path: root/src/keybindings.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Flip the workspace when using up/down/left/right for move window to, butRob Adams2003-05-171-12/+46
* fill in window->desc sooner since we use it sooner now.Havoc Pennington2003-05-161-1/+4
* when moving window to another workspace, don't switch to that workspace.Havoc Pennington2003-05-031-0/+2
* support diagonal keypad keybindings, from Dafydd HarriesHavoc Pennington2003-04-251-14/+23
* Give me back my keys.Mark McLoughlin2003-02-271-0/+8
* release the keyboard grab before sending the action message to the panel.Mark McLoughlin2003-02-261-0/+8
* Take control of the panel's global keybindings. The screenshot utility isMark McLoughlin2003-02-241-0/+55
* when tabbing backward, we are still tabbing *from* the most recently usedHavoc Pennington2003-02-221-54/+109
* nuke subdir ChangeLog, there can be only one true ChangeLog.Havoc Pennington2003-02-051-1/+1
* only hop window to the current workspace if the window was previouslyHavoc Pennington2003-01-211-31/+136
* Increase the number of run_command bindings in screen_bindings from 12 toMETACITY_2_4_13_90Rob Adams2003-01-151-0/+40
* select ColormapChangeMask on toplevel windows, maybe a partial fix forHavoc Pennington2002-12-191-2/+2
* new functions to resize to fill screenHavoc Pennington2002-12-081-0/+41
* push an error trap around the whole window-key-grab loopHavoc Pennington2002-11-061-8/+26
* Optimizations for managing new windows (do not all take effect ifHavoc Pennington2002-10-211-26/+43
* check above->mapped before deciding if it overlaps the window beingHavoc Pennington2002-10-201-9/+12
* don't start the cycle process if the binding for switching windows has noHavoc Pennington2002-10-181-39/+117
* workspaces are all per-screen now, fix accordinglyHavoc Pennington2002-10-161-69/+90
* Add a modifier key preference for the Alt+click stuff. Can be set toHavoc Pennington2002-10-071-35/+6
* src/keybindings.c: Make virtual desktops apply instantly and still show the p...Christian Neumair2002-09-091-3/+15
* new functionHavoc Pennington2002-09-041-57/+48
* add maximize and unmaximize keybinding setting. Partly fixes bug# 78999.Deepa Natarajan2002-08-211-0/+36
* leave has_fullscreen_func set to TRUE if the window is screen sized andMETACITY_REDHAT_2_4_0_91Havoc Pennington2002-08-151-1/+38
* raise window when moving to another workspace bug #88896Havoc Pennington2002-08-101-0/+1