summaryrefslogtreecommitdiff
path: root/src/screen.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #98303 and assorted cleanupHavoc Pennington2002-11-201-1/+9
* new function, and remove workspace->name field, instead just get the nameHavoc Pennington2002-11-031-11/+56
* Add "busy cursor on app startup" support, conditionally - works only ifHavoc Pennington2002-10-251-0/+218
* make publicHavoc Pennington2002-10-241-1/+4
* Optimizations for managing new windows (do not all take effect ifHavoc Pennington2002-10-211-14/+14
* workspaces are all per-screen now, fix accordinglyHavoc Pennington2002-10-161-26/+99
* make it staticHavoc Pennington2002-10-021-2/+4
* default to topleft starting corner. (meta_screen_update_workspace_layout):Mark McLoughlin2002-10-011-8/+40
* fix compilation on Solaris, patch from Satyajit KanungoHavoc Pennington2002-09-301-1/+1
* Patch from Keith Packard to handle root window resizes.Havoc Pennington2002-09-291-159/+200
* raise the focused window, since it may not be the window on top, given theHavoc Pennington2002-09-281-0/+4
* Try to handle Solaris Xinerama, all coded blind, someone on Solaris willHavoc Pennington2002-09-271-5/+68
* re-enable the log handler, maybe it will break something, I don't rememberHavoc Pennington2002-09-241-1/+1
* move from workspace.c. (update_num_workspaces): set the hint here. FixesMark McLoughlin2002-08-141-4/+23