summaryrefslogtreecommitdiff
path: root/src/workspaces.c
Commit message (Expand)AuthorAgeFilesLines
* placement: Ignore struts from windows on other monitorsOlivier Fourdan2021-02-281-9/+16
* workarea: Ignore change without a primary monitorOlivier Fourdan2019-08-281-2/+6
* Use device geometry for primary monitorViktor Odintsev2019-05-301-1/+1
* screen: Remove logical sizeOlivier Fourdan2019-04-161-2/+2
* trace: rework tracesOlivier Fourdan2018-03-311-8/+8
* Fix logic error in bottom struts validationAndrey Alekseenkov2017-12-051-1/+1
* Handle GDK display/screen/monitor deprecationsViktor Odintsev2017-07-021-1/+3
* Fix wrong logic in testOlivier Fourdan2015-03-081-2/+2
* Gives struts a bit of TLCOlivier Fourdan2015-03-051-44/+22
* Compute struts based on reported screen sizeOlivier Fourdan2015-02-271-4/+4
* Workaround for NET_WORKAREA with multimonitorAlistair Buxton2015-01-081-0/+56
* Revert part of git commit 8637c3a as this breaks deletetionOlivier Fourdan2012-07-191-1/+10
* Reverting from desktop view may not focus the top most window (bug #8173)Olivier Fourdan2011-12-061-1/+1
* Remove unused variables.Nick Schermer2011-10-301-2/+0
* Optimize workspace deletionOlivier Fourdan2011-10-271-13/+9
* Upon restart, restore the previous selected workspace.Olivier Fourdan2011-10-211-5/+1
* Get rid or of old GNOME 1.x protocolOlivier Fourdan2011-10-111-2/+0
* Drop unused variables.Nick Schermer2011-04-221-2/+0
* Update copyright year.Olivier Fourdan2011-01-051-1/+1
* Mass update: Update (c) yearOlivier Fourdan2010-12-161-1/+1
* Fix bug #6902Olivier Fourdan2010-12-151-1/+1
* Simplify the tabwin/cycle code,Olivier Fourdan2009-09-101-36/+38
* Add new keyboard shortcut to switch between windows of the same application, ...Olivier Fourdan2009-09-091-1/+1
* * src/*.c, src/*.h: Update year.Olivier Fourdan2009-01-181-1/+1
* * src/client.c, src/client.h, src/display.c, src/display.h, Olivier Fourdan2008-10-221-2/+2
* Small refactoring of the source, use the term withdraw instead of hide to avo...Olivier Fourdan2008-10-051-1/+1
* 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