96724bde32
Fix chat name backgrounds not dimming
2020-07-16 15:05:01 +09:00
c79d8a4251
Update ChannelTabControl in line with TabControl changes
2020-06-16 00:18:09 +09:00
f3b5149648
Move some suggestions to warnings, resolve issues
2020-06-03 16:48:44 +09:00
c73d45bc01
Reduce initial channel load overhead by only loading history on active channel
2020-04-29 15:23:28 +09:00
1b6342438f
Hide scrollbars in tournament chat display
2020-03-23 12:05:16 +09:00
acd280c855
Add System channel type and use it for the ChannelSelectorTab
2020-03-15 22:13:26 +01:00
8991e88039
Fix active tab closing behaviour
2020-03-13 18:34:51 +01:00
097bd37e37
Fix SelectorTab crashing tests after a reload
...
For some reason, the default channel type (Public) caused the channel manager to attempt to connect to an API, which was null at that time, after hot reloading the test environment (via dynamic compilation). Changing the channel type seems to fix that.
2020-03-13 18:34:51 +01:00
ed837d3115
Use framework extension method for FromHex
2020-03-11 10:18:41 +09:00
2fb640f57f
Change to until step + fix CI error
2020-01-30 15:00:39 +09:00
ce36e5458f
Fix possible crash with no channel topic
2020-01-30 14:35:03 +09:00
d2a032ca8d
Move reverse-order comparer to ChannelTabControl
2020-01-25 22:16:21 +01:00
bfb056c612
Apply input method signature refactorings
2020-01-20 18:17:21 +09:00
d01cc37968
Fix channel tab control test scene
2020-01-16 18:36:27 +09:00
5af363c920
Use default placeholder text on chat channel search box
2019-12-14 12:58:13 -08:00
c0fe91a84c
Merge branch 'master' into sharpen
2019-11-26 18:21:50 +08:00
45514ff660
Apply fixes
2019-11-25 11:30:55 +09:00
818553027b
Merge branch 'master' into sharpen
2019-11-21 23:42:46 +08:00
6cab517b2d
.NET Standard 2.1 implements Math.Clamp , use it instead of MathHelper.Clamp from osuTK.
2019-11-20 13:37:47 +01:00
42a98c5d87
Use constants.
2019-11-12 20:07:01 +08:00
bbeab6fa76
Use auto property.
2019-11-12 19:53:25 +08:00
54befb6f8f
Remove adjacent day separators
2019-10-29 15:45:41 +09:00
b06e70e546
Add failing test showing issue with day separator logic
2019-10-29 15:27:08 +09:00
09a6d1184a
Tidy up order of scroll changes
2019-10-29 14:33:05 +09:00
d1c6e3f620
Add test for scroll to end when max history is exceeded
2019-10-29 14:32:52 +09:00
e9aa7f3218
Subclass and use yellow for stand-alone chat display
2019-10-23 00:24:19 +09:00
3b4823abe7
Use foreach
2019-10-23 00:17:37 +09:00
0ba287a7fd
Rename variable
2019-10-23 00:14:22 +09:00
09b2f11bd5
Remove unused variable
2019-10-22 03:14:20 +03:00
b1eac6b400
Apply suggested changes
2019-10-22 03:11:19 +03:00
e9ae838f46
CI fixes
2019-10-22 02:16:52 +03:00
2896ed90e2
Fix incorrect date comparison
2019-10-22 01:55:26 +03:00
bb7af1e39c
Fix some margin/padding issues
2019-10-22 01:45:04 +03:00
d19041fa53
Implement DaySeparator class
2019-10-22 01:30:37 +03:00
75f444e431
Basic implementation
2019-10-22 00:44:58 +03:00
38c1cee5fd
Fix tab controls overflowing
2019-10-06 10:22:55 -07:00
b161aa22c3
Merge branch 'master' into simplify-exit-logic-of-screens
2019-10-02 18:13:57 +09:00
b6dd610af8
Apply reviews
2019-10-01 23:18:03 +07:00
5f700f2ae9
Simplify exit logic of screens with textboxes using back button receptor
2019-10-01 08:26:34 -07:00
208b9a4eba
Add new virtual float for username to timestamp padding
2019-10-01 20:47:53 +07:00
717a287d69
Use real ellipsis character
2019-09-10 17:11:26 +09:00
01fd08cba9
Fix broken positioning of effected usernames
2019-09-10 17:11:16 +09:00
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
6ca17bdfd5
Center icon and text using anchor and origin instead of margin
2019-09-02 10:42:21 -07:00
d1eafafa51
Allow searching channels by topics
...
Closes #5939
2019-09-01 19:57:12 +09:00
52f42ddade
Use child instead of children
2019-08-14 10:53:47 +09:00
b6bc84af2c
Fix chat context menus displaying out-of-bounds
2019-08-14 10:52:26 +09:00
316b11d08b
use single line if-statement
2019-07-28 20:36:21 +02:00