1. 09 Apr, 2015 2 commits
    • Randall Leeds's avatar
      Move the up navigational bucket so it's visible · b3e953d9
      Randall Leeds authored
      Since the toolbar is no longer dynamically shown the position of
      the "up" bucket should statically be set to a higher offset top.
      b3e953d9
    • Randall Leeds's avatar
      Ignore onscreen highlights for up/down bucket nav · 007433cf
      Randall Leeds authored
      By having the up/down navigational buckets scroll highlights
      into view they only come to the inside edge of the viewport. This
      is not sufficient to get them far enough into view that they leave
      the navigational buckets. Therefore, it's not sufficient to take
      the next closest of the highlights in said buckets when attempting
      to scroll further, since it may already be on screen.
      
      Implement `getBoundingClientRect` for `TextHighlight` and use that
      to check whether a highlight is off screen before deciding to
      scroll to it.
      007433cf
  2. 08 Apr, 2015 9 commits
  3. 03 Apr, 2015 3 commits
  4. 02 Apr, 2015 18 commits
  5. 01 Apr, 2015 3 commits
  6. 31 Mar, 2015 2 commits
  7. 30 Mar, 2015 3 commits