osu/osu.Game/Graphics/UserInterface
Huo Yaoyuan 46c9bdcf62 Replace Convert.ChangeType with IConvertible. 2019-12-03 20:49:41 +08:00
..
BackButton.cs
Bar.cs .NET Standard 2.1 implements Math.Clamp , use it instead of MathHelper.Clamp from osuTK. 2019-11-20 13:37:47 +01:00
BarGraph.cs
BreadcrumbControl.cs
DialogButton.cs
DimmedLoadingLayer.cs Make DimmedLoadingLayer block input when active 2019-11-25 11:49:54 +09:00
DownloadButton.cs
DrawableOsuMenuItem.cs Add basic implementation of a toggleable menu item 2019-11-07 22:26:35 +09:00
DrawableStatefulMenuItem.cs Abstract statefulness of new menu item type 2019-11-08 13:23:13 +09:00
ExpandingBar.cs
ExternalLinkButton.cs
FocusedTextBox.cs
GradientLineTabControl.cs
HoverClickSounds.cs Completely remove click sound debounce 2019-11-28 16:03:59 +11:00
HoverSounds.cs Split click and hover and disable click debounce 2019-11-28 00:44:01 +11:00
IconButton.cs Use costum displaying text for inherited references. 2019-11-18 15:29:18 +08:00
LineGraph.cs
LoadingAnimation.cs
LoadingButton.cs
MenuItemType.cs
Nub.cs
OsuAnimatedButton.cs
OsuButton.cs Fix tournament buttons playing sound effects 2019-11-08 17:00:47 +09:00
OsuCheckbox.cs
OsuContextMenu.cs Fix context menu sub-menu display 2019-11-08 13:23:13 +09:00
OsuDropdown.cs
OsuEnumDropdown.cs
OsuMenu.cs Abstract statefulness of new menu item type 2019-11-08 13:23:13 +09:00
OsuMenuItem.cs Make simple OsuMenuItem ctor invoke the complex one 2019-11-07 16:04:13 +09:00
OsuNumberBox.cs
OsuPasswordTextBox.cs
OsuSliderBar.cs Replace Convert.ChangeType with IConvertible. 2019-12-03 20:49:41 +08:00
OsuTabControl.cs .NET Standard 2.1 implements Math.Clamp , use it instead of MathHelper.Clamp from osuTK. 2019-11-20 13:37:47 +01:00
OsuTabControlCheckbox.cs
OsuTextBox.cs
PageTabControl.cs
PercentageCounter.cs Use compound assignment. 2019-11-12 19:53:50 +08:00
ProcessingOverlay.cs
ProgressBar.cs
RollingCounter.cs
ScoreCounter.cs Use compound assignment. 2019-11-12 19:53:50 +08:00
ScreenBreadcrumbControl.cs
ScreenTitle.cs
ScreenTitleTextureIcon.cs
SearchTextBox.cs Fix spelling in comment on SearchTextBox.OnPressed 2019-12-02 18:45:57 +07:00
SeekLimitedSearchTextBox.cs
SelectionState.cs
ShowMoreButton.cs
SimpleComboCounter.cs Use compound assignment. 2019-11-12 19:53:50 +08:00
StarCounter.cs
StatefulMenuItem.cs Add xmldocs and cleanup 2019-11-08 13:23:13 +09:00
TernaryState.cs Rename button class 2019-11-12 10:21:06 +09:00
TernaryStateMenuItem.cs Rename button class 2019-11-12 10:21:06 +09:00
ToggleMenuItem.cs Add xmldocs and cleanup 2019-11-08 13:23:13 +09:00
TriangleButton.cs
TwoLayerButton.cs