index
:
abaddon-portaudio
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
components
/
channels.cpp
Age
Commit message (
Expand
)
Author
2023-01-07
add voice participant row on connect
ouwou
2023-01-07
remove voice participant row on disconnect
ouwou
2023-01-06
display users in voice in channel list
ouwou
2023-01-03
rewrite DiscordVoiceClient and stuff
ouwou
2022-10-04
temp mindeps build fix
ouwou
2022-10-03
support voice text channels
ouwou
2022-10-01
rudimentary dm voice call support
ouwou
2022-09-06
make voice disconnect/reconnect work
ouwou
2022-09-02
make compile work if voice support is disabled
ouwou
2022-08-31
rudimentary voice implementation
ouwou
2022-07-31
grey out leave button if user owns the guild
ouwou
2022-05-06
compile oopsy
ouwou
2022-05-06
clear tabs when access lost, show blanks for missing channels
ouwou
2022-04-23
dont expand channel list when changing tabs
ouwou
2022-04-21
add open dm in new tab
ouwou
2022-04-08
basic tabs system
ouwou
2022-04-07
fix menus looking weird when opened for first time
ouwou
2022-04-05
fix up a bunch of clang-tidy stuff
ouwou
2022-02-02
support channel icons for dms
ouwou
2022-01-20
add mark as unread/toggle mute for threads
ouwou
2022-01-15
add toggle mute dm menu item
ouwou
2022-01-08
show count of unread dms in header
ouwou
2022-01-05
handle mutable categories
ouwou
2022-01-02
Merge branch 'master' into unread
ouwou
2021-12-31
speed up connection speed a good bit
ouwou
2021-12-30
add mute/unmute guild menu item
ouwou
2021-12-29
handle change of mute state for guilds
ouwou
2021-12-20
mark channel being switched off as read when switching
ouwou
2021-12-18
add mute/unmute channel menu item
ouwou
2021-12-17
handle mute/unmute of channels (USER_GUILD_SETTINGS_UPDATE)
ouwou
2021-12-10
render total mentions on guild, redraw on message create
ouwou
2021-12-10
basic channel mentions count indicator
ouwou
2021-12-09
rudimentary guild unread indicator
ouwou
2021-12-06
reorder menu items
ouwou
2021-12-06
mark guild as read
ouwou
2021-12-05
mark channels as unread on MESSAGE_CREATE
ouwou
2021-12-05
basic unread indicators for channels
ouwou
2021-12-04
split channel CellRenderer into its own sources
ouwou
2021-11-24
remove SimpleIni as a dependency
ouwou
2021-11-23
Restructure source and resource files (#46)
Dylam De La Torre