1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-31 17:12:56 +08:00
osu-lazer/osu.Game/Overlays
Bartłomiej Dach a67a68c596
Remove unnecessary masking spec
It was clipping the daily challenge completion checkmark, and it
originates in some veeeeery old code where the profile overlay looked
and behaved very differently (0fa0271878).
2025-01-17 10:40:26 +01:00
..
AccountCreation Always show dialog when clicking supporter icon before opening browser 2025-01-06 17:51:04 +09:00
BeatmapListing Always show tooltip, and reword to be always applicable 2024-12-24 12:25:18 +09:00
BeatmapSet Add FormatStarRating() method util 2024-12-12 15:23:00 -08:00
Changelog Fix changelog stream user count only accounting for latest build 2024-01-18 16:15:52 -08:00
Chat Update game ScrollContainer usage in line with framework changes 2025-01-11 01:42:59 +09:00
Comments Apply minor performance rules 2024-11-28 20:41:44 +08:00
Dashboard Fix double-retrieval of user presence from dictionary in online display 2025-01-17 16:41:02 +09:00
Dialog Adjust popup icon animation slightly 2025-01-04 01:28:09 +09:00
FirstRunSetup Make debug section only visible on debug builds 2024-12-05 02:42:08 -05:00
Login Expose as IBindable from IAPIProvider, writes via config 2025-01-16 17:05:18 +09:00
MedalSplash Revert "Ensure DrawableMedal loading doesn't ever block on online resources" 2024-11-26 17:41:12 +09:00
Mods Update game ScrollContainer usage in line with framework changes 2025-01-11 01:42:59 +09:00
Music Do not show protected beatmaps in playlist overlay 2024-07-17 11:46:59 +02:00
News Use scale instead of rotation in news month sidebar 2024-07-08 08:45:44 +03:00
Notifications Fix progress notifications queueing up infinite text changes when not visible 2023-12-18 19:00:44 +09:00
OSD Fix toast strings 2024-05-24 13:08:17 +02:00
Profile Remove unnecessary masking spec 2025-01-17 10:40:26 +01:00
Rankings Add transition to dropdown chevrons 2024-07-08 08:48:52 +03:00
Settings Remove setting for right-mouse scroll (make it always applicable) 2025-01-16 20:27:38 +09:00
SkinEditor Merge branch 'master' into fix-skin-editor-undo 2025-01-13 12:39:51 +01:00
Toolbar Enable selected rules for usage 2024-11-28 22:33:03 +08:00
Volume Fix mouse wheel disable not working during gameplay 2024-12-20 16:31:06 +09:00
Wiki Fix WikiPanelContainer causing poor performance 2024-03-09 00:51:33 +03:00
AccountCreationOverlay.cs Enable selected rules for usage 2024-11-28 22:33:03 +08:00
BeatmapListingOverlay.cs Scale beatmap cards down by ~0.8 2024-11-18 14:48:51 +05:00
BeatmapSetOverlay.cs Remove no-longer-required cache-over hack 2024-10-10 14:22:20 +02:00
BreadcrumbControlOverlayHeader.cs Automated pass 2023-06-24 01:00:03 +09:00
ChangelogOverlay.cs
ChatOverlay.cs Update for suggestions 2024-12-03 00:03:59 +08:00
DashboardOverlay.cs Retrofit user presence watching into dashboard overlay 2023-12-06 19:37:35 +01:00
DevBuildBanner.cs Simplify the dev footer display 2024-11-29 15:32:35 +09:00
DialogOverlay.cs Make DuckDuration non-zero by default 2024-07-05 18:39:13 +09:00
FirstRunSetupOverlay.cs Fix footer content not accessible by overlay when overriden by a subclass 2024-07-11 15:31:02 +03:00
FullscreenOverlay.cs Make UpdateColours method protected 2024-07-18 00:26:24 +03: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 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 Adjust calls to GetContainingInputManager() 2024-06-18 07:41:19 +02:00
MedalAnimation.cs Fix hidden dissmissing logic 2024-11-26 14:45:40 +09:00
MedalOverlay.cs Fix LCA call crashing in actual usage 2024-11-28 11:19:00 +01:00
MusicController.cs Loop track even if shuffling if there is only one available 2024-10-14 15:28:32 +02:00
NewsOverlay.cs Update game ScrollContainer usage in line with framework changes 2025-01-11 01:42:59 +09:00
NotificationOverlay.cs Replace hexacons in toolbar with new icons 2023-12-27 17:42:18 +01:00
NotificationOverlayToastTray.cs Fix one more unnecessary enumerator allocation 2024-09-04 15:22:31 +09:00
NowPlayingOverlay.cs Move shuffle button to left side 2024-10-01 10:12:38 +02:00
OnlineOverlay.cs Update game ScrollContainer usage in line with framework changes 2025-01-11 01:42:59 +09:00
OnScreenDisplay.cs
OverlayActivation.cs Remove redundant nullable suppression directives 2023-06-07 08:20:41 +03:00
OverlayColourProvider.cs Explicitly define Hue rather than implicitly provide it by enum value 2024-07-18 00:26:24 +03:00
OverlayColourScheme.cs Explicitly define Hue rather than implicitly provide it by enum value 2024-07-18 00:26:24 +03: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 Revert "Temporary rollback of framework / SDL3" 2024-05-22 16:29:39 +08:00
OverlayRulesetSelector.cs Automated pass 2023-06-24 01:00:03 +09:00
OverlayRulesetTabItem.cs Revert "Temporary rollback of framework / SDL3" 2024-05-22 16:29:39 +08:00
OverlayScrollContainer.cs Update game ScrollContainer usage in line with framework changes 2025-01-11 01:42:59 +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 Avoid using .Children for enumeration in other locations 2024-01-23 05:32:11 +09:00
OverlayStreamItem.cs Revert "Temporary rollback of framework / SDL3" 2024-05-22 16:29:39 +08:00
OverlayTabControl.cs Revert "Temporary rollback of framework / SDL3" 2024-05-22 16:29:39 +08:00
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 Add slight animation when revert to default button is displayed 2024-07-08 15:50:27 +09:00
SettingsOverlay.cs Make debug section only visible on debug builds 2024-12-05 02:42:08 -05:00
SettingsPanel.cs Adjust calls to GetContainingInputManager() 2024-06-18 07:41:19 +02: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 Adjust the colour of non-pinned settings groups' headers to be more legible 2024-11-27 17:47:27 +09:00
SortDirection.cs Remove redundant nullable suppression directives 2023-06-07 08:20:41 +03:00
TabbableOnlineOverlay.cs
TabControlOverlayHeader.cs Manual fixes to reduce warnings to zero 2023-06-24 01:52:53 +09:00
UserProfileOverlay.cs Fix user profile overlay colour resetting when changing rulesets 2024-08-13 13:03:31 +03:00
VolumeOverlay.cs Merge remote-tracking branch 'upstream/master' into doubleclick 2024-08-20 23:19:27 +02:00
WaveOverlayContainer.cs Fix preview tracks playing after their owning overlay has hidden 2024-04-16 16:19:26 +02:00
WikiOverlay.cs Update game ScrollContainer usage in line with framework changes 2025-01-11 01:42:59 +09:00