ansel
|
43628903a7
|
Make spinner bigger
|
2022-11-30 13:57:09 +03:00 |
|
ansel
|
1cc7ffce39
|
Keep button's text
|
2022-11-30 13:40:47 +03:00 |
|
ansel
|
bedc771e99
|
Remove useless check
|
2022-11-30 13:32:01 +03:00 |
|
ansel
|
a8422961dc
|
Rename button spinner prop again
|
2022-11-30 13:30:57 +03:00 |
|
ansel
|
5ea824534b
|
Use default button
|
2022-11-30 13:25:59 +03:00 |
|
ansel
|
642e0ac718
|
Increase footer height to look better with default buttons
|
2022-11-30 13:25:18 +03:00 |
|
ansel
|
956acbc86f
|
Use fixed width
|
2022-11-30 13:11:54 +03:00 |
|
Dean Herbert
|
4a747182b4
|
Merge branch 'master' into comment-editor-1
|
2022-11-30 17:22:59 +09:00 |
|
Dean Herbert
|
f7b7b58718
|
Adjust colour and tween to feel better
|
2022-11-30 16:20:01 +09:00 |
|
Dean Herbert
|
24ee363563
|
Only hover when hovering actual text
|
2022-11-30 16:18:36 +09:00 |
|
Dean Herbert
|
80b0e4a99d
|
Rename Colour to avoid conflict with Drawable.Colour
|
2022-11-30 16:15:50 +09:00 |
|
Dean Herbert
|
7fca5ee28d
|
Move DrawableUsername into own file
It's too large at this point to be a nested class.
|
2022-11-30 16:15:50 +09:00 |
|
Dean Herbert
|
6524914dbd
|
Merge branch 'master' into chat-profile-highlight-v2
|
2022-11-30 16:00:52 +09:00 |
|
ansel
|
e30d97c94e
|
Comments
|
2022-11-29 14:39:59 +03:00 |
|
ansel
|
84aaf5fedf
|
Change ways to access submit button state
|
2022-11-29 14:37:35 +03:00 |
|
ansel
|
6c126f5223
|
Remove useless local actions on click
|
2022-11-29 14:25:51 +03:00 |
|
Dean Herbert
|
61c702c02e
|
Add new IDependencyInjectionCandidate interface to non-drawable cached classes
|
2022-11-29 14:45:26 +09:00 |
|
Bartłomiej Dach
|
8f78d6179b
|
Fix multiple issues with settings items unhiding on search
|
2022-11-29 14:41:49 +09:00 |
|
Bartłomiej Dach
|
24deb5f5f4
|
Remove all unnecessary usage of IHasFilterableChildren
|
2022-11-29 14:40:52 +09:00 |
|
ansel
|
16962d9a57
|
Localize deleted string
|
2022-11-29 07:02:02 +03:00 |
|
ansel
|
a4819e5c9c
|
Localize actions
|
2022-11-29 07:01:52 +03:00 |
|
ansel
|
472d9274b6
|
Reorder members
|
2022-11-29 06:23:25 +03:00 |
|
ansel
|
af0ee9dbd6
|
Make spinner a little bigger
|
2022-11-29 06:19:54 +03:00 |
|
ansel
|
894fb98fa2
|
Rebase CommitButton to RoundedButton
|
2022-11-29 06:17:02 +03:00 |
|
ansel
|
a874345da0
|
Rebase CancelButton to RoundedButton
|
2022-11-29 05:46:30 +03:00 |
|
ansel
|
d20dc3668e
|
Enable nullability
|
2022-11-29 05:17:44 +03:00 |
|
ansel
|
8b033bf9f7
|
Allow localisable strings
|
2022-11-29 05:13:54 +03:00 |
|
Alden Wu
|
8ec4dd046e
|
Fix InspectCode errors
|
2022-11-28 18:06:44 -08:00 |
|
Alden Wu
|
0cb7c94c21
|
Merge branch 'master' of https://github.com/ppy/osu into chat-profile-highlight-v2
|
2022-11-28 17:59:15 -08:00 |
|
Alden Wu
|
c2d8ffc225
|
Refactor ChatLine username drawable creation
|
2022-11-28 17:50:12 -08:00 |
|
Bartłomiej Dach
|
894ef15e79
|
Merge branch 'master' into update-framework
|
2022-11-26 16:19:36 +01:00 |
|
Dan Balasescu
|
7bc8908ca9
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
|
Dean Herbert
|
2b2beadd06
|
Merge branch 'master' into update-framework
|
2022-11-25 01:00:08 +09:00 |
|
Dean Herbert
|
53b03df93d
|
Combine TriangleButton and RoundedButton classes
|
2022-11-24 16:26:57 +09:00 |
|
Dean Herbert
|
bea2acc60e
|
Remove local specifications of triangle colouring
|
2022-11-24 16:18:15 +09:00 |
|
Dean Herbert
|
40f706155f
|
Update RoundedButton to have new triangles design
|
2022-11-24 16:18:15 +09:00 |
|
Bartłomiej Dach
|
2f67199b1c
|
Merge branch 'master' into fix-missing-day-separator
|
2022-11-23 18:40:44 +01:00 |
|
Dean Herbert
|
b381b4fd2d
|
Merge branch 'master' into update-framework
|
2022-11-24 01:27:58 +09:00 |
|
Dean Herbert
|
5467097387
|
Fix adjacent day separators potentially being left behind after pending message resolution
|
2022-11-23 18:49:51 +09:00 |
|
Dean Herbert
|
172e798847
|
Merge pull request #21228 from Terochi/recent-messages-implementation
Add ability to view chat send history in input box
|
2022-11-23 14:58:42 +09:00 |
|
Bartłomiej Dach
|
76bb529cfa
|
Add test for local echo adding day separator
|
2022-11-22 16:46:21 +01:00 |
|
Alden Wu
|
a2b505f4c0
|
Use a direct Lighten instead of >1f Color4 values
|
2022-11-22 00:31:22 -08:00 |
|
Alden Wu
|
4084a2b066
|
Highlight ChatLine username on hover
|
2022-11-21 18:57:59 -08:00 |
|
Bartłomiej Dach
|
8dbe31a172
|
Merge branch 'master' into higher-aspect-ratio-max
|
2022-11-21 19:51:39 +01:00 |
|
Dean Herbert
|
981264b011
|
Avoid crashing when a system audio device provides a null name
|
2022-11-21 14:51:41 +09:00 |
|
Dean Herbert
|
e53b4321ff
|
Ensure two day separators are not added in a row
|
2022-11-21 14:01:10 +09:00 |
|
Dean Herbert
|
fa7b45dfb1
|
Fix chat day separator not being added on pending message resolution
Closes #21316.
|
2022-11-21 13:52:14 +09:00 |
|
Dean Herbert
|
c7ae837687
|
Increase maximum aspect ratio for tablet settings to 23:9 / 2.55
|
2022-11-21 12:45:54 +09:00 |
|
Dean Herbert
|
92aea22cd3
|
Merge pull request #21340 from vegguid/MetadataLanguage-FirstSetup
Added PreferOriginalMetadataLanguage to FirstRunSetup
|
2022-11-21 12:16:56 +09:00 |
|
vegguid
|
a431b793b9
|
Added PreferOriginalMetadataLanguage to FirstRunSetup
|
2022-11-20 23:18:19 +01:00 |
|