summaryrefslogtreecommitdiff
path: root/src/workspaces.c
Commit message (Expand)AuthorAgeFilesLines
* Remove workarounds for older bugs, fixes side effects with Tk apps stealing f...Olivier Fourdan2008-06-161-4/+0
* Update FSF addressOlivier Fourdan2008-05-311-2/+4
* Fix gcc warnings (bug #4095, Gauvain Pocentek <gauvainpocentek@gmail.com>Olivier Fourdan2008-05-201-3/+1
* Trying to get rid of CurrentTimeOlivier Fourdan2008-05-121-1/+1
* Add adjacent workscape/delete active workspace - Patch from xsdg <xsdg+xfcede...Olivier Fourdan2008-05-011-0/+69
* Rework a bit the code for hilight and frame drawingOlivier Fourdan2007-06-121-1/+1
* CleanupOlivier Fourdan2007-05-091-3/+3
* Check only visible windows to see if client is on top of stack (bug #2960)Olivier Fourdan2007-03-151-1/+1
* Raise focused window on workspace switch (bug #2960)Olivier Fourdan2007-03-021-0/+7
* Sort Z-order on workspace change (bug #2960)Olivier Fourdan2007-03-011-1/+1
* Rework grab release (trying to fix bug #2694)Olivier Fourdan2007-01-071-1/+1
* Fix build with -Werror, remove some useless #includes and add some others (ac...Olivier Fourdan2006-12-131-4/+1
* Use timestamp provided by NET_ACTIVE_WINDOW and NET_CURRENT_DESKTOP messages ...Olivier Fourdan2006-12-131-16/+21
* Keep focus on sticky windows only for regular windows w/out skip taskbar/page...Olivier Fourdan2006-11-231-1/+1
* Check for valid transient or modal when switching workspaces, to avoid missin...Olivier Fourdan2006-11-061-3/+3
* Use X server time to restore focus when sent to the root window (bug #2472), ...Olivier Fourdan2006-11-041-11/+11
* Improve yesterday patch on focus transition.Olivier Fourdan2006-10-301-2/+2
* Improve focus transition on workspace switchOlivier Fourdan2006-10-121-11/+21
* Improve workspace switch, map newer windows before unmapping previous ones to...Olivier Fourdan2006-10-121-37/+48
* Woops, some changes have leaked in previous commit by mistake...Olivier Fourdan2006-10-111-56/+31
* Fix compositor availability check, bug #2418.Olivier Fourdan2006-10-111-31/+56
* Set focus flag on windows initially mapped on other desktopsOlivier Fourdan2006-09-111-21/+21
* Do not show window size/position when not showing content as the server is gr...Olivier Fourdan2006-08-291-3/+3
* Change to maintain and use our own copy of the screen size, code cleanup.Olivier Fourdan2006-06-251-6/+2
* Code cleanup.Olivier Fourdan2006-05-151-6/+10
* Add host name on windows running on remote hosts (ala metacity), prevent wind...Olivier Fourdan2006-04-191-1/+1
* Fix desktop names not showing in window menu and other various fixes.Olivier Fourdan2006-03-241-3/+3
* Adjust windows position and maximization on screen resize or when updating st...Olivier Fourdan2006-02-201-0/+2
* Update copyright date and add propertiesOlivier Fourdan2006-02-181-1/+1
* Add new option, cycle_workspaces, that allow cycling through all workspacesOlivier Fourdan2005-11-201-12/+5
* Be smarter when showing/hiding sidewalk windows, that greatly improves panel ...Olivier Fourdan2005-09-131-21/+20
* Apply patch from Ian Morgan <imorgan@webcon.ca> that improves workspaces edge...Olivier Fourdan2005-09-131-1/+1
* Update datesOlivier Fourdan2005-06-201-1/+1
* Don't focus the window on top of stack as fallback on workspace switch, fixes...Olivier Fourdan2005-04-101-0/+2
* Focus window on top of stack on workspace switch if no other window is eligib...Olivier Fourdan2005-03-081-0/+5
* Implements our own grab functions.Olivier Fourdan2005-02-121-13/+4
* Don't use a InputOnly window for grabbing mouse when moving/resizing windows.Olivier Fourdan2005-02-121-8/+13
* Focus patch againOlivier Fourdan2005-01-121-5/+5
* Try to fix the focus not being restored when switching desktop in focus follo...Olivier Fourdan2005-01-111-3/+3
* Fixes and cleanupsOlivier Fourdan2004-12-101-1/+0
* Fix a wrong param being passed to setNetWorkarea() causing a lot of problemsOlivier Fourdan2004-12-071-2/+2
* grab pointer on workspace change in all case.Olivier Fourdan2004-12-031-12/+5
* Huge rework of the way atoms are managed internally.Olivier Fourdan2004-11-231-15/+21
* Fix focus oddities (See bug #502)Olivier Fourdan2004-11-201-4/+5
* Check for the toggle workspace firstOlivier Fourdan2004-11-061-10/+10
* Add hidden option "toggle_workspace" to enable/disable the switch back to pre...Olivier Fourdan2004-11-061-4/+10
* Fix bug #463 (newly created workspaces are skipped when draging window),Olivier Fourdan2004-11-041-0/+7
* Turn on wrap_layout by defaultOlivier Fourdan2004-10-231-5/+6
* Fix grab/ungrab when dragging windows between workspacesOlivier Fourdan2004-10-081-6/+14
* Improve handling of transients/modals which aren't tied to a parent window.Olivier Fourdan2004-10-081-2/+2