| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge reduced_resources mode patch from the branch. Offers wireframe and | Havoc Pennington | 2003-10-12 | 1 | -1/+46 |
* | Add keybinding to allow the user to toggle _NET_WM_STATE_ABOVE on windows. | Rob Adams | 2003-06-27 | 1 | -0/+1 |
* | Take control of the panel's global keybindings. The screenshot utility is | Mark McLoughlin | 2003-02-24 | 1 | -10/+46 |
* | change max workspaces to 36 #81855 | Havoc Pennington | 2003-02-22 | 1 | -1/+1 |
* | when tabbing backward, we are still tabbing *from* the most recently used | Havoc Pennington | 2003-02-22 | 1 | -91/+91 |
* | Reinstated visual-bell patch, fix for bug 99886. | Bill Haneman | 2003-01-28 | 1 | -2/+129 |
* | Increase the number of run_command bindings in screen_bindings from 12 toMETACITY_2_4_13_90 | Rob Adams | 2003-01-15 | 1 | -0/+20 |
* | handle the client having a shape mask, fixes #101806 | Havoc Pennington | 2003-01-05 | 1 | -0/+5 |
* | Reverted visual bell patch, #99886 | Havoc Pennington | 2002-12-19 | 1 | -126/+2 |
* | Added visual bell feature, fix for 99886. | Bill Haneman | 2002-12-17 | 1 | -2/+126 |
* | don't pass NULL string to gconf_client_set_string #101237 | Havoc Pennington | 2002-12-15 | 1 | -3/+8 |
* | new functions to resize to fill screen | Havoc Pennington | 2002-12-08 | 1 | -0/+2 |
* | make this always return FALSE for now, to avoid bug reports. | Havoc Pennington | 2002-12-08 | 1 | -9/+71 |
* | also treat empty string as "unset" in this function. | Havoc Pennington | 2002-12-08 | 1 | -1/+7 |
* | Should really fix #98303 | Havoc Pennington | 2002-11-20 | 1 | -0/+17 |
* | Fix #98303 and assorted cleanup | Havoc Pennington | 2002-11-20 | 1 | -6/+17 |
* | new function, and remove workspace->name field, instead just get the name | Havoc Pennington | 2002-11-03 | 1 | -23/+205 |
* | don't start the cycle process if the binding for switching windows has no | Havoc Pennington | 2002-10-18 | 1 | -0/+4 |
* | add "what happens when you double click the titlebar" setting, patch from | Havoc Pennington | 2002-10-18 | 1 | -0/+67 |
* | button layout key | Havoc Pennington | 2002-10-12 | 1 | -19/+187 |
* | Add a modifier key preference for the Alt+click stuff. Can be set to | Havoc Pennington | 2002-10-07 | 1 | -3/+68 |
* | Button-reordering patch. Has all the code except actually installing a | Havoc Pennington | 2002-10-04 | 1 | -0/+25 |
* | use MetaAccelLabel to display accelerators for the menu items | Havoc Pennington | 2002-09-27 | 1 | -0/+22 |
* | add maximize and unmaximize keybinding setting. Partly fixes bug# 78999. | Deepa Natarajan | 2002-08-21 | 1 | -0/+2 |
* | 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 | -0/+2 |
* | filter out key events that happen on popup menus etc. | Havoc Pennington | 2002-08-10 | 1 | -0/+1 |
* | adapt to virtual modifiers (meta_display_process_mapping_event): we need | Havoc Pennington | 2002-07-14 | 1 | -12/+11 |
* | option to display error when a command fails to run. | Havoc Pennington | 2002-07-11 | 1 | -0/+132 |
* | put _NET_DESKTOP_NAMES in the array of atom names, so desktop names might | Havoc Pennington | 2002-07-06 | 1 | -2/+3 |
* | Cleanups to workspace popup patch. Space before all parens in a couple | Havoc Pennington | 2002-06-09 | 1 | -5/+9 |
* | Apply big patch from blackc@speakeasy.net adding a popup window to the | Havoc Pennington | 2002-06-09 | 1 | -0/+16 |
* | Patch from Erwann Chenede for raise_or_lower keybinding | Havoc Pennington | 2002-05-29 | 1 | -0/+1 |
* | add minimize window binding | Havoc Pennington | 2002-05-25 | 1 | -0/+1 |
* | fix for bugzilla bug #72314, filter out LeaveNotify caused by grabs when | Jayaraj Rajappan | 2002-05-24 | 1 | -63/+12 |
* | Crack from Erwann | Havoc Pennington | 2002-05-24 | 1 | -0/+96 |
* | on unminimize, queue calc_showing on all transients | Havoc Pennington | 2002-05-05 | 1 | -1/+1 |
* | don't try to decorate toolbars. | Havoc Pennington | 2002-05-01 | 1 | -0/+54 |
* | remove caveats about keybindings | Havoc Pennington | 2002-04-28 | 1 | -8/+296 |
* | support _NET_NUMBER_OF_DESKTOPS message so you can change number of | Havoc Pennington | 2002-03-10 | 1 | -0/+28 |
* | Throughout: move to meta_topic rather than meta_verbose so metacity.log | Havoc Pennington | 2002-02-08 | 1 | -13/+13 |
* | s/update_focus_mode/update_theme/ in case of theme key changing | Havoc Pennington | 2002-02-07 | 1 | -1/+1 |
* | disable custom log handler and fatal mask for now | Havoc Pennington | 2002-02-07 | 1 | -0/+67 |
* | make the check for whether to eat focus click a lot more complicated | Havoc Pennington | 2002-01-27 | 1 | -5/+50 |
* | update number of workspaces hint | Havoc Pennington | 2001-12-10 | 1 | -1/+64 |
* | move SM init a bit later in the process, and init prefs | Havoc Pennington | 2001-12-09 | 1 | -0/+441 |