summaryrefslogtreecommitdiff
path: root/src/screen.c
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Björn Lindqvist2006-04-131-1/+1
* Check if the window is a menu and make it 90% opaque in that case.Søren Sandmann2006-04-101-6/+0
* Split the ScreenInfo data structure into separate, new filesSøren Sandmann2006-03-031-0/+6
* Only uncomposite the screen if there is a compositor.Søren Sandmann2006-02-171-2/+5
* New function.Søren Sandmann2006-02-161-31/+73
* Patch from Kjartan Maraas to fix a lot of tiny issues (unused variableElijah Newren2006-01-201-3/+3
* Patch from Björn Lindqvist to fix #98340.Elijah Newren2006-01-201-24/+36
* Add a dependency on libcm when building with compositor.Søren Sandmann2006-01-131-9/+1
* Whoops, I forgot to keep my copyright info updated with my previousElijah Newren2006-01-101-1/+1
* Fix window outline for minimized windows when using alt-esc. #325092.Elijah Newren2006-01-101-4/+7
* Make the workspace switcher work with dual-head (non-xinerama) setups.Elijah Newren2005-12-281-9/+7
* Oops, I only meant to commit the changes to rationales.txt in the last commitElijah Newren2005-12-221-7/+9
* Add xinerama and multi-head tracker bugsElijah Newren2005-12-221-9/+7
* Merge of all the changes on the constraints_experiments branch. This isElijah Newren2005-11-191-112/+70
* Changed the 'minimized' field of the MetaTabEntry struct to 'hidden'.Aidan Delaney2005-11-121-2/+2
* Add my copyright notice to a number of files on which it should alreadyElijah Newren2005-10-081-0/+1
* free ->xinerama_infos Closes bug#307884Aivars Kalvans2005-07-121-0/+3
* React to cursor theme changes: (#308106)Matthias Clasen2005-07-111-0/+12
* Cleanup font data when done with it (bug 306720).Ray Strode2005-06-071-1/+12
* Bug 305564 again.Ray Strode2005-05-301-4/+18
* Actually commit the stuff mentioned in the last ChangeLog entry.Ray Strode2005-05-261-1/+3
* Patch from Aidan Delaney to make sure that icons in the alt-tab popup areElijah Newren2005-02-281-1/+1
* Show labels in bold for windows that demand attention. Fixes #164590.Vincent Noel2005-01-201-2/+3
* In the tab task switcher popup, dim the window icon and put its nameVincent Noel2005-01-181-0/+3
* Focus the desktop when showing it. Fixes #159257.Elijah Newren2004-12-201-1/+23
* Update _NET_WM_STATE_HIDDEN so the pager on the panel will know whether toElijah Newren2004-10-221-3/+9
* Make the "showing desktop" mode be per-workspace instead of per-screen.Elijah Newren2004-10-171-28/+23
* Fix a variety of focus race conditions in all focus modes, or at leastElijah Newren2004-10-041-3/+3
* A load of fixes of issues reported by sparse. Closes bug #152849Kjartan Maraas2004-09-161-1/+1
* Prevent focus inconsistencies by only providing one focus method (fixesElijah Newren2004-09-151-2/+0
* add XFlush() after setting cursor, #149413Havoc Pennington2004-08-071-0/+1
* Fix some support for EWMH hints, and fix USER_TIME support to include theRob Adams2004-07-311-1/+60
* Make choice of focus window be consistent for each focus mode. FixesElijah Newren2004-06-241-19/+4
* Add support for _NET_WM_USER_TIMEElijah Newren2004-06-241-0/+12
* Remove duplicate entries.Elijah Newren2004-01-211-23/+7
* Add _NET_FRAME_EXTENTS and _NET_REQUEST_FRAME_EXTENTS.Thomas Fitzsimmons2004-01-101-1/+3
* handle ReparentNotify, and add a lot of debug output.Havoc Pennington2003-12-261-1/+1
* change to track all children of the root window, not only mapped children;Havoc Pennington2003-12-261-3/+2
* Revert prior changeRob Adams2003-12-131-2/+1
* Add increased robustness for dealing with all workspaces windows and MRURob Adams2003-12-131-1/+2
* fix up compositing manager to somewhat workHavoc Pennington2003-11-301-0/+5
* need to select PropertyChangeMask on the leader windowHavoc Pennington2003-11-241-1/+2
* Apply patch from Gregory Merchan to avoid using CurrentTime when settingHavoc Pennington2003-11-241-23/+4
* move xcompmgr code in here (minus drop shadows), untested since Keith'sHavoc Pennington2003-11-231-0/+3
* new functionHavoc Pennington2003-11-211-2/+29
* Create COMPLIANCE document describing metacity specification compliance.Rob Adams2003-11-171-2/+23
* Merge reduced_resources mode patch from the branch. Offers wireframe andHavoc Pennington2003-10-121-1/+17
* Changed MRU list to be per workspace instead of per display, so stickyRay Strode2003-08-151-44/+1
* don't select for button press/release events, as that keeps other clientsHavoc Pennington2003-08-101-1/+0
* Update constraints code to support the new _NET_WM_STRUT_PARTIAL EWMHRob Adams2003-06-261-33/+37