Skip to content
Snippets Groups Projects
  1. Aug 23, 2017
  2. 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
  3. Jul 06, 2017
  4. Jun 29, 2017
  5. Jan 02, 2017
  6. Oct 31, 2016
  7. Oct 30, 2016
  8. Jun 14, 2016
  9. 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
  10. Oct 15, 2015
  11. Oct 14, 2015
  12. Oct 10, 2015
  13. Sep 13, 2015
  14. Jul 02, 2015
  15. Jun 01, 2015
  16. Nov 24, 2014
  17. Sep 21, 2014
  18. May 26, 2014
  19. Apr 21, 2014
  20. 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
  21. Mar 09, 2014
  22. Dec 07, 2013
  23. Nov 22, 2013
  24. Nov 21, 2013
  25. Nov 19, 2013
  26. Nov 17, 2013
  27. Oct 31, 2013
  28. Oct 29, 2013
  29. Oct 26, 2013
  30. Oct 20, 2013
  31. Oct 14, 2013
  32. Oct 01, 2013
  33. Sep 13, 2013
Loading