Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-06-22 | Use MaybeUninit::uninit() in favor of mem::uninitialized()HEADmaster | Matias Linares | 5 | -20/+20 |
2019-09-10 | use dirs crate | Matias Linares | 1 | -13/+12 |
2019-09-10 | Remove `cause' method for XSafeError | Matias Linares | 1 | -5/+1 |
2017-10-02 | Use std UnixListener/UnixStream | Matias Linares | 3 | -13/+9 |
2017-10-02 | Fix focus on windows | Matias Linares | 1 | -0/+1 |
2016-09-04 | Better path handling for socket | Matias Linares | 1 | -8/+29 |
2016-09-04 | Add Mouse drag support. | Matias Linares | 9 | -18/+166 |
2016-06-04 | Allow unknown lints for rust stable | Matias Linares | 1 | -0/+2 |
2016-06-04 | Fix unfocused window bug. | Matias Linares | 1 | -2/+9 |
2016-06-03 | Add Clippy as dependency. | Matias Linares | 8 | -53/+56 |
2016-05-25 | Add a lazy_static connection to the X server | Matias Linares | 4 | -28/+104 |
2016-02-07 | Change the plain exec_func with something better. | Matias Linares | 1 | -2/+12 |
2016-01-27 | Refactor resize sticky code | Matias Linares | 2 | -39/+60 |
2016-01-27 | Refactor move sticky. | Matias Linares | 6 | -42/+112 |
2015-12-27 | Fix some problems @ removing a window. | Matias Linares | 1 | -2/+14 |
2015-12-27 | Better fullscreen handling. | Matias Linares | 3 | -15/+26 |
2015-12-07 | Implement desktops. | Matias Linares | 8 | -117/+286 |
2015-11-30 | Add resize-win-sticky. | Matias Linares | 6 | -7/+102 |
2015-11-29 | Begin ef EWMH support and sticky movement | Matias Linares | 5 | -4/+266 |
2015-11-28 | Better socket handling | Matias Linares | 5 | -92/+237 |
2015-11-27 | Little implemented the socket parser. | Matias Linares | 2 | -2/+36 |
2015-11-22 | Move the file descriptor of the socket to the select event. | Matias Linares | 2 | -5/+4 |
2015-11-22 | Death to the threads. | Matias Linares | 8 | -109/+102 |
2015-11-22 | Cleanup. | Matias Linares | 1 | -11/+0 |
2015-11-22 | Add socket functionality. | Matias Linares | 5 | -76/+117 |
2015-11-22 | next_xevent don't block anymore! | Matias Linares | 7 | -20/+90 |
2015-11-19 | Implemented socket handler. | Matias Linares | 3 | -84/+176 |
2015-11-16 | Add MIT LICENSE | Matias Linares | 6 | -0/+12 |
2015-11-15 | Clean of zombie process. | Matias Linares | 3 | -30/+17 |
2015-11-15 | Move exec and add binding to the main. | Matias Linares | 2 | -42/+17 |
2015-11-15 | Update to libc 0.2 | Matias Linares | 1 | -1/+1 |
2015-11-09 | ExecFn Rewrite. | Matias Linares | 3 | -48/+121 |
2015-11-09 | Focus handling. | Matias Linares | 5 | -4/+57 |
2015-11-08 | Initial commit | Matias Linares | 6 | -0/+676 |