Skip to content
Snippets Groups Projects
  1. Dec 02, 2017
    • George Nachman's avatar
      Fix a bug where hotkey windows appearing in a different display than the... · 02e75fef
      George Nachman authored
      Fix a bug where hotkey windows appearing in a different display than the currently key window (in another app) would not receive focus and would forget which app was previously active. Issue 6353
      
      The two key changes are
      1. Add a method to activate the app with a completion block
      2. Don't throw away the existing previous state when a non hotkey window becomes key during a rollin. The logic already existed for a rollout.
      Here's what would happen:
      
      rollInAnimated
        [NSApp activateIgnoringOtherApps:YES]
        rollInAnimatingInDirection:
      (if there's no animation, the rollin finishes immediately)
      App becomes active
      A non-hotkey window becomes key
      
      Now, here's what happens:
      
      rollInAnimated
        [NSApp activateIgnoringOtherApps:YES]
      App becomes active
      A non-hotkey window becomes key, but it's ignored because there's a roll-in in progress
      rollInAnimatingInDirection:
      (if there's no animation, the rollin finishes immediately)
      02e75fef
  2. Sep 22, 2017
  3. Aug 29, 2017
  4. Jul 12, 2017
  5. May 13, 2017
  6. Apr 30, 2017
  7. Mar 21, 2017
  8. Mar 14, 2017
  9. Feb 25, 2017
  10. Dec 03, 2016
  11. Oct 23, 2016
  12. Oct 05, 2016
  13. Jul 16, 2016
  14. Jun 29, 2016
  15. Dec 31, 2015
  16. Oct 28, 2015
  17. Jul 05, 2015
  18. Mar 20, 2015
  19. Dec 10, 2014
  20. Sep 21, 2014
  21. Aug 27, 2014
  22. Aug 22, 2014
  23. Aug 21, 2014
  24. Apr 20, 2014
  25. Apr 08, 2014
  26. Apr 07, 2014
  27. Mar 25, 2014
  28. Jan 28, 2014
  29. Nov 22, 2013
  30. Aug 24, 2012
  31. Feb 20, 2012
  32. Jan 09, 2012
  33. Nov 14, 2011
Loading