aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add back button to ConversationTitlebarTeemu Ikonen2023-01-241-0/+28
* Remove set_window_buttons() from MainWindowTeemu Ikonen2023-01-241-14/+0
* Use Adw.HeaderBar for CSD header barsTeemu Ikonen2023-01-244-4/+7
* Convert main window layout to 2 vertical boxesTeemu Ikonen2023-01-243-103/+118
* Use Adw.Application, make about dialog an Adw.AboutWindowTeemu Ikonen2023-01-241-17/+16
* Add libadwaita to build systemTeemu Ikonen2023-01-242-0/+12
* MAM: Fix latest range not being stored in db if it contained a duplicatefiaxh2023-01-171-8/+7
* Fix pin setting switch displayingfiaxh2023-01-161-1/+1
* Fix reply cancellingfiaxh2023-01-161-2/+2
* Add debug outputs to summarize_whitespaces_to_space and don't assert_not_reachedfiaxh2023-01-132-1/+7
* Fix crash when removing jid from rosterfiaxh2023-01-112-5/+6
* Support pinning of conversations (locally)fiaxh2023-01-116-17/+57
* Support replies and reactions to filesfiaxh2023-01-1112-102/+202
* Replies: Fix fallback bodies with multi-line quotesfiaxh2023-01-081-1/+1
* Reactions: Fix wrong time being stored for outgoing reactions (micro sec teat...fiaxh2023-01-071-9/+8
* Replies: Fix quoted message not being reset after sendingfiaxh2023-01-071-3/+5
* Add support for XEP-0461 replies (with fallback)fiaxh2023-01-0628-110/+740
* Fix compiler warningsfiaxh2022-12-3012-33/+11
* MAM: Fix processing after range was fetched completely, fix merging of rangesfiaxh2022-12-201-29/+30
* Fix connecting to jingle file provider multiple timesfiaxh2022-12-201-7/+6
* Fix some MAM issuesfiaxh2022-11-201-18/+40
* Reactions: Fix reactions being differentiated by resource on first displayingfiaxh2022-11-201-0/+2
* Fix build with Vala < 0.52Marvin W2022-11-101-1/+1
* Parse conference.password from XEP-0402 bookmarks (#1310)Teemu Ikonen2022-11-101-0/+1
* Clean up log outputsfiaxh2022-11-045-54/+35
* HTTP: Make LimitInputStream pollable for better async compatibilityMarvin W2022-11-043-13/+21
* Automatically select appropriate libsoup versionMarvin W2022-11-036-14/+52
* Don't use splice when handling input streams from libsoup-3Marvin W2022-11-021-1/+9
* DTLS: Use ECDSA keyMarvin W2022-10-282-2/+3
* Fix segfault if reaction message has type normalfiaxh2022-10-201-4/+4
* Reactions: Fix xml attribute namefiaxh2022-10-121-4/+4
* Reactions: Improve stylefiaxh2022-10-112-8/+13
* Fix message server_id getting overwritten with null on reconnectfiaxh2022-10-111-1/+4
* Don't require use of MenuButton.set_child introduced with GTK 4.6fiaxh2022-10-113-19/+18
* Add support for reactionsfiaxh2022-10-1118-23/+1026
* Rewrite MAM logic and add MUC MAMfiaxh2022-10-1020-356/+835
* Fix regression with channel join button not getting sensitivefiaxh2022-10-091-0/+3
* Small fixesfiaxh2022-10-092-1/+2
* Add account dialog: Reenable Next-button activation on enterfiaxh2022-10-091-6/+6
* Fix drag and drop uploadingfiaxh2022-10-092-19/+13
* Fix channel join button not getting sensitivefiaxh2022-10-031-13/+18
* Move icons out of scalable/ui/ since it's not allowed by icon naming specfiaxh2022-09-186-7/+6
* OMEMO QR code: Switch to paintable, fix cssfiaxh2022-09-183-9/+8
* Fix crash when calling contact from Conversations (#1259)rim2022-08-221-1/+4
* Fix crashes and warning in Join Conference dialogfiaxh2022-08-222-7/+25
* Fix crash on call window closingfiaxh2022-08-221-2/+5
* RTP: Use gstreamers new VideoFrame.mapMarvin W2022-08-212-2/+2341
* RTP: Use latest gstreamer vapi if vala version older than 0.56.1Marvin W2022-08-214-27/+1132
* Fix encryption button update and reduce its required GTK versionfiaxh2022-08-216-46/+39
* GTK4: Don't require use of MenuButton.set_child introduced with 4.6Marvin W2022-08-213-3/+25