summaryrefslogtreecommitdiff
path: root/src/window.h
Commit message (Expand)AuthorAgeFilesLines
* Another very big commit...multiple_pointer_xPaulo Zanoni2007-08-271-13/+29
* Changed all the input handling code:Paulo Zanoni2007-08-171-17/+40
* Corrected RadioButtons.Paulo Zanoni2007-07-101-0/+2
* Initial commit. Added the structures to enable compiling. Added an initialPaulo Zanoni2007-07-041-0/+5
* Refactor thrice-duplicated queue code in window.c. Closes #376760.Thomas Thurman2007-06-111-17/+14
* Fix some fallout from #426519; update user_rect for all position changesElijah Newren2007-04-181-8/+0
* Add support for _NET_MOVERESIZE_WINDOW. #344521.Elijah Newren2007-04-091-0/+8
* Fix move/resize events in relation to combinations of ConfigureRequest andElijah Newren2007-04-091-0/+7
* Patch from Carlo Wood to fix handling of unidirectional maximization andElijah Newren2007-04-031-11/+1
* Add support for _NET_WM_USER_TIME_WINDOW in order to cut down on contextElijah Newren2007-03-311-0/+3
* Fix cases when titlebar is allowed offscreen and shouldn't be (andCarlo Wood2006-10-131-0/+1
* Added "above" to the list of flags a frame can have, so that we know whenThomas James Alexander Thurman2006-10-071-0/+3
* 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-0/+3
* Partial audit to fix timestamp usage. One step towards fixing #355180; seeElijah Newren2006-09-181-3/+6
* Fix issues on 64-bit machines with timestamps by using guint32 (like gtk+Elijah Newren2006-09-131-8/+8
* Fix several bugs with handling of fullscreen windows, causing them to notElijah Newren2006-08-211-4/+4
* Add a constrain_titlebar_visible constraint; should fix both bug 333328Elijah Newren2006-08-071-0/+3
* Patch from Vytautas Liuolia to react to _NET_STARTUP_ID changes, asElijah Newren2006-08-071-0/+4
* Run an unminimize effectSøren Sandmann2006-05-261-0/+1
* Clear _NET_WM_VISIBLE_NAME (and the ICON_ equivalent) when no longer beingElijah Newren2006-05-051-2/+4
* Add a tabbing function, bound to alt-f6 by default, to cycle through theThomas Thurman2006-04-151-0/+2
* Fix grouping in the presence of ancestors; caught by Björn. #336184Elijah Newren2006-03-301-0/+2
* mark a window as needing or not needing the user's attention use the newThomas Thurman2006-03-291-0/+3
* deleted and moved into window-props.c (meta_window_new_with_attrs): addedThomas Thurman2006-03-251-1/+5
* Whoops, I forgot to keep my copyright info updated with my previousElijah Newren2006-01-101-1/+1
* Don't "steal" focus from terminal windows for new window mappings as theElijah Newren2006-01-101-0/+3
* More thorough handling of source indication. Part of #326041.Elijah Newren2006-01-101-0/+7
* Make the taskbar less flash happy and fix up some related stacking issues.Elijah Newren2006-01-101-2/+2
* Merge of all the changes on the constraints_experiments branch. This isElijah Newren2005-11-191-18/+41
* Add my copyright notice to a number of files on which it should alreadyElijah Newren2005-10-081-0/+1
* Patch from Ross Cohen to make alt-esc (show windows instantly) actuallyElijah Newren2005-10-031-0/+1
* Actually commit the stuff mentioned in the last ChangeLog entry.Ray Strode2005-05-261-0/+8
* Big patch to cover about 6 different issues in order to correct rareElijah Newren2005-02-201-0/+3
* Avoid new windows being obscured by the focus window (and thus possiblyElijah Newren2005-02-111-0/+3
* Take into account the appropriate list of windows when placing a new one.Elijah Newren2005-01-281-0/+3
* Focus windows that manually position themselves too (fixes #107347).Elijah Newren2004-12-281-0/+3
* Thanks to mild7@users.sourceforge.net for this fix.Elijah Newren2004-12-241-1/+1
* Rename meta_window_visible_on_workspace toElijah Newren2004-12-231-1/+1
* Partially resolve the conflicting requirements of windows on multipleElijah Newren2004-12-221-4/+1
* When snap-moving, don't snap to transients of minimized windows since theyElijah Newren2004-12-201-0/+3
* track the last_xor_rect separately from the current window size, and thenHavoc Pennington2004-08-191-0/+3
* Revert Rob's 2004-07-31 patch that ignored net_wm_user_time whenElijah Newren2004-08-081-1/+0
* Fix bug that caused windows to not be focused on unminimizing because ofRob Adams2004-07-311-0/+1
* Fix some support for EWMH hints, and fix USER_TIME support to include theRob Adams2004-07-311-0/+3
* Add support for _NET_WM_USER_TIMEElijah Newren2004-06-241-4/+16
* Fix bug 143333, support for update counter spec, and 109362, scheduleSoeren Sandmann2004-06-191-2/+7
* Revert 2/27 patch for layer promotion.Rob Adams2004-02-281-1/+0
* Handle layer promotion of transient descendants of layer-promoted windowsRob Adams2004-02-281-0/+2
* Revert prior changeRob Adams2003-12-131-5/+0