summaryrefslogtreecommitdiff
path: root/src/stacking.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Don't use parenthesis when returning constantsOlivier Fourdan2021-02-021-1/+1
* Remove GSourceFunc castsOlaf Hering2020-12-011-1/+1
* cleanup: prefer zero initialized memory allocationOlivier Fourdan2020-08-081-1/+1
* More XError trapsOlivier Fourdan2020-07-251-0/+2
* client: Use GdkRectangle for saved size/positionOlivier Fourdan2020-07-151-2/+2
* stacking : Fix raise delayOlivier Fourdan2019-09-211-0/+1
* Fix compiler warningsOlivier Fourdan2019-05-031-0/+1
* stacking: Raise all transients togetherOlivier Fourdan2019-04-191-176/+197
* trace: rework tracesOlivier Fourdan2018-03-311-21/+16
* Remove the mouse button grab/ungrab that was introduced to fix an issue with ...Olivier Fourdan2011-12-121-10/+0
* Simply double click detection logic, remove the timeout (this may have some s...Olivier Fourdan2011-11-111-1/+1
* Fix a bug with transients for group (including utility windows)Olivier Fourdan2011-10-151-1/+1
* Get rid or of old GNOME 1.x protocolOlivier Fourdan2011-10-111-2/+0
* Get rif of legacy fullscreen emulation, if your app breaks it'sOlivier Fourdan2011-10-111-8/+1
* Some apps that I wouldn't name try to manipulate the win layer byOlivier Fourdan2011-10-111-10/+12
* Update copyright year.Olivier Fourdan2011-01-051-1/+1
* Mass update: Update (c) yearOlivier Fourdan2010-12-161-1/+1
* Simplify the tabwin/cycle code,Olivier Fourdan2009-09-101-42/+42
* 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
* Add support for EWMH 1.4 NET_WM_USER_TIME_WINDOW property, Olivier Fourdan2008-07-201-2/+2
* Move iconified windows to the end of the focus ring, improve focus managementOlivier Fourdan2008-06-051-2/+2
* Update FSF addressOlivier Fourdan2008-05-311-2/+4
* Rework a bit the code for hilight and frame drawingOlivier Fourdan2007-06-121-1/+1
* Add support for button prelight in windows frameOlivier Fourdan2007-06-111-2/+2
* CleanupOlivier Fourdan2007-05-091-3/+7
* Fix strick bound checking causing wrong window to be focused in focus follow ...Olivier Fourdan2007-04-221-2/+2
* Check only visible windows to see if client is on top of stack (bug #2960)Olivier Fourdan2007-03-151-10/+11
* Rework delayed focusOlivier Fourdan2007-03-081-0/+43
* Fix user focus timetamp being falsely reset to 0 causing some windows to be s...Olivier Fourdan2006-12-141-1/+1
* Use timestamp provided by NET_ACTIVE_WINDOW and NET_CURRENT_DESKTOP messages ...Olivier Fourdan2006-12-131-1/+1
* Don't skip windows that have the skip pager/taskbar properties when searching...Olivier Fourdan2006-11-091-1/+1
* Set focus flag on windows initially mapped on other desktopsOlivier Fourdan2006-09-111-13/+13
* Improve focus passingOlivier Fourdan2006-08-301-4/+1
* Pass focus to window on top of stack when lowering the focused windowOlivier Fourdan2006-08-291-1/+4
* Fix an old bug with mouse button grabs circulation.Olivier Fourdan2006-05-181-0/+15
* Code cleanup.Olivier Fourdan2006-05-151-50/+59
* Update copyright date and add propertiesOlivier Fourdan2006-02-181-1/+1
* Improve dragging windows overs desktops, improve focus stealing prevention.Olivier Fourdan2005-11-121-2/+2
* Don't screw up the stack list when the transient is not on the same layer.Olivier Fourdan2005-11-031-1/+2
* Small stacking issue introduced by previous commitOlivier Fourdan2005-11-031-1/+1
* Fix stacking bug introduced by recent changesOlivier Fourdan2005-09-271-0/+10
* Improve stacking with focus stealingOlivier Fourdan2005-09-271-1/+0
* Add support for stacking sibling, do not place windows on top of stack when b...Olivier Fourdan2005-09-261-6/+45
* Update datesOlivier Fourdan2005-06-201-1/+1
* Fix an obvious stupid bug in clientAtPosition() returning the wrong value (fi...Olivier Fourdan2005-03-271-2/+2
* Don't get through excluded windows when searching windows ata given position.Olivier Fourdan2005-02-081-4/+5
* Fix button not being regrabbed when the focused window is lowered in focus fo...Olivier Fourdan2005-01-311-0/+1
* Implement a more solid imechanism for grabbing/ungrabbing mouse buttons.Olivier Fourdan2004-12-051-0/+33
* Huge rework of the way atoms are managed internally.Olivier Fourdan2004-11-231-8/+14