1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:07:25 +08:00
osu-lazer/osu.Game/Overlays
2021-07-18 02:24:59 +08:00
..
AccountCreation Standardise canBeNull specification 2021-05-20 13:20:35 +09:00
BeatmapListing Merge branch 'master' into linkify-metadata 2021-07-01 19:41:33 +09:00
BeatmapSet Trim no longer used constant 2021-07-03 15:47:47 +02:00
Changelog Move strings together 2021-07-18 02:24:59 +08:00
Chat use .Equals() instead 2021-06-24 10:45:20 +08:00
Comments Update usages of IHasTooltip in line with framework localisation changes 2021-06-25 19:10:04 +02:00
Dashboard Remove excess whitespace 2021-07-01 17:25:47 +09:00
Dialog Add a mention of why StartHidden is required 2021-05-28 14:41:01 +09:00
KeyBinding Merge branch 'master' into realm-key-binding-store 2021-06-10 13:58:08 +09:00
MedalSplash
Mods Fix cross talk between ModSelectOverlays 2021-07-08 17:59:04 +09:00
Music Flip order back to original for romanisable strings 2021-02-25 14:14:07 +09:00
News Move strings together 2021-07-18 02:24:59 +08:00
Notifications Reduce allocation overhead when notification overlay has visible notifications 2021-02-26 17:11:47 +09:00
OSD Merge branch 'master' into non-concurrent-sample-playback 2021-02-12 17:22:15 +09:00
Profile Rename function to be more accurate 2021-07-09 11:16:47 +09:00
Rankings Add localisation for RankingOverlay 2021-07-18 02:24:39 +08:00
Settings Merge branch 'master' into da-mod-refactor 2021-07-10 11:41:54 +02:00
Toolbar Remove commented code 2021-06-23 15:06:29 +09:00
Volume Avoid double playback of sample 2021-07-08 20:36:25 +09:00
Wiki Optimize code style 2021-07-18 01:29:53 +08:00
AccountCreationOverlay.cs Ensure account creation overlay is shown after logout 2020-12-25 15:40:39 +01:00
BeatmapDownloadTrackingComposite.cs Move and rename remaining direct classes 2020-04-21 16:41:07 +09:00
BeatmapListingOverlay.cs Fix a couple of merge oversights 2021-07-01 19:45:17 +09:00
BeatmapSetOverlay.cs Change BackgroundColour into a property 2021-02-09 18:32:44 +09:00
BreadcrumbControlOverlayHeader.cs add missing accent colour in control tab item 2021-05-21 01:21:32 +07:00
ChangelogOverlay.cs Remove unused using statement 2021-06-12 00:23:18 +09:00
ChatOverlay.cs Use new platform actions instead of hardcoded keys 2021-06-03 15:04:07 +09:00
DashboardOverlay.cs Implement TabbableOnlineOverlay component 2021-01-18 21:22:50 +03:00
DialogOverlay.cs Refactor DialogOverlay logic to avoid dismissal potentially being unhandled 2021-05-19 16:52:34 +09:00
FullscreenOverlay.cs Add localisation support to overlay header title/description 2021-04-21 14:37:29 +09:00
HoldToConfirmOverlay.cs Reduce final fill alpha of main menu confirm-to-exit 2021-01-18 18:22:21 +09:00
INamedOverlayComponent.cs Add localisation support to overlay header title/description 2021-04-21 14:37:29 +09:00
KeyBindingPanel.cs
LoginOverlay.cs
MedalOverlay.cs Remove redundant arguments 2021-07-05 23:52:39 +08:00
MusicController.cs Remove previous consumption logic in GetWorkingBeatmap 2021-05-31 14:11:58 +09:00
NewsOverlay.cs Pass fetch more action in via ctor to avoid potential nullref 2021-05-26 22:49:39 +09:00
NotificationOverlay.cs Add localisation support to overlay header title/description 2021-04-21 14:37:29 +09:00
NowPlayingOverlay.cs Add localisation support to overlay header title/description 2021-04-21 14:37:29 +09:00
OnlineOverlay.cs Hoist scroll cache declaration to original place of definition 2021-06-07 11:18:18 +02:00
OnScreenDisplay.cs Move default config tracking calls out of OnScreenDisplay itself 2020-11-11 13:53:09 +09:00
OverlayActivation.cs
OverlayColourProvider.cs Merge branch 'master' into fix-orange-hue 2021-07-14 12:32:45 +09:00
OverlayHeader.cs Centralise fetching of overlay component titles and textures 2020-09-03 16:34:58 +09:00
OverlayHeaderBackground.cs Refactor background creation in OverlayHeader 2020-01-27 15:36:19 +03:00
OverlayPanelDisplayStyleControl.cs Localise OverlayPanelDisplayStyle tab control. 2021-06-30 21:28:07 +02:00
OverlayRulesetSelector.cs Update ruleset selector design 2020-03-24 22:14:15 +01:00
OverlayRulesetTabItem.cs Update ruleset selector design 2020-03-24 22:14:15 +01:00
OverlayScrollContainer.cs Localise overlay "Scroll to top" button. 2021-06-30 22:19:04 +02:00
OverlaySidebar.cs create abstract class OverlaySidebar 2021-06-04 00:12:13 +07:00
OverlaySortTabControl.cs fix checkbox sounds not being used for certain checkboxes 2021-06-18 21:00:08 +09:00
OverlayStreamControl.cs Adjust class naming 2020-03-04 23:08:58 +03:00
OverlayStreamItem.cs Localise friends online status stream control. 2021-06-30 21:16:21 +02:00
OverlayTabControl.cs add sound to tab controls 2021-06-18 19:16:00 +09:00
OverlayTitle.cs Add localisation support to overlay header title/description 2021-04-21 14:37:29 +09:00
OverlayView.cs Remove IOnlineComponent and change existing components to use bindable flow 2020-10-22 14:19:12 +09:00
RankingsOverlay.cs Avoid unbinding external events 2021-02-09 18:42:15 +09:00
RestoreDefaultValueButton.cs Add back LoadComplete override 2021-07-10 17:57:52 +03:00
SettingsOverlay.cs Add localisation support to overlay header title/description 2021-04-21 14:37:29 +09:00
SettingsPanel.cs Fix settings panel hide animation looking wrong when a sub-panel is visible when hidden 2021-05-26 19:25:05 +09:00
SettingsSubPanel.cs
SortDirection.cs Remove unused classes and replace overlay in game 2020-04-21 16:38:47 +09:00
TabbableOnlineOverlay.cs Add login placeholder logic to OnlineOverlay 2021-02-18 18:07:24 +09:00
TabControlOverlayHeader.cs Localise beatmap listing enum values 2021-06-16 15:58:07 +09:00
UserProfileOverlay.cs Change BackgroundColour into a property 2021-02-09 18:32:44 +09:00
VolumeOverlay.cs Let selection container handle manual selection changes 2021-07-06 13:24:18 +02:00
WaveOverlayContainer.cs Use unique samples for Dialog, NowPlaying, SettingsPanel and WaveOverlay pop-in/pop-out 2021-02-10 16:04:47 +09:00
WikiOverlay.cs Hoist scroll cache declaration to original place of definition 2021-06-07 11:18:18 +02:00