aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.rs
Commit message (Collapse)AuthorAgeFilesLines
* Implement grabbing of the mouse pointer for X11Eduard Bopp2015-03-251-0/+16
| | | | | Contains new methods in the Window API that closely mirror the Xlib API. The methods are left unimplemented for other platforms for now.
* Merge pull request #316 from binsoftware/cocoa-fixesBrendan Zabarauskas2015-03-241-0/+7
|\ | | | | Cocoa fixes: memory leaks, monitor handling, is_current()
| * fix headless build by ensuring NativeMonitorId enum is available internally ↵Ryan Stewart2015-03-181-14/+2
| | | | | | | | even without the window feature; add Eq/PartialEq to NativeMonitorId
| * expose platform-native monitor identifierRyan Stewart2015-03-161-0/+19
| |
* | Update for latest RustYork Xiang2015-03-191-1/+0
|/
* Redirect size_hint method to the underlying iteratorsPierre Krieger2015-03-161-0/+15
|
* Add set_cursor_position functionPierre Krieger2015-03-101-0/+5
|
* Add is_current functionPierre Krieger2015-03-041-0/+6
|
* Fix docJan Niklas Hasse2015-03-021-0/+1
|
* Fixed errors on latest nightly, RingBuf -> VecDequemitchmindtree2015-02-211-2/+2
|
* expose the platform-specific window handle (currently Win only)Ryan Stewart2015-02-201-0/+8
|
* Improve the OpenGL context request systemPierre Krieger2015-02-181-5/+10
|
* Cleanup crate root by moving headless and window to modulesPierre Krieger2015-02-161-0/+478