summaryrefslogtreecommitdiff
path: root/src/focus.c
Commit message (Expand)AuthorAgeFilesLines
* Use an existing convenient macro instead of simple value comparison to compar...Olivier Fourdan2006-12-221-1/+1
* Focus the internal fallback window when focus is transfered to a window that ...Olivier Fourdan2006-12-221-0/+6
* Fix user focus timetamp being falsely reset to 0 causing some windows to be s...Olivier Fourdan2006-12-141-8/+8
* Fix build with -Werror, remove some useless #includes and add some others (ac...Olivier Fourdan2006-12-131-5/+2
* Use timestamp provided by NET_ACTIVE_WINDOW and NET_CURRENT_DESKTOP messages ...Olivier Fourdan2006-12-131-11/+16
* Fix demands attention being activated when it shouldn't, add more tracesOlivier Fourdan2006-12-101-0/+2
* Improve focus stealing prevention.Olivier Fourdan2006-12-061-0/+19
* Re-enable focus passing to previously focused window (req. on ML)Olivier Fourdan2006-11-271-2/+0
* Small code reorg, disable raising of windows when on FocusIn event.Olivier Fourdan2006-11-241-1/+5
* Use focus pending with with apps that use WM_FLAG_TAKEFOCUS protocol too (Bug...Olivier Fourdan2006-11-101-0/+3
* Fix focus transitionning to root taking into account the pending focus too, s...Olivier Fourdan2006-11-071-2/+19
* This fixes several focus issues for me, but since focus is a sensitive beast,...Olivier Fourdan2006-10-291-8/+0
* Set focus on desktop with showing desktop (Bug #2410)Olivier Fourdan2006-10-121-1/+1
* Set focus flag on windows initially mapped on other desktopsOlivier Fourdan2006-09-111-40/+67
* Improve focus passingOlivier Fourdan2006-08-301-0/+2
* Fix frame repaint error caused by the removal of pixmap caching (Bug #2202), ...Olivier Fourdan2006-08-211-3/+3
* Plug a few leaksOlivier Fourdan2006-08-191-8/+1
* Unmap the client window when shaded. Some apps want to be notified when the c...Olivier Fourdan2006-08-161-1/+12
* Apply patch from Darren Salt <linux@youmustbejoking.demon.co.uk> to make inac...Olivier Fourdan2006-06-301-0/+5
* Make sure the 'demand attention' flags gets cleared on focus.Olivier Fourdan2006-06-171-5/+5
* Don't adjust fullscreen window if newly focused window is one if its transien...Olivier Fourdan2006-06-131-1/+1
* Do not set the demand attention flag if not needed, like for windows that don...Olivier Fourdan2006-06-031-1/+1
* Do not pass focus to the desktop by default (Fix bug #1853). The problem is t...Olivier Fourdan2006-05-301-1/+1
* Fix bug with WM hints for focus not being updated properly, fix bug with gtk+...Olivier Fourdan2006-05-201-4/+5
* Return focus to the desktop if no other window is focused.Olivier Fourdan2006-05-201-2/+1
* Code cleanup.Olivier Fourdan2006-05-151-20/+27
* Some cleanup in headers vs. functions used.Olivier Fourdan2006-05-061-1/+0
* Do not focus windows of type UTILITY, fix bug #1094Olivier Fourdan2006-03-101-1/+1
* Allow focusing windows even when other modifiers are pressed (fix 2nd part of...Olivier Fourdan2006-03-041-6/+8
* Revert previous patch as the first implementation was correct, but update the...Olivier Fourdan2006-02-251-2/+8
* Fix focus prevention if timestamp is 0 in the WM, fix focus prevention in the...Olivier Fourdan2006-02-241-8/+2
* Update copyright date and add propertiesOlivier Fourdan2006-02-181-1/+1
* Add version string for 'what', don't raise window that w/out focus only when ...Olivier Fourdan2006-02-101-2/+8
* Fix crash when compiled with enable-debug=full (Fix bug #1305)Olivier Fourdan2006-01-031-2/+2
* Fix stacking vs. focus stealing prevention.Olivier Fourdan2005-11-121-9/+9
* Improve dragging windows overs desktops, improve focus stealing prevention.Olivier Fourdan2005-11-121-3/+7
* Fix stacking bug introduced by recent changesOlivier Fourdan2005-09-271-4/+2
* Improve stacking with focus stealingOlivier Fourdan2005-09-271-3/+17
* Add support for stacking sibling, do not place windows on top of stack when b...Olivier Fourdan2005-09-261-6/+9
* Fix wrong pointer being passed to clientUpdateAllFrames(), add support to COM...Olivier Fourdan2005-09-181-1/+1
* Update datesOlivier Fourdan2005-06-201-1/+1
* Improve grab passing.Olivier Fourdan2005-05-291-1/+6
* Chase bug reported by FrancoisOlivier Fourdan2005-05-271-0/+4
* Use CurrentTime as timestamp when passing focus on unmap (quite the same as #...Olivier Fourdan2005-05-081-0/+4
* Trivial fix for focus problem when mapping dialogs (bug #924) - Not sure what...Olivier Fourdan2005-04-261-0/+4
* Do not include modals for groupOlivier Fourdan2005-04-141-1/+1
* Fix focus passing, bug id #905Olivier Fourdan2005-04-141-6/+3
* Use time stamp when focusing windows at first map.Olivier Fourdan2005-02-191-1/+1
* Use time stamp when focusing windows at first map.Olivier Fourdan2005-02-191-1/+1
* Typo!Olivier Fourdan2005-02-111-1/+1