Skip to content
Snippets Groups Projects
  1. Apr 12, 2020
  2. Jul 09, 2019
    • Olivier Fourdan's avatar
      stacking: Limit to direct transients when raising · d9af1813
      Olivier Fourdan authored
      
      Bug: 15580
      
      Following commit fa9517ea (“Raise all transients together”), xfwm4
      would search for the deepest parent of a given transient and raise it to
      bring all related windows together.
      
      however, taking into account parents from the same group, it would raise
      the lowest window while the others from the same group aren't raised
      along with it, causing apparently random windows to be raised.
      
      Make sure we pick only direct transients when walking down the windows
      stack.
      
      Signed-off-by: default avatarOlivier Fourdan <fourdan@xfce.org>
      d9af1813
  3. May 03, 2019
  4. Apr 19, 2019
    • Olivier Fourdan's avatar
      stacking: Raise all transients together · fa9517ea
      Olivier Fourdan authored
      Bug 15303
      
      Xfwm4 would raise the transients of a given window along with the parent
      window, to keep the transients above their parents, but would not raise
      the parents along with the transient windows.
      
      Rework the stacking code to raise the deepest parent of a transient
      being raised so that all parents window of a transient get raised along
      with it.
      fa9517ea
  5. Aug 01, 2018
    • Olivier Fourdan's avatar
      transients: Search for both client and window frame · 95f6f7f8
      Olivier Fourdan authored
      
      Bug: 12206
      
      Android Virtual Device emulator marks its utility window as a transient,
      but xfwm4 fails to to match it against the emulator window, which breaks
      the transient relationship.
      
      As the AVD emulator raises its utility window, it grabs focus and causes
      sort of problems.
      
      Look for both window and frame windows when matching transients.
      
      Signed-off-by: default avatarOlivier Fourdan <fourdan@xfce.org>
      95f6f7f8
  6. Mar 31, 2018
  7. Mar 14, 2015
    • Olivier Fourdan's avatar
      Check class hint name for same applications · 77dc4e95
      Olivier Fourdan authored
      
      Bug: 11685
      
      There was some confusion in the definition of "same application" when
      cycling through windows of the same application.
      
      Same application meant windows which share a common leader or from the
      same group, which basically means the same running application, not
      two different instances of the same program.
      
      Widen the search criteria to the WM class "resource name" which
      contains the application name so that multiple different  instances of
      the same program/application can be included.
      
      Signed-off-by: default avatarOlivier Fourdan <fourdan@xfce.org>
      77dc4e95
  8. Apr 13, 2012
  9. Oct 15, 2011
  10. Jan 05, 2011
  11. Dec 16, 2010
  12. Sep 10, 2009
  13. Sep 09, 2009
    • Olivier Fourdan's avatar
      Add new keyboard shortcut to switch between windows of the same application,... · 9166f38e
      Olivier Fourdan authored
      Add new keyboard shortcut to switch between windows of the same application, add new keyboard shortcut to switch between windows of different applications only, add new option "cycle_apps_only" to switch between regular toplevels only (avoiding dialogs - This option coupled with the new shortcut allows for faster window selection through keyboard)
      9166f38e
  14. Jan 18, 2009
  15. Nov 27, 2008
  16. May 31, 2008
  17. Oct 28, 2007
  18. Jun 12, 2007
  19. Jun 11, 2007
  20. May 09, 2007
  21. Apr 20, 2007
  22. Apr 06, 2007
  23. Nov 06, 2006
  24. Sep 11, 2006
  25. Jul 16, 2006
  26. Jun 13, 2006
  27. May 15, 2006
  28. Feb 18, 2006
  29. Jun 20, 2005
  30. Dec 30, 2004
  31. Oct 09, 2004
  32. Oct 08, 2004
  33. Aug 22, 2004
  34. Aug 04, 2004
  35. Jun 29, 2004
  36. Jun 15, 2004
  37. Jun 04, 2004
  38. May 30, 2004
Loading