.. |
BackButton.cs
|
Make back button glow when pressing escape
|
2019-10-01 08:26:45 -07: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
|
Apply newline additions
|
2019-04-01 12:16:32 +09:00 |
BreadcrumbControl.cs
|
Update VisibilityContainer usage in line with framework
|
2019-06-11 15:13:58 +09:00 |
DialogButton.cs
|
Update framework
|
2019-08-21 13:29:50 +09:00 |
DimmedLoadingLayer.cs
|
Shrink and darken loading layer to better suit button
|
2019-11-12 21:38:16 +09:00 |
DownloadButton.cs
|
Rename download buttons to avoid ambiguity
|
2019-07-03 12:02:35 +09:00 |
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
|
Add ExpandingBar UI element
|
2019-05-22 16:44:47 +09:00 |
ExternalLinkButton.cs
|
Update font awesome usage
|
2019-04-02 19:55:24 +09:00 |
FocusedTextBox.cs
|
Fix typo on Key.Escape comment
|
2019-10-01 08:37:08 -07:00 |
GradientLineTabControl.cs
|
Merge remote-tracking branch 'upstream/master' into pr/EVAST9919/6082
|
2019-09-13 15:53:11 +09:00 |
HoverClickSounds.cs
|
HoverClickSounds should handle click event instead of MouseUp
|
2019-09-04 11:37:19 +09:00 |
HoverSounds.cs
|
Update osu! in line with audio subsystem refactor
|
2019-05-28 17:06:01 +09:00 |
IconButton.cs
|
Use costum displaying text for inherited references.
|
2019-11-18 15:29:18 +08:00 |
LineGraph.cs
|
Update cached usage in line with framework changes
|
2019-08-09 19:12:29 +09:00 |
LoadingAnimation.cs
|
Update font awesome usage
|
2019-04-02 19:55:24 +09:00 |
LoadingButton.cs
|
Refactor LoadingButton
|
2019-10-24 17:49:34 +03:00 |
MenuItemType.cs
|
Update licence header (and remove year)
|
2019-01-24 17:43:03 +09:00 |
Nub.cs
|
Adjust namespaces
|
2019-04-02 14:51:28 +09:00 |
OsuAnimatedButton.cs
|
Update framework
|
2019-08-21 13:29:50 +09:00 |
OsuButton.cs
|
Fix tournament buttons playing sound effects
|
2019-11-08 17:00:47 +09:00 |
OsuCheckbox.cs
|
Fix checkbox sounds playing too often
|
2019-08-15 14:09:30 +09:00 |
OsuContextMenu.cs
|
Fix context menu sub-menu display
|
2019-11-08 13:23:13 +09:00 |
OsuDropdown.cs
|
Merge remote-tracking branch 'HollyHacker/master' into abstract-menu
|
2019-06-28 13:42:56 +09:00 |
OsuEnumDropdown.cs
|
Update licence header (and remove year)
|
2019-01-24 17:43:03 +09:00 |
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
|
add OsuNumberBox with basic tests
|
2019-06-21 15:04:52 +02:00 |
OsuPasswordTextBox.cs
|
Update font awesome usage
|
2019-04-02 19:55:24 +09:00 |
OsuSliderBar.cs
|
.NET Standard 2.1 implements Math.Clamp , use it instead of MathHelper.Clamp from osuTK.
|
2019-11-20 13:37:47 +01: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
|
Add hover click sounds to leaderboard mod filter
|
2019-08-02 21:13:29 -07:00 |
OsuTextBox.cs
|
Simplify exit logic of screens with textboxes using back button receptor
|
2019-10-01 08:26:34 -07:00 |
PageTabControl.cs
|
Merge dependent changes
|
2019-09-12 05:26:10 +03:00 |
PercentageCounter.cs
|
Merge branch 'master' into osu-fontusage
|
2019-02-22 18:09:23 +09:00 |
ProcessingOverlay.cs
|
Update VisibilityContainer usage in line with framework
|
2019-06-11 15:13:58 +09:00 |
ProgressBar.cs
|
Use expression body for property get/set where possible
|
2019-02-28 13:58:19 +09:00 |
RollingCounter.cs
|
Fix remaining case
|
2019-03-04 14:03:59 +09:00 |
ScoreCounter.cs
|
Apply other styles.
|
2019-11-11 20:27:04 +08:00 |
ScreenBreadcrumbControl.cs
|
Turn on warnings, resolve issues
|
2019-04-25 17:36:17 +09:00 |
ScreenTitle.cs
|
Add ScreenTitleIcon class, used for displaying custom specific icons on overlays.
|
2019-08-10 13:26:19 +02:00 |
ScreenTitleTextureIcon.cs
|
Rename class to better match usage
|
2019-08-11 16:19:40 +09:00 |
SearchTextBox.cs
|
Make most textbox carets movable
|
2019-10-15 14:47:48 -07: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
|
Refactor LoadingButton
|
2019-10-24 17:49:34 +03:00 |
SimpleComboCounter.cs
|
Update with framework bindable changes
|
2019-02-21 18:56:34 +09:00 |
StarCounter.cs
|
Merge remote-tracking branch 'origin/master' into fix-new-inspections
|
2019-05-07 13:20:17 +09: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
|
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
|
Fix remaining framework changes
|
2019-03-29 00:29:14 +09:00 |
TwoLayerButton.cs
|
Rename shear variable
|
2019-08-07 12:36:00 +09:00 |