summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* make the debugging message actually correspond to the code. Patch fromElijah Newren2005-12-121-1/+1
* Make the wireframe a bit slimmerKjartan Maraas2005-11-291-1/+1
* display hostname in titlebar for remote X clients. Closes bug #322202.Davyd Madeley2005-11-231-30/+53
* Don't allow removing a window from maximized or fullscreened state toElijah Newren2005-11-222-14/+12
* Relax the partially onscreen constraint to allow the titlebar to touch theElijah Newren2005-11-221-4/+13
* When updating the xinerama due to placement, update which maximal/spanningElijah Newren2005-11-211-0/+5
* compute the frame geometry due to maximization only after actuallyElijah Newren2005-11-211-4/+4
* Use GPOINTER_TO_INT() macro instead of cast to allow compilation on 64-bitDavyd Madeley2005-11-211-1/+1
* differentiate between movement towards an edge and movement away from one.Elijah Newren2005-11-201-12/+36
* Merge of all the changes on the constraints_experiments branch. This isElijah Newren2005-11-1932-2701/+6926
* Changed the 'minimized' field of the MetaTabEntry struct to 'hidden'.Aidan Delaney2005-11-123-5/+5
* Merge fix for bug #320050 from stable.Kjartan Maraas2005-10-291-1/+2
* add handling for META_PREF_CURSOR_THEME and META_PREF_CURSOR_SIZE for morePhilip O'Brien2005-10-251-0/+6
* Fix edge snapping for multi-screen (non-xinerama) setups. #319425Elijah Newren2005-10-231-5/+7
* Make the unfocussed Simple window border visible with high contrastMuktha2005-10-131-5/+35
* Fix a crash that occurs when removing some virtual desktops and windowsElijah Newren2005-10-081-1/+1
* Add my copyright notice to a number of files on which it should alreadyElijah Newren2005-10-0822-0/+22
* clarify the meaning of the auto_raise preference. Fixes one of the issuesElijah Newren2005-10-031-0/+10
* Patch from Ross Cohen to make alt-esc consistent with alt-tab by leavingElijah Newren2005-10-031-1/+4
* Patch from Ross Cohen to make alt-esc (show windows instantly) actuallyElijah Newren2005-10-033-1/+39
* A combination of a couple memory leaks fixes, from Kjartan, Soeren, and I.GNOME_2_12_BRANCHPOINTElijah Newren2005-10-033-5/+5
* Patch from Björn Lindqvist fix the workspace switcher tabpopup to displayElijah Newren2005-10-032-22/+37
* Patch from Björn Lindqvist to have ancestors come along with theElijah Newren2005-10-031-0/+2
* Truncate ridiculously long titles to avoid crashing or letting the pagerElijah Newren2005-10-038-40/+71
* Get the tabbing window outline to work with gtk+ 2.8.4 again. FixesElijah Newren2005-10-031-1/+4
* Moved the call to meta_screen_get_natural_xinerama_list to earlier inBrent Smith2005-09-021-4/+4
* Avoid obscuring centered-on-desktop windows which are denied focus. FixesElijah Newren2005-08-131-1/+1
* Patch from Brent Smith to fix a duplicate string. Fixes #309774.Elijah Newren2005-08-081-6/+6
* Improve the behavior of keyboard move/resize and edge snapping. Still notRay Strode2005-08-035-333/+515
* Change default theme from "Simple" to "Clearlooks".Elijah Newren2005-08-011-1/+1
* use only the expected_focus_window instead of both the focused_window andElijah Newren2005-08-011-6/+5
* Patch from Jaap Haitsma to make sure that Metacity dialogs have icons.Elijah Newren2005-07-301-1/+4
* remove some unneeded debug spew that was causing crashes. Fixes #311819.Elijah Newren2005-07-281-14/+0
* try to place windows denied focus near the focus window and fix a xineramaElijah Newren2005-07-251-11/+93
* raise the window as well as its ancestor; fixes a stacking bug with anElijah Newren2005-07-251-5/+21
* restore original window size if the window was maximized, as the FIXMEElijah Newren2005-07-251-2/+3
* revert the patch from #128380--change _NET_ACTIVE_WINDOW behavior to whatElijah Newren2005-07-241-21/+12
* Patch from Ken Harris to provide a more lenient threshold for drawingElijah Newren2005-07-141-15/+9
* Fix a slight bug (causing possible miscoloring of parts of the titlebar)Elijah Newren2005-07-131-9/+9
* Patch from Andrew Johnson to speed up vertical gradients. Fixes #169982.Elijah Newren2005-07-121-92/+35
* Patch from Björn Lindqvist to split up main() into more manageable chunksElijah Newren2005-07-121-188/+185
* free ->xinerama_infos Closes bug#307884Aivars Kalvans2005-07-121-0/+3
* React to cursor theme changes: (#308106)Matthias Clasen2005-07-117-2/+180
* Add a cache of pixmaps for recently exposed frame areas. Makes metacity aSoeren Sandmann2005-06-262-45/+389
* Prevent using the address of a local variable as a hash key. (Bug #307209)Ryan Lortie2005-06-112-6/+11
* Cleanup font data when done with it (bug 306720).Ray Strode2005-06-072-1/+14
* If a window requests to be raised and is denied, set the demands attentionElijah Newren2005-06-021-0/+5
* if the window has a modal transient which is being unmanaged, don't focusElijah Newren2005-06-021-1/+2
* Bug 305564 again.Ray Strode2005-05-302-12/+26
* Patch from Greg Hudson to make sure window position is calculatedElijah Newren2005-05-261-1/+2