Skip to content
Snippets Groups Projects
  1. Sep 04, 2017
  2. Sep 03, 2017
  3. Sep 02, 2017
  4. Aug 23, 2017
  5. Jul 29, 2017
    • George Nachman's avatar
      Fix a bug in regex search where a regex like xa* would return multiple search... · 811f0c5e
      George Nachman authored
      Fix a bug in regex search where a regex like xa* would return multiple search results against a document like xaaaa (xa, xaa, etc.). Now that search results are properly sorted, this causes strange behavior. For example, only part of a match might be selected. Now, we ignore results that are a subset of a previous result. This works because the search progressively shortens and re-searches the document (e.g., xaaa, xaa, xa, x). Issue 5937
      811f0c5e
  6. Jul 06, 2017
  7. Jun 29, 2017
  8. Jan 02, 2017
  9. Oct 31, 2016
  10. Oct 30, 2016
  11. Jun 14, 2016
  12. Feb 21, 2016
    • George Nachman's avatar
      Fix a bug where automatic profile switching didn't work in fullscreen. This... · 65fc01fd
      George Nachman authored
      Fix a bug where automatic profile switching didn't work in fullscreen. This happened because when you ssh'ed the first RemoteHost interval would be on the last line in the terminal which was blank. APS would switch profiles, which would cause the screen to resize if the fonts were different sizes. When converting the ranges of these intervals from their source width to their destination width, they would be thrown out because they were on blank lines and when trimmed their length was 0. The fix is to tolerate these ranges being empty (their actual width is irrelevant). There was another issue in -[LineBuffer coordinateForPosition:width:ok:] where, when given a position equal to the end of the line buffer, it would return a coordinate that was at or after all the empty lines at the end of the line buffer. This commit fixes that problem as well, since it would have incorrectly moved the RemoteHost we're trying to fix down to the bottom of the screen.
      65fc01fd
  13. Oct 15, 2015
  14. Oct 14, 2015
  15. Oct 10, 2015
  16. Sep 13, 2015
  17. Jul 02, 2015
  18. Jun 01, 2015
  19. Nov 24, 2014
  20. Sep 21, 2014
  21. May 26, 2014
  22. Apr 21, 2014
  23. Mar 30, 2014
    • George Nachman's avatar
      Increase warning levels and fix warnings. The only inexcusably disabled... · 8778c638
      George Nachman authored
      Increase warning levels and fix warnings. The only inexcusably disabled warning (possibly) is for comparisons of different signs, simply because there are so many of them, in large part because methods like -count and -length return unsigned integers. IMO, the proliferation of unsigned ints is more dangerous than turning off the warning.
      8778c638
  24. Mar 09, 2014
  25. Dec 07, 2013
  26. Nov 22, 2013
  27. Nov 21, 2013
  28. Nov 19, 2013
  29. Nov 17, 2013
  30. Oct 31, 2013
  31. Oct 29, 2013
  32. Oct 26, 2013
  33. Oct 20, 2013
Loading