- 16 May, 2019 4 commits
-
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Claes Sjofors authored
-
- 04 Apr, 2019 6 commits
-
-
Christoffer Ackelman authored
GTK: Added a redraw timer, since GTK doesn't generate exposure/redraw events every 1 ms like QT does.
-
Christoffer Ackelman authored
-
Christoffer Ackelman authored
-
Christoffer Ackelman authored
-
Claes Sjofors authored
-
Claes Sjofors authored
-
- 02 Apr, 2019 3 commits
-
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Claes Sjofors authored
-
- 01 Apr, 2019 5 commits
-
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Christoffer Ackelman authored
-
Christoffer Ackelman authored
-
- 29 Mar, 2019 3 commits
-
-
Christoffer Ackelman authored
-
Christoffer Ackelman authored
-
Christoffer Ackelman authored
QT: Fixed a segmentation fault that only occured if you auto-scrolled in one direction for a very long time, it eventually messed up the stack.
-
- 28 Mar, 2019 5 commits
-
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Claes Sjofors authored
-
- 27 Mar, 2019 4 commits
-
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Claes Sjofors authored
-
- 26 Mar, 2019 2 commits
-
-
Claes Sjofors authored
-
Claes Sjofors authored
-
- 22 Mar, 2019 5 commits
-
-
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().
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Christoffer Ackelman authored
-
- 18 Mar, 2019 3 commits
-
-
Claes Sjofors authored
-
Claes Sjofors authored
-
Claes Sjofors authored
-