Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-04 | Add Mouse drag support. | Matias Linares | 1 | -2/+26 | |
This concludes the first 'release' :p. | |||||
2016-06-04 | Fix unfocused window bug. | Matias Linares | 1 | -2/+9 | |
2016-06-03 | Add Clippy as dependency. | Matias Linares | 1 | -13/+10 | |
This brings a lot of clean up on the code. | |||||
2016-01-27 | Refactor move sticky. | Matias Linares | 1 | -1/+1 | |
2015-12-27 | Fix some problems @ removing a window. | Matias Linares | 1 | -2/+14 | |
When we wanted to remove the window idx 0 within the list. the current index went to usize::max_value always. This add a check for the case when we have more than one window and removes the window 0. | |||||
2015-12-27 | Better fullscreen handling. | Matias Linares | 1 | -0/+2 | |
2015-12-07 | Implement desktops. | Matias Linares | 1 | -0/+178 | |
It's somewhat buggy. But works :). There're 2 desktops only for now, maybe later I will implement something more dynamic |