Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x11: initial implementation of from_existing_window | bnewbold | 2016-06-12 | 1 | -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 Farwell | 2016-04-29 | 1 | -1/+47 |
| | |||||
* | Fix this_platform_is_not_supported on OpenBSD. | Kirill Zdornyy | 2016-03-01 | 1 | -1/+1 |
| | | | | I followed the steps of @mneumann. | ||||
* | Unlocks platform-specific attributes | Pierre Krieger | 2016-02-10 | 2 | -2/+20 |
| | |||||
* | Adding os::macos. | Johan Sköld | 2016-01-17 | 2 | -0/+21 |
| | | | | Also implements platform_window() for cocoa. | ||||
* | Fix typo in WindowExt::get_xlib_display | Matt Brubeck | 2015-10-22 | 1 | -1/+1 |
| | |||||
* | Add an `os` module containing platform-specific traits | Pierre Krieger | 2015-10-03 | 3 | -0/+70 |