Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update for Rustc | Pierre Krieger | 2015-01-05 | 1 | -1/+1 |
| | |||||
* | Update for Rustc | Pierre Krieger | 2015-01-03 | 1 | -1/+1 |
| | |||||
* | Change the way that events are represented. | Ty Overby | 2015-01-01 | 1 | -4/+6 |
| | | | | | | | | | | The bulk of this commit is changing instances of Vec to RingBuf which is optimized for the push_back() / pop_front() strategy that is used internaly in the event system. The glutin custom iterators are now just wrappers around the RingBuf iterator type. This will bring the running time of iterator traversal from O(n^2) to O(n) because shifting-on-delete won't be performed. | ||||
* | Use the winapi crate instead of our own ffi | Pierre Krieger | 2014-12-02 | 1 | -15/+15 |
| | |||||
* | fail! -> panic! | Tomaka17 | 2014-10-30 | 1 | -1/+1 |
| | |||||
* | Fix compilation warnings | Tomaka17 | 2014-09-23 | 1 | -1/+1 |
| | |||||
* | Add get_dimensions() to MonitorID | Tomaka17 | 2014-08-02 | 1 | -2/+17 |
| | |||||
* | Add documentation to the Win32 implementation | Tomaka17 | 2014-08-01 | 1 | -11/+48 |
| | |||||
* | Add monitor support for win32 | Tomaka17 | 2014-07-31 | 1 | -0/+79 |