aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* connection_manager.vala: Use yield on disconnect()Xavier Del Campo Romero2023-10-091-3/+3
* file_sender.vala: Split very long lineXavier Del Campo Romero2023-10-091-1/+5
* Check XmppStream against nullXavier Del Campo Romero2023-10-096-14/+42
* file_manager.vala: Disable automatic downloadXavier Del Campo Romero2023-10-091-5/+0
* Show file upload/download progressXavier Del Campo Romero2023-10-098-10/+71
* http-files: Avoid null dereferencesXavier Del Campo Romero2023-10-092-5/+34
* connection_manager.vala: Refactor reconnect streamXavier Del Campo Romero2023-10-091-18/+33
* history_sync.vala: Remove noisy debugXavier Del Campo Romero2023-10-091-1/+0
* Add screenshotsXavier Del Campo Romero2023-10-093-0/+6
* README.md: Update featuresXavier Del Campo Romero2023-10-091-1/+6
* Allow to copy messagesXavier Del Campo Romero2023-10-094-0/+19
* Add BACKPORTXavier Del Campo Romero2023-10-092-1/+344
* Show warning dialog on failed GTK video sink creationXavier Del Campo Romero2023-10-091-0/+8
* Make Ctrl-Q accelerator user-configurableXavier Del Campo Romero2023-10-094-1/+46
* Make send button settings-selectableXavier Del Campo Romero2023-10-095-33/+107
* Backport Meson build supportXavier Del Campo Romero2023-10-0915-11/+472
* Limit max_content_heightXavier Del Campo Romero2023-10-094-4/+4
* Allow to resume failed transfersXavier Del Campo Romero2023-10-092-1/+5
* Revamp connection_manager.valaXavier Del Campo Romero2023-10-051-127/+56
* Add send button on chat viewXavier Del Campo Romero2023-10-052-3/+37
* conversation_view.vala: update_highlight on touch eventXavier Del Campo Romero2023-10-051-0/+7
* Fix edit button not showingMarcoPolo-PasTonMolo2023-10-053-10/+37
* Adds quote functionalityMarcoPolo-PasTonMolo2023-10-053-0/+41
* manage_accounts/dialog.ui: set mobile-friendly dimensionsXavier Del Campo Romero2023-10-051-11/+2
* emojichooser.c: do not popdown on emoji selectedXavier Del Campo Romero2023-10-051-2/+0
* Use ctrl+enter to enter newlinexavi922023-10-051-1/+1
* emojichooser.ui: set category icons on a GtkGridXavier Del Campo Romero2023-10-051-1/+41
* Update im.dino.Dino.appdata.xml.in (#1121)free software2023-10-051-0/+4
* Update im.dino.Dino.desktop (#1122)free software2023-10-051-0/+1
* [feature/handy]: Adapt OMEMO dialog (#985)Michel Le Bihan2023-10-054-5/+8
* Set ConversationView min widthmimi899992023-10-051-0/+1
* Wrap titles box in a scrolled windowmimi899992023-10-051-1/+3
* Add separators and back button to non csd headermimi899992023-10-052-6/+29
* Add separator between paned stacks in main windowmimi899992023-10-052-0/+14
* Change main window to use headergroup for window buttonsmimi899992023-10-051-20/+7
* Change contact details dialog container to HdyClamp and enable label wrap (#948)Michel Le Bihan2023-10-052-84/+89
* Change select contact dialog container to HdyClamp and set default size (#949)Michel Le Bihan2023-10-053-47/+57
* Add window controls to conversation titlebar CSD in folded mode (#961)Michel Le Bihan2023-10-051-1/+1
* Further adjustments for handy-1fiaxh2023-10-052-2/+4
* Update to libhandy 1.0mimi899992023-10-053-14/+12
* Use libhandy for main windowMarvin W2023-10-055-20/+102
* Show modal dialog to select default encryption if unknownXavier Del Campo Romero2023-10-054-1/+190
* Set up default encryption settings GUIXavier Del Campo Romero2023-10-054-1/+138
* Prepare for 0.4 releaseMarvin W2023-10-052-1/+2
* Don't accept corrections from MUC MAMMarvin W2023-10-051-1/+2
* Fix various date/time stamps not updated or wrong time zoneMarvin W2023-10-052-8/+7
* Show "Me" instead of bare jid when no local alias is setMarvin W2023-10-052-9/+2
* Improve history sync under loadMarvin W2023-10-054-41/+102
* Fix label attributes updated with delayMarvin W2023-10-051-16/+17
* Deduplicate messages before storing in databaseMarvin W2023-10-051-66/+70