1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-18 09:32:53 +08:00
osu-lazer/osu.Game/Graphics/UserInterface
Bartłomiej Dach 21e1576b2f
Fix appearance of sheared button borders after click
The border would previously get brighter after click, but then dim
instantly when the flash layer has fully faded out. The underlying issue
there is https://github.com/ppy/osu-framework/issues/5191, but
`ShearedButton` was placing the flashing layer incorrectly anyway, as
the intent was that it should also apply to the border.
2022-05-21 20:53:23 +02:00
..
PageSelector Use existing web localisation for most hardcoded strings 2022-04-20 16:31:11 -07:00
BackButton.cs Update UI cases where repeat should not be handled 2021-11-18 13:13:36 +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
BasicSearchTextBox.cs Split SearchTextBox into SearchTextBox and BasicSearchTextBox 2022-05-03 06:18:27 +07:00
BreadcrumbControl.cs Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
CommaSeparatedScoreCounter.cs Split score counter class into two distinct classes to simplify usages 2021-10-10 17:56:32 +09:00
DangerousTriangleButton.cs Centralise implementation of cancel button logic 2021-05-11 18:39:14 +09:00
DialogButton.cs Add DangerousButton for use in popup dialogs 2022-03-21 16:06:45 +09:00
DownloadButton.cs Fix download button check icon not scaling on mouse down 2021-04-18 19:05:33 -07:00
DrawableOsuMenuItem.cs Fix menu item width changing when hovered 2022-02-02 21:23:35 +01:00
DrawableStatefulMenuItem.cs Abstract statefulness of new menu item type 2019-11-08 13:23:13 +09:00
ExpandableSlider.cs Add "distance spacing" multiplier for osu! ruleset 2022-02-15 02:21:53 +03: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 Focus focus not being transferred correctly to parent settings panel on exiting nested panel 2022-03-31 15:24:21 +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 Remove unused params from BDL methods 2022-01-15 01:06:39 +01: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 Move CreateContent() to BDL 2021-11-05 10:13:42 +03: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 Further adjustments to glow to be less bright on settings overlay 2021-10-15 12:35:19 +09:00
OsuAnimatedButton.cs Rename to dimColour 2021-12-24 17:03:29 +09:00
OsuButton.cs Fix RoundedButton not using its default background colour 2022-05-09 21:07:43 +03:00
OsuCheckbox.cs Use LocalisableStrings where possible to leverage localisable text flow 2021-11-02 21:42:02 +01:00
OsuContextMenu.cs Remove unused params from BDL methods 2022-01-15 01:06:39 +01:00
OsuContextMenuSamples.cs Remove unused params from BDL methods 2022-01-15 01:06:39 +01:00
OsuDropdown.cs Fix dropdown item hover colour not being set in time 2022-05-09 19:49:45 +09:00
OsuEnumDropdown.cs Enum constraint for enum dropdown. 2019-12-09 17:45:26 +08:00
OsuMenu.cs Revert "Fix context menus not working" 2022-04-28 12:11:06 +03:00
OsuMenuItem.cs Use existing web localisation for most hardcoded strings 2022-04-20 16:31:11 -07:00
OsuNumberBox.cs Add AllowIme => false where applicable 2022-01-12 00:15:17 +01:00
OsuPasswordTextBox.cs Add AllowIme => false where applicable 2022-01-12 00:15:17 +01:00
OsuSliderBar.cs Revert changes to GetTooltipText and use TooltipText override directly 2022-03-05 22:46:13 +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 Fix chat tab dropdown not being reachable at default sizing 2021-11-30 13:01:46 +09:00
OsuTextBox.cs Move helper method to end of class 2021-12-08 18:30:08 +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 Fade display out during rewind (as the value displayed is no longer valid) 2021-10-05 15:39:29 +09:00
ScoreCounter.cs Split score counter class into two distinct classes to simplify usages 2021-10-10 17:56:32 +09:00
ScreenBreadcrumbControl.cs Fix screen breadcrumb control updating on click 2021-06-21 21:10:24 -07:00
SearchTextBox.cs Split SearchTextBox into SearchTextBox and BasicSearchTextBox 2022-05-03 06:18:27 +07:00
SeekLimitedSearchTextBox.cs Update search textbox implementation to use BasicSearchTextBox instead 2022-05-03 06:18:42 +07:00
SelectionState.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
ShearedButton.cs Fix appearance of sheared button borders after click 2022-05-21 20:53:23 +02:00
ShearedOverlayHeader.cs Add better click-to-dismiss logic for sheared overlays 2022-04-21 16:27:27 +09:00
ShearedSearchTextBox.cs Reduce complexity of icon container nesting 2022-05-03 14:48:00 +09:00
ShearedToggleButton.cs Reorder initialisation of bindable action binding to make more sense 2022-04-26 18:21:46 +09:00
ShowMoreButton.cs Use existing web localisation for most hardcoded strings 2022-04-20 16:31:11 -07:00
SlimEnumDropdown.cs Recolour "slim dropdown" in online lounge screens 2021-10-13 22:57:37 +02:00
StarCounter.cs Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +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 Create base implementations of the two most common TernaryStateMenuItems 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 TernaryStateMenuItems 2021-05-20 19:34:53 +09:00
TimeSlider.cs Merge branch 'add-offset-adjust-tooltip-text' into combine-time-slider-implementation 2022-03-05 14:58:56 +01:00
ToggleMenuItem.cs Add xmldocs and cleanup 2019-11-08 13:23:13 +09:00
TriangleButton.cs Change FilterTerms to use LocalisableString 2022-05-16 14:09:37 +09:00
TwoLayerButton.cs Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00