summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* don't lower docks when a grab causes them to get LeaveNotifyHavoc Pennington2002-01-041-1/+3
* set event mask on root window to 0 so other window managers (such asHavoc Pennington2002-01-043-1/+24
* use meta_XFree not XFreeHavoc Pennington2002-01-045-263/+333
* clean up using meta_prop_get_atom_list (update_mwm_hints): clean up usingHavoc Pennington2002-01-044-140/+341
* focus top window when switching to a new workspaceHavoc Pennington2002-01-0312-36/+368
* add a server grab here since we were failing to have one when calling theHavoc Pennington2002-01-021-2/+5
* Rework the click-client-area-to-focus support to use synchronous grabs,Havoc Pennington2001-12-116-95/+76
* oops, unbreak this _again_ - reported by Josh BarrowHavoc Pennington2001-12-111-1/+2
* don't allow grab on docks/desktop for now; needs fixing later to do theHavoc Pennington2001-12-101-17/+22
* fix broken "tmp = tmp->data"Havoc Pennington2001-12-105-4/+135
* don't do mnemonics for workspaces above 9Havoc Pennington2001-12-101-5/+5
* oops, remove extra workspace creation, and update to current pref.Havoc Pennington2001-12-101-7/+2
* update number of workspaces hintHavoc Pennington2001-12-109-17/+263
* in click-to-focus mode don't focus on enter notify. Implement unfocusingHavoc Pennington2001-12-101-1/+31
* move SM init a bit later in the process, and init prefsHavoc Pennington2001-12-0915-17/+567
* initial schemas fileHavoc Pennington2001-12-091-0/+103
* when unminimizing an app, if we're in "show desktop" (all windowsHavoc Pennington2001-12-071-0/+3
* fix gdkatom/xatom screwup - gee, I should read my warningsHavoc Pennington2001-12-071-1/+1
* add a dummy element to the enum so the signals array is not empty. (breaksLaszlo Peter2001-12-032-1/+2
* change so that window can be offscreen to the bottom or the right, as longHavoc Pennington2001-11-271-5/+23
* add error trapHavoc Pennington2001-11-271-0/+4
* protect meta_verbose from a NULL pointer.Laszlo Peter2001-11-021-1/+2
* handle queue/unqueue of calc showings as we are iterating over the pendingHavoc Pennington2001-10-302-15/+42
* note exciting new unminimize feature for the tab popupHavoc Pennington2001-10-293-11/+36
* fix for ignoring NumLock on Alt-windowclick (previous NumLock fix was onlyHavoc Pennington2001-10-262-61/+70
* set the current workspace hintHavoc Pennington2001-10-261-1/+4
* I was using meta_workspace_contains_window() in a number of places whereHavoc Pennington2001-10-256-20/+29
* use bg/fg not base/text for the window title area.Havoc Pennington2001-10-251-3/+3
* support initial on-all-workspaces settingHavoc Pennington2001-10-251-7/+15
* fix to keep desktop window from appearing on top of everything else, amongHavoc Pennington2001-10-231-0/+6
* use queried attributes to check whether window should be initiallyHavoc Pennington2001-10-151-3/+3
* add a restart feature, for debuggingHavoc Pennington2001-10-157-5/+116
* raise/focus windows on left-click, seem to have broken that yesterdayHavoc Pennington2001-10-156-9/+92
* take a window mapped at fullscreen size/pos to desire maximization; once IHavoc Pennington2001-10-144-38/+24
* only handle events here if the modmask from our button grab is active.Havoc Pennington2001-10-143-8/+39
* set last window before setting newp, so we don't get the current window asHavoc Pennington2001-10-131-4/+5
* add bad hack to work with GTK 1.3.9.90 RPMs from gnomehide for nowMETACITY_2_3_21Havoc Pennington2001-10-131-0/+5
* hmm, fix buildHavoc Pennington2001-10-131-1/+1
* makefile tweak, add a comment to frame.cHavoc Pennington2001-10-132-2/+3
* set the session manager priority so we start up before other apps.Havoc Pennington2001-10-121-3/+12
* use gdk_pixbuf_new_from_inline (meta_ui_get_default_mini_icon): useMikael Hallendal2001-10-121-2/+2
* fix mem leak of the MetaStack object (meta_stack_sync_to_server): try toHavoc Pennington2001-10-113-6/+110
* set _NET_ACTIVE_WINDOW hintHavoc Pennington2001-10-073-18/+76
* don't allow shade/maximize/minimize for windows that don't support thoseHavoc Pennington2001-10-073-7/+8
* add code to grab all modifier combinations, so keybindings work withHavoc Pennington2001-10-052-30/+103
* Add inlinepixbufs.h so that it gets generated.Alex Graveley2001-09-212-3/+8
* add hackaround for the warning about gtk-menu-bar-accelHavoc Pennington2001-09-181-0/+9
* ref the returned icon, oops.METACITY_2_3_13Havoc Pennington2001-09-173-15/+44
* fix srcdir != builddir glitchHavoc Pennington2001-09-171-1/+1
* use the inline image data for default iconHavoc Pennington2001-09-175-18/+60