aboutsummaryrefslogtreecommitdiff
path: root/src/event.rs
AgeCommit message (Expand)AuthorFilesLines
2020-06-22Use MaybeUninit::uninit() in favor of mem::uninitialized()HEADmasterMatias Linares1-2/+2
2017-10-02Use std UnixListener/UnixStreamMatias Linares1-4/+2
2016-09-04Add Mouse drag support.Matias Linares1-3/+3
2016-06-03Add Clippy as dependency.Matias Linares1-15/+15
2016-01-27Refactor move sticky.Matias Linares1-0/+4
2015-12-07Implement desktops.Matias Linares1-2/+2
2015-11-22Move the file descriptor of the socket to the select event.Matias Linares1-2/+3
2015-11-22Death to the threads.Matias Linares1-3/+52
2015-11-22next_xevent don't block anymore!Matias Linares1-4/+4
2015-11-16Add MIT LICENSEMatias Linares1-0/+2
2015-11-09Focus handling.Matias Linares1-0/+8
2015-11-08Initial commitMatias Linares1-0/+69