Commit Graph

23 Commits

Author SHA1 Message Date
7bc8908ca9 Partial everything 2022-11-27 00:00:27 +09:00
31a447fda0 Update parameter discards 2022-06-24 21:26:19 +09:00
f8830c6850 Automated #nullable processing 2022-06-17 16:37:17 +09:00
8d927920cb Add comment explainng why to block idle updates when host is not active 2021-12-27 13:31:07 +09:00
e448c28cad Change IdleHandler to not consider mouse movement as active unless focused 2021-12-26 16:26:33 +09:00
f9d5abff8a Update with keybinding changes 2021-09-16 18:26:12 +09:00
4bee8c23f0 Fix idle tracker not accounting global actions 2021-05-10 21:40:29 -07:00
250c7403e8 Fix idle tracker assuming time starts at 0
`IdleTracker` in its construction quietly assumed that the clock it
receives from its parent starts ticking from 0 at the point at which it
is passed down. This is not necessarily the case when headless
executions are involved, which means that the initial state of the
tracker could be computed as idle incorrectly.

Resolve by explicitly reading the clock time at the point of
`LoadComplete()`.
2021-04-17 13:50:00 +02:00
7b2f58eb30 Apply OnRelease method signature refactorings 2020-01-22 13:22:34 +09:00
b59973c712 Update in line with framework changes 2019-08-27 18:43:58 +09:00
c39c37a18d Apply more missed cases 2019-04-01 12:44:46 +09:00
d8c55bc729 Adjust namespaces 2019-02-21 19:05:52 +09:00
4a59ccb81d Merge branch 'master' into fix-idle-weirdness 2019-01-25 17:52:59 +09:00
8617aaa2a7 Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
4c2c7bd937 Fix global idle state being entered when overlays are visible 2019-01-04 16:26:10 +09:00
32b36f2883 Use IBindable<> 2018-11-26 17:07:30 +09:00
266873740d Specify RelativeSizeAxes in ctor
This is basically always the behaviour we want.
2018-11-26 17:07:20 +09:00
68f0d25550 Mvoe private method to bottom 2018-11-26 16:33:58 +09:00
8d65d49126 Use bindable flow for checking idle time 2018-11-26 16:32:59 +09:00
285b199d7d Make IdleTracker IHandleGlobalInput 2018-11-19 20:50:46 +03:00
3c0ce2b615 Revert "Revert "Merge pull request #3415 from UselessToucan/return_to_large_logo_after_idle""
This reverts commit bcdaee7d39.
2018-11-19 20:48:59 +03:00
bcdaee7d39 Revert "Merge pull request #3415 from UselessToucan/return_to_large_logo_after_idle"
This reverts commit 3e2e2a7000, reversing
changes made to d94801b6c6.
2018-11-19 17:52:31 +09:00
baf9e028c3 Fix possible idleTracker nullref 2018-09-26 19:44:01 +03:00