summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-24disable file picker filtersTheMorc
macOS's file picker had issues with them being enabled and it works just fine without the filter being added. Probably applies to other file picker interfaces too
2023-07-21keep aspect ratio for LazyImageMorc - Richard Gráčik
2023-07-17dont error if no capture or playback devices are available to try ↵ouwou
initializing (#193)
2023-07-16Merge pull request #192 from uowuo/message-editingouwou
Improve message editing
2023-07-15check if message is editableouwou
2023-07-15restrict attachments when editingouwou
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-07-13fix attachments and replies breaking when loading message historyouwou
2023-07-13voice_states can be missingouwou
2023-07-13Merge pull request #185 from uowuo/remoteauthouwou
Login with QR code/remote auth
2023-07-11add qrcode to mindeps ci runouwou
2023-07-09make qrcodegen optional wow!!!ouwou
2023-07-09use another color for qr code cuz im specialouwou
2023-07-09restart remote auth on cancel opcodeouwou
2023-07-09emit remoteauth error on unexpected closeouwou
2023-07-09restart ra ws on timeoutouwou
2023-07-09fix typo in heartbeatouwou
2023-07-06fix bad optional access in channel delete (fixes #187)ouwou
2023-07-05Merge pull request #186 from jkozera/unread-category-indicatorsouwou
Show unread indicators next to categories containing unread channels
2023-07-05Don't count muted channels towards unread state of categoryJerzy Kozera
2023-07-04Redraw unread indicator after message status for category changesJerzy Kozera
2023-07-03use ppm instead of svg for generating qr pixbufouwou
2023-07-04Show unread indicators next to categories containing unread channelsJerzy Kozera
2023-07-01search for system miniaudio.h tooouwou
2023-07-01show status, error when captcha requiredouwou
2023-07-01only connect on RESPONSE_OKouwou
2023-07-01get rid of the message structs because theyre unnecessaryouwou
2023-07-01finalize loginouwou
2023-06-30remote auth impl. up to QR code displayouwou
2023-06-25global_name is optionalouwou
2023-06-25Merge pull request #176 from uowuo/pomeloouwou
pomelo support (and nicknames)
2023-06-24dont notify on silent messagesouwou
2023-06-24support sending messages with `@silent` prefixouwou
2023-06-24Merge pull request #182 from TheMorc/TheMorc-patch-audio2ouwou
Fix UDPSocket::ReadThread on macOS
2023-06-24Merge pull request #181 from TheMorc/TheMorc-BaseAttachementSizeouwou
Update attachment size limits for base users
2023-06-23Change timeval from 1000000 microseconds to 1secMorc - Richard Gráčik
2023-06-23Update max attachment size for base usersMorc - Richard Gráčik
2023-06-22Merge branch 'master' of https://github.com/uowuo/abaddonouwou
2023-06-22allow setting unreasonably high gainouwou
apparently packing is still a thing or whatever... someone asked
2023-06-21show legacy username as tooltip under usernameouwou
2023-06-21Merge pull request #178 from TheMorc/TheMorc-patch-audioouwou
partial audio fix for macOS
2023-06-17Merge pull request #177 from TheMorc/TheMorc-patch-1ouwou
fix clipboard pasting on macOS
2023-06-17add runtime option to hide console on windowsouwou
2023-06-17Add MA_NO_RUNTIME_LINKING for macOSMorc - Richard Gráčik
2023-06-17add CoreFoundation, CoreAudio and AudioToolbox to CMakeListsMorc - Richard Gráčik
required to make audio working on macOS
2023-06-17fix clipboard pasting on macOSMorc - Richard Gráčik
just checks for __APPLE__ definition and changes the mask accordingly
2023-06-15show voice participants in private channelsouwou
2023-06-15use default group dm icons if none setouwou