1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:07:25 +08:00
osu-lazer/osu.Game/Overlays
2022-11-09 18:48:47 +01:00
..
AccountCreation Automated #nullable processing 2022-06-17 16:37:17 +09:00
BeatmapListing Display certain sort criterias based on selected category and query 2022-09-15 04:30:09 +03:00
BeatmapSet Remove async calls from ScoreManager 2022-08-29 15:34:08 +09:00
Changelog Remove local popover containers 2022-10-28 22:17:45 +03:00
Chat Remove unnecessary timestamp update 2022-11-06 19:45:59 -08:00
Comments Merge branch 'master' into disabled-button-sfx 2022-11-03 20:27:41 +09:00
Dashboard Update parameter discards 2022-06-24 21:26:19 +09:00
Dialog fix review points and fine tuning 2022-09-16 21:08:25 +09:00
FirstRunSetup Fix crash on game exit due to incorrect scheduling of realm change handler 2022-09-26 14:45:17 +09:00
Login Share localised strings with expanded display message 2022-08-09 15:57:16 +09:00
MedalSplash Update parameter discards 2022-06-24 21:26:19 +09:00
Mods Inline CalculateEffect 2022-09-12 15:51:18 +03:00
Music Make playlist to always be in screen bounds 2022-09-24 23:35:06 +03:00
News Replace usages of string.To{Lower,Upper}() 2022-06-24 11:57:45 +02:00
Notifications Fix inverted condition 2022-11-02 15:47:30 +09:00
OSD Move toast to it's namespace 2022-10-13 23:57:25 +03:00
Profile Add url clicking support to profile badges 2022-11-03 18:12:32 -07:00
Rankings Replace default with CountryCode.Unknown 2022-07-18 08:54:35 +03:00
Settings fix inaccurate tablet area dimensions when applying aspect ratio 2022-11-09 18:48:47 +01:00
Toolbar Minor refactoring 2022-11-03 20:29:27 +09:00
Volume Fix toggle mute (and volume meter traversal) handling repeat key presses 2022-10-27 11:41:00 +09:00
Wiki Add markdown country flag support 2022-10-08 21:50:25 +03:00
AccountCreationOverlay.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
BeatmapListingOverlay.cs Add note about using ExceptBy once it's available 2022-11-04 19:35:24 +03:00
BeatmapSetOverlay.cs Remove local popover containers 2022-10-28 22:17:45 +03:00
BreadcrumbControlOverlayHeader.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ChangelogOverlay.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ChatOverlay.cs Add back online view container to chat overlay 2022-06-21 19:23:16 -07:00
DashboardOverlay.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
DialogOverlay.cs Always allow selecting the top-most button using the select binding 2022-07-26 17:46:23 +09:00
FirstRunSetupOverlay.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
FullscreenOverlay.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
HoldToConfirmOverlay.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IDialogOverlay.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
INamedOverlayComponent.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
INotificationOverlay.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
IOverlayManager.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
LoginOverlay.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
MedalOverlay.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
MusicController.cs Move MusicController binds to LoadComplete for added thread safety 2022-09-26 15:42:37 +09:00
NewsOverlay.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
NotificationOverlay.cs Flush toast tray on entering a no-notification section 2022-09-27 17:32:53 +09:00
NotificationOverlayToastTray.cs Fix notification overlay toast tray background absorbing input from behind 2022-09-13 21:07:30 -07:00
NowPlayingOverlay.cs Make playlist to always be in screen bounds 2022-09-24 23:35:06 +03:00
OnlineOverlay.cs Move PopoverContainer into OnlineOverlay to ensure correct colours 2022-11-03 15:43:06 +09:00
OnScreenDisplay.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OverlayActivation.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OverlayColourProvider.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OverlayHeader.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OverlayHeaderBackground.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OverlayPanelDisplayStyleControl.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OverlayRulesetSelector.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OverlayRulesetTabItem.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OverlayScrollContainer.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OverlaySidebar.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OverlaySortTabControl.cs Display certain sort criterias based on selected category and query 2022-09-15 04:30:09 +03:00
OverlayStreamControl.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OverlayStreamItem.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OverlayTabControl.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OverlayTitle.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OverlayView.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
RankingsOverlay.cs Country -> CountryCode 2022-07-18 08:40:34 +03:00
RestoreDefaultValueButton.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
SettingsOverlay.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
SettingsPanel.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
SettingsSubPanel.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
SettingsToolboxGroup.cs Remove autosize easing in SettingsToolboxGroup 2022-10-18 15:01:26 +09:00
SortDirection.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
TabbableOnlineOverlay.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
TabControlOverlayHeader.cs Simplify description logic for overlay tab items 2022-07-01 11:30:51 +03:00
UserProfileOverlay.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
VersionManager.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
VolumeOverlay.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
WaveOverlayContainer.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
WikiOverlay.cs Improve comment wording 2022-07-20 09:43:32 +03:00