1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00
osu-lazer/osu.Game/Graphics/Containers
Bartłomiej Dach 0b29a762b8
Add precautionary guard to avoid potential div-by-zero
Probably wouldn't happen outside of tests, but I'd rather not find out
next release.
2024-03-26 17:36:40 +01:00
..
Markdown Update markdown code block implementation in line with framework changes 2024-02-18 02:00:55 +03:00
BeatSyncedContainer.cs Add precautionary guard to avoid potential div-by-zero 2024-03-26 17:36:40 +01:00
ConstrainedIconContainer.cs Fix ConstrainedIconContainer always using masking 2024-01-18 04:06:02 +03:00
ExpandingContainer.cs Allow ExpandingContainer to not auto expand on hover 2023-12-27 02:33:02 +09:00
HoldToConfirmContainer.cs Make AbortConfirm() virtual and override with filter logic 2023-02-11 12:54:16 -08:00
IExpandable.cs Automated pass 2023-06-24 01:00:03 +09:00
IExpandingContainer.cs Automated pass 2023-06-24 01:00:03 +09:00
LinkFlowContainer.cs Ignore overlapping links instead of crashing 2023-12-01 00:54:13 +01:00
LogoTrackingContainer.cs Apply NRT to LogoTrackingContainer 2024-02-18 23:35:26 +08:00
OsuClickableContainer.cs Fix OsuClickableContainer sounds not being blocked by nested drawables 2023-02-13 15:36:17 -08:00
OsuFocusedOverlayContainer.cs Implement basic medal display flow 2024-02-20 16:31:31 +01:00
OsuHoverContainer.cs Automated pass 2023-06-24 01:00:03 +09:00
OsuRearrangeableListContainer.cs Partial everything 2022-11-27 00:00:27 +09:00
OsuRearrangeableListItem.cs Partial everything 2022-11-27 00:00:27 +09:00
OsuScrollContainer.cs Fix right mouse scroll clamping not going along well with padding 2024-02-28 15:59:22 +01:00
OsuTextFlowContainer.cs Partial everything 2022-11-27 00:00:27 +09:00
ParallaxContainer.cs Partial everything 2022-11-27 00:00:27 +09:00
ReverseChildIDFillFlowContainer.cs Automated pass 2023-06-24 01:00:03 +09:00
ScalingContainer.cs Start colour black to ensure initial appear transition doesn't look silly 2023-05-02 14:33:57 +09:00
SectionsContainer.cs Fix various other inspections 2023-10-17 17:48:51 +09:00
SelectionCycleFillFlowContainer.cs Update R# + fix inspections 2024-02-02 21:00:28 +09:00
ShakeContainer.cs Automated pass 2023-06-24 01:00:03 +09:00
UprightAspectMaintainingContainer.cs Bypass Parent nullability checks for now 2023-10-17 17:48:45 +09:00
UserDimContainer.cs Fix publicly-settable bindables 2023-10-06 16:51:24 +09:00
UserTrackingScrollContainer.cs Fix song select's carousel scroll position getting reset on background processing 2023-12-18 19:17:59 +09:00
WaveContainer.cs Avoid using .Children for enumeration in other locations 2024-01-23 05:32:11 +09:00