ouwou
8b488a5ca9
add icons to dms
2022-05-11 15:05:32 -04:00
ouwou
1d8ef79da6
add ctrl+number key shortcuts for tabs
2022-05-10 01:09:42 -04:00
ouwou
bbf32730cd
add ctrl(+shift)+tab keybinds
2022-05-09 01:33:09 -04:00
ouwou
f58ca39e8c
request channels again if accessibility was lost
2022-05-08 02:40:27 -04:00
ouwou
3b5f4ded31
stop sending messages to inaccessible channels
2022-05-08 00:27:48 -04:00
ouwou
f6fdfeb95f
compile oopsy
2022-05-06 04:13:29 -04:00
ouwou
2c25319fb8
clear tabs when access lost, show blanks for missing channels
2022-05-06 01:14:15 -04:00
ouwou
7daa0a250c
Merge branch 'master' into tabs
2022-05-03 18:26:17 -04:00
ouwou
121c2585c8
improve resizing behavior ( fixes #67 )
2022-05-03 18:19:26 -04:00
ouwou
b18b94818a
respect muted state for tab indicator
2022-05-02 02:38:41 -04:00
ouwou
63db16a711
open channel if its the first opened tab
2022-05-02 02:31:15 -04:00
ouwou
c30ab91738
add menu+accelerator for go back/forward
2022-04-27 17:40:37 -04:00
ouwou
e8f16292d1
add back/forward history to tabs
...
also lots of reformatting in .cmake because clion is weird and did that for some reason
2022-04-27 16:24:11 -04:00
ouwou
db28abaa44
dont show attention indicator on checked tab
2022-04-23 15:41:31 -04:00
ouwou
bfb2490938
dont expand channel list when changing tabs
2022-04-23 15:33:54 -04:00
ouwou
b4ab88f708
add opened tabs to state
2022-04-21 14:41:45 -04:00
ouwou
2dab595476
add open dm in new tab
2022-04-21 14:19:21 -04:00
ouwou
a98967fccc
add ci run for minimal dependencies
2022-04-20 21:50:57 -04:00
ouwou
32e4540464
install libhandy dep on msys
2022-04-17 02:26:21 -04:00
ouwou
02dc28e89c
Merge branch 'master' into tabs
2022-04-17 02:20:34 -04:00
ouwou
47545d9d32
fix menu bar updates again ( fixes #61 )
2022-04-15 02:14:25 -04:00
ouwou
5670dfc1d5
update nightly.link download url
2022-04-15 03:26:27 +00:00
ouwou
34f8af599d
fix tab titles
2022-04-14 00:11:39 -04:00
ouwou
d36fe4d0e9
add server icons to channels
2022-04-09 03:33:56 -04:00
ouwou
44317e2d34
more tab work
...
- only one tab for any channel can be open
- rudimentary unread indicators
- add some css
2022-04-09 02:45:09 -04:00
ouwou
5b806a2589
basic tabs system
2022-04-08 23:47:12 -04:00
ouwou
5a13c7fef7
pull in libhandy optionally
2022-04-08 14:50:11 -04:00
ouwou
c22a49f64e
no more vcpkg
2022-04-08 13:49:51 -04:00
ouwou
436024b4a0
remove mark all as read (it doesnt work on API end)
2022-04-07 20:26:15 -04:00
ouwou
61cde0f7e1
fix more menu stuff
...
also reformat
2022-04-07 20:18:10 -04:00
ouwou
a9399873fd
fix open dm opening the wrong thing sometimes
2022-04-07 03:02:25 -04:00
ouwou
c2be1d3668
update readme
...
also format according to whatever jetbrains thinks is good i guess
2022-04-07 02:17:59 -04:00
ouwou
1d981d2c5a
fix menus looking weird when opened for first time
2022-04-07 00:21:24 -04:00
ouwou
c2b7ca780e
no more msvc builds
2022-04-06 21:15:50 -04:00
ouwou
57e95c8969
replace file chooser with native
...
also remove clipboard since it was just a workaround and i dont want to maintain it
2022-04-06 21:07:45 -04:00
ouwou
56a74fb5dd
improve scrolling behavior again, refactor
...
scrolling is almost exactly how i want it, but when an existing message's height allocation is changed it still causes the scroll position to change, but its not that bad and is better than what i had before anyways so it is good enough for now. ideally if you are scrolled in the middle it will stay put completely
2022-04-06 19:58:41 -04:00
ouwou
49685c3989
fix up a bunch of clang-tidy stuff
...
mostly changing references, which i hope doesnt break stuff with models (TreeRow, iterators) since they gave me some strange problems in the past
2022-04-05 22:01:53 -04:00
ouwou
9767e1e7fd
Merge branch 'master' into msys
2022-03-31 03:21:26 -04:00
ouwou
a83e9c01a6
improve scrolling up behavior when loading new messages
2022-03-31 03:21:07 -04:00
ouwou
7b1ceeedf4
enable fontconfig stuff on msys2 too
2022-03-31 03:06:36 -04:00
ouwou
a0b3c9f8a4
Merge branch 'master' into msys
2022-03-26 02:58:59 -04:00
ouwou
a2a45757e9
handle nicknames for message headers
2022-03-26 02:51:56 -04:00
ouwou
271d21c7bd
fix UB
2022-03-05 01:01:19 -05:00
ouwou
46b88566f1
obfuscate token in input dialog
2022-03-04 23:04:07 -05:00
ouwou
af60bceada
optimize sql for getting unknown member ids
2022-03-04 23:03:09 -05:00
ouwou
3583a5d251
dont request guild members if there are no user ids
2022-03-03 23:57:48 -05:00
ouwou
4503aeabc4
request when loading message history
2022-03-03 23:50:14 -05:00
ouwou
7f1d3df4a5
start sending request guild members for unknown members
2022-03-03 23:45:30 -05:00
ouwou
17f1289c84
fill out gateway op enum using internal names
2022-03-03 03:01:09 -05:00
ouwou
fc3d0fddd2
align stickers
2022-02-27 00:52:52 -05:00