summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix some uninitialized memory usage errors. #427385Elijah Newren2007-04-232-3/+10
* Fix some fallout from #426519; update user_rect for all position changesElijah Newren2007-04-182-39/+6
* Prevent metacity from "forgetting" which machine a window is on. #418552Elijah Newren2007-04-161-4/+5
* Preserve stacking order across restarts.Elijah Newren2007-04-163-19/+24
* Remove incorrect usage of window.h from menu.c. See #426791 & #382962.Elijah Newren2007-04-167-46/+49
* do not auto-maximize windows larger than the workarea in only a singleElijah Newren2007-04-121-5/+8
* Make sure apps have correct info about their coordinates, even on unmap.Elijah Newren2007-04-122-6/+24
* Workaround for a gdk bug which dies with BadAlloc if you try to allocateThomas Thurman2007-04-121-32/+87
* Advertise support of Above and Below operations (assuming the proposedElijah Newren2007-04-114-3/+17
* make sure to set _NET_WM_ALLOWED_ACTIONS so that libwnck menus don't haveElijah Newren2007-04-111-1/+2
* Add support for _NET_MOVERESIZE_WINDOW. #344521.Elijah Newren2007-04-094-142/+111
* Remove grab_start_serial, which we expect to be an ancient attempt toElijah Newren2007-04-098-57/+1
* Fix move/resize events in relation to combinations of ConfigureRequest andElijah Newren2007-04-094-80/+75
* Add an (unbound by default) keybinding for setting spew marks in verboseElijah Newren2007-04-073-2/+8
* Fix memory bug (invalid free) introduced in 2007-04-02 strut cleanupElijah Newren2007-04-071-1/+1
* if theme is invalid and therefore got freed, don't attempt to read fromThomas Thurman2007-04-051-1/+2
* Add new control-center key bindings definitions (Closes: #420145)Bastien Nocera2007-04-053-1/+295
* send synthetic configurenotify events also in response to MapRequestElijah Newren2007-04-041-0/+12
* Fix lots of little issues with min/max constraints and size incrementElijah Newren2007-04-043-86/+282
* Only use saved_rect for determining the position to unmaximize to for theElijah Newren2007-04-041-6/+24
* _NET_ACTIVE_WINDOW is a single xwindow id, not two.Elijah Newren2007-04-031-3/+3
* 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
* Patch from Carlo Wood to do some miscellaneous code cleanups found whileElijah Newren2007-04-032-47/+29
* Patch from Carlo Wood to fix handling of unidirectional maximization andElijah Newren2007-04-0311-417/+485
* Fallback to NORMAL state after checking for the middle button. Fixes bugBruno Boaventura2007-04-011-5/+5
* Clean up event mask handling and meta_create_offscreen_window, to preventElijah Newren2007-03-314-33/+32
* Add support for _NET_WM_USER_TIME_WINDOW in order to cut down on contextElijah Newren2007-03-317-11/+161
* if previous client ID was supplied, use it in filename. use --sm-client-idJosselin Mouette2007-03-261-20/+19
* adjusted the rounded corners so that they fit nicely with the arcs aroundArthur Taylor2007-03-211-14/+18
* Remove #include <pango/pangox.h> since it's apparently not installedKjartan Maraas2007-03-171-2/+0
* add action_{middle|right}_click_titlebar. Closes #408903.Charlie Brej2007-03-111-0/+36
* honour preferences. new functions.Linus Torvalds2007-03-103-2/+26
* 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