Age | Commit message (Expand) | Author | Files | Lines |
2002-01-19 | give priority to keeping NW corner onscreen rather than SE, if we need to | Havoc Pennington | 9 | -316/+547 |
2002-01-15 | fix crash when grab failed due to another operation in progress | Havoc Pennington | 1 | -28/+30 |
2002-01-11 | only bump unmaps_pending if the window was mapped | Havoc Pennington | 5 | -21/+83 |
2002-01-10 | store strut information, update it on property changes, etc. etc. so we | Havoc Pennington | 7 | -38/+485 |
2002-01-08 | add code to save ACLOCAL_FLAGS | Havoc Pennington | 7 | -349/+559 |
2002-01-07 | make gradient a bit more subtle (don't go to the full background, but to a | Havoc Pennington | 1 | -2/+11 |
2002-01-07 | put in attempted fix for the GTK 1.2 plug/socket screwup, now that my | Havoc Pennington | 7 | -114/+129 |
2002-01-06 | change to use spiffy gradient code. | Havoc Pennington | 7 | -54/+1241 |
2002-01-06 | draw titlebar highlight with snazzy gradient that needs some tweaking to | Havoc Pennington | 6 | -864/+259 |
2002-01-06 | GTK 1.2 plug/socket clients still broken, don't know why. | Havoc Pennington | 5 | -21/+106 |
2002-01-04 | don't lower docks when a grab causes them to get LeaveNotify | Havoc Pennington | 1 | -1/+3 |
2002-01-04 | set event mask on root window to 0 so other window managers (such as | Havoc Pennington | 3 | -1/+24 |
2002-01-04 | use meta_XFree not XFree | Havoc Pennington | 5 | -263/+333 |
2002-01-04 | clean up using meta_prop_get_atom_list (update_mwm_hints): clean up using | Havoc Pennington | 4 | -140/+341 |
2002-01-03 | focus top window when switching to a new workspace | Havoc Pennington | 12 | -36/+368 |
2002-01-02 | add a server grab here since we were failing to have one when calling the | Havoc Pennington | 1 | -2/+5 |
2001-12-11 | Rework the click-client-area-to-focus support to use synchronous grabs, | Havoc Pennington | 6 | -95/+76 |
2001-12-11 | oops, unbreak this _again_ - reported by Josh Barrow | Havoc Pennington | 1 | -1/+2 |
2001-12-10 | don't allow grab on docks/desktop for now; needs fixing later to do the | Havoc Pennington | 1 | -17/+22 |
2001-12-10 | fix broken "tmp = tmp->data" | Havoc Pennington | 5 | -4/+135 |
2001-12-10 | don't do mnemonics for workspaces above 9 | Havoc Pennington | 1 | -5/+5 |
2001-12-10 | oops, remove extra workspace creation, and update to current pref. | Havoc Pennington | 1 | -7/+2 |
2001-12-10 | update number of workspaces hint | Havoc Pennington | 9 | -17/+263 |
2001-12-10 | in click-to-focus mode don't focus on enter notify. Implement unfocusing | Havoc Pennington | 1 | -1/+31 |
2001-12-09 | move SM init a bit later in the process, and init prefs | Havoc Pennington | 15 | -17/+567 |
2001-12-09 | initial schemas file | Havoc Pennington | 1 | -0/+103 |
2001-12-07 | when unminimizing an app, if we're in "show desktop" (all windows | Havoc Pennington | 1 | -0/+3 |
2001-12-07 | fix gdkatom/xatom screwup - gee, I should read my warnings | Havoc Pennington | 1 | -1/+1 |
2001-12-03 | add a dummy element to the enum so the signals array is not empty. (breaks | Laszlo Peter | 2 | -1/+2 |
2001-11-27 | change so that window can be offscreen to the bottom or the right, as long | Havoc Pennington | 1 | -5/+23 |
2001-11-27 | add error trap | Havoc Pennington | 1 | -0/+4 |
2001-11-02 | protect meta_verbose from a NULL pointer. | Laszlo Peter | 1 | -1/+2 |
2001-10-30 | handle queue/unqueue of calc showings as we are iterating over the pending | Havoc Pennington | 2 | -15/+42 |
2001-10-29 | note exciting new unminimize feature for the tab popup | Havoc Pennington | 3 | -11/+36 |
2001-10-26 | fix for ignoring NumLock on Alt-windowclick (previous NumLock fix was only | Havoc Pennington | 2 | -61/+70 |
2001-10-26 | set the current workspace hint | Havoc Pennington | 1 | -1/+4 |
2001-10-25 | I was using meta_workspace_contains_window() in a number of places where | Havoc Pennington | 6 | -20/+29 |
2001-10-25 | use bg/fg not base/text for the window title area. | Havoc Pennington | 1 | -3/+3 |
2001-10-25 | support initial on-all-workspaces setting | Havoc Pennington | 1 | -7/+15 |
2001-10-23 | fix to keep desktop window from appearing on top of everything else, among | Havoc Pennington | 1 | -0/+6 |
2001-10-15 | use queried attributes to check whether window should be initially | Havoc Pennington | 1 | -3/+3 |
2001-10-15 | add a restart feature, for debugging | Havoc Pennington | 7 | -5/+116 |
2001-10-15 | raise/focus windows on left-click, seem to have broken that yesterday | Havoc Pennington | 6 | -9/+92 |
2001-10-14 | take a window mapped at fullscreen size/pos to desire maximization; once I | Havoc Pennington | 4 | -38/+24 |
2001-10-14 | only handle events here if the modmask from our button grab is active. | Havoc Pennington | 3 | -8/+39 |
2001-10-13 | set last window before setting newp, so we don't get the current window as | Havoc Pennington | 1 | -4/+5 |
2001-10-13 | add bad hack to work with GTK 1.3.9.90 RPMs from gnomehide for now | Havoc Pennington | 1 | -0/+5 |
2001-10-13 | hmm, fix build | Havoc Pennington | 1 | -1/+1 |
2001-10-13 | makefile tweak, add a comment to frame.c | Havoc Pennington | 2 | -2/+3 |
2001-10-12 | set the session manager priority so we start up before other apps. | Havoc Pennington | 1 | -3/+12 |