Andrei Zavatski
|
1393f52b2b
|
Rename Masking to ClampToDrawable
|
2024-01-21 05:20:42 +03:00 |
|
Andrei Zavatski
|
e003ecb593
|
Change default masking value to true
|
2024-01-21 04:57:48 +03:00 |
|
Andrei Zavatski
|
6ba3546be5
|
Enable masking in RoundedButton
|
2024-01-21 02:28:14 +03:00 |
|
Andrei Zavatski
|
45effdb6df
|
Remove local vertex batching from triangles backgrounds
|
2024-01-20 08:41:34 +03:00 |
|
Andrei Zavatski
|
42e4c933d3
|
Fix ConstrainedIconContainer always using masking
|
2024-01-18 04:06:02 +03:00 |
|
Dean Herbert
|
a66ddc7813
|
Change rolling counters to use quicker easing types
|
2024-01-17 18:18:53 +09:00 |
|
Andrei Zavatski
|
7920e93fa9
|
Rework GlowingSpriteText
|
2024-01-16 17:43:16 +03:00 |
|
Bartłomiej Dach
|
40f612435d
|
Merge pull request #26178 from felipemarins/mod-search-text-box-select-all
Make mod search box text be selected when a new mod is selected/deselected
|
2024-01-15 20:08:02 +01:00 |
|
Bartłomiej Dach
|
eecd868d66
|
Use darker blue for SliderTailHit result
|
2024-01-14 09:24:50 +01:00 |
|
Salman Ahmed
|
c147ec0a98
|
Update dropdown disabled state to match with other components
|
2023-12-29 05:31:13 +03:00 |
|
Salman Ahmed
|
150bf67064
|
Fix dropdown colour not updating correctly on enabled state changes
|
2023-12-29 05:30:50 +03:00 |
|
Dean Herbert
|
28e220ca50
|
Update popup dialog design
Had to be done. I hated the old ones so much.
As usual, disclaimer that this is an iterative design and will probably
be replaced in the future.
|
2023-12-28 19:04:35 +09:00 |
|
Felipe Marins
|
cbfcda7929
|
Expose SelectAll() method on ShearedSearchTextBox
|
2023-12-28 00:10:01 -03:00 |
|
Bartłomiej Dach
|
89e2b6358a
|
Remove hexacons
|
2023-12-27 17:42:18 +01:00 |
|
Bartłomiej Dach
|
45143a6c17
|
Implement new icon store
|
2023-12-27 17:42:17 +01:00 |
|
Bartłomiej Dach
|
13333f7575
|
Make room for OsuIcon to accept new icons
|
2023-12-27 15:04:28 +01:00 |
|
Dean Herbert
|
58476d5429
|
Allow ExpandingContainer to not auto expand on hover
|
2023-12-27 02:33:02 +09:00 |
|
Dean Herbert
|
c55458e49c
|
Remove pointless intermediary class
|
2023-12-27 02:32:47 +09:00 |
|
Dean Herbert
|
d1ba2a4a64
|
Use orange for non-combo-breaking miss
|
2023-12-20 20:45:27 +09:00 |
|
Dean Herbert
|
9b383e3276
|
Add support for showing tick misses
|
2023-12-20 20:23:19 +09:00 |
|
Dean Herbert
|
c88c25e77f
|
Merge pull request #25848 from 65-7a/dropdown-search-padding
Fix padding on dropdown search bar
|
2023-12-19 00:36:14 +09:00 |
|
65-7a
|
17f1f8bb43
|
Fix padding on dropdown search bar
|
2023-12-19 00:28:23 +11:00 |
|
Dean Herbert
|
62444c3d04
|
Fix song select's carousel scroll position getting reset on background processing
This only happened for users using absolute right-click scroll.
|
2023-12-18 19:17:59 +09:00 |
|
Dean Herbert
|
0be6743e87
|
Apply Bindable.Parse refactorings
|
2023-12-13 14:07:38 +09:00 |
|
Dean Herbert
|
ae8a70ddfc
|
Merge branch 'drawnode-subtree-draw-cleanup' into dropdown-search
|
2023-12-13 14:03:46 +09:00 |
|
Salman Ahmed
|
67a9eab741
|
Update caret layout
|
2023-12-12 21:21:11 +03:00 |
|
Salman Ahmed
|
f0ddcb22c6
|
Remove arbitrary margin
|
2023-12-12 21:21:04 +03:00 |
|
Salman Ahmed
|
ee2e176082
|
Add osu! dropdown search bar implementation
|
2023-12-05 22:53:48 +03:00 |
|
Salman Ahmed
|
b8b82f8901
|
Handle back action in OsuDropdown rather than menu
|
2023-12-05 22:47:10 +03:00 |
|
Salman Ahmed
|
a0813d18ca
|
CalculatedTextSize -> FontSize
|
2023-12-05 22:47:10 +03:00 |
|
Dan Balasescu
|
b56a78c6ec
|
Adjust with framework changes
|
2023-12-04 08:51:21 +09:00 |
|
Susko3
|
152c7e513e
|
Ignore overlapping links instead of crashing
|
2023-12-01 00:54:13 +01:00 |
|
Dean Herbert
|
340227a06d
|
Replace all hexacon lookups with strongly typed properties
|
2023-11-24 13:17:39 +09:00 |
|
Dean Herbert
|
95c00f9666
|
Add HexaconIcons lookup to allow usage with SpriteIcon
|
2023-11-24 13:17:39 +09:00 |
|
Dean Herbert
|
405ab499e9
|
Allow context menus to have visible spacers
|
2023-11-21 14:24:10 +09:00 |
|
Dean Herbert
|
87a76b9ee8
|
Merge pull request #25478 from Joehuu/fix-comment-markdown
Fix `CommentMarkdownTextFlowContainer` not inheriting osu! class
|
2023-11-16 17:39:35 +09:00 |
|
Bartłomiej Dach
|
1e2f1b3ef2
|
Merge branch 'master' into unload-main-menu-storyboard
|
2023-11-16 15:46:44 +09:00 |
|
Joseph Madamba
|
2b19cf6ce4
|
Fix comment markdown style regression
|
2023-11-15 19:50:32 -08:00 |
|
Salman Ahmed
|
bb912bc616
|
Avoid spinning another load thread on initial storyboard load
|
2023-11-11 02:57:17 +03:00 |
|
Salman Ahmed
|
080f13e34d
|
Schedule outside of UnloadStoryboard and fix disposal happening on update thread
|
2023-11-11 02:56:45 +03:00 |
|
Salman Ahmed
|
59998b507a
|
Hide background sprite when storyboard finishes loading
|
2023-11-09 23:23:57 +03:00 |
|
Salman Ahmed
|
e947158969
|
Remove fade out transition
Unnecessary addition from this PR, makes the background fade to ugly black during transition between screens.
|
2023-11-09 23:03:30 +03:00 |
|
Salman Ahmed
|
768a31b2f5
|
Fix background crash on a beatmap with no storyboard
|
2023-11-09 22:57:20 +03:00 |
|
Salman Ahmed
|
bd8409219f
|
Unload beatmap storyboard background when no longer present
|
2023-11-09 17:20:11 +03:00 |
|
Dean Herbert
|
626cfae3fe
|
Merge pull request #25386 from EVAST9919/bar-graph-smooth
Ensure `BarGraph`'s draw quad is thick enough
|
2023-11-08 17:24:37 +09:00 |
|
Dean Herbert
|
6c6baab115
|
Reword comment to explain why
|
2023-11-08 16:41:30 +09:00 |
|
Andrei Zavatski
|
b092b0093a
|
Make sure bar draw quad is thick enough
|
2023-11-07 17:43:40 +03:00 |
|
Bartłomiej Dach
|
a136f272cf
|
Just use yellow for system mods
|
2023-11-06 16:40:57 +01:00 |
|
Bartłomiej Dach
|
6deac9a5a4
|
Use better colours for system mods
|
2023-11-06 11:41:23 +01:00 |
|
Bartłomiej Dach
|
3b9c4c9d53
|
Do not revert to default value when double-clicking disabled slider
Closes https://github.com/ppy/osu/issues/25228.
|
2023-10-26 12:11:26 +02:00 |
|