Commit Graph

59 Commits

Author SHA1 Message Date
51268d0cc8 Throw on Wait failure in a few remaining cases 2022-06-23 15:28:21 +09:00
7ef8b7df5f Add timeout for all ManualResetEventSlim.Wait invocations
Timeout values were taken as best-guesses of upper values we'd expect
from sane execution.
2022-06-23 14:46:00 +09:00
f8830c6850 Automated #nullable processing 2022-06-17 16:37:17 +09:00
7dcb88759a Remove unnecessary using statement 2022-05-21 00:28:17 +09:00
218642c300 Update unsafe file write usages 2022-05-16 18:05:27 +09:00
043599081b Split out INotificationOverlay to allow for easier testing 2022-04-18 20:14:01 +09:00
08317b4265 Update ScreenshotManager.cs 2022-02-17 20:43:36 +03:00
3de8125eac Update UI cases where repeat should not be handled 2021-11-18 13:13:36 +09:00
6944151486 Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
370775af68 Fix some surrounding code formatting 2021-10-26 14:05:07 +09:00
51c5d0aec7 Update to be in line with framework changes 2021-10-24 13:21:41 +02:00
25f172fae8 Update usages of OpenInNativeExplorer to use ShowFileInNativeExplorer
Also updates WrappedStorage to override ShowFileInNativeExplorer.
2021-10-17 12:56:29 +02:00
f9d5abff8a Update with keybinding changes 2021-09-16 18:26:12 +09:00
b1cd01ceb8 Apply ConfigureAwait changes to game side 2021-03-08 14:36:35 +09:00
de9d075f94 Initial sample + samplechannel rework 2021-01-19 17:11:40 +09:00
62b1e37f73 Use async overloads 2020-12-03 18:04:53 +09:00
05235c70c5 remove jpeg quality setting, use 92 for quality 2020-07-24 02:26:45 -04:00
4e0f16a450 Add JPEG screenshot quality setting 2020-07-24 02:00:18 -04:00
c753cb46c5 Use [Resolved] wherever possible 2020-02-14 20:14:00 +07:00
4495192c25 Make ScreenshotManager a Component
Co-Authored-By: Salman Ahmed <email@iisalman.me>
2020-02-06 23:22:30 +03:00
83b2b63d2c Make ScreenshotManager a Drawable 2020-02-06 23:02:03 +03:00
15fd8596c2 Fix cursor not hiding for screenshots 2020-01-27 12:16:00 +09:00
7b2f58eb30 Apply OnRelease method signature refactorings 2020-01-22 13:22:34 +09:00
d5994ed484 CA2208: create exceptions correctly. 2019-12-17 13:00:10 +08:00
8456861b8d Wait for cursor hiding using ManualResetEventSlim 2019-09-14 17:08:56 +03:00
b59973c712 Update in line with framework changes 2019-08-27 18:43:58 +09:00
852079d438 Remove redundant ScreenshotManager.Update override 2019-08-01 01:35:42 +03:00
4ca34bd5e8 Update osu! in line with audio subsystem refactor 2019-05-28 17:06:01 +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
bca347427f Update with framework bindable changes 2019-02-21 18:56:34 +09:00
8617aaa2a7 Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
03084aa04b Revert async changes 2018-08-31 07:07:10 +09:00
b1a3dfedd1 Reduce async-await pairs 2018-08-30 14:41:16 +09:00
e7a5816d27 Use GetAsync for all samples 2018-08-27 17:30:16 +09:00
9a1e92800b Adjust with framework-side screenchanges 2018-08-17 14:30:44 +09:00
da8fc0ee5d ToLower -> ToLowerInvariant 2018-07-25 07:37:05 +02:00
cf65833572 Reword xmldoc 2018-04-13 21:15:08 +09:00
733f70cbd5 Merge remote-tracking branch 'origin/master' into instant-hide-screenshot 2018-04-13 21:13:09 +09:00
34adb2527c A lot more protection from outsiders 2018-04-13 21:12:33 +09:00
32a74f95a5 Normalize all the line endings 2018-04-13 18:26:38 +09:00
0235eba9de Make TakeScreenshotAsync await on the internal task 2018-04-13 17:51:09 +09:00
2e5bbe7074 Don't expose CursorOverrideContainer via DI + internalise access 2018-04-13 17:36:38 +09:00
ebe36f0612 Instantly hide cursor for required frames while taking screenshot 2018-04-13 17:27:10 +09:00
d7812ab12e CursorOverrideContainer.ShowMenuCursor 2018-04-11 21:22:52 +03:00
458594d24d Qualifier 'this.' is redundant 2018-03-27 18:03:57 +03:00
e91d24f31a Use ScreenshotCaptureMenuCursor in ScreenshotManager 2018-03-24 12:53:01 +03:00
dd5cc59250 Introduce 'Capture menu cursor' setting 2018-03-23 22:53:06 +03:00
e41993ac44 Don't bother with an exception that will never happen
Wasn't being caught anyways
2018-03-22 20:45:26 +09:00
94847e4a23 Allow clicking notification to open screenshot folder 2018-03-22 20:44:00 +09:00