| Commit message (Expand) | Author | Age | Files | Lines |
* | don't lower docks when a grab causes them to get LeaveNotify | Havoc Pennington | 2002-01-04 | 1 | -1/+3 |
* | set event mask on root window to 0 so other window managers (such as | Havoc Pennington | 2002-01-04 | 3 | -1/+24 |
* | use meta_XFree not XFree | Havoc Pennington | 2002-01-04 | 5 | -263/+333 |
* | clean up using meta_prop_get_atom_list (update_mwm_hints): clean up using | Havoc Pennington | 2002-01-04 | 4 | -140/+341 |
* | focus top window when switching to a new workspace | Havoc Pennington | 2002-01-03 | 12 | -36/+368 |
* | add a server grab here since we were failing to have one when calling the | Havoc Pennington | 2002-01-02 | 1 | -2/+5 |
* | Rework the click-client-area-to-focus support to use synchronous grabs, | Havoc Pennington | 2001-12-11 | 6 | -95/+76 |
* | oops, unbreak this _again_ - reported by Josh Barrow | Havoc Pennington | 2001-12-11 | 1 | -1/+2 |
* | don't allow grab on docks/desktop for now; needs fixing later to do the | Havoc Pennington | 2001-12-10 | 1 | -17/+22 |
* | fix broken "tmp = tmp->data" | Havoc Pennington | 2001-12-10 | 5 | -4/+135 |
* | don't do mnemonics for workspaces above 9 | Havoc Pennington | 2001-12-10 | 1 | -5/+5 |
* | oops, remove extra workspace creation, and update to current pref. | Havoc Pennington | 2001-12-10 | 1 | -7/+2 |
* | update number of workspaces hint | Havoc Pennington | 2001-12-10 | 9 | -17/+263 |
* | in click-to-focus mode don't focus on enter notify. Implement unfocusing | Havoc Pennington | 2001-12-10 | 1 | -1/+31 |
* | move SM init a bit later in the process, and init prefs | Havoc Pennington | 2001-12-09 | 15 | -17/+567 |
* | initial schemas file | Havoc Pennington | 2001-12-09 | 1 | -0/+103 |
* | when unminimizing an app, if we're in "show desktop" (all windows | Havoc Pennington | 2001-12-07 | 1 | -0/+3 |
* | fix gdkatom/xatom screwup - gee, I should read my warnings | Havoc Pennington | 2001-12-07 | 1 | -1/+1 |
* | add a dummy element to the enum so the signals array is not empty. (breaks | Laszlo Peter | 2001-12-03 | 2 | -1/+2 |
* | change so that window can be offscreen to the bottom or the right, as long | Havoc Pennington | 2001-11-27 | 1 | -5/+23 |
* | add error trap | Havoc Pennington | 2001-11-27 | 1 | -0/+4 |
* | protect meta_verbose from a NULL pointer. | Laszlo Peter | 2001-11-02 | 1 | -1/+2 |
* | handle queue/unqueue of calc showings as we are iterating over the pending | Havoc Pennington | 2001-10-30 | 2 | -15/+42 |
* | note exciting new unminimize feature for the tab popup | Havoc Pennington | 2001-10-29 | 3 | -11/+36 |
* | fix for ignoring NumLock on Alt-windowclick (previous NumLock fix was only | Havoc Pennington | 2001-10-26 | 2 | -61/+70 |
* | set the current workspace hint | Havoc Pennington | 2001-10-26 | 1 | -1/+4 |
* | I was using meta_workspace_contains_window() in a number of places where | Havoc Pennington | 2001-10-25 | 6 | -20/+29 |
* | use bg/fg not base/text for the window title area. | Havoc Pennington | 2001-10-25 | 1 | -3/+3 |
* | support initial on-all-workspaces setting | Havoc Pennington | 2001-10-25 | 1 | -7/+15 |
* | fix to keep desktop window from appearing on top of everything else, among | Havoc Pennington | 2001-10-23 | 1 | -0/+6 |
* | use queried attributes to check whether window should be initially | Havoc Pennington | 2001-10-15 | 1 | -3/+3 |
* | add a restart feature, for debugging | Havoc Pennington | 2001-10-15 | 7 | -5/+116 |
* | raise/focus windows on left-click, seem to have broken that yesterday | Havoc Pennington | 2001-10-15 | 6 | -9/+92 |
* | take a window mapped at fullscreen size/pos to desire maximization; once I | Havoc Pennington | 2001-10-14 | 4 | -38/+24 |
* | only handle events here if the modmask from our button grab is active. | Havoc Pennington | 2001-10-14 | 3 | -8/+39 |
* | set last window before setting newp, so we don't get the current window as | Havoc Pennington | 2001-10-13 | 1 | -4/+5 |
* | add bad hack to work with GTK 1.3.9.90 RPMs from gnomehide for nowMETACITY_2_3_21 | Havoc Pennington | 2001-10-13 | 1 | -0/+5 |
* | hmm, fix build | Havoc Pennington | 2001-10-13 | 1 | -1/+1 |
* | makefile tweak, add a comment to frame.c | Havoc Pennington | 2001-10-13 | 2 | -2/+3 |
* | set the session manager priority so we start up before other apps. | Havoc Pennington | 2001-10-12 | 1 | -3/+12 |
* | use gdk_pixbuf_new_from_inline (meta_ui_get_default_mini_icon): use | Mikael Hallendal | 2001-10-12 | 1 | -2/+2 |
* | fix mem leak of the MetaStack object (meta_stack_sync_to_server): try to | Havoc Pennington | 2001-10-11 | 3 | -6/+110 |
* | set _NET_ACTIVE_WINDOW hint | Havoc Pennington | 2001-10-07 | 3 | -18/+76 |
* | don't allow shade/maximize/minimize for windows that don't support those | Havoc Pennington | 2001-10-07 | 3 | -7/+8 |
* | add code to grab all modifier combinations, so keybindings work with | Havoc Pennington | 2001-10-05 | 2 | -30/+103 |
* | Add inlinepixbufs.h so that it gets generated. | Alex Graveley | 2001-09-21 | 2 | -3/+8 |
* | add hackaround for the warning about gtk-menu-bar-accel | Havoc Pennington | 2001-09-18 | 1 | -0/+9 |
* | ref the returned icon, oops.METACITY_2_3_13 | Havoc Pennington | 2001-09-17 | 3 | -15/+44 |
* | fix srcdir != builddir glitch | Havoc Pennington | 2001-09-17 | 1 | -1/+1 |
* | use the inline image data for default icon | Havoc Pennington | 2001-09-17 | 5 | -18/+60 |