| Commit message (Expand) | Author | Age | Files | Lines |
* | fix warnings (one was a real bug) | Havoc Pennington | 2003-09-29 | 1 | -10/+60 |
* | Changed MRU list to be per workspace instead of per display, so sticky | Ray Strode | 2003-08-15 | 1 | -1/+1 |
* | Activate window before ending grab. This fixes bug #114037. | Padraig O'Briain | 2003-07-01 | 1 | -4/+4 |
* | Add keybinding to allow the user to toggle _NET_WM_STATE_ABOVE on windows. | Rob Adams | 2003-06-27 | 1 | -0/+22 |
* | CVS2003-05-29 Rob Adams <robadams@ucla.edu> | Rob Adams | 2003-05-30 | 1 | -1/+1 |
* | the mask display->ignored_modifier_mask wasn't being bound, due to "<" | Havoc Pennington | 2003-05-21 | 1 | -2/+2 |
* | Flip the workspace when using up/down/left/right for move window to, but | Rob Adams | 2003-05-17 | 1 | -12/+46 |
* | fill in window->desc sooner since we use it sooner now. | Havoc Pennington | 2003-05-16 | 1 | -1/+4 |
* | when moving window to another workspace, don't switch to that workspace. | Havoc Pennington | 2003-05-03 | 1 | -0/+2 |
* | support diagonal keypad keybindings, from Dafydd Harries | Havoc Pennington | 2003-04-25 | 1 | -14/+23 |
* | Give me back my keys. | Mark McLoughlin | 2003-02-27 | 1 | -0/+8 |
* | release the keyboard grab before sending the action message to the panel. | Mark McLoughlin | 2003-02-26 | 1 | -0/+8 |
* | Take control of the panel's global keybindings. The screenshot utility is | Mark McLoughlin | 2003-02-24 | 1 | -0/+55 |
* | when tabbing backward, we are still tabbing *from* the most recently used | Havoc Pennington | 2003-02-22 | 1 | -54/+109 |
* | nuke subdir ChangeLog, there can be only one true ChangeLog. | Havoc Pennington | 2003-02-05 | 1 | -1/+1 |
* | only hop window to the current workspace if the window was previously | Havoc Pennington | 2003-01-21 | 1 | -31/+136 |
* | Increase the number of run_command bindings in screen_bindings from 12 toMETACITY_2_4_13_90 | Rob Adams | 2003-01-15 | 1 | -0/+40 |
* | select ColormapChangeMask on toplevel windows, maybe a partial fix for | Havoc Pennington | 2002-12-19 | 1 | -2/+2 |
* | new functions to resize to fill screen | Havoc Pennington | 2002-12-08 | 1 | -0/+41 |
* | push an error trap around the whole window-key-grab loop | Havoc Pennington | 2002-11-06 | 1 | -8/+26 |
* | Optimizations for managing new windows (do not all take effect if | Havoc Pennington | 2002-10-21 | 1 | -26/+43 |
* | check above->mapped before deciding if it overlaps the window being | Havoc Pennington | 2002-10-20 | 1 | -9/+12 |
* | don't start the cycle process if the binding for switching windows has no | Havoc Pennington | 2002-10-18 | 1 | -39/+117 |
* | workspaces are all per-screen now, fix accordingly | Havoc Pennington | 2002-10-16 | 1 | -69/+90 |
* | Add a modifier key preference for the Alt+click stuff. Can be set to | Havoc Pennington | 2002-10-07 | 1 | -35/+6 |
* | src/keybindings.c: Make virtual desktops apply instantly and still show the p... | Christian Neumair | 2002-09-09 | 1 | -3/+15 |
* | new function | Havoc Pennington | 2002-09-04 | 1 | -57/+48 |
* | add maximize and unmaximize keybinding setting. Partly fixes bug# 78999. | Deepa Natarajan | 2002-08-21 | 1 | -0/+36 |
* | leave has_fullscreen_func set to TRUE if the window is screen sized andMETACITY_REDHAT_2_4_0_91 | Havoc Pennington | 2002-08-15 | 1 | -1/+38 |
* | raise window when moving to another workspace bug #88896 | Havoc Pennington | 2002-08-10 | 1 | -0/+1 |
* | filter out key events that happen on popup menus etc. | Havoc Pennington | 2002-08-10 | 1 | -1/+6 |
* | disable maximize, fullscreen, shade via keybindings on windows that don't | Havoc Pennington | 2002-08-09 | 1 | -3/+3 |
* | Patch to provide extra cues to the user when using window menu move and | Craig Black | 2002-08-09 | 1 | -20/+19 |
* | disable animation when shading windows, just doesn't really convey the | Havoc Pennington | 2002-08-06 | 1 | -6/+4 |
* | change alt+tab to a windowless grab, fixes #83499 | Craig Black | 2002-08-03 | 1 | -11/+5 |
* | handle NULL screen from screen_for_xwindow | Havoc Pennington | 2002-07-23 | 1 | -0/+3 |
* | adapt to virtual modifiers (meta_display_process_mapping_event): we need | Havoc Pennington | 2002-07-14 | 1 | -9/+135 |
* | option to display error when a command fails to run. | Havoc Pennington | 2002-07-11 | 1 | -0/+108 |
* | fix short description for begin_resize, patch from Jayaraj, #87654 | Havoc Pennington | 2002-07-10 | 1 | -1/+11 |
* | put _NET_DESKTOP_NAMES in the array of atom names, so desktop names might | Havoc Pennington | 2002-07-06 | 1 | -87/+87 |
* | use new macros to get whether we allow move/resize correct | Havoc Pennington | 2002-07-03 | 1 | -2/+75 |
* | rename from {un}grab_all_keys_and_keyboard and only do an XKeyboardGrab, | Mark McLoughlin | 2002-07-02 | 1 | -54/+13 |
* | Fix broken workspace switching from my previous commit. | Mark McLoughlin | 2002-07-01 | 1 | -11/+28 |
* | Fixes not being able to tab out of a workspace which contains no windows. | Mark McLoughlin | 2002-06-27 | 1 | -100/+151 |
* | handle UNKNOWN keyboard resizing state | Havoc Pennington | 2002-06-19 | 1 | -0/+323 |
* | don't pass a null string to printf | Havoc Pennington | 2002-06-16 | 1 | -13/+34 |
* | verify the active window has the appropriate close/minimize function | Erwann Chenede - | 2002-06-10 | 1 | -2/+4 |
* | Cleanups to workspace popup patch. Space before all parens in a couple | Havoc Pennington | 2002-06-09 | 1 | -51/+35 |
* | Apply big patch from blackc@speakeasy.net adding a popup window to the | Havoc Pennington | 2002-06-09 | 1 | -35/+254 |
* | set net_supporting_wm_check in addition to win_supporting_wm_check, patch | Havoc Pennington | 2002-06-09 | 1 | -0/+2 |