summaryrefslogtreecommitdiff
path: root/src/keybindings.c
Commit message (Expand)AuthorAgeFilesLines
* no animation if we are in reduced resources modemetacity-reduced-modeHavoc Pennington2003-07-231-36/+80
* Still broken in various ways, specifically EnterNotify that occurred priorHavoc Pennington2003-07-211-29/+54
* "Reduced resources" mode based on wireframe patch from Erwann Chenede.Havoc Pennington2003-07-201-8/+72
* 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
* filter out key events that happen on popup menus etc.Havoc Pennington2002-08-101-1/+6
* disable maximize, fullscreen, shade via keybindings on windows that don'tHavoc Pennington2002-08-091-3/+3
* Patch to provide extra cues to the user when using window menu move andCraig Black2002-08-091-20/+19
* disable animation when shading windows, just doesn't really convey theHavoc Pennington2002-08-061-6/+4
* change alt+tab to a windowless grab, fixes #83499Craig Black2002-08-031-11/+5
* handle NULL screen from screen_for_xwindowHavoc Pennington2002-07-231-0/+3
* adapt to virtual modifiers (meta_display_process_mapping_event): we needHavoc Pennington2002-07-141-9/+135
* option to display error when a command fails to run.Havoc Pennington2002-07-111-0/+108
* fix short description for begin_resize, patch from Jayaraj, #87654Havoc Pennington2002-07-101-1/+11
* put _NET_DESKTOP_NAMES in the array of atom names, so desktop names mightHavoc Pennington2002-07-061-87/+87
* use new macros to get whether we allow move/resize correctHavoc Pennington2002-07-031-2/+75
* rename from {un}grab_all_keys_and_keyboard and only do an XKeyboardGrab,Mark McLoughlin2002-07-021-54/+13
* Fix broken workspace switching from my previous commit.Mark McLoughlin2002-07-011-11/+28
* Fixes not being able to tab out of a workspace which contains no windows.Mark McLoughlin2002-06-271-100/+151
* handle UNKNOWN keyboard resizing stateHavoc Pennington2002-06-191-0/+323
* don't pass a null string to printfHavoc Pennington2002-06-161-13/+34
* verify the active window has the appropriate close/minimize functionErwann Chenede -2002-06-101-2/+4
* Cleanups to workspace popup patch. Space before all parens in a coupleHavoc Pennington2002-06-091-51/+35
* Apply big patch from blackc@speakeasy.net adding a popup window to theHavoc Pennington2002-06-091-35/+254