1. 23 Oct, 2013 3 commits
  2. 19 Oct, 2013 3 commits
  3. 18 Oct, 2013 3 commits
  4. 17 Oct, 2013 1 commit
  5. 14 Oct, 2013 1 commit
  6. 10 Oct, 2013 10 commits
  7. 09 Oct, 2013 15 commits
  8. 08 Oct, 2013 2 commits
  9. 05 Oct, 2013 1 commit
    • csillag's avatar
      Change comments implementation to avoid fake highlights · 983b6719
      csillag authored
      Previously, we were adding fake highlights to comments, which
      showed up on the last character of the document, when in always-on
      or highlight mode.
      
      This was needed so that the heatmap can find the comments.
      
      The new implementatain is much cleaner; now we maintain a list of comments
      independently of the DOM, and the heatmap works from that.
      
      Therefore, the fake highlights are now gone.
      
      Fixes #700.
      983b6719
  10. 03 Oct, 2013 1 commit