summaryrefslogtreecommitdiff
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make it so maximized windows do not have rounded corners. #336850.Thomas James Alexander Thurman2006-07-311-0/+8
* Run an unminimize effectSøren Sandmann2006-05-261-0/+20
* Bounce on window focus.Adam Jackson2006-05-251-0/+3
* Move shrink effect code from compositor.c to c-window.c. Stubs forAdam Jackson2006-05-231-0/+4
* Beginning of new layer that abstracts transition effects.Søren Sandmann2006-05-221-24/+8
* Remove the unused attributes resize_gravity, width_inc, height_inc,Björn Lindqvist2006-05-181-23/+1
* Clear _NET_WM_VISIBLE_NAME (and the ICON_ equivalent) when no longer beingElijah Newren2006-05-051-2/+4
* Patch from Dan Sanders to fix #334899.Elijah Newren2006-04-171-1/+7
* Patch from Dan Sanders to fix #335076.Elijah Newren2006-04-161-4/+20
* Patch from Ron Yorston to add a focus_new_windows option. Default isElijah Newren2006-04-121-3/+6
* Check if the window is a menu and make it 90% opaque in that case.Søren Sandmann2006-04-101-2/+0
* Fix grouping in the presence of ancestors; caught by Björn. #336184Elijah Newren2006-03-301-2/+10
* mark a window as needing or not needing the user's attention use the newThomas Thurman2006-03-291-15/+82
* *** empty log message ***Björn Lindqvist2006-03-291-11/+7
* deleted and moved into window-props.c (meta_window_new_with_attrs): addedThomas Thurman2006-03-251-274/+33