- May 31, 2008
-
-
Olivier Fourdan authored
(Old svn revision: 26999)
-
- Apr 05, 2008
-
-
Olivier Fourdan authored
(Old svn revision: 26782)
-
- Feb 13, 2008
-
-
Olivier Fourdan authored
(Old svn revision: 26608)
-
- Dec 03, 2007
-
-
Olivier Fourdan authored
Rework focus transition since now parents get raised along with the transients - That makes things more predictible. (Old svn revision: 26434)
-
- Nov 07, 2007
-
-
Olivier Fourdan authored
(Old svn revision: 26274)
-
- Sep 07, 2007
-
-
Olivier Fourdan authored
Fix wrong focus fallback if pending focus window disappears. Allow move/resize using the mouse even if the keyboard grab fails (bug #3535). (Old svn revision: 26054)
-
- Jun 12, 2007
-
-
Olivier Fourdan authored
(Old svn revision: 25807)
-
- May 09, 2007
-
-
Olivier Fourdan authored
(Old svn revision: 25698)
-
- Mar 11, 2007
-
-
Olivier Fourdan authored
(Old svn revision: 25149)
-
- Mar 10, 2007
-
-
Olivier Fourdan authored
(Old svn revision: 25148)
-
- Mar 08, 2007
-
-
Olivier Fourdan authored
(Old svn revision: 25137)
-
- Dec 22, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 24170)
-
Olivier Fourdan authored
Focus the internal fallback window when focus is transfered to a window that doesn't have InputHint set but still use WM_PROTOCOLS_TAKE_FOCUS (ie, there is no way for the window manager to tell whether or not the client will accept focus in the end since focus is set by the client alone through the 'take focus' mechanism) - Fix bug #1853 without breaking #2410 (Old svn revision: 24169)
-
- Dec 14, 2006
-
-
Olivier Fourdan authored
Fix user focus timetamp being falsely reset to 0 causing some windows to be started un-focused (Bug #2664), re-add some traces (which compile with -Werror this time), small code/api cleanup. (Old svn revision: 24107)
-
- Dec 13, 2006
-
-
Olivier Fourdan authored
Fix build with -Werror, remove some useless #includes and add some others (actually, time.h and sys/time.h were not required since Time is defined in X.h anyway). (Old svn revision: 24099)
-
Olivier Fourdan authored
Use timestamp provided by NET_ACTIVE_WINDOW and NET_CURRENT_DESKTOP messages from EWMH version 1.3 and above, fix focus transition with NET_CURRENT_DESKTOP messages causing either flickering or wrong restacking on workspace switch (bug #2654), fix serious bug introduced with previous commit causing xfwm4 to quit on any selection MESSAGE notify. (Old svn revision: 24096)
-
- Dec 10, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 24076)
-
- Dec 06, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 24052)
-
- Nov 27, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 23997)
-
- Nov 24, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 23945)
-
- Nov 10, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 23812)
-
- Nov 07, 2006
-
-
Olivier Fourdan authored
Fix focus transitionning to root taking into account the pending focus too, so that focus doesn't return to the fallback internal window when it should return to some other client window (like when an application closes with a modal dialog opened). <= If you understand what I mean here, you're tough! (Old svn revision: 23777)
-
- Oct 29, 2006
-
-
Olivier Fourdan authored
This fixes several focus issues for me, but since focus is a sensitive beast, to say the least, so I dunno about others. (Old svn revision: 23551)
-
- Oct 12, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 23374)
-
- Sep 11, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 23128)
-
- Aug 30, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 22952)
-
- Aug 21, 2006
-
-
Olivier Fourdan authored
Fix frame repaint error caused by the removal of pixmap caching (Bug #2202), fix an issue with themes that miss that menu button. (Old svn revision: 22847)
-
- Aug 19, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 22836)
-
- Aug 16, 2006
-
-
Olivier Fourdan authored
Unmap the client window when shaded. Some apps want to be notified when the client is not visible (Bug #2168). That change should work although I liked the previous implementation better as it was a lot less intrusive in focus management. Let's see how this goes for now... (Old svn revision: 22806)
-
- Jun 30, 2006
-
-
Olivier Fourdan authored
Apply patch from Darren Salt <linux@youmustbejoking.demon.co.uk> to make inactive windows semi-transparent. Transparency of inactive windows in configurable through the WM tweaks plugin (bug #602) (Old svn revision: 22223)
-
- Jun 17, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 22146)
-
- Jun 13, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 22092)
-
- Jun 03, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 21959)
-
- May 30, 2006
-
-
Olivier Fourdan authored
Do not pass focus to the desktop by default (Fix bug #1853). The problem is that xfdesktop sets its InputHint from WM Hints property to False to avoid focus, but GTK+ itself sets the WM_TAKE_FOCUS property, so it's impossible for the WM to tell whether or not the windows may or may not accept focus, which leads to unpredictable results when the last available focusable window vanishes (which is just what happens in bug #1853. From what I saw, metacity and kwin have the same problem. The workaround used here is to simply not use the desktop as a fallback focusable window. If the user wants to focus the desktop, (s)he just has to explicitely click on it. (Old svn revision: 21917)
-
- May 20, 2006
-
-
Olivier Fourdan authored
Fix bug with WM hints for focus not being updated properly, fix bug with gtk+ apps seen as focused even when iconified (!) (Old svn revision: 21740)
-
Olivier Fourdan authored
(Old svn revision: 21737)
-
- May 15, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 21694)
-
- May 06, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 21549)
-
- Mar 10, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 20321)
-
- Mar 04, 2006
-
-
Olivier Fourdan authored
Allow focusing windows even when other modifiers are pressed (fix 2nd part of bug #1530) - This is somehow experimental as I'm not sure of the side effects for the apps and may be reverted if too much people complain. (Old svn revision: 20208)
-