.. |
AccountCreation
|
Add 2FA verification screen to registration flow
|
2024-02-02 07:25:04 +01:00 |
BeatmapListing
|
Replace hexacons in toolbar with new icons
|
2023-12-27 17:42:18 +01:00 |
BeatmapSet
|
Merge branch 'master' into multiplayer-difficulty-tooltip
|
2024-02-22 12:08:29 +01:00 |
Changelog
|
Fix changelog stream user count only accounting for latest build
|
2024-01-18 16:15:52 -08:00 |
Chat
|
Apply padding to GridContainers directly
|
2024-02-20 23:18:37 +03:00 |
Comments
|
Use better value for alignment
|
2024-02-14 12:24:28 +01:00 |
Dashboard
|
Show local user in online users
|
2023-12-28 17:40:07 +09:00 |
Dialog
|
Change default masking value to true
|
2024-01-21 04:57:48 +03:00 |
FirstRunSetup
|
Split copy info text into two rather than parameterise
|
2024-02-05 16:30:04 +01:00 |
Login
|
Add loading layer when requesting a code reissue
|
2024-01-29 17:54:34 +09:00 |
MedalSplash
|
Update R# + fix inspections
|
2024-02-02 21:00:28 +09:00 |
Mods
|
Merge pull request #27192 from smoogipoo/mod-search-ignore-whitespace
|
2024-02-22 11:41:31 +01:00 |
Music
|
Use new LINQ Order() instead of OrderBy() when possible
|
2024-02-08 18:01:00 +01:00 |
News
|
Replace hexacons in toolbar with new icons
|
2023-12-27 17:42:18 +01:00 |
Notifications
|
Fix progress notifications queueing up infinite text changes when not visible
|
2023-12-18 19:00:44 +09:00 |
OSD
|
Remove touch device toasts entirely
|
2023-11-06 10:54:32 +01:00 |
Profile
|
Merge pull request #27107 from Joehuu/rank-highest-tooltip
|
2024-02-22 09:08:22 +01:00 |
Rankings
|
Minor adjustments
|
2024-02-07 16:46:59 +08:00 |
Settings
|
Remove legacy OpenGL renderer option, it's now just OpenGL
|
2024-02-20 15:14:30 +09:00 |
SkinEditor
|
Merge branch 'master' into fix-skin-editor-init-fail
|
2024-02-22 14:08:38 +01:00 |
Toolbar
|
Move away from Solo namespace
|
2024-02-29 01:21:17 +03:00 |
Volume
|
Update R# + fix inspections
|
2024-02-02 21:00:28 +09:00 |
Wiki
|
Centralise INDEX_PATH to WikiOverlay
|
2024-01-08 14:28:16 -08:00 |
AccountCreationOverlay.cs
|
Enable NRT in AccountCreationOverlay
|
2024-02-02 07:24:32 +01:00 |
BeatmapListingOverlay.cs
|
Uncomment net6.0 code and remove old code
|
2023-12-04 20:17:22 +01:00 |
BeatmapSetOverlay.cs
|
|
|
BreadcrumbControlOverlayHeader.cs
|
|
|
ChangelogOverlay.cs
|
|
|
ChatOverlay.cs
|
Replace hexacons in toolbar with new icons
|
2023-12-27 17:42:18 +01:00 |
DashboardOverlay.cs
|
Retrofit user presence watching into dashboard overlay
|
2023-12-06 19:37:35 +01:00 |
DialogOverlay.cs
|
Update popup dialog design
|
2023-12-28 19:04:35 +09:00 |
FirstRunSetupOverlay.cs
|
|
|
FullscreenOverlay.cs
|
Replace all hexacon lookups with strongly typed properties
|
2023-11-24 13:17:39 +09:00 |
HoldToConfirmOverlay.cs
|
|
|
IDialogOverlay.cs
|
|
|
INamedOverlayComponent.cs
|
Replace all hexacon lookups with strongly typed properties
|
2023-11-24 13:17:39 +09:00 |
INotificationOverlay.cs
|
Flip and rename CompletedOrCancelled to Ongoing
|
2023-07-08 14:11:58 +02:00 |
IOverlayManager.cs
|
|
|
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
|
|
|
MusicController.cs
|
Adjust xmldoc to explicitly metnion it only affects end user control
|
2023-07-30 13:52:58 +09:00 |
NewsOverlay.cs
|
|
|
NotificationOverlay.cs
|
Replace hexacons in toolbar with new icons
|
2023-12-27 17:42:18 +01:00 |
NotificationOverlayToastTray.cs
|
|
|
NowPlayingOverlay.cs
|
Fix now playing beatmap backgrounds not being correctly centred
|
2024-01-23 17:30:00 +09:00 |
OnlineOverlay.cs
|
|
|
OnScreenDisplay.cs
|
|
|
OverlayActivation.cs
|
|
|
OverlayColourProvider.cs
|
|
|
OverlayHeader.cs
|
|
|
OverlayHeaderBackground.cs
|
|
|
OverlayPanelDisplayStyleControl.cs
|
|
|
OverlayRulesetSelector.cs
|
|
|
OverlayRulesetTabItem.cs
|
|
|
OverlayScrollContainer.cs
|
|
|
OverlaySidebar.cs
|
Increase the minimum size of the scroll bar
|
2023-07-02 00:04:56 +09:00 |
OverlaySortTabControl.cs
|
|
|
OverlayStreamControl.cs
|
Avoid using .Children for enumeration in other locations
|
2024-01-23 05:32:11 +09:00 |
OverlayStreamItem.cs
|
|
|
OverlayTabControl.cs
|
|
|
OverlayTitle.cs
|
Replace all hexacon lookups with strongly typed properties
|
2023-11-24 13:17:39 +09:00 |
OverlayView.cs
|
|
|
RankingsOverlay.cs
|
Add ability to view kudosu rankings
|
2023-11-07 15:58:17 -08:00 |
RevertToDefaultButton.cs
|
Fix revert-to-default button appearing on disabled settings regardless of value
|
2024-01-18 14:24:49 +03:00 |
SettingsOverlay.cs
|
Merge branch 'master' into universal-offset-from-session-plays
|
2023-12-28 14:07:46 +01:00 |
SettingsPanel.cs
|
Speed up fades in transition to avoid ugliness
|
2023-12-27 13:49:00 +09:00 |
SettingsSearchTextBox.cs
|
Only run "select all on focus" behaviour on desktop platforms
|
2023-10-30 11:54:19 +03:00 |
SettingsSubPanel.cs
|
Move back button inside sidebar to fix weird animation
|
2023-12-27 13:39:13 +09:00 |
SettingsToolboxGroup.cs
|
Fix SettingsToolboxGroup allocating excessively due to missing cache validation
|
2024-01-09 18:34:20 +09:00 |
SortDirection.cs
|
|
|
TabbableOnlineOverlay.cs
|
|
|
TabControlOverlayHeader.cs
|
|
|
UserProfileOverlay.cs
|
Ensure only run once
|
2023-11-22 12:03:42 +09:00 |
VersionManager.cs
|
|
|
VolumeOverlay.cs
|
|
|
WaveOverlayContainer.cs
|
Use string.Empty
|
2023-08-25 01:07:07 +09:00 |
WikiOverlay.cs
|
Use better method of ignore case comparison
|
2024-01-09 13:13:32 +09:00 |