aboutsummaryrefslogtreecommitdiff
path: root/eventemitter.h
Commit message (Collapse)AuthorAgeFilesLines
* Show account import progresslink2xt2021-08-281-0/+1
|
* eventemitter: remove useless incomingEvent signallink2xt2021-03-191-1/+0
|
* ConfigurePage: add progress barlink2xt2021-03-141-0/+1
|
* Mark chat as noticed when selectedlink2xt2021-02-231-0/+1
|
* Fix quitting the applicationlink2xt2020-10-271-1/+2
| | | | | | | | Event emitter should only be freed when it emits NULL. Previously dc_accounts_event_emitter_unref() was called earlier then needed, causing use-after-free. As a result, the application got stuck waiting for event emitter thread to finish.
* Initial commitlink2xt2020-10-031-0/+55