aboutsummaryrefslogtreecommitdiffstats
path: root/src/os
Commit message (Collapse)AuthorAgeFilesLines
* x11: initial implementation of from_existing_windowbnewbold2016-06-121-3/+12
| | | | | | | | | | | This adds the ability to create a glutin Window that wraps a pre-existing X Window. The proximal motivation for this is to allow writing of XScreensaver hacks in Rust, but it might also be useful for embedding 3D graphics in larger applications with full process separation, etc. This commit includes a bit of inline documentation, but no tests, and the details of what if any WindowAttributes or pixel information should be applied to the existing window aren't worked out.
* Allow OSX WindowBuilder to specify 'activation behavior'.Corey Farwell2016-04-291-1/+47
|
* Fix this_platform_is_not_supported on OpenBSD.Kirill Zdornyy2016-03-011-1/+1
| | | | I followed the steps of @mneumann.
* Unlocks platform-specific attributesPierre Krieger2016-02-102-2/+20
|
* Adding os::macos.Johan Sköld2016-01-172-0/+21
| | | | Also implements platform_window() for cocoa.
* Fix typo in WindowExt::get_xlib_displayMatt Brubeck2015-10-221-1/+1
|
* Add an `os` module containing platform-specific traitsPierre Krieger2015-10-033-0/+70