aboutsummaryrefslogtreecommitdiff
path: root/src/desktop.rs
AgeCommit message (Collapse)AuthorFilesLines
2017-10-02Fix focus on windowsMatias Linares1-0/+1
2016-09-04Add Mouse drag support.Matias Linares1-2/+26
This concludes the first 'release' :p.
2016-06-04Fix unfocused window bug.Matias Linares1-2/+9
2016-06-03Add Clippy as dependency.Matias Linares1-13/+10
This brings a lot of clean up on the code.
2016-01-27Refactor move sticky.Matias Linares1-1/+1
2015-12-27Fix some problems @ removing a window.Matias Linares1-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-27Better fullscreen handling.Matias Linares1-0/+2
2015-12-07Implement desktops.Matias Linares1-0/+178
It's somewhat buggy. But works :). There're 2 desktops only for now, maybe later I will implement something more dynamic