Skip to content
Snippets Groups Projects
  1. Aug 13, 2017
  2. Aug 08, 2017
  3. Aug 07, 2017
  4. Aug 01, 2017
  5. Jul 14, 2017
  6. Jul 02, 2017
  7. Jul 01, 2017
  8. Jun 30, 2017
  9. Jun 29, 2017
  10. Jun 18, 2017
  11. May 19, 2017
  12. May 05, 2017
  13. Apr 30, 2017
  14. Apr 19, 2017
  15. Apr 15, 2017
  16. Apr 08, 2017
  17. Mar 29, 2017
  18. Mar 20, 2017
  19. Mar 14, 2017
  20. Mar 06, 2017
    • George Nachman's avatar
      Tell the drawing helper that ligatures are enabled when a font has default... · b9873f6b
      George Nachman authored
      Tell the drawing helper that ligatures are enabled when a font has default ligatuers. Otherwise you get ligatures if an attributed string gets used for any reason. That user had switched to a font with non-default ligatures, turned off ligatures for the ascii font, and then switch to a font with default ligatures but the old setting persisted. Brought up in a comment by @hermo1 in issue 3569.
      b9873f6b
  21. Mar 03, 2017
  22. Feb 26, 2017
  23. Feb 25, 2017
  24. Feb 23, 2017
  25. Feb 20, 2017
  26. Feb 19, 2017
  27. Feb 18, 2017
  28. Feb 09, 2017
    • George Nachman's avatar
      Extend the key binding emulator to recognize keystrokes at the root of the · edd69b77
      George Nachman authored
      tree that would leak cocoa's input handling down a garden path to selectors
      that we don't handle. In other words, if a keystroke is the first keystroke
      in a multi-keystroke sequence that can't possibly lead to insertText:,
      recognize that and tell the caller not to pass the keystroke to
      handleEvent:, but rather to handle the event immediately. This fixes a bug
      where a default key bindings like this:
      
          "^x" = {
              "k"     = "performClose:";
              "^f"    = "openDocument:";
              "^x"    = "swapWithMark:";
              "^m"    = "selectToMark:";
          }
      
      Does not cause ^x to get held up until another key is pressed.
      
      Issue 3710.
      edd69b77
  29. Feb 05, 2017
  30. Jan 30, 2017
  31. Jan 29, 2017
  32. Jan 27, 2017
Loading