summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* warn and ignore if transient_for is set to a non-top-level window. FixesThomas Andersen2006-04-191-0/+11
* Replace while loops iterating over sequences with for loops. Also, replaceBjörn Lindqvist2006-04-191-122/+91
* Add boxes.{c,h} to libmetacity_privateBjörn Lindqvist2006-04-185-314/+164
* Allow any keybinding pref to be specified either with <foo>, a string, orThomas Thurman2006-04-173-154/+466
* Patch from Dan Sanders to fix #334899.Elijah Newren2006-04-171-1/+7
* Patch from Dan Sanders to fix #335076.Elijah Newren2006-04-162-4/+29
* Patch from Andy Morum to fix the build with --disable-xsync. #336605Elijah Newren2006-04-151-2/+2
* Add a tabbing function, bound to alt-f6 by default, to cycle through theThomas Thurman2006-04-158-10/+199
* Check for both POPUP and DROPDOWN.Søren Sandmann2006-04-131-4/+10
* *** empty log message ***Björn Lindqvist2006-04-138-23/+23
* Patch from Ron Yorston to add a focus_new_windows option. Default isElijah Newren2006-04-126-8/+92
* Check if the window is a menu and make it 90% opaque in that case.Søren Sandmann2006-04-103-52/+120
* *** empty log message ***Björn Lindqvist2006-04-104-76/+0
* Changes strings to make them more readable, and more translatable. FixesGora Mohanty2006-04-072-132/+96
* Fix constraints bug causing negative width windows and crashes. #336651Elijah Newren2006-04-021-1/+3
* Release the GL window here. Disconect from the magnifier, not the stacker.Søren Sandmann2006-03-311-1/+4
* Only use magnifier when USE_MAGNIFIER is set.Søren Sandmann2006-03-312-1/+19
* Don't hardcode screen size.Søren Sandmann2006-03-311-10/+17
* Fix the memory corruption in a better way.Søren Sandmann2006-03-301-22/+47
* Fix an illegal write.Søren Sandmann2006-03-301-1/+5
* Turn wobbling back on Add new explosion effect.Søren Sandmann2006-03-303-11/+114
* Fix grouping in the presence of ancestors; caught by Björn. #336184Elijah Newren2006-03-303-9/+23
* mark a window as needing or not needing the user's attention use the newThomas Thurman2006-03-292-15/+85
* *** empty log message ***Björn Lindqvist2006-03-293-36/+18
* Also check for overlay_window.Søren Sandmann2006-03-281-1/+6
* deleted and moved into window-props.c (meta_window_new_with_attrs): addedThomas Thurman2006-03-253-282/+327
* use g_str_has_prefix instead of a local copy of the function.Paolo Borelli2006-03-251-24/+4
* Add patch from Elijah Newren to fix type for compositing_manager schemaRay Strode2006-03-251-6/+6
* Actually remove the window.Søren Sandmann2006-03-222-4/+20
* Put a square below the desktop stack.Søren Sandmann2006-03-221-4/+20
* Put the desktop into a magnifier.Søren Sandmann2006-03-201-20/+37
* 2006-03-16 Soren Sandmann (sandmann@daimi.au.dk)Søren Sandmann Pedersen2006-03-171-3/+1
* Always set _NET_WM_STATE when a window is shown or hidden, even if itThomas Thurman2006-03-171-20/+14
* Add debugging information for edge resistanceElijah Newren2006-03-173-27/+65
* Maintain the size of the window.Søren Sandmann2006-03-161-3/+21
* Use set_target_rect() instead of set_size().Søren Sandmann2006-03-154-8/+31
* Use unset_patch() instead of unset_geometry().Søren Sandmann2006-03-152-4/+5
* Comment out wobblingSøren Sandmann2006-03-144-83/+158
* Marking string for translation. Closes #334332Thomas James Alexander Thurman2006-03-121-1/+1
* Only unmaximise window before freeing if the window is actually maximised.Ryan Lortie2006-03-061-1/+2
* Update for libcm API change.Søren Sandmann2006-03-031-4/+3
* Split the ScreenInfo data structure into separate, new filesSøren Sandmann2006-03-0310-845/+771
* Put the windows in a stacker rather than do the traversing outselves.Søren Sandmann2006-02-281-43/+93
* Patch from Thomas Thurman to prevent setting cycle_windows to keybindingsElijah Newren2006-02-273-0/+102
* Patch from Thomas Thurman to work around buggy application grouping withElijah Newren2006-02-272-2/+17
* Remove include of flash.hSøren Sandmann2006-02-251-1/+0
* Call meta_compositor_begin_move if there is a compositorSøren Sandmann2006-02-257-350/+733
* Don't attempt to manage the screen if it already is managed.Søren Sandmann2006-02-231-18/+35
* Removed "move to another workspace" menu when there are exactly twoThomas Thurman2006-02-201-0/+3
* Only uncomposite the screen if there is a compositor.Søren Sandmann2006-02-172-3/+26