eeebd517f3
Use MaxWidth specification
2019-09-09 12:08:59 +09:00
c6b8f2db77
Update historic licence header
2019-09-06 19:05:50 +09:00
374479f837
Add truncatino of long usernames in chat
2019-09-06 19:00:57 +09:00
75476df1af
Use float types for chat overlay height ( #5960 )
...
Use float types for chat overlay height
2019-09-06 16:08:16 +09:00
b3f61abd49
Use float types for cursor sizes ( #5958 )
...
Use float types for cursor sizes
2019-09-06 15:45:44 +09:00
696802e674
Don't use in music player for now
2019-09-05 16:52:53 +09:00
a87a1e6031
Don't redraw certain buffered containers on scale change
2019-09-04 19:38:12 +09:00
e88965b433
Merge remote-tracking branch 'upstream/master' into consistent-mod-button-sounds
2019-09-03 19:18:59 +09:00
312e12e3b4
Add spacing to difficulty icons on direct panels ( #5957 )
...
Add spacing to difficulty icons on direct panels
2019-09-03 18:44:58 +09:00
de6dba9716
Use float type for chat overlay height
2019-09-03 01:50:52 +03:00
cb55159b28
Use float types for cursor sizes
2019-09-03 01:28:51 +03:00
ce446826e8
Match web's max diff icon number
2019-09-02 11:00:12 -07:00
5d3f3b7cc2
Add spacing to diff icons on direct panels
2019-09-02 10:59:43 -07:00
6ca17bdfd5
Center icon and text using anchor and origin instead of margin
2019-09-02 10:42:21 -07:00
3443a9517f
Merge pull request #5953 from peppy/fix-direct-panel-unbind-nullref
...
Fix potential null reference on DirectPanel unbind
2019-09-02 21:35:17 +09:00
841da7d691
Fix potential null reference on DirectPanel unbind
2019-09-02 17:12:32 +09:00
d21d68b36c
Refactor to match web implementation 1:1
2019-09-02 17:04:38 +09:00
0985b1679f
Move enum to response class
2019-09-02 15:57:55 +09:00
3d551b08a9
Rename legacy actions
2019-09-02 15:57:23 +09:00
da45070373
Group common prefixes together
2019-09-02 15:44:21 +09:00
c06908adf7
Fix spacing specifications
2019-09-02 15:37:38 +09:00
13fadec6ec
Merge remote-tracking branch 'upstream/master' into kudosu-info
2019-09-02 15:25:41 +09:00
043034a6ce
Merge remote-tracking branch 'upstream/master' into beatmapset-genre-language
2019-09-02 13:45:25 +09:00
d4c12881f5
Remove unnecessary over-complication and fix transitions
2019-09-02 13:45:13 +09:00
6603cbd74d
No language doesn't mean "Other"
2019-09-02 13:41:14 +09:00
c4dc34eefd
Consolidate HoverClickSounds constructors
...
As suggested in review, merge both HoverClickSounds constructors into
one accepting optional arguments. Due to existing usages the parameter
is added as second and supplied by name in ModButton.
2019-09-01 13:10:11 +02:00
d1eafafa51
Allow searching channels by topics
...
Closes #5939
2019-09-01 19:57:12 +09:00
a155814bc4
Implement instant movement properly
2019-09-01 06:07:25 +03:00
7d955839be
Instantly move rank graph tooltip
2019-09-01 04:22:24 +03:00
658e0edc3e
Handle other button clicks in HoverClickSounds
...
As suggested in review, remove previously introduced HoverMouseUpSounds
and instead change effect playing logic in HoverClickSounds by moving it
out of OnClick() to OnMouseUp().
Users of the class can either use the existing constructor to play
the effect only on left click or use the newly introduced constructor
with the MouseButton[] parameter to specify which button clicks should
trigger the sound.
2019-08-31 20:16:16 +02:00
a1c72db5f6
Fix inconsistent sound effects on mod buttons
...
Because HoverClickSounds.OnClick() does not fire upon right clicking
on mod buttons, the sound effects that play on left and right click
were inconsistent. Introduce HoverMouseUpSounds drawable that allows
to play the click sound effect upon mouse up events for an arbitrary
set of mouse buttons and use it on mod buttons.
2019-08-31 17:01:12 +02:00
71c844facd
Remove unwanted spacings
2019-08-30 10:22:49 +03:00
b03b520818
Move Absing from the APIKudosuHistory
2019-08-30 10:13:21 +03:00
b7a75ef5e1
Merge remote-tracking branch 'refs/remotes/ppy/master' into kudosu-info
2019-08-30 10:09:00 +03:00
1d77e3764d
Merge branch 'master' into accuracy-bar
2019-08-30 15:21:32 +09:00
c1c1c7874b
Nullcheck
2019-08-29 13:25:05 +03:00
68ee7346b2
Remove usings
2019-08-29 12:49:44 +03:00
d303083179
Update to match api
2019-08-29 12:29:31 +03:00
3347ee8170
Merge branch 'master' into beatmapset-genre-language
2019-08-29 09:57:53 +03:00
dfdf3f5e96
Merge remote-tracking branch 'upstream/master' into humanizer-fallback
2019-08-28 20:15:32 +09:00
bb22c2d6e4
Tidy up text construction
2019-08-28 17:29:18 +09:00
b1f523dae3
Merge remote-tracking branch 'upstream/master' into kudosu-info
2019-08-28 17:13:57 +09:00
fcf770c744
Merge branch 'master' into update-framework
2019-08-28 17:04:44 +09:00
bef44b8e58
item -> model
2019-08-28 13:31:12 +09:00
3942c83c18
Simplify schedule layout
2019-08-28 13:28:57 +09:00
27633c8dbd
T -> TModel
2019-08-28 13:28:21 +09:00
f18b5a3c02
Remove "AllowCreate" function by instead handling nulls
2019-08-28 13:27:44 +09:00
5fd43d42f4
CI fixes
2019-08-27 16:09:37 +03:00
9a383eee1a
Add AllowCreate function
2019-08-27 15:58:57 +03:00
22ee7db805
Refactor PaginatedContainer to avoid code duplication
2019-08-27 15:47:37 +03:00