summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 2.4.21.1METACITY_2_4_21_1gnome-2-2-0Havoc Pennington2003-02-051-2/+0
* default to Simple instead of AtlantaHavoc Pennington2003-02-0522-744/+146
* Change name in theme file to "Simple".Seth Nickell2003-01-312-1/+7
* don't create workspaces menu items if only 1 workspace. Fix for #101952Havoc Pennington2003-01-291-1/+1
* Reinstated visual-bell patch, fix for bug 99886.Bill Haneman2003-01-2812-6/+241
* When checking if a window is fullscreen size, only require it to be at theHavoc Pennington2003-01-252-8/+29
* small code snippet to fix startup sequences that set legacy class/nameHavoc Pennington2003-01-231-14/+62
* do not read sizeof(long) off the X connection. The X protocol does notHavoc Pennington2003-01-221-1/+1
* fix conditional so we get metacity-properties.c in the distributionHavoc Pennington2003-01-221-2/+0
* be robust against the panel's lame "set a negative number for struts"Havoc Pennington2003-01-221-0/+14
* Fix for the "mangles focus window when switching workspaces and usingHavoc Pennington2003-01-228-67/+197
* only hop window to the current workspace if the window was previouslyHavoc Pennington2003-01-212-44/+170
* Initial revisionSeth Nickell2003-01-176-0/+337
* recalc_window_features() after making these changes, should fix #103317Havoc Pennington2003-01-161-0/+4
* Increase the number of run_command bindings in screen_bindings from 12 toMETACITY_2_4_13_90Rob Adams2003-01-153-0/+80
* implement compression of motion events (drop all but the most recentlyHavoc Pennington2003-01-111-7/+73
* add ability to --disable-shapeHavoc Pennington2003-01-111-1/+1
* revert that change, I got the wrong .desktop file. doh.Havoc Pennington2003-01-101-2/+0
* don't install .desktop file for properties dialog if we aren'tHavoc Pennington2003-01-101-2/+5
* Use a line for the titlebar text bg.James M. Cape2003-01-101-5/+5
* argh, we were making all dialogs skip taskbar; when did that get added.Havoc Pennington2003-01-091-1/+4
* change Windows+click back to Alt+click, Windows+click just surprisedHavoc Pennington2003-01-091-1/+1
* assign Alt+F12 to shade window, per #102658Havoc Pennington2003-01-091-1/+1
* fix off-by-one, patch from readams@hmc.edu, #102806Havoc Pennington2003-01-081-1/+1
* don't apply offscreen height difference. This would get the window underArvind Samptur2003-01-061-2/+0
* invert vertical_workspaces cases (we want to go down each column if it'sHavoc Pennington2003-01-061-40/+40
* put in the HAVE_GTK_MULTIHEAD conditionals so we build with GTK 2.0Havoc Pennington2003-01-051-1/+7
* focus new windows even in mouse focus mode, #89981, patch fromHavoc Pennington2003-01-051-5/+1
* redo using new calc_workspace_layout to fix #98302Havoc Pennington2003-01-056-226/+372
* handle the client having a shape mask, fixes #101806Havoc Pennington2003-01-0515-52/+351
* include the Xrandr header fileHavoc Pennington2003-01-032-21/+20
* Reverted visual bell patch, #99886Havoc Pennington2002-12-1912-238/+6
* select ColormapChangeMask on toplevel windows, maybe a partial fix forHavoc Pennington2002-12-193-9/+9
* select ColormapChangeMask on toplevel windows, maybe a partial fix forHavoc Pennington2002-12-181-1/+2
* added support for border only windows. #100984.Hidetoshi Tajima2002-12-181-1/+32
* s/focussed/focused/Havoc Pennington2002-12-171-1/+1
* add a comma to message #101401Havoc Pennington2002-12-171-1/+1
* Added visual bell feature, fix for 99886.Bill Haneman2002-12-1714-6/+522
* argh, screwed that up. get WM_NAME as VALUE_TEXT_PROPERTY #101383Havoc Pennington2002-12-161-2/+2
* use META_PROP_VALUE_STRING_AS_UTF8 so we convert old Latin-1 WM_NAME toHavoc Pennington2002-12-163-4/+44
* get window name before anything else.Havoc Pennington2002-12-152-5/+37
* make the warning about strange property contents blame the application andHavoc Pennington2002-12-151-2/+3
* don't pass NULL string to gconf_client_set_string #101237Havoc Pennington2002-12-151-3/+8
* only install .desktop file for metacity-properties if we actually installHavoc Pennington2002-12-132-7/+13
* add myself here, bug #100789Havoc Pennington2002-12-109-135/+476
* Handle crossing events during resizing. (#93384).Soeren Sandmann2002-12-092-2/+17
* updatesHavoc Pennington2002-12-093-5/+15
* new functions to resize to fill screenHavoc Pennington2002-12-086-13/+189
* make this always return FALSE for now, to avoid bug reports.Havoc Pennington2002-12-089-28/+185
* also treat empty string as "unset" in this function.Havoc Pennington2002-12-082-1/+9