summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* sort source files into these directories according to which part of the WMHavoc Pennington2007-12-191-8113/+0
* more changes discussed in bug #461927Peter Bloomfield2007-11-131-18/+27
* adjust expression which decides whether new windows should not go on top,Thomas Thurman2007-11-121-8/+5
* If a window is launched without any kind of launch timestamp, grab theElijah Newren2007-11-091-0/+27
* Oops, revert patch which I didn't intend to commit - stupid 'git-svn dcommit'...Federico Mena Quintero2007-11-091-1/+1
* Fix swapped arguments when updating _NET_WM_USER_TIMEFederico Mena Quintero2007-11-091-1/+1
* save unmaximized part of client root coordsPeter Bloomfield2007-11-071-2/+18
* do not save client root coords while window is maximizedPeter Bloomfield2007-11-061-1/+1
* new function. rewrite assertion not to put window on top in terms ofThomas Thurman2007-10-161-14/+64
* Don't maintain a passive grab on windows when raise-on-click is FALSE -Søren Sandmann2007-08-071-3/+14
* windows which are always on top have the "stick" menu option insensitive.Thomas Thurman2007-07-311-1/+1
* Unset fullscreen is an allowed action where relevant. Fixes #449427.Cosimo Cecchi2007-07-231-0/+3
* make prototype of meta_window_unqueue match implementation. ClosesDamien Carbery2007-06-171-1/+1
* Refactor thrice-duplicated queue code in window.c. Closes #376760.Thomas Thurman2007-06-111-186/+147
* Add support for RTL languages so that alt-tab, etc., go the other way. InYair Hershkovitz2007-05-251-2/+4
* Fix some fallout from #426519; update user_rect for all position changesElijah Newren2007-04-181-31/+6
* Prevent metacity from "forgetting" which machine a window is on. #418552Elijah Newren2007-04-161-4/+5
* Remove incorrect usage of window.h from menu.c. See #426791 & #382962.Elijah Newren2007-04-161-2/+6
* Make sure apps have correct info about their coordinates, even on unmap.Elijah Newren2007-04-121-5/+20
* Advertise support of Above and Below operations (assuming the proposedElijah Newren2007-04-111-1/+7
* 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-091-62/+99
* Remove grab_start_serial, which we expect to be an ancient attempt toElijah Newren2007-04-091-10/+0
* Fix move/resize events in relation to combinations of ConfigureRequest andElijah Newren2007-04-091-72/+65
* Fix memory bug (invalid free) introduced in 2007-04-02 strut cleanupElijah Newren2007-04-071-1/+1
* 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-041-4/+50
* Only use saved_rect for determining the position to unmaximize to for theElijah Newren2007-04-041-6/+24
* Patch from Carlo Wood to fix handling of unidirectional maximization andElijah Newren2007-04-031-117/+124
* Add support for _NET_WM_USER_TIME_WINDOW in order to cut down on contextElijah Newren2007-03-311-4/+26
* Move "On Top" option in menu. Fix #382962.Bruno Boaventura2006-12-271-12/+8
* 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-151-2/+0
* 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-131-2/+15
* Added "above" to the list of flags a frame can have, so that we know whenThomas James Alexander Thurman2006-10-071-2/+1
* Don't require a push/pop trap aroundElijah Newren2006-10-021-4/+0
* Stick an emacs comment directive at the beginning of all the code files soElijah Newren2006-10-011-0/+2
* Patch from Carlo Wood to ensure that maximized and minimized propertiesElijah Newren2006-10-011-7/+32
* Patch from Jens Granseuer to fix c89 cleanness, again. #356631.Elijah Newren2006-09-181-1/+2
* Partial audit to fix timestamp usage. One step towards fixing #355180; seeElijah Newren2006-09-181-57/+119
* Patch from Thomas Andersen to make windows be stacked correctly beforeElijah Newren2006-09-131-62/+71
* Fix issues on 64-bit machines with timestamps by using guint32 (like gtk+Elijah Newren2006-09-131-29/+29
* Fix several bugs with handling of fullscreen windows, causing them to notElijah Newren2006-08-211-7/+22
* Vytautus Liuolia totally rocks; he tested and debugged and tracked downElijah Newren2006-08-091-2/+13
* Add a constrain_titlebar_visible constraint; should fix both bug 333328Elijah Newren2006-08-071-0/+1
* Patch from Vytautas Liuolia to react to _NET_STARTUP_ID changes, asElijah Newren2006-08-071-8/+21
* Patch from Dmitry Timoshkov to fix the heuristic for determining ifElijah Newren2006-08-041-2/+1
* oops, forgot to add missing apostrophe. Punctuation is good. #336850.Thomas James Alexander Thurman2006-07-311-1/+1