summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* return a boolean instead of a void, to show whether startup propertiesThomas Thurman2007-06-183-14/+37
* do not auto-maximize windows larger than the workarea in only a singleElijah Newren2007-05-281-5/+8
* Prevent metacity from "forgetting" which machine a window is on. #418552Elijah Newren2007-04-161-4/+5
* adjusted the rounded corners so that they fit nicely with the arcs aroundArthur Taylor2007-04-091-14/+18
* send synthetic configurenotify events also in response to MapRequestElijah Newren2007-04-041-0/+12
* Oops, fix compile bug from unrelated cleanup in 2007-03-31 commitElijah Newren2007-04-031-0/+1
* turn mouse_mode off to prevent focus issues with the run applicationElijah Newren2007-04-031-1/+3
* Avoid some crashes when dragging windows partially offscreen. Possible (orElijah Newren2007-04-031-0/+11
* Clean up event mask handling and meta_create_offscreen_window, to preventElijah Newren2007-03-314-33/+32
* create a dedicated timestamp pinging window instead of reusingElijah Newren2007-03-312-2/+11
* same as most recent entry on this branch.Thomas Thurman2007-02-261-1/+1
* back out last patch from Linus because it belongs in trunk and not theThomas Thurman2007-02-223-46/+35
* renamed from MetaActionDoubleClickTitleBar; added _LOWER and _MENU.Linus Torvalds2007-02-174-36/+47
* Split out code for different kinds of click into separate functions. FixesLinus Torvalds2007-02-171-62/+95
* Change dialog icon because gnome-icon-theme have no moreBruno Boaventura2007-01-271-1/+1
* Removed #ifdef SPIFFY_COMPOSITOR throughout the file. Replaced with checkThomas James Alexander Thurman2007-01-161-5/+5
* Unmaximize button must keep preesed appearence when clicked (hold down),Bruno Boaventura2007-01-131-1/+2
* Remove double unref of stacker object. Fixes #387761.Thomas James Alexander Thurman2007-01-021-2/+0
* Move "On Top" option in menu. Fix #382962.Bruno Boaventura2006-12-274-25/+23
* Disabled bling for now; added function for handling CirculateNotifyThomas James Alexander Thurman2006-12-213-13/+78
* Sanity check to avoid dereferencing a null pointer.Thomas James Alexander Thurman2006-12-121-0/+9
* Fix flickering about when dragging maximised windows between xineramas.Christof Krüger2006-12-061-0/+3
* Fix http://bugzilla.gnome.org/show_bug.cgi?id=381127:Federico Mena Quintero2006-12-031-4/+11
* 2006-11-15 Björn Lindqvist <bjourne@gmail.com>Bruno Boaventura2006-11-152-92/+114
* remove deprecated gtk stuff.Priit Laes2006-11-054-33/+32
* add missing spaces to string. Fixes #363355.Thomas James Alexander Thurman2006-11-051-2/+2
* use g_strdup to allocate a string, not strdup. Fixes #363354.Thomas James Alexander Thurman2006-11-051-1/+1
* implement handle_move_to_{side|corner}_* to allow the user to flip aJustin Mason2006-11-054-0/+412
* improved rounding of rounded corners. Fixes #360542, mostly.Thomas James Alexander Thurman2006-11-051-4/+4
* Fix strict focus mode by picking up on res_class. Fixes #361054, strictDan Mick2006-10-291-9/+14
* Fix cases when titlebar is allowed offscreen and shouldn't be (andCarlo Wood2006-10-139-8/+35
* Patch from Bruno Boaventura to sync metacity workspace previews withElijah Newren2006-10-101-71/+83
* removed hide_buttons. Closes #360498.Thomas James Alexander Thurman2006-10-071-2/+2
* described new theme format.Thomas James Alexander Thurman2006-10-0714-0/+1378
* Added "above" to the list of flags a frame can have, so that we know whenThomas James Alexander Thurman2006-10-0716-519/+1302
* Be nice to translators; remove unnecessary markup from strings marked forElijah Newren2006-10-071-3/+3
* Patch from Bruno Boaventura to improve the "Force Quit" dialog. #121936Elijah Newren2006-10-061-7/+7
* Ignore edge resistance for size-increment windows when resizing with theElijah Newren2006-10-021-44/+72
* Don't require a push/pop trap aroundElijah Newren2006-10-022-4/+3
* Stick an emacs comment directive at the beginning of all the code files soElijah Newren2006-10-0199-3/+199
* Patch from Carlo Wood to ensure that maximized and minimized propertiesElijah Newren2006-10-016-51/+84
* surround the XDeleteProperty() call with aElijah Newren2006-10-011-3/+8
* Fix longstanding focus bug with mouse (not sloppy) focus mode with popupElijah Newren2006-10-011-46/+33
* Patch from Bruno Boaventura to add notes to remind translators to keepElijah Newren2006-09-281-0/+17
* Patch from Jens Granseuer to fix c89 cleanness, again. #356631.Elijah Newren2006-09-181-1/+2
* Ignore maximum size hints when maximizing. Should fix #327543 (see commentElijah Newren2006-09-181-6/+9
* avoid a compilation warning by making sure to return something. #348067Elijah Newren2006-09-181-1/+1
* Partial audit to fix timestamp usage. One step towards fixing #355180; seeElijah Newren2006-09-1812-120/+240
* Patch from Maik Beckmann to remove compilation warnings. Fixes #355876.Elijah Newren2006-09-181-12/+1
* Patch from Thomas Andersen to make windows be stacked correctly beforeElijah Newren2006-09-131-62/+71