smoogipooo
|
89bfc0ff22
|
Fix exception.
|
2017-05-09 20:55:38 +09:00 |
|
Dean Herbert
|
ab1768ef80
|
Merge branch 'master' into tidy-up
|
2017-05-09 10:27:29 +09:00 |
|
Huo Yaoyuan
|
dff05bec79
|
Use readonly fields.
|
2017-05-08 18:56:04 +08:00 |
|
Dean Herbert
|
9f1f926634
|
Add non-null assurance.
|
2017-05-08 12:45:55 +09:00 |
|
Huo Yaoyuan
|
4f8549f220
|
Standardise usages of exceptions.
|
2017-05-07 00:38:17 +08:00 |
|
WebFreak001
|
5aecc3d761
|
Made cursortrail work with multiple positions
|
2017-05-05 17:44:51 +02:00 |
|
WebFreak001
|
063b606a12
|
Fix readonly warning
|
2017-05-03 18:48:17 +02:00 |
|
WebFreak001
|
008ff9d2f9
|
InputResample CursorTrail
|
2017-05-03 18:33:42 +02:00 |
|
DrabWeb
|
c193a90a16
|
Merge https://github.com/ppy/osu into playlist
|
2017-04-29 05:39:52 -03:00 |
|
Dean Herbert
|
94c259bd59
|
Remove most usages of DelayReset
ButtonSystem requires some more work.
|
2017-04-27 18:39:40 +09:00 |
|
Jorolf
|
e53c4be356
|
I guess this works...
|
2017-04-22 18:36:36 +02:00 |
|
Jorolf
|
02249dcd67
|
add a function to OsuSliderBar to manually set the tooltip text
|
2017-04-22 18:34:57 +02:00 |
|
Dean Herbert
|
ef7bc0f92e
|
Update UI controls to understand DisabledChanged.
|
2017-04-21 14:02:04 +09:00 |
|
Dean Herbert
|
6e3125e115
|
Merge pull request #656 from smoogipooo/taiko-fixes
Taiko fixes
|
2017-04-20 20:10:29 +09:00 |
|
smoogipooo
|
3acdc1dcfb
|
Update palette colours.
|
2017-04-20 19:36:53 +09:00 |
|
Dean Herbert
|
4e1942f998
|
Fix tooltips sticking after drag.
|
2017-04-20 18:17:12 +09:00 |
|
Dean Herbert
|
02e406860b
|
Merge remote-tracking branch 'upstream/master' into tooltips
# Conflicts:
# osu.Game/Graphics/UserInterface/OsuSliderBar.cs
|
2017-04-20 18:02:38 +09:00 |
|
Dean Herbert
|
0de71ab24d
|
Add basic tooltip support to OsuSliderBar.
|
2017-04-20 17:57:58 +09:00 |
|
Dean Herbert
|
c87657707f
|
Add tooltip to sliderbars. Move interface.
|
2017-04-20 17:33:07 +09:00 |
|
Dean Herbert
|
ce5763ed97
|
Remove using.
|
2017-04-20 16:37:29 +09:00 |
|
Dean Herbert
|
9c8cd08927
|
Don't play sliderbar samples more than once when value has not changed.
|
2017-04-20 16:35:55 +09:00 |
|
Dean Herbert
|
9d975f202f
|
Make background slightly transparent.
|
2017-04-20 16:29:05 +09:00 |
|
Dean Herbert
|
18bbbdad4c
|
Reduce appear delay slightly.
|
2017-04-20 16:28:55 +09:00 |
|
Dean Herbert
|
d12a9a7675
|
Don't run AutoSize transforms when tooltip is already invisible.
|
2017-04-20 16:28:45 +09:00 |
|
Dean Herbert
|
a884ac215e
|
Position tooltip better; remove need for lastState.
|
2017-04-20 16:08:36 +09:00 |
|
Dean Herbert
|
00d8cacba8
|
Update visual apperance.
|
2017-04-20 16:05:25 +09:00 |
|
Dean Herbert
|
990c14fbe0
|
Keep tooltip's current target while the main button is pressed.
Handles drag operations better.
|
2017-04-20 15:51:30 +09:00 |
|
Dean Herbert
|
30c3c932b1
|
Remove redundancies.
|
2017-04-20 15:29:34 +09:00 |
|
Dean Herbert
|
b11315ca46
|
Remove unnecessary interfaces and simplify tooltip logic.
|
2017-04-20 14:34:29 +09:00 |
|
Jorolf
|
ea67b41683
|
move tooltip outside of the cursor
|
2017-04-20 00:42:40 +02:00 |
|
Jorolf
|
d04893a43a
|
---changing---
|
2017-04-19 15:33:24 +02:00 |
|
Jorolf
|
eda0e99179
|
Merge branch 'tooltips' of github.com:Jorolf/osu into tooltips
|
2017-04-19 13:53:08 +02:00 |
|
Jorolf
|
4f9c5dd44d
|
renaming and some changes in TestCaseTooltip
|
2017-04-19 13:52:17 +02:00 |
|
Jorolf
|
af9a45fd6c
|
Merge branch 'master' into tooltips
|
2017-04-19 13:51:39 +02:00 |
|
Jorolf
|
8e4288168a
|
renaming and some changes in TestCaseTooltip
|
2017-04-19 13:47:00 +02:00 |
|
Dean Herbert
|
fbd26a1d5e
|
Mode -> Ruleset.
|
2017-04-18 16:05:58 +09:00 |
|
Jorolf
|
095b6fded6
|
removed unused stuff and change the tooltip y coordinate
|
2017-04-17 19:50:34 +02:00 |
|
Jorolf
|
906d68936a
|
Merge branch 'tooltips' of github.com:Jorolf/osu into tooltips
|
2017-04-17 17:43:54 +02:00 |
|
Jorolf
|
25fd1d2b72
|
made method into property
|
2017-04-17 17:43:44 +02:00 |
|
Jorolf
|
d4ac3c5e9c
|
Update MenuCursor.cs
|
2017-04-17 17:10:55 +02:00 |
|
Jorolf
|
773e6a2911
|
moved tooltip stuff to Tooltip instead of MenuCursor
|
2017-04-17 17:04:48 +02:00 |
|
Jorolf
|
dd26f9fcac
|
Merge branch 'master' of git://github.com/ppy/osu into tooltips
|
2017-04-17 14:45:46 +02:00 |
|
Dean Herbert
|
52ddc414d5
|
Fix errors.
|
2017-04-14 20:17:17 +09:00 |
|
Dean Herbert
|
ed3956eca5
|
Make comma separators optional.
|
2017-04-14 20:09:01 +09:00 |
|
Dean Herbert
|
ac3b435f00
|
Merge remote-tracking branch 'upstream/master' into hud-improvements
# Conflicts:
# osu.Game.Modes.Osu/Scoring/OsuScoreProcessor.cs
|
2017-04-14 19:29:59 +09:00 |
|
Jorolf
|
7f08c3c417
|
add IHasOverhangingTooltip
|
2017-04-14 00:18:17 +02:00 |
|
Jorolf
|
f6f75fac74
|
Merge branch 'master' of git://github.com/ppy/osu into tooltips
# Conflicts:
# osu.Game/Graphics/Cursor/MenuCursor.cs
|
2017-04-13 23:12:07 +02:00 |
|
Jorolf
|
c2b2e5ec19
|
changed way the tool tip is found and displayed
|
2017-04-13 23:00:49 +02:00 |
|
Dean Herbert
|
13f057f900
|
Give CursorTrail its own clock for the time being.
|
2017-04-13 14:14:12 +09:00 |
|
smoogipooo
|
3054697f98
|
Expose AccentColour/GlowColour from hud elements, and set from HudOverlay.
|
2017-04-13 10:04:12 +09:00 |
|