Commit Graph

82 Commits

Author SHA1 Message Date
be34a7ad38
refactor: replace Mutex with SemaphoreSlim
Mutex uses system mutexes and SemaphoreSlim does not.
2022-09-02 18:21:57 -04:00
84b209c5c7
fix: handle empty lines 2022-09-02 18:09:20 -04:00
6418ee9ee2
fix: use new ImGuiKey stuff 2022-07-14 02:00:22 -04:00
c4813dfe8b
feat: add linkshell names to channel picker 2022-07-13 15:06:30 -04:00
5abbe5fe54
fix: use keyboard focus correctly 2022-07-10 13:46:17 -04:00
7c7116322c
feat: more extrachat ipc 2022-07-01 11:05:51 -04:00
b14b19b371
fix: don't override command prefixes 2022-07-01 10:08:19 -04:00
506baaf96d
feat: better extrachat integration 2022-06-30 18:02:38 -04:00
5baeaabb01
fix: have input behave more like vanilla 2022-06-30 17:56:49 -04:00
f8db52c07e
fix: check if Axis fonts are null 2022-06-24 11:22:20 -04:00
7176617304
feat: add extrachat ipc 2022-06-23 18:51:12 -04:00
561a600a7b
feat: add duplicate message collapsing 2022-06-14 12:33:06 -04:00
f2b66471a1
fix: handle opacity for popped-out windows 2022-06-12 10:49:09 -04:00
c5c83df081
fix: check if docked on last frame 2022-06-12 10:39:29 -04:00
088637325e
fix: only apply alpha when not docked 2022-06-12 10:35:59 -04:00
312dee7ab5
refactor: use popcnt 2022-06-03 20:12:09 -04:00
e86da10689
fix: only scroll when using arrow keys 2022-05-31 23:55:02 -04:00
2be7e0d135
feat: allow arrow keys 2022-05-31 23:54:44 -04:00
d34cfa2d6b
feat: add autotranslate qol features
Allow using Ctrl+# to select the first 10 results. Allow pressing
Enter to select the first result. Fix the Escape key not closing the
autotranslate window. Increase the window size.
2022-05-30 15:34:00 -04:00
5018544695
fix: use unique labels 2022-05-30 14:41:43 -04:00
0c2a81215e
feat: add option to sort auto translate list 2022-05-30 00:52:44 -04:00
7dd612cb66
feat: add basic autotranslate support 2022-05-30 00:42:23 -04:00
c0c8b4b916
fix: allow popups with popped-out tabs 2022-05-13 10:56:36 -04:00
c78687d9f1
feat: update for 6.11 2022-05-12 18:50:05 -04:00
e0f0112952
refactor: store alpha as [0, 100] 2022-02-19 16:15:25 -05:00
e606581d40
feat: add popped-out tab opacity 2022-02-19 16:09:32 -05:00
ab8bf471b5
feat: disable scrolling container windows 2022-02-19 07:20:38 -05:00
d5bd8f4e22
feat: add an option to hide redundant timestamps 2022-02-18 13:47:31 -05:00
cddbd38109
feat: add tab pop-out 2022-02-18 13:35:46 -05:00
a57f7d4904
feat: validate chat input 2022-02-18 00:34:39 -05:00
39ad798eb5
fix: handle more weird wrapping stuff 2022-02-16 15:15:41 -05:00
54c8113d7e
feat: add jank hover highlight for links 2022-02-15 18:36:30 -05:00
c8a0671e90
fix: handle toggle correctly 2022-02-15 17:03:13 -05:00
3f9ea9dbf1
refactor: rework the command system 2022-02-15 16:57:15 -05:00
ecd29612ab
chore: remove boms 2022-02-15 13:02:46 -05:00
841688a7aa
feat: add chat database 2022-02-15 12:58:55 -05:00
4cf86079a1
fiX: handle commands with temp channels better 2022-02-11 01:51:58 -05:00
b98664edd4
fix: properly space input 2022-02-11 01:35:39 -05:00
00cf5f23d1
fix: reduce spacing at bottom of chat 2022-02-11 01:22:49 -05:00
063d79033b
feat: add keybind mode options 2022-02-08 15:20:10 -05:00
64d1ac9bfc
feat: add command help 2022-02-07 00:50:30 -05:00
bfd350f469
feat: add option to hide when not logged in 2022-02-06 03:45:16 -05:00
3521c9460e
fix: update some things for localisation 2022-02-05 19:55:05 -05:00
f93a817d4c
feat: prettier settings, start using resources file 2022-02-04 05:46:13 -05:00
c246f5f6d8
feat: add hide option to message context menu 2022-02-04 05:14:37 -05:00
af7eed0529
feat: add config for novice network 2022-02-03 20:07:31 -05:00
e74a6eeb2b
feat: add novice network button 2022-02-03 19:52:11 -05:00
756e984cf7
feat: add unread modes 2022-02-03 16:15:27 -05:00
ffec1f74db
fix: calculate height correctly in non-compact mode 2022-02-01 16:23:00 -05:00
fd441af5ae
feat: add direct chat support 2022-02-01 01:52:51 -05:00