aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-09-10use dirs crateMatias Linares1-13/+12
2019-09-10Remove `cause' method for XSafeErrorMatias Linares1-5/+1
2017-10-02Use std UnixListener/UnixStreamMatias Linares3-13/+9
2017-10-02Fix focus on windowsMatias Linares1-0/+1
2016-09-04Better path handling for socketMatias Linares1-8/+29
2016-09-04Add Mouse drag support.Matias Linares9-18/+166
2016-06-04Allow unknown lints for rust stableMatias Linares1-0/+2
2016-06-04Fix unfocused window bug.Matias Linares1-2/+9
2016-06-03Add Clippy as dependency.Matias Linares8-53/+56
2016-05-25Add a lazy_static connection to the X serverMatias Linares4-28/+104
2016-02-07Change the plain exec_func with something better.Matias Linares1-2/+12
2016-01-27Refactor resize sticky codeMatias Linares2-39/+60
2016-01-27Refactor move sticky.Matias Linares6-42/+112
2015-12-27Fix some problems @ removing a window.Matias Linares1-2/+14
2015-12-27Better fullscreen handling.Matias Linares3-15/+26
2015-12-07Implement desktops.Matias Linares8-117/+286
2015-11-30Add resize-win-sticky.Matias Linares6-7/+102
2015-11-29Begin ef EWMH support and sticky movementMatias Linares5-4/+266
2015-11-28Better socket handlingMatias Linares5-92/+237
2015-11-27Little implemented the socket parser.Matias Linares2-2/+36
2015-11-22Move the file descriptor of the socket to the select event.Matias Linares2-5/+4
2015-11-22Death to the threads.Matias Linares8-109/+102
2015-11-22Cleanup.Matias Linares1-11/+0
2015-11-22Add socket functionality.Matias Linares5-76/+117
2015-11-22next_xevent don't block anymore!Matias Linares7-20/+90
2015-11-19Implemented socket handler.Matias Linares3-84/+176
2015-11-16Add MIT LICENSEMatias Linares6-0/+12
2015-11-15Clean of zombie process.Matias Linares3-30/+17
2015-11-15Move exec and add binding to the main.Matias Linares2-42/+17
2015-11-15Update to libc 0.2Matias Linares1-1/+1
2015-11-09ExecFn Rewrite.Matias Linares3-48/+121
2015-11-09Focus handling.Matias Linares5-4/+57
2015-11-08Initial commitMatias Linares6-0/+676