Skip to content
Snippets Groups Projects
  1. Aug 03, 2016
  2. Jul 28, 2016
  3. Jul 27, 2016
  4. Jul 26, 2016
  5. Jul 25, 2016
  6. Jul 24, 2016
    • George Nachman's avatar
      Trim trailing newline and adjacent whitespace when selecting the output of the... · cdef9531
      George Nachman authored
      Trim trailing newline and adjacent whitespace when selecting the output of the last command. Issue 4975
      cdef9531
    • George Nachman's avatar
      Fix a bug where unused space was left at the bottom of a fullscreen window with a horizontal split: · 316fee7d
      George Nachman authored
      - Set the showTitle flag in a tab's session viws when creating a tmux tab. This fixes a bug where there would be unused space at the bottom of a fullscreen window because -recompact would throw out the extra room left for the title bar.
      
      Fix a bug where a fullscreen window with a horizontal split with cycle between two different sizes (issue 4933):
      
      - Make addSplitter:toIntervalMap:forHeight:origin: use the size of the scrollview, not the size of the session view. If there is a per-pane titlebar it shouldn't be counted since the height is used to compute the number of rows.
      
      - Get rid of maxTmuxSize, which double-counted the difference between the root splitter and the flexible view that contained it (tmuxSize already took that into account).
      
      - Make tmuxSize use the floor of the charsDiff values. That's better behaved for negative values, since tmuxSize is meant to be equal to or smaller than the size that would fit on the screen.
      
      Finally, make replaceViewHierarchyWithParseTree: set the showTitle flag. This is mostly on general principal.
      316fee7d
  7. Jul 22, 2016
  8. Jul 21, 2016
  9. Jul 20, 2016
  10. Jul 17, 2016
  11. Jul 16, 2016
  12. Jul 15, 2016
  13. Jul 12, 2016
  14. Jul 11, 2016
  15. Jul 10, 2016
Loading