Skip to content
Snippets Groups Projects
  1. Jun 22, 2006
  2. Jun 21, 2006
  3. Jun 20, 2006
  4. Jun 18, 2006
  5. Jun 17, 2006
  6. Jun 16, 2006
  7. Jun 15, 2006
  8. Jun 14, 2006
  9. Jun 13, 2006
  10. Jun 12, 2006
  11. Jun 11, 2006
  12. Jun 09, 2006
  13. Jun 08, 2006
  14. Jun 07, 2006
    • Olivier Fourdan's avatar
      Avoid needlessly re-compositing opaque windows in front of other damaged... · 3f91e892
      Olivier Fourdan authored
      Avoid needlessly re-compositing opaque windows in front of other damaged windows. This also helps with stuff that isn't properly redirected yet, such as Xv and DRI with free drivers (patch originally contributed by Michel Dänzer <michel@tungstengraphics.com>).
      Fix compilation with --enable-debug=full.
      
      
      (Old svn revision: 22034)
      3f91e892
  15. Jun 05, 2006
  16. Jun 04, 2006
  17. Jun 03, 2006
  18. May 31, 2006
  19. May 30, 2006
    • Yuval Tanny's avatar
      Update Hebrew translation · 236e4c78
      Yuval Tanny authored
      (Old svn revision: 21920)
      236e4c78
    • Olivier Fourdan's avatar
      Do not pass focus to the desktop by default (Fix bug #1853). The problem is... · edce06e5
      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)
      edce06e5
Loading