Infi
7bd5f0302b
Prevent ENTER focus if disabled input, exception is to unhide chat
2024-05-01 23:11:47 +02:00
Infi
4161e8e378
Set chat input to readonly on disabled tabs
2024-05-01 22:56:52 +02:00
Infi
2552c5bd6a
Better implementation for disabled chat input
2024-04-30 04:02:04 +02:00
Infi
a74cdcb899
Prevent vanilla tooltip for event item and implement #28
2024-04-30 03:49:53 +02:00
Infi
036bcec1e7
Add debugger window
2024-04-29 19:21:17 +02:00
Infi
8e006f8ab5
Just some formatting
2024-04-25 20:26:39 +02:00
Infi
60bfefd359
Add string formatting to some importer fields
2024-04-23 20:32:30 +02:00
Infi
3d28162641
Use ImRaii in ImGuiUtil
2024-04-23 08:17:11 +02:00
Infi
c892577f54
Fix freezing popouts on saving the settings
2024-04-23 07:48:57 +02:00
Infi
fc8199b3e5
Fix issues arise through shared height
2024-04-23 06:19:11 +02:00
Infi
6452f937b5
disable ESC key and sound for migration window
2024-04-23 04:20:17 +02:00
Infi
77ceffceef
Fix setting conditions not working
2024-04-22 05:10:24 +02:00
Infi
b4cb73dd0a
Add button to database section
2024-04-21 23:24:43 +02:00
Infi
f3530bf0fe
remove unused
2024-04-21 23:18:19 +02:00
Infi
9bdfa58deb
Implement some todos from #27
2024-04-21 23:16:49 +02:00
Infi
926f125cfa
Merge pull request #27
...
feat: add LiteDB => Sqlite importer
2024-04-21 21:04:11 +02:00
Infi
752b4deb16
Use ImRaii in chatlogwindow 2/2
2024-04-21 20:51:43 +02:00
Infi
2044306c3f
use imraii in chatlogwindow 1/2
2024-04-21 20:19:02 +02:00
Dean Sheather
398554fe1f
fixup! feat: add LiteDB => Sqlite importer
2024-04-22 02:47:51 +10:00
Dean Sheather
fcdb5625f3
feat: add LiteDB => Sqlite importer
2024-04-22 02:43:48 +10:00
Infi
c152f3dfde
use ImRaii in settings window
2024-04-21 16:44:45 +02:00
Infi
ed5cedefd2
remove message limit text as it doesn't exist for database itself
2024-04-21 01:59:04 +02:00
Infi
42e2fe12a4
Add old database section
2024-04-21 01:33:55 +02:00
Infi
366e121783
- Fixed hotkey behaviour in vanilla inputs
...
- Changed behaviour of tab switching
2024-04-21 00:29:07 +02:00
Dean Sheather
bb6c6b0034
feat: replace LiteDB with Sqlite
...
- Replace LiteDB database engine with Sqlite
Note: old databases will not be deleted
- Message duplication detection improvements
- Tolerate parse errors in release builds, log them
2024-04-20 21:18:51 +10:00
Infi
fd33934497
Fix state sharing leading to closed popouts
2024-04-19 21:56:39 +02:00
Infi
c0f9f83511
scope imraii
2024-04-19 20:05:48 +02:00
Infi
a06ee27b0e
switch to imraii for test
2024-04-19 19:53:05 +02:00
Infi
0c107a9290
end child outside of if
2024-04-19 19:33:26 +02:00
Infi
2d69af3f5c
fix formatting
2024-04-18 22:07:16 +02:00
Harold Iedema
e0793a51da
Add option to limit the amount of shown log lines
2024-04-18 19:31:27 +02:00
Infi
79488fdaab
Set channel on tab switch
2024-04-17 22:45:29 +02:00
Infi
91a8dd942d
Fix popout not being hidden
2024-04-17 22:25:06 +02:00
Infi
7d1ab8b98e
merge into patterns
2024-04-17 19:12:06 +02:00
Infi
51658c178c
Disable window sounds and remove goto
2024-04-16 16:31:24 +02:00
Infi
30ccf8e416
Implement sounds on interaction
2024-04-16 00:36:30 +02:00
Infi
230e63033d
Workaround for direct chat not triggering on special keys
2024-04-15 23:33:50 +02:00
Infi
5f7199773a
Fix chat alerts breaking tell messages
2024-04-14 20:37:01 +02:00
Infi
c66d97829c
Just null check the styles
2024-04-12 22:11:17 +02:00
Spider
cc9e7aba61
Resolved issue w/ invalid style
2024-04-12 08:04:34 -05:00
Infi
795c8a6bb5
We don't respect the close key in any window
2024-04-11 16:12:57 +02:00
Infi
db73c59d40
switch to SetTooltip
2024-04-11 15:55:54 +02:00
Infi
4c8bde1f9f
Merge pull request #15
...
feat: add database details section to settings
2024-04-11 15:40:13 +02:00
Infi
15eb7782a5
Merge pull request #14
...
fix: avoid warning logs about extrachat
2024-04-11 15:33:11 +02:00
Infi
1243501067
Fix unfocused in eureka
2024-04-11 15:31:36 +02:00
Dean Sheather
715fb7aa5b
feat: add database details section to settings
...
Shows path to database (click to copy), database size, database log
size, message count.
Also adds a Ctrl+Shift button to wipe the database permanently. This is
performed by clearing the Messages collection and then rebuilding the
database, which brings it down to around 48KB on my machine (even with
many messages).
2024-04-11 21:13:04 +10:00
Dean Sheather
e0e26b782c
fix: avoid warning logs about extrachat
2024-04-11 18:32:35 +10:00
Dean Sheather
07d6f68176
fix: censor tell target in Eureka in ScreenshotMode
2024-04-11 18:24:56 +10:00
Infi
9f771c37e3
Implement #10 with fixed payload byte[]
2024-04-10 23:57:44 +02:00
Infi
27e08064af
Adjust CursorPos to respect UTF symbols as one and not separate entities
2024-04-10 21:48:43 +02:00