aboutsummaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Tab completion for MUC occupantsfiaxh2017-03-247-40/+192
* New CMakeMarvin W2017-03-233-21/+52
* Small bug fixes and compatibility with Vala 0.36Marvin W2017-03-232-5/+5
* Select corresponding conversation when clicking on notificationfiaxh2017-03-233-17/+40
* Add back on subscription requestfiaxh2017-03-2310-50/+106
* Move some database interaction into entitiesfiaxh2017-03-232-7/+6
* Select conversation on startup, placeholder for "No conversation selected", s...fiaxh2017-03-208-64/+88
* Add typed identity to manager modules and stream flagsfiaxh2017-03-2019-71/+71
* Icon changesfiaxh2017-03-191-14/+12
* Preselect next conversation when closed and crossfadefiaxh2017-03-186-38/+77
* "No accounts active, add?" stack in main viewfiaxh2017-03-185-221/+127
* Iconfiaxh2017-03-183-0/+39
* Fix message stanza default typefiaxh2017-03-181-6/+10
* Improve when to send chat state notificationsfiaxh2017-03-162-13/+10
* Fix ChatInput for many lines + small UI changesfiaxh2017-03-168-15/+24
* Display /me differentlyfiaxh2017-03-1511-243/+328
* Indication of WONTSEND via CSS (@error_color on message status)fiaxh2017-03-152-6/+23
* Set dino-specific icons as part of icon themefiaxh2017-03-1518-688/+56
* omemo plugin: improve session bootstrappingMarvin W2017-03-151-0/+1
* Small fixes in message viewMarvin W2017-03-141-1/+3
* Fix regression of being unable to select textMarvin W2017-03-133-29/+20
* Reduce GTK dependency to 3.16, fix dark themeMarvin W2017-03-1325-46/+62
* Drop libuuid dependency, uuid generation is not that complicated...Marvin W2017-03-121-2/+2
* Automatically compile and use gsettings schemaMarvin W2017-03-122-2/+9
* Move storage into user directory and fix plugin search pathMarvin W2017-03-122-11/+16
* Split OMEMO plug-in into files, various fixesMarvin W2017-03-121-1/+1
* Move PGP support into pluginfiaxh2017-03-122-2/+1
* Move gsettings schema back to libdino (where it belongs)Marvin W2017-03-122-15/+0
* Add OMEMO via PluginMarvin W2017-03-111-1/+1
* Move UI code into main dirMarvin W2017-03-1168-3/+6021
* CMake: merge created header+vapi files into a single directoryMarvin W2017-03-111-5/+5
* Improve Plugin API (allow to move encryption into plugin)Marvin W2017-03-111-3/+4
* Initial plugin systemMarvin W2017-03-102-0/+55