summaryrefslogtreecommitdiff
path: root/src/screen.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove legacy support for Gnome 1 hints, since we deem it unlikely thatRob Adams2003-06-121-18/+0
* fill in window->desc sooner since we use it sooner now.Havoc Pennington2003-05-161-2/+27
* Update placement policy for screen with multiple xineramas. Windows willRob Adams2003-04-061-0/+132
* Make it so that the alt-tabbing won't try to go to a minimized window byRob Adams2003-03-151-4/+4
* Patch from Rob Adams addresses #95014 (placement issues), makes first fitHavoc Pennington2003-02-231-12/+58
* : Update the workspace names from gconf and set the NET_DESKTOP_NAMESArvind Samptur2003-02-141-4/+5
* Reinstated visual-bell patch, fix for bug 99886.Bill Haneman2003-01-281-0/+1
* small code snippet to fix startup sequences that set legacy class/nameHavoc Pennington2003-01-231-14/+62
* Fix for the "mangles focus window when switching workspaces and usingHavoc Pennington2003-01-221-0/+60
* fix off-by-one, patch from readams@hmc.edu, #102806Havoc Pennington2003-01-081-1/+1
* invert vertical_workspaces cases (we want to go down each column if it'sHavoc Pennington2003-01-061-40/+40
* redo using new calc_workspace_layout to fix #98302Havoc Pennington2003-01-051-77/+311
* Reverted visual bell patch, #99886Havoc Pennington2002-12-191-1/+0
* Added visual bell feature, fix for 99886.Bill Haneman2002-12-171-0/+1
* lengthen to 15 secondsHavoc Pennington2002-12-011-4/+75
* remove unused variableHavoc Pennington2002-11-211-1/+24