..
BackButton.cs
Update usages of Drawable.Click()
2021-08-04 17:30:33 +09:00
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
Update HasFlag usages to HasFlagFast
2021-02-25 15:38:56 +09:00
BreadcrumbControl.cs
Fix crash when changing tabs in changelog
2020-07-03 16:47:34 +09:00
DangerousTriangleButton.cs
Centralise implementation of cancel button logic
2021-05-11 18:39:14 +09:00
DialogButton.cs
Add and use 'Submit' select sample variant for particular components
2021-07-30 21:35:28 +09:00
DownloadButton.cs
Fix download button check icon not scaling on mouse down
2021-04-18 19:05:33 -07:00
DrawableOsuMenuItem.cs
Update stand-alone usage of hover/select sounds in DrawableOsuMenuItem
2021-06-11 23:46:42 +09:00
DrawableStatefulMenuItem.cs
Abstract statefulness of new menu item type
2019-11-08 13:23:13 +09:00
ExpandingBar.cs
Refactor everything so I can read the code
2020-03-02 20:16:58 +09:00
ExternalLinkButton.cs
Add hover+select sounds to some components that are missing them
2021-07-30 21:35:28 +09:00
FocusedTextBox.cs
Fix beatmap listing overlay not hiding via keyboard control when scrolled
2021-09-10 01:57:57 +09:00
GradientLineTabControl.cs
Simplify GradientLine and fix colour changing
2020-02-04 17:09:18 +01:00
GrayButton.cs
Add simple download progress display to download buttons on playlist items
2021-08-10 15:14:43 +09:00
HoverClickSounds.cs
Minor code reformatting / moving
2021-06-11 23:49:14 +09:00
HoverSampleDebounceComponent.cs
Move sample playback debounce time to central const
2021-09-05 13:25:10 +09:00
HoverSampleSet.cs
Add and use 'Submit' select sample variant for particular components
2021-07-30 21:35:28 +09:00
HoverSounds.cs
Initial clean up pass on notification logic
2021-09-05 12:54:21 +09:00
IconButton.cs
Fix IconButton sometimes not recolourising
2020-09-02 22:02:57 +09:00
LineGraph.cs
Handle constant graphs better
2020-11-23 22:12:32 +01:00
LoadingButton.cs
Rename LoadingAnimation to LoadingSpinner
2020-02-21 15:33:31 +09:00
LoadingLayer.cs
Mark background dim layer as possibly-null
2021-01-05 22:56:53 +01:00
LoadingSpinner.cs
Fix LoadingSpinner not always playing fade in animation
2020-06-12 13:38:20 +09:00
MenuItemType.cs
Update licence header (and remove year)
2019-01-24 17:43:03 +09:00
Nub.cs
Fix dimmed checked nub artifact
2021-09-13 13:31:13 +03:00
OsuAnimatedButton.cs
Change 'default' hover/click samples into 'button' samples and make 'soft' the new 'default'
2021-06-11 20:47:57 +09:00
OsuButton.cs
Fix RestoreDefaultValueButton
's colour weirdness
2021-08-17 12:48:30 +09:00
OsuCheckbox.cs
Merge branch 'master' into non-concurrent-sample-playback
2021-02-12 17:22:15 +09:00
OsuContextMenu.cs
Fix nested menus layering close samples if multiple menu levels are closed
2021-08-10 20:40:53 +02:00
OsuContextMenuSamples.cs
Fix nested menus layering close samples if multiple menu levels are closed
2021-08-10 20:40:53 +02:00
OsuDropdown.cs
Remove transform overhead from OsuDropdown
on initial display
2021-08-16 19:47:41 +09:00
OsuEnumDropdown.cs
Enum constraint for enum dropdown.
2019-12-09 17:45:26 +08:00
OsuMenu.cs
Do not play open/close samples for top-level menus
2021-08-07 14:38:54 +02:00
OsuMenuItem.cs
Remove bindable to promote one-way access
2020-04-16 13:25:08 +09:00
OsuNumberBox.cs
add OsuNumberBox with basic tests
2019-06-21 15:04:52 +02:00
OsuPasswordTextBox.cs
Update usages of IHasTooltip
in line with framework localisation changes
2021-06-25 19:10:04 +02:00
OsuSliderBar.cs
Merge conditionals in line with other case of same logic
2021-07-02 15:55:36 +09:00
OsuTabControl.cs
Correct code style
2021-07-17 21:37:58 +08:00
OsuTabControlCheckbox.cs
fix checkbox sounds not being used for certain checkboxes
2021-06-18 21:00:08 +09:00
OsuTabDropdown.cs
Move OsuTabDropdown to it's own file
2020-02-17 23:56:35 +03:00
OsuTextBox.cs
Initial sample + samplechannel rework
2021-01-19 17:11:40 +09:00
PageTabControl.cs
add sound to tab controls
2021-06-18 19:16:00 +09:00
PercentageCounter.cs
Localise accuracy display.
2021-07-23 22:37:08 +02:00
ProgressBar.cs
Rename parameter to make more sense
2021-02-05 15:29:32 +09:00
RollingCounter.cs
Localise accuracy display.
2021-07-23 22:37:08 +02:00
ScoreCounter.cs
Localise accuracy display.
2021-07-23 22:37:08 +02:00
ScreenBreadcrumbControl.cs
Fix screen breadcrumb control updating on click
2021-06-21 21:10:24 -07:00
SearchTextBox.cs
Adapt to PlatformAction
type change
2021-07-21 16:12:53 +09:00
SeekLimitedSearchTextBox.cs
Add basic xmldoc
2019-10-22 15:04:10 +09:00
SelectionState.cs
Update licence header (and remove year)
2019-01-24 17:43:03 +09:00
ShowMoreButton.cs
Apply changes to UI components overriding functions with changing signatures
2021-02-22 19:01:42 +09:00
SlimEnumDropdown.cs
Remove now unused files
2020-12-07 22:07:11 +09:00
StarCounter.cs
Remove redundant arguments
2021-07-05 23:52:39 +08:00
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
Create base implementations of the two most common TernaryStateMenuItem
s
2021-05-20 19:34:53 +09:00
TernaryStateRadioMenuItem.cs
Add missing xmldoc
2021-05-20 20:09:22 +09:00
TernaryStateToggleMenuItem.cs
Create base implementations of the two most common TernaryStateMenuItem
s
2021-05-20 19:34:53 +09:00
ToggleMenuItem.cs
Add xmldocs and cleanup
2019-11-08 13:23:13 +09:00
TriangleButton.cs
Apply changes to UI components overriding functions with changing signatures
2021-02-22 19:01:42 +09:00
TwoLayerButton.cs
Use 'Submit' select sample variant for back button
2021-07-30 21:35:28 +09:00