6c117f15af
Remove unnecessary usings
2017-05-12 20:06:38 +09:00
d2e066ca35
Move SearchTextBox to better namespace
...
Is being used in multiple places now.
2017-05-12 19:57:06 +09:00
ec67b617ae
Add OptionsHeader class
...
Makes search textbox anchor correctly. Also improves visual styling.
2017-05-11 16:06:18 +09:00
9aaac4ab0c
Merge branch 'new-option-search' of github.com:Jorolf/osu into new-option-search
2017-05-08 18:30:33 +02:00
86f0173c6b
fix license header
2017-05-08 18:30:00 +02:00
5131371c93
Merge branch 'master' into new-option-search
2017-05-08 10:49:49 +09:00
fbf05f12fc
Use controlWithCurrent as per comment.
2017-05-08 10:11:45 +09:00
3c4faae554
add search box and the ability to search
2017-05-07 20:35:57 +02:00
98b3b82c07
Apply CI fixes.
2017-05-04 23:32:27 +09:00
153951d3dd
Add OptionItem class
...
Allow for centalised logic for all option UI controls.
2017-05-04 23:07:48 +09:00
330dd458bd
Trim whitespace.
2017-05-03 20:49:52 +09:00
489f586887
Add FPS display toggling.
...
Kinda temporary but better than nothing.
2017-05-03 20:34:53 +09:00
691742b828
Remove most options which have not yet been implemented.
2017-05-02 19:40:30 +09:00
f9de733128
Formatting.
2017-05-02 18:53:33 +09:00
d4045ee2c0
We only have one release stream, so let's unlock it.
2017-05-02 18:40:30 +09:00
57c2dd1f49
Fix options dropdown labels never being displayed.
2017-05-02 18:35:23 +09:00
1b0f353af3
Add support for framework-level mouse confining.
2017-05-02 17:45:42 +09:00
bef15fe637
Improve organisation of some options and config code.
2017-05-02 17:45:22 +09:00
116e92a542
Remove silly platform specific logic.
2017-05-02 17:00:30 +09:00
cf3e83ca62
Save ShowUnicode in framework config.
2017-04-26 19:48:46 +08:00
a6ea6738e5
add some spaces after commas
2017-04-24 17:10:00 +02:00
60bb45358c
remove more casts and usings
2017-04-22 18:36:37 +02:00
b151c71c0e
remove casts
2017-04-22 18:36:36 +02:00
e53c4be356
I guess this works...
2017-04-22 18:36:36 +02:00
02249dcd67
add a function to OsuSliderBar to manually set the tooltip text
2017-04-22 18:34:57 +02:00
1d2f19b5a2
change background dim from integer to double
2017-04-22 18:34:03 +02:00
2d91400239
Fix nullref due to framework change.
2017-04-22 16:56:17 +09:00
d94035e9da
Merge branch 'master' into general-fixes
2017-04-21 20:42:46 +09:00
5fdc9819cf
Add basic UO support (now called Audio Offset).
2017-04-21 16:20:05 +09:00
ef7bc0f92e
Update UI controls to understand DisabledChanged.
2017-04-21 14:02:04 +09:00
a4e2f34ee7
Make a RulesetDatabase.
2017-04-17 17:43:48 +09:00
0333e1a050
Remove unused usings.
2017-04-15 05:57:18 +09:00
0a1376c2db
Remove PlayMode game-wide.
2017-04-15 05:22:41 +09:00
59bfc7abad
Move statics to RulesetCollection to avoid conflicts later on.
2017-04-15 04:53:37 +09:00
5af4259ab4
Add back explicit binds.
2017-04-10 17:10:15 +09:00
f12b5a8954
Unify disable logic.
2017-04-10 16:22:36 +09:00
b7cfdff8d1
Update SliderBar to use IHasCurrentValue.
2017-04-10 15:30:17 +09:00
bb4a909de5
Update UI control access in line with framework changes.
2017-04-10 14:54:23 +09:00
166a78a15a
Fix up comment in audio device options
2017-04-08 11:01:41 +02:00
ac073e22c9
Fix crash caused by multiple identical audio device names
...
The option dropdown for audio device selection lists all audio
device names. Dropdowns, however, may not have multiple identical
keys. This commit adds removal of duplicate audio device names from
the dropdown. BASS does not give us a simple mechanism to select
specific audio devices in such a case anyways. This functionality would
require OS-specific and involved code.
2017-04-07 17:00:34 +02:00
411988f038
Remove all trailing whitespaces in this repo.
2017-04-06 16:21:18 +08:00
009909dd4b
Merge remote-tracking branch 'refs/remotes/ppy/master' into hud_visibility
2017-04-04 17:39:53 +03:00
7c74951454
Update bindables.
...
# Conflicts:
# osu.Desktop.VisualTests/Tests/TestCaseResults.cs
# osu.Game/Screens/Ranking/ResultModeButton.cs
# osu.Game/Screens/Ranking/Results.cs
2017-04-04 11:34:13 +09:00
d7c39a00b4
Hud Visibility
2017-03-31 16:43:31 +03:00
f7dc7e9bb9
Update references.
2017-03-28 21:26:20 +09:00
768b3c4b4b
Add better focus handling in the login form.
2017-03-28 00:08:27 +09:00
54e1b24fe9
Enforce readonly private members where possible.
2017-03-23 13:50:08 +09:00
0dbc232ebf
Rename all DropDown -> Dropdown.
2017-03-22 22:32:32 +08:00
e217c67bcf
Merge branch 'master' into controls
2017-03-22 08:54:03 +08:00
b46ded7794
Use Bindable for DropDown.
2017-03-22 07:49:21 +08:00