1. 27 May, 2016 3 commits
  2. 25 May, 2016 3 commits
  3. 24 May, 2016 4 commits
  4. 23 May, 2016 7 commits
  5. 22 May, 2016 2 commits
  6. 21 May, 2016 8 commits
  7. 18 May, 2016 7 commits
  8. 17 May, 2016 4 commits
  9. 16 May, 2016 2 commits
    • Benno Schulenberg's avatar
      statusbar: prevent error messages from overwriting each other · 2535f51e
      Benno Schulenberg authored
      If during startup there are multiple error messages, currently only the
      last one remains and can be read.  To improve on that, introduce a short
      pause between error messages -- even if it's not enough to read them all,
      at least the user will be aware that there are multiple ones.
      
      This also causes a few error messages to beep that currently don't beep,
      such as when a file is unwritable.
      2535f51e
    • Benno Schulenberg's avatar
      browser: keep the highlight in the same spot or column, when possible · 58404e4b
      Benno Schulenberg authored
      When doing a PageUp or PageDown in the browser, don't move the highlight
      to the first line in the same column, but keep it in the same relative
      position of the screen.  If we're already on the first or last page,
      move the highlight to the first or last line, but keep it in the same
      column.  If we're already on the first or last line, only then move it
      to the first or last entry.
      58404e4b