aboutsummaryrefslogtreecommitdiff
path: root/pulse/src/runnable/pulse.rs
Commit message (Expand)AuthorAgeFilesLines
* Ignore "dead code" warnings on FFI enums.Andreas Grois2021-10-281-9/+15
* Pulse now displays volume correctly.Andreas Grois2021-06-041-7/+283
* Unfinished (doesn't compile) implementation of pulse runnable loop.Andreas Grois2021-05-091-8/+48
* Make (most) pulse nullptr checks unnecessary.Andreas Grois2021-05-081-42/+58
* Move pulse context out of Runnable struct.Andreas Grois2021-05-031-21/+34
* Properly quit pulse main function. Not that it'd matter.Andreas Grois2021-05-021-1/+5
* Create a pulse context. Seems to be working.Andreas Grois2021-05-021-6/+72
* Factor out all unsafe code into its own module (unfinished)Andreas Grois2021-05-021-0/+80