1. 04 Apr, 2019 6 commits
  2. 02 Apr, 2019 3 commits
  3. 01 Apr, 2019 5 commits
  4. 29 Mar, 2019 3 commits
  5. 28 Mar, 2019 5 commits
  6. 27 Mar, 2019 4 commits
  7. 26 Mar, 2019 2 commits
  8. 22 Mar, 2019 5 commits
  9. 18 Mar, 2019 6 commits
  10. 15 Mar, 2019 1 commit
    • Christoffer Ackelman's avatar
      Refactored FlowDraw: Combined similar drawing methods. · 13674419
      Christoffer Ackelman authored
      Instead of calling ctx->redraw() to redraw the window, call ctx->set_dirty().
      The FlowCtx will redraw the window at the end of the event_handler if any event has marked it as dirty.
      If you really need to redraw the window NOW (ex. after a timer triggered event),
      call ctx->set_dirty followed by ctx->redraw_if_dirty().
      13674419