Skip to content
Snippets Groups Projects
  1. Oct 07, 2017
  2. Sep 20, 2017
  3. Sep 13, 2017
  4. Sep 02, 2017
  5. Aug 13, 2017
  6. Aug 10, 2017
  7. Aug 08, 2017
  8. Jul 06, 2017
  9. Jul 02, 2017
  10. Jun 29, 2017
  11. Jun 17, 2017
  12. Jun 12, 2017
    • George Nachman's avatar
      When you drag a tab from the tabbar into a split pane, that causes removeTab:... · 2a527d57
      George Nachman authored
      When you drag a tab from the tabbar into a split pane, that causes removeTab: to be called. It tries to create a restorable session to undo closure, but because no sessions actually get closed in this operation we create an empty shell of a restorable session. When it's restored, you get a zombie tab with no view. This commit ignores such operations and declines to push a restorable session on the stack. Issue 5785.
      2a527d57
  13. May 13, 2017
  14. May 12, 2017
  15. May 06, 2017
  16. May 05, 2017
  17. Apr 30, 2017
  18. Apr 06, 2017
  19. Apr 01, 2017
  20. Mar 20, 2017
  21. Mar 12, 2017
  22. Mar 09, 2017
  23. Mar 05, 2017
  24. Mar 04, 2017
  25. Feb 26, 2017
  26. Feb 25, 2017
  27. Feb 23, 2017
  28. Feb 20, 2017
    • George Nachman's avatar
      Prepare versioning for 3.1. · 512c5b4a
      George Nachman authored
      Change the version number to 3.1.x. This affects only nightly builds, which will be named 3.1.x-nightly. When I build a beta release, the release_beta script will tack on .beta, so it must be run as release_beta.sh 3.1.0. That will produce 3.0.1.beta. This commit adds a Sparkle version comparator that special-cases versions ending in .beta so that a non-beta with the same first two parts will compare as newer (e.g., 3.1 is newer than 3.1.9.beta).
      512c5b4a
    • George Nachman's avatar
      Remove yosemite version checks · 49ae6770
      George Nachman authored
      49ae6770
Loading