summaryrefslogtreecommitdiff
path: root/src/components/chatwindow.cpp
AgeCommit message (Expand)Author
2024-01-18add a bajillion headers back in to compile if pch is offouwou
2023-12-07hide progress bar when not actually mid-uploadouwou
2023-07-15check if message is editableouwou
2023-07-15only start editing if input is emptyouwou
2023-07-15clear input when exiting editingouwou
2023-07-15make editing inline, add up arrow shortcutouwou
2023-06-13remove dumb template stuffouwou
2023-06-13refactor, update user mention handlingouwou
2023-01-29first pass compile time optimizationouwou
2022-08-08fix some permission checksouwou
2022-08-07add SEND_MESSAGES permission check finallyouwou
2022-08-07pull chat input permission check out of signalouwou
2022-07-23handle max message payload + show filename labelouwou
2022-07-09handle premium server upload size limitsouwou
2022-07-09check nitro size restriction + fix replying borderouwou
2022-07-07add upload progress barouwou
2022-06-17add file upload via dnd + rework httpouwou
2022-06-14refactor send message params into one structouwou
2022-06-09remove temp attachment files when theyre actually done being uploadedouwou
2022-06-05start attachments (image paste and upload)ouwou
2022-05-10add ctrl+number key shortcuts for tabsouwou
2022-05-09add ctrl(+shift)+tab keybindsouwou
2022-05-02open channel if its the first opened tabouwou
2022-04-27add back/forward history to tabsouwou
2022-04-23dont expand channel list when changing tabsouwou
2022-04-21add opened tabs to stateouwou
2022-04-08basic tabs systemouwou
2022-04-05fix up a bunch of clang-tidy stuffouwou
2022-01-09format allouwou
2021-11-23Restructure source and resource files (#46)Dylam De La Torre