Skip to content
Snippets Groups Projects
  1. Nov 30, 2017
  2. Feb 18, 2017
  3. Jan 02, 2017
  4. Aug 05, 2016
    • George Nachman's avatar
      Fix a bug where we tried to remove the window's first responder when a popover... · 0877eef6
      George Nachman authored
      Fix a bug where we tried to remove the window's first responder when a popover closes, but it was done wrong because in awakeFromNib the view did not yet have a window so the workaround was a no-op. Not sure if this used to work and then something changed, breaking it. The new code should be more robust because it gets the window from the color well, which we know must exist when its popover will close. This accounted for 20% of crashes in 3.0.5.
      0877eef6
  5. Jul 16, 2016
  6. Jul 06, 2016
    • George Nachman's avatar
      Fix a crash where some preference panel view controllers remained allocated... · 42ec7b09
      George Nachman authored
      Fix a crash where some preference panel view controllers remained allocated after the pref panel was released. There were cyclic references in various blocks. The fix for most of them is to remove the blocks in PreferenceInfo when the window closes. A color well block also had a cycle, and I fixed it by using an unsafe unretained pointer. Blocks are non-arc code are scary.
      42ec7b09
  7. Apr 29, 2016
  8. Apr 28, 2016
  9. Apr 25, 2016
  10. Oct 14, 2015
  11. Sep 30, 2015
  12. Sep 22, 2015
  13. Sep 18, 2015
  14. Jun 20, 2015
  15. Jun 15, 2015
  16. May 29, 2015
  17. Nov 10, 2014
  18. Sep 21, 2014
  19. Jun 25, 2014
  20. Jun 16, 2014
  21. May 09, 2014
  22. Apr 29, 2014
  23. Apr 17, 2014
  24. Apr 16, 2014
  25. Apr 15, 2014
Loading