Andreas Kling
|
d13884e933
|
LibCore: Remove unused Timer APIs for constructing with a parent
|
2025-08-11 16:55:25 +02:00 |
|
Luke Wilde
|
31faf31f6a
|
LibCore: Unmark timer interval being dirty after applying new interval
Previously it was never unmarked, so the timer would constantly stop
and start, which made the timer jittery especially at small intervals.
|
2025-07-26 10:09:12 -04:00 |
|
Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|
Andreas Kling
|
13d7c09125
|
Libraries: Move to Userland/Libraries/
|
2021-01-12 12:17:46 +01:00 |
|
Andreas Kling
|
7bb4f3764c
|
LibCore: Add Timer::restart() convenience API
This simply restarts the timer with the existing millisecond interval.
|
2020-06-11 22:35:37 +02:00 |
|
Andreas Kling
|
d17e23bd27
|
LibCore: Remove leading C from filenames
|
2020-02-06 15:04:03 +01:00 |
|