Commit Graph

1146 Commits

Author SHA1 Message Date
7bc8f5cd5c Change selection colour to also match the colour provider scheme 2021-10-21 13:01:13 +09:00
1ec881ce1d Recolour focused text box variant 2021-10-20 22:49:25 +02:00
addcef4f5d Recolour text box using OverlayColourProvider 2021-10-20 22:49:25 +02:00
4b2eb7736c Move helper method to bottom of file 2021-10-20 12:52:38 +09:00
f29eb08d93 Improve contrast in default OverlayColourProvider-themed appearance 2021-10-19 22:55:49 +02:00
61127a389c Fix tab dropdown receiving accent colour too early 2021-10-19 22:09:51 +02:00
ef03787fe0 Split dropdown accent colour into hover and selection colours 2021-10-19 22:09:51 +02:00
f73e505ee6 Further adjustments to glow to be less bright on settings overlay 2021-10-15 12:35:19 +09:00
e1ac5fbed9 Remove externally exposed Expanded state and change behaviour and visuals surrounding it 2021-10-15 12:13:42 +09:00
35d776078c Ensure sliderbar nub stays glowing while dragging an adjustment 2021-10-15 11:51:08 +09:00
be3b88a5c3 Adjust glow to look good 2021-10-15 11:48:19 +09:00
a10a7e7903 Refresh nub/slider appearance and use overlay theming 2021-10-15 00:31:05 +02:00
b1fc870130 Adjust item selection and chevron animation slightly 2021-10-14 13:34:08 +09:00
d8450a7375 Recolour "slim dropdown" in online lounge screens 2021-10-13 22:57:37 +02:00
a6c2848460 Fix hovered dropdown item chevron not using OverlayColourProvider 2021-10-13 22:08:23 +02:00
d4e3460912 Always use OverlayColourProvider in dropdowns if available 2021-10-13 22:04:48 +02:00
5ddb7f74e2 Adjust default dropdown dimensions & spacings 2021-10-12 21:41:29 +02:00
794b4c46cf Split score counter class into two distinct classes to simplify usages 2021-10-10 17:56:32 +09:00
06cce0119c Use localisable format string for comma separator mode 2021-10-10 17:41:16 +09:00
49a878dc20 Fix comma separator support not actually working 2021-10-10 16:06:05 +09:00
676df55a0e Fade display out during rewind (as the value displayed is no longer valid) 2021-10-05 15:39:29 +09:00
98badd644f Add xmldocs 2021-10-01 20:09:39 +09:00
d2a8f35b4c Update styling 2021-09-30 17:54:52 +09:00
9b9c30c8a1 Fix text overflowing on dropdown headers 2021-09-24 22:04:45 -07:00
f9d5abff8a Update with keybinding changes 2021-09-16 18:26:12 +09:00
9c1fc2ec65 Tweak filled nub border width value 2021-09-13 14:19:33 +03:00
4d2373ffb9 Combine similar value changed calls 2021-09-13 20:08:46 +09:00
0f5ed81a7a Fix dimmed checked nub artifact
This adds transition that extends nub's border to fill it.
Fill fade can be removed, but combined effect looks nicer imo,
and the fill is still needed because if removed, border
becomes invisible for some reason.
2021-09-13 13:31:13 +03:00
c101d1f205 Fix beatmap listing overlay not hiding via keyboard control when scrolled
Closes https://github.com/ppy/osu/issues/14684.
2021-09-10 01:57:57 +09:00
ab1c64591f Move sample playback debounce time to central const 2021-09-05 13:25:10 +09:00
1d23ac0f2d Initial clean up pass on notification logic 2021-09-05 12:54:21 +09:00
659ec0c1b8 Merge pull request #14403 from Joehuu/fix-nub-glow
Fix nub glow color not having 0 alpha when being set
2021-08-20 15:07:30 +09:00
284c871e39 Fix glow color potentially being set incorrectly when glowing
Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
2021-08-19 20:33:19 -07:00
1e02d61b85 Fix nub glow color not having 0 alpha when being set 2021-08-19 20:06:49 -07:00
c95bf735fe Merge branch 'master' into multiplayer-chat 2021-08-20 11:54:42 +09:00
6d00ea3375 Allow toggling focus via binding 2021-08-19 14:19:59 +09:00
5441fab692 Avoid scheduling focus operation when not required 2021-08-18 12:45:14 +09:00
bc86bafc08 Fix RestoreDefaultValueButton's colour weirdness 2021-08-17 12:48:30 +09:00
237d3e656b Remove initial transform overhead of Nub 2021-08-16 19:47:41 +09:00
92ad66c86c Remove transform overhead from OsuDropdown on initial display 2021-08-16 19:47:41 +09:00
cecb312e77 Ensure TakeFocus does not crash when not yet loaded 2021-08-16 18:55:50 +09:00
d1dfb785d8 Merge branch 'master' into context-menu-sounds 2021-08-11 16:21:13 +09:00
a3a9d0579f Adjust checkbox / sliderbar animation speeds to match sound effects better 2021-08-11 12:33:14 +09:00
56b23fc765 Merge branch 'master' into context-menu-sounds 2021-08-11 11:46:10 +09:00
4268e4d750 Fix nested menus layering close samples if multiple menu levels are closed 2021-08-10 20:40:53 +02:00
3aa72163f2 Add simple download progress display to download buttons on playlist items 2021-08-10 15:14:43 +09:00
ff1730f9f8 Do not play open/close samples for top-level menus 2021-08-07 14:38:54 +02:00
52400961f6 Add open/close sounds to context menus 2021-08-06 23:47:02 +09:00
3f06ecdd48 Add open/close sounds to menus 2021-08-06 21:01:34 +09:00
f1ea830828 Re-add on-click feedback to MonthSection and OsuDropdown headers 2021-08-06 20:58:07 +09:00