summaryrefslogtreecommitdiffstats
path: root/src/handle_event.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-05-11Refactor most functionality around actions and settingsDavid Robillard1-28/+56
2021-05-11Add Cleared event for implementing refresh without a raceDavid Robillard1-0/+2
2021-05-08Put events in a namespace and simplify their namesDavid Robillard1-8/+8
2021-01-02Format all code with clang-formatDavid Robillard1-81/+81
2020-12-14Clean up includesDavid Robillard1-1/+9
2020-11-29Use more reasonable class namesDavid Robillard1-9/+9
2020-11-29Put everything in a namespaceDavid Robillard1-0/+4
2020-11-29Replace attached and detached signals with eventsDavid Robillard1-0/+10
2020-11-28Clean up includesDavid Robillard1-7/+1
2020-11-28Refresh by emitting eventsDavid Robillard1-28/+8
2020-11-28Add separate store for client and port metadataDavid Robillard1-1/+5
2020-11-28Remove NoopEventDavid Robillard1-2/+0
2020-11-28Move handle_event() to separate filesDavid Robillard1-0/+139