summaryrefslogtreecommitdiff
path: root/src/focus.h
Commit message (Expand)AuthorAgeFilesLines
* 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