Simon Hausmann
|
083ae5692b
|
Fix the Rust/C++ Timer API to be more convenient to use
Allow calling restart() on a repeated timer if it has been previously stopped.
|
2022-01-05 13:26:28 +01:00 |
|
Simon Hausmann
|
f557a27556
|
Complete the C++ Timer API
With this patch it matches the Rust API, with start(), restart(), running() and
a default constructor.
|
2022-01-05 12:10:29 +01:00 |
|
Tobias Hunger
|
bfca0e3573
|
Mass update copyright messages to be more REUSE compliant
|
2021-12-22 10:06:12 +01:00 |
|
Olivier Goffart
|
d26e95fb95
|
C++: Fixed sixtyfps::blocking_invoke_from_main_loop when the callable returns void
Fixes #623
|
2021-11-01 10:51:13 +01:00 |
|
Olivier Goffart
|
092d5d551f
|
C++: add blocking_invoke_from_event_loop
A blocking version of invoke_from_event_loop
|
2021-09-01 23:19:13 +02:00 |
|
Olivier Goffart
|
13bd828b96
|
Update license date
|
2021-07-02 15:55:54 +02:00 |
|
Olivier Goffart
|
0034a3e67d
|
Fix restarting the event loop with the GL backend
We must reset the proxy to a queue so one can restart it with pending events
|
2021-05-11 17:48:56 +02:00 |
|
Olivier Goffart
|
aabd320e83
|
C++ Api to run a functor from a thread
|
2021-05-11 16:42:59 +02:00 |
|