Commit Graph

50 Commits

Author SHA1 Message Date
0082695cd8 Choose default category sorting instead of being always first 2019-08-02 13:22:58 -07:00
cb2b14e501 Centralise fullscreen overlay logic 2019-05-14 14:20:53 +09:00
f1952c0816 Update font awesome usage 2019-04-02 19:55:24 +09:00
de80fc0eac Update icon usage to match framework changes 2019-03-27 19:29:27 +09:00
9a11a08acc Update textbox usages 2019-03-23 02:00:27 +09:00
26d53d06a9 Fix remaining issues 2019-02-28 13:31:40 +09:00
3015d40f8f Merge branch 'master' into osu-fontusage 2019-02-22 18:09:23 +09:00
d8c55bc729 Adjust namespaces 2019-02-21 19:05:52 +09:00
bca347427f Update with framework bindable changes 2019-02-21 18:56:34 +09:00
4db5531e4b Replace copy-constructor/method with extension method 2019-02-20 19:32:30 +09:00
a2aa3ec5cb Adjust sprite texts in-line with framework changes 2019-02-20 15:03:20 +09:00
260034a80e Don't auto-focus textboxes when on screen keyboard would cause inconvenience 2019-01-25 19:20:29 +09:00
82d944dc89 Fix textbox colours not always being set corrrectly 2019-01-25 19:20:29 +09:00
7ed215c521 Make InternalPadding a bit simpler 2019-01-25 14:46:45 +09:00
4cae9bae83 Merge branch 'master' into fix-multiplayer-parallax-overflow 2019-01-24 20:41:10 +08:00
8617aaa2a7 Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
7ac20c3545 Add overflow padding to account for parallax shifting
Added overflow padding in the Multiplayer screen, and adjusting content (LoungeSubScreen, FilterControl, Header, "Create Room" button) to account for this padding.
2019-01-24 16:11:24 +08:00
f27bd3ef3e OpenTK -> osuTK 2018-11-20 17:14:59 +09:00
99fc04c8af Change signature to new event handler 2018-10-02 12:02:47 +09:00
0f37758314 Update framework 2018-07-21 16:21:53 +09:00
32a74f95a5 Normalize all the line endings 2018-04-13 18:26:38 +09:00
3d05798d80 Change SearchableListOverlay to use OsuTabControl strip. 2018-03-29 15:34:53 -03:00
37d393bca0 Update licence headers 2018-01-05 20:21:19 +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
923ffae42c Update SlimEnumDropdown in line with framework 2017-08-25 15:57:55 +09:00
a5007fc64f Fix some remaining usage of local InputManager instances 2017-08-16 13:07:18 +09:00
0d9ea97828 Allow Rulesets to create a non-FontAwesome icon
This also
- Renames TextAwesome to SpriteIcon.
- Removes the default size of "20" from SpriteIcon (now defaults to the underlying texture size).
2017-08-03 14:36:21 +09:00
ce204b8e7b Merge remote-tracking branch 'ppy/master' into right-mouse-scrollbar 2017-07-14 06:23:07 +09:00
9d47dd9ff9 Add support for right mouse absolute scrolling (when enabled)
Will likely need to be bindable when hooked up to settings and actually used.
2017-07-12 18:57:44 +09:00
a9ff0b5317 Make SlimMenu more opaque. 2017-07-11 01:59:52 -03:00
84701846ec Merge https://github.com/ppy/osu into osu-direct-search 2017-07-11 00:26:49 -03:00
724e5aa99e Merge master into better-input 2017-07-05 13:59:40 -07:00
bbae6e2590 Remove unnecessary using 2017-06-30 10:02:07 +03:00
5c02f1812f Remove now unneeded Contains overrides 2017-06-30 09:53:52 +03:00
480cdba023 Add OsuClickableContainer with generic sounds 2017-06-27 21:05:49 +09:00
e3489928b7 Remove now obsolete InternalContains 2017-06-24 09:21:08 +02:00
f5829860a2 Get rid of AlwaysReceiveInput 2017-06-23 18:02:24 +02:00
62dee59672 Shapes namespace
Depends on https://github.com/ppy/osu-framework/pull/837
2017-06-20 15:54:23 +10:00
0b204bd157 Add padding to the bottom of SearchableListOverlay's ScrollFlow 2017-06-07 10:11:10 -03:00
8006fab3c7 Merge https://github.com/ppy/osu into osu-direct-search 2017-06-07 09:56:13 -03:00
59bed2b16e Add missing spaces 2017-06-07 20:44:54 +09:00
fc2d9816df Make SearchableListHeader icon customisable 2017-06-07 20:06:02 +09:00
ec8a88c96a Update with framework changes 2017-05-31 05:28:50 -03:00
a1453eb9e1 Fix filter text box input 2017-05-29 22:52:38 -03:00
b6cb9d3229 Fix display style dropdown scaling the filter control 2017-05-29 22:39:59 -03:00
8994c57f3c Update with framework changes 2017-05-28 15:14:22 -03:00
816caf86ea Better exception for SearchableListFilterControl's generic type argument not being an enum 2017-05-27 18:49:55 -03:00
12f6276e05 Move DisplayStyleControl to all FilterControls 2017-05-26 06:05:05 -03:00
5785715ad5 CI fixes 2017-05-26 03:10:36 -03:00
68377494f7 Browser - SearchableList 2017-05-26 02:44:09 -03:00