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
/
chatwindow.cpp
Age
Commit message (
Expand
)
Author
2024-01-18
add a bajillion headers back in to compile if pch is off
ouwou
2023-12-07
hide progress bar when not actually mid-upload
ouwou
2023-07-15
check if message is editable
ouwou
2023-07-15
only start editing if input is empty
ouwou
2023-07-15
clear input when exiting editing
ouwou
2023-07-15
make editing inline, add up arrow shortcut
ouwou
2023-06-13
remove dumb template stuff
ouwou
2023-06-13
refactor, update user mention handling
ouwou
2023-01-29
first pass compile time optimization
ouwou
2022-08-08
fix some permission checks
ouwou
2022-08-07
add SEND_MESSAGES permission check finally
ouwou
2022-08-07
pull chat input permission check out of signal
ouwou
2022-07-23
handle max message payload + show filename label
ouwou
2022-07-09
handle premium server upload size limits
ouwou
2022-07-09
check nitro size restriction + fix replying border
ouwou
2022-07-07
add upload progress bar
ouwou
2022-06-17
add file upload via dnd + rework http
ouwou
2022-06-14
refactor send message params into one struct
ouwou
2022-06-09
remove temp attachment files when theyre actually done being uploaded
ouwou
2022-06-05
start attachments (image paste and upload)
ouwou
2022-05-10
add ctrl+number key shortcuts for tabs
ouwou
2022-05-09
add ctrl(+shift)+tab keybinds
ouwou
2022-05-02
open channel if its the first opened tab
ouwou
2022-04-27
add back/forward history to tabs
ouwou
2022-04-23
dont expand channel list when changing tabs
ouwou
2022-04-21
add opened tabs to state
ouwou
2022-04-08
basic tabs system
ouwou
2022-04-05
fix up a bunch of clang-tidy stuff
ouwou
2022-01-09
format all
ouwou
2021-11-23
Restructure source and resource files (#46)
Dylam De La Torre