.. |
AccountCreation
|
Automated pass
|
2023-06-24 01:00:03 +09:00 |
BeatmapListing
|
Implement nano beatmap card
|
2023-09-18 11:30:14 +02:00 |
BeatmapSet
|
Revert "Renamed UpdateableFlag to ClickableUpdateableFlag."
|
2023-11-22 15:25:43 +01:00 |
Changelog
|
Add support for changelog entries with url attached
|
2023-08-03 23:24:37 -07:00 |
Chat
|
Always show drag bar on mobile
|
2023-11-24 17:46:02 +09:00 |
Comments
|
Fix comment markdown image not showing tooltips
|
2023-11-15 19:50:32 -08:00 |
Dashboard
|
Add exceptions to online state handling
|
2023-10-12 17:41:31 +09:00 |
Dialog
|
Flash dialog popup when attempting to exit editor while exit is being blocked
|
2023-09-28 15:25:39 +09:00 |
FirstRunSetup
|
Fix dangerous buttons using different shades of pink
|
2023-10-13 13:16:24 +02:00 |
Login
|
Duplicate sign out string for now
|
2023-07-03 00:14:26 +09:00 |
MedalSplash
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
Mods
|
Add protections against handling system mods in mod presets
|
2023-11-06 08:05:42 +01:00 |
Music
|
Allow screens to change the ability to interact with the global track
|
2023-07-25 20:20:53 +09:00 |
News
|
Use Button sample set for NewsCard
|
2023-10-20 21:01:36 +09:00 |
Notifications
|
Use less dodgy method of specifying allowable notification types
|
2023-10-13 10:31:00 +02:00 |
OSD
|
Remove touch device toasts entirely
|
2023-11-06 10:54:32 +01:00 |
Profile
|
Revert "Renamed UpdateableFlag to ClickableUpdateableFlag."
|
2023-11-22 15:25:43 +01:00 |
Rankings
|
Add ability to view kudosu rankings
|
2023-11-07 15:58:17 -08:00 |
Settings
|
Add touch input settings to android
|
2023-11-09 14:52:15 +01:00 |
SkinEditor
|
Merge pull request #25530 from yesseruser/FlagHUD
|
2023-11-23 16:51:09 +09:00 |
Toolbar
|
Change ruleset button hover samples to Default instead of Button to match other toolbar buttons
|
2023-10-20 21:01:36 +09:00 |
Volume
|
Automated pass
|
2023-06-24 01:00:03 +09:00 |
Wiki
|
Fix comment markdown style regression
|
2023-11-15 19:50:32 -08:00 |
AccountCreationOverlay.cs
|
Apply osu! side changes in line with FocusedOverlayContainer.PopIn abstract change
|
2023-06-18 20:57:32 +09:00 |
BeatmapListingOverlay.cs
|
Move filter control property setters to load()
|
2023-03-21 21:31:35 -07:00 |
BeatmapSetOverlay.cs
|
Normalise overlay horizontal padding const
|
2023-04-02 20:24:13 -07:00 |
BreadcrumbControlOverlayHeader.cs
|
Automated pass
|
2023-06-24 01:00:03 +09:00 |
ChangelogOverlay.cs
|
Change some order and assert for positive visibility before scheduling an operation in changelog overlay
|
2023-01-24 17:59:25 +09:00 |
ChatOverlay.cs
|
Check drag location on mouse down instead of drag start to avoid lenience issues
|
2023-11-24 16:39:29 +09:00 |
DashboardOverlay.cs
|
Automated pass
|
2023-06-24 01:00:03 +09:00 |
DialogOverlay.cs
|
Apply osu! side changes in line with FocusedOverlayContainer.PopIn abstract change
|
2023-06-18 20:57:32 +09:00 |
FirstRunSetupOverlay.cs
|
Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0
|
2022-12-16 18:16:26 +09:00 |
FullscreenOverlay.cs
|
Fix various other inspections
|
2023-10-17 17:48:51 +09:00 |
HoldToConfirmOverlay.cs
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
IDialogOverlay.cs
|
Automated #nullable processing
|
2022-06-17 16:37:17 +09:00 |
INamedOverlayComponent.cs
|
Automated pass
|
2023-06-24 01:00:03 +09:00 |
INotificationOverlay.cs
|
Flip and rename CompletedOrCancelled to Ongoing
|
2023-07-08 14:11:58 +02:00 |
IOverlayManager.cs
|
Automated pass
|
2023-06-24 01:00:03 +09:00 |
KudosuTable.cs
|
Add ability to view kudosu rankings
|
2023-11-07 15:58:17 -08:00 |
LoginOverlay.cs
|
Reduce LoginOverlay pop-in/pop-out sample panning to match NowPlayingOverlay
|
2023-10-20 21:01:36 +09:00 |
MedalOverlay.cs
|
Apply osu! side changes in line with FocusedOverlayContainer.PopIn abstract change
|
2023-06-18 20:57:32 +09:00 |
MusicController.cs
|
Adjust xmldoc to explicitly metnion it only affects end user control
|
2023-07-30 13:52:58 +09:00 |
NewsOverlay.cs
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
NotificationOverlay.cs
|
Use less dodgy method of specifying allowable notification types
|
2023-10-13 10:31:00 +02:00 |
NotificationOverlayToastTray.cs
|
Expose all notifications from INotificationOverlay
|
2023-06-23 15:19:21 +09:00 |
NowPlayingOverlay.cs
|
Remove NowPlayingOverlay custom pop-in/pop-out samples in favour of the generic overlay ones
|
2023-10-20 21:01:36 +09:00 |
OnlineOverlay.cs
|
Automated pass
|
2023-06-24 01:00:03 +09:00 |
OnScreenDisplay.cs
|
Use new ArgumentNullException.ThrowIfNull throw-helper API
|
2022-12-22 21:27:59 +01:00 |
OverlayActivation.cs
|
Remove redundant nullable suppression directives
|
2023-06-07 08:20:41 +03:00 |
OverlayColourProvider.cs
|
Automated pass
|
2023-06-24 01:00:03 +09:00 |
OverlayHeader.cs
|
Manual fixes to reduce warnings to zero
|
2023-06-24 01:52:53 +09:00 |
OverlayHeaderBackground.cs
|
Automated pass
|
2023-06-24 01:00:03 +09:00 |
OverlayPanelDisplayStyleControl.cs
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
OverlayRulesetSelector.cs
|
Automated pass
|
2023-06-24 01:00:03 +09:00 |
OverlayRulesetTabItem.cs
|
Automated pass
|
2023-06-24 01:00:03 +09:00 |
OverlayScrollContainer.cs
|
Ensure scroll-to-top button is displayed above all overlay content
|
2023-05-17 15:42:38 +09:00 |
OverlaySidebar.cs
|
Increase the minimum size of the scroll bar
|
2023-07-02 00:04:56 +09:00 |
OverlaySortTabControl.cs
|
Add failing beatmap listing sort direction on criteria change test
|
2023-03-21 15:08:37 -07:00 |
OverlayStreamControl.cs
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
OverlayStreamItem.cs
|
Replace other hardcoded horizontal padding with const
|
2023-04-02 20:50:18 -07:00 |
OverlayTabControl.cs
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
OverlayTitle.cs
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
OverlayView.cs
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
RankingsOverlay.cs
|
Add ability to view kudosu rankings
|
2023-11-07 15:58:17 -08:00 |
RevertToDefaultButton.cs
|
Change RevertToDefaultButton and BackButton to use Default sampleset instead
|
2023-10-20 21:01:36 +09:00 |
SettingsOverlay.cs
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
SettingsPanel.cs
|
Move behaviour to settings search text box only
|
2023-10-30 06:41:01 +03:00 |
SettingsSearchTextBox.cs
|
Only run "select all on focus" behaviour on desktop platforms
|
2023-10-30 11:54:19 +03:00 |
SettingsSubPanel.cs
|
Change RevertToDefaultButton and BackButton to use Default sampleset instead
|
2023-10-20 21:01:36 +09:00 |
SettingsToolboxGroup.cs
|
Move hover logic to SettingsToolboxGroup to avoid expanded state clash
|
2023-01-17 14:43:22 +09:00 |
SortDirection.cs
|
Remove redundant nullable suppression directives
|
2023-06-07 08:20:41 +03:00 |
TabbableOnlineOverlay.cs
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
TabControlOverlayHeader.cs
|
Manual fixes to reduce warnings to zero
|
2023-06-24 01:52:53 +09:00 |
UserProfileOverlay.cs
|
Ensure only run once
|
2023-11-22 12:03:42 +09:00 |
VersionManager.cs
|
Automated pass
|
2023-06-24 01:00:03 +09:00 |
VolumeOverlay.cs
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
WaveOverlayContainer.cs
|
Use string.Empty
|
2023-08-25 01:07:07 +09:00 |
WikiOverlay.cs
|
Fix "Return to main page" link not working on wiki after error
|
2023-05-08 15:29:05 +09:00 |