1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-08 09:27:32 +08:00
osu-lazer/osu.Game/Overlays
Dean Herbert 34ffc51c51 Avoid clearing chat overlay textbox when pressing "back" key binding
Generally this is expected behaviour for usages of focused text boxes
(ie. to clear search content), but not so much here.

Addresses https://github.com/ppy/osu/discussions/19403#discussioncomment-3230395.
2022-08-02 13:56:03 +09:00
..
AccountCreation Automated #nullable processing 2022-06-17 16:37:17 +09:00
BeatmapListing Hide F rank from beatmap overlay 2022-08-01 18:54:00 +02:00
BeatmapSet Use masking instead of scrollable container to prevent tags overflow 2022-08-01 10:36:53 +02:00
Changelog Automated #nullable processing 2022-06-17 16:37:17 +09:00
Chat Avoid clearing chat overlay textbox when pressing "back" key binding 2022-08-02 13:56:03 +09:00
Comments Update parameter discards 2022-06-24 21:26:19 +09:00
Dashboard Update parameter discards 2022-06-24 21:26:19 +09:00
Dialog Automated #nullable processing 2022-06-17 16:37:17 +09:00
FirstRunSetup Reduce calls to LoadTrack by implicitly running on test/dummy classes 2022-07-28 18:11:40 +09:00
Login Apply NRT to LoginForm and remove nullability of IAPIProvider 2022-07-06 01:29:00 +09:00
MedalSplash Update parameter discards 2022-06-24 21:26:19 +09:00
Mods Fix code quality inspection about ambiguous equality 2022-07-31 23:53:46 +02:00
Music Tidy up naming of collection dropdowns 2022-07-28 13:57:21 +09:00
News Replace usages of string.To{Lower,Upper}() 2022-06-24 11:57:45 +02:00
Notifications Update parameter discards 2022-06-24 21:26:19 +09:00
OSD Update parameter discards 2022-06-24 21:26:19 +09:00
Profile Flip method to read better 2022-07-25 10:03:06 +03:00
Rankings Replace default with CountryCode.Unknown 2022-07-18 08:54:35 +03:00
Settings Make NotificationOverlay dependency optional in CollectionSettings 2022-07-28 14:35:27 +09:00
Toolbar Automated #nullable processing 2022-06-17 16:37:17 +09:00
Volume Automated #nullable processing 2022-06-17 16:37:17 +09:00
Wiki Automated #nullable processing 2022-06-17 16:37:17 +09:00
AccountCreationOverlay.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
BeatmapListingOverlay.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
BeatmapSetOverlay.cs Add explanatory comment 2022-07-23 10:16:11 +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 Fix editor potentially using a track post-disposal 2022-08-01 16:53:49 +09:00
NewsOverlay.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
NotificationOverlay.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
NowPlayingOverlay.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OnlineOverlay.cs Automated #nullable processing 2022-06-17 16:37:17 +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 Automated #nullable processing 2022-06-17 16:37:17 +09: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 Automated #nullable processing 2022-06-17 16:37:17 +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