summaryrefslogtreecommitdiff
path: root/src/window.h
Commit message (Expand)AuthorAgeFilesLines
* #113163 finishing touches: refreshes when theme changesThomas James Alexander Thurman2006-05-091-0/+3
* 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
* Add increased robustness for dealing with all workspaces windows and MRURob Adams2003-12-131-0/+5
* new functionHavoc Pennington2003-11-211-0/+4
* In the "prefs cause code complexity" department, here's a "sloppy focusHavoc Pennington2003-10-131-0/+3
* Merge reduced_resources mode patch from the branch. Offers wireframe andHavoc Pennington2003-10-121-5/+3
* Add keybinding to allow the user to toggle _NET_WM_STATE_ABOVE on windows.Rob Adams2003-06-271-0/+2
* Update constraints code to support the new _NET_WM_STRUT_PARTIAL EWMHRob Adams2003-06-261-8/+16
* Remove legacy support for Gnome 1 hints, since we deem it unlikely thatRob Adams2003-06-121-2/+0
* make raise-on-click explicitly only happen in click to focus mode.Havoc Pennington2003-06-121-1/+8
* Revamp placement policy for windows that are maximized when they areRob Adams2003-06-091-0/+3
* Precompute groups to guarantee that meta_group_list_windows always returnsRob Adams2003-06-041-1/+1
* Roll back broken updateRob Adams2003-06-041-1/+1
* Precompute groups to guarantee that meta_group_list_windows always returnsRob Adams2003-06-041-1/+1
* Should fix #108108, #106217, tracked down by Owen Taylor and FredericHavoc Pennington2003-03-171-7/+10
* Switch over to new constraints code, unquestionably introduces some bugs,Havoc Pennington2003-03-081-0/+2
* add more debug spew about conditional build stuff (main): panic toHavoc Pennington2003-02-281-0/+14
* Patch from Rob Adams addresses #95014 (placement issues), makes first fitHavoc Pennington2003-02-231-4/+6
* handle the client having a shape mask, fixes #101806Havoc Pennington2003-01-051-0/+3
* add myself here, bug #100789Havoc Pennington2002-12-101-0/+7
* new functions to resize to fill screenHavoc Pennington2002-12-081-0/+4
* never use a window with input = FALSE take_focus = FALSE in the normal andHidetoshi Tajima2002-12-061-3/+4