summaryrefslogtreecommitdiff
path: root/src/focus.h
Commit message (Expand)AuthorAgeFilesLines
* Do not cancel pending focus transition and use actual meaningful timestamp to...Olivier Fourdan2012-01-161-1/+2
* Remove the mouse button grab/ungrab that was introduced to fix an issue with ...Olivier Fourdan2011-12-121-3/+0
* 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-1/+1
* Add new keyboard shortcut to switch between windows of the same application, ...Olivier Fourdan2009-09-091-4/+7
* * src/*.c, src/*.h: Update year.Olivier Fourdan2009-01-181-1/+1
* * src/focus.c, src/focus.h: Only focus the fallback window when Olivier Fourdan2008-11-271-0/+1
* * src/client.c, src/client.h, src/display.c, src/display.h, Olivier Fourdan2008-10-221-2/+2
* Move iconified windows to the end of the focus ring, improve focus managementOlivier Fourdan2008-06-051-1/+2
* Update FSF addressOlivier Fourdan2008-05-311-2/+4
* Rework a bit the code for hilight and frame drawingOlivier Fourdan2007-06-121-1/+1
* CleanupOlivier Fourdan2007-05-091-15/+13
* Remove roundtripOlivier Fourdan2007-03-101-2/+2
* Rework delayed focusOlivier Fourdan2007-03-081-0/+4
* Fix user focus timetamp being falsely reset to 0 causing some windows to be s...Olivier Fourdan2006-12-141-4/+2
* Fix build with -Werror, remove some useless #includes and add some others (ac...Olivier Fourdan2006-12-131-3/+2
* Use timestamp provided by NET_ACTIVE_WINDOW and NET_CURRENT_DESKTOP messages ...Olivier Fourdan2006-12-131-3/+6
* Improve focus stealing prevention.Olivier Fourdan2006-12-061-0/+2
* Small code reorg, disable raising of windows when on FocusIn event.Olivier Fourdan2006-11-241-1/+2
* Fix focus transitionning to root taking into account the pending focus too, s...Olivier Fourdan2006-11-071-1/+2
* Use X server time to restore focus when sent to the root window (bug #2472), ...Olivier Fourdan2006-11-041-20/+34
* Set focus flag on windows initially mapped on other desktopsOlivier Fourdan2006-09-111-5/+6
* Update copyright date and add propertiesOlivier Fourdan2006-02-181-1/+1
* Add support for stacking sibling, do not place windows on top of stack when b...Olivier Fourdan2005-09-261-1/+1
* Update datesOlivier Fourdan2005-06-201-1/+1
* Ungrab keys on on client window when unframing as spotted by Jochen Baier <Jo...Olivier Fourdan2004-12-141-2/+2
* Implement a more solid imechanism for grabbing/ungrabbing mouse buttons.Olivier Fourdan2004-12-051-0/+3
* Raise window on any mouse button click (fixes big #442) - Use the hidden opti...Olivier Fourdan2004-11-021-3/+3
* Add CVS Id, like Jasper does with the panel.Olivier Fourdan2004-08-221-1/+2
* Fix remaining theme bugs,Olivier Fourdan2004-08-171-1/+1
* Play with focus transition for bug 0000218Olivier Fourdan2004-06-191-1/+1
* Add multiscreen support.Olivier Fourdan2004-06-151-4/+4
* Change internals to prepare multi-screen (not quite there yet)Olivier Fourdan2004-06-041-6/+7
* - Change gtktoxevent API to be GdkScreen and therefore multiscreen compliantOlivier Fourdan2004-05-301-18/+18
* Use timestamp to avoid race cond when switching focus too quickly.Olivier Fourdan2004-05-151-1/+4
* Get rid of out own Xinerama impl. and use GdkScreen routines instead (that fi...Olivier Fourdan2004-05-131-12/+12
* Now with focus transitionOlivier Fourdan2004-05-111-1/+1
* Huge code reorg., add preliminary support for partial struts; it still needs ...Olivier Fourdan2004-05-091-0/+51