Commit Graph

2402 Commits

Author SHA1 Message Date
2535313f4f Use using. 2017-08-29 18:18:36 +09:00
39b5b04700 Don't use Bindable for AccentColour
Implements IHasAccentColour for conformity to rest of project. Also fixes a nullref when opening the login menu.
2017-08-29 18:17:01 +09:00
85f876a934 Remove unused using statement 2017-08-29 15:23:32 +09:00
b17d9ac06e Move EditorMenuBar into the Edit namespace, and fix a minor styling issue. 2017-08-28 17:55:50 +09:00
83fe8514a4 Remove unnecessary exception, replace with default value. 2017-08-28 15:44:05 +09:00
7bf6d4aa65 Rename DrawableOsuContextMenuItem -> DrawableOsuMenuItem, and move to OsuMenu. 2017-08-28 15:33:24 +09:00
fc6c682d88 Update in-line with framework changes. 2017-08-28 14:42:52 +09:00
66db3389f6 Update in line with framework changes. 2017-08-28 12:49:33 +09:00
b5c1c05af5 Remove poop. 2017-08-28 11:03:51 +09:00
4385edeb45 Update usages of Menu to reflect ValueChanged events. 2017-08-28 11:01:53 +09:00
9374bf925e only show warning when focused 2017-08-25 16:39:49 +02:00
26323caf6f Merge branch 'master' of git://github.com/ppy/osu into caps-warning 2017-08-25 16:33:29 +02:00
ee85515d95 Changes in line with framework changes 2017-08-25 19:18:07 +09:00
3ffc467704 Fix crappy resizing. 2017-08-25 16:27:01 +09:00
ce644138b9 Update OsuTabControl in line with framework 2017-08-25 15:58:30 +09:00
a3a5a89636 Update OsuDropdown in line with framework 2017-08-25 15:58:21 +09:00
4fb9570618 Create IHasOsuContextMenu and update OsuContextMenuContainer in line with framework. 2017-08-25 15:10:29 +09:00
7467d24d35 Update OsuContextMenu in line with framework. 2017-08-25 15:10:12 +09:00
06c392d6f2 Update OsuMenu in line with framework. 2017-08-25 15:09:07 +09:00
f8cc4238ff cleanup code 2017-08-24 22:13:20 +02:00
36629f5207 Make ProgressBar usable in more places than just MusicController 2017-08-24 18:51:34 +09:00
e9dde822a1 Expose triangles in OsuButton for further customisation 2017-08-23 19:25:40 +09:00
d81956e974 use GameHost to check if caps lock is enabled 2017-08-22 15:43:45 +02:00
c29d3437ba fix merge changes 2017-08-22 13:35:49 +02:00
2ccd6c6128 Merge branch 'master' of git://github.com/ppy/osu into caps-warning
# Conflicts:
#	osu.Game/Graphics/UserInterface/OsuPasswordTextBox.cs
2017-08-22 13:29:42 +02:00
3025fcdb25 Merge branch 'master' into ranks-section 2017-08-22 13:19:03 +02:00
f371ca73f1 Merge branch 'master' into cursor-rotation-delay 2017-08-22 19:54:10 +09:00
d8de6e289c Don't start rotating the cursor until it has travelled a minimum disatnce
Some people, myself included, were annoyed by the rotation starting too soon (especially when dragging up and left one pixel).
2017-08-22 17:38:51 +09:00
18645fcf29 Update volume control logic to use key bindings
Fixes them not working at all, too.
2017-08-22 14:48:04 +09:00
250fb33fbc Merge branch 'master' into ranks-section 2017-08-22 12:46:28 +09:00
3ea7be1ccf Fix selecting unranked beatmaps in song select crashing the game. Fixes #1134. 2017-08-19 12:28:54 +09:00
cc39aad7f8 Fix OsuButton doesn't implement IFilterable 2017-08-18 01:23:44 +07:00
7e21ddb5eb Remove usage of HideOnEscape 2017-08-16 22:56:32 +09:00
143ff695ef Remove unused using statements 2017-08-15 17:44:04 +09:00
6ded194c53 Remove all usage of DI to retrieve InputManager
Uses GetContainingInputManager instead, as per framework changes.
2017-08-15 14:30:50 +09:00
1fe273cbc0 Move GameplayCursor to osu! ruleset and make work with OsuActions 2017-08-10 18:37:41 +09:00
c877a5a8b7 update TestCase 2017-08-09 19:26:27 +02:00
8631c469fc add license header 2017-08-09 18:50:44 +02:00
7d7cfe5d92 Merge branch 'master' of git://github.com/ppy/osu into ranks-section 2017-08-08 23:13:25 +02:00
1c2329f111 generalize the hover code 2017-08-08 23:11:46 +02:00
2ce30474ca Merge branch 'master' into spriteicon-invalidation-fix 2017-08-07 14:49:09 +09:00
d0906d8232 Adjust xmldocs to conform to TransformableExtensions. 2017-08-07 14:20:56 +09:00
2221797273 Add transform sequence support to IHasAccentColour. 2017-08-07 14:12:05 +09:00
ce7d391f06 These method calls are impure. 2017-08-07 13:37:07 +09:00
953cf5af58 Fix SpriteIcon invalidation causing game breakness. 2017-08-07 13:26:54 +09:00
8941c8658c Use nested containers for shadow 2017-08-07 09:50:04 +09:00
d7fede96ef Fix shadow on SpriteIcon being a bit off 2017-08-07 08:54:53 +09:00
8843d97895 Remove depth setting in SectionsContainer and profile. 2017-08-05 18:01:10 +08:00
62b3540fd6 Merge branch 'master' into fixes 2017-08-04 13:49:03 +08:00
a5a5c1a315 Remove debug code 2017-08-03 15:50:59 +09:00