1. 10 Apr, 2019 1 commit
  2. 09 Apr, 2019 1 commit
  3. 08 Apr, 2019 9 commits
  4. 04 Apr, 2019 6 commits
  5. 02 Apr, 2019 3 commits
  6. 01 Apr, 2019 5 commits
  7. 29 Mar, 2019 3 commits
  8. 28 Mar, 2019 5 commits
  9. 27 Mar, 2019 4 commits
  10. 26 Mar, 2019 2 commits
  11. 22 Mar, 2019 1 commit
    • Christoffer Ackelman's avatar
      Refactored GlowDraw: Combined similar drawing methods. · f78a435e
      Christoffer Ackelman authored
      Instead of calling ctx->redraw() to redraw the window, call ctx->set_dirty().
      The GlowCtx 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().
      f78a435e