ouwou
121c2585c8
improve resizing behavior ( fixes #67 )
2022-05-03 18:19:26 -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
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
ouwou
4bd5c89266
fix and refactor multiple embeds in one message
2022-02-20 01:20:19 -05:00
ouwou
a0599ab812
parse role mentions
2022-02-20 01:19:18 -05:00
ouwou
6c54296ba3
change windows environment to windows-2019
2022-02-18 01:15:45 -05:00
ouwou
7ed415040a
delete database instead of trying to clear it
2022-02-17 02:14:19 -05:00
ouwou
011cb159cf
Merge branch 'master' of https://github.com/uowuo/abaddon
2022-02-14 02:53:31 -05:00
ouwou
25fd2c3840
fix per-guild avatars
2022-02-14 02:53:21 -05:00
social reject
7e3976785f
Update README.md ( #57 )
...
include command to clone necessary submodules
2022-02-14 04:58:51 +00:00
ouwou
75213fcede
handle multiple embeds in one message
2022-02-02 22:46:55 -05:00
ouwou
179ff980e9
fix ready parsing ( #54 )
2022-02-02 22:34:54 -05:00
ouwou
f784550964
support channel icons for dms
2022-02-02 22:27:19 -05:00
ouwou
ce238d08e9
add style option for unread indicator color
2022-01-28 14:46:33 -05:00
ouwou
f9864a24ed
update readme
2022-01-27 00:15:26 -05:00
ouwou
738d50dd43
add setting to not show unread stuff
2022-01-26 18:44:31 -05:00
ouwou
7d49f934bc
muted dms dont contribute to unread count
2022-01-26 18:43:47 -05:00
ouwou
fbb5522861
bump vcpkg
2022-01-23 20:27:08 -05:00
ouwou
0ce509f80e
add settings for some colors
2022-01-21 00:41:35 -05:00
ouwou
b6b215ee6f
add mark as unread/toggle mute for threads
2022-01-20 02:45:28 -05:00
ouwou
d7f3ee9f98
handle mute/unmute updates for threads
2022-01-20 01:52:48 -05:00
ouwou
2328c8bafe
handle initial muted state for threads
2022-01-20 01:40:27 -05:00
ouwou
dfd642bb82
show unread indicators for threads
2022-01-20 01:34:36 -05:00
ouwou
6c9bf4ff81
add toggle mute dm menu item
2022-01-15 01:51:11 -05:00
ouwou
481685b3bb
format all
2022-01-09 23:20:08 -05:00
ouwou
f31d431517
Merge branch 'unread' into msys
2022-01-08 20:11:52 -05:00
ouwou
604f2ffe3d
show count of unread dms in header
2022-01-08 20:03:12 -05:00