aboutsummaryrefslogtreecommitdiffstats
path: root/src/x11/window/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #77 from glennw/x11-modifierstomaka2014-10-271-3/+31
|\ \ | | | | | | Add support for keyboard modifiers on x11.
| * | Add support for keyboard modifiers on x11.Glenn Watson2014-10-271-3/+31
| |/
* / Fix bad memory being passed (due to going out of scope) to set title on X11.Glenn Watson2014-10-271-3/+5
|/
* Merge pull request #65 from glennw/x-threadstomaka2014-10-241-0/+12
|\ | | | | Add an interface for providing system wide initialization options to the windowing system.
| * Add an interface for providing system wide initialization options to the ↵Glenn Watson2014-10-241-0/+12
| | | | | | | | | | | | windowing system. This allows setting up Linux based systems which use multithreaded OpenGL contexts.
* | Add accessor for underlying display handle on Linux. Although unimplemented ↵Glenn Watson2014-10-241-0/+4
|/ | | | on other platforms, this applies to at least android as well.
* Update for rustc and gl-rsTomaka172014-10-221-3/+3
|
* Use gl-rs's GLX bindings for x11Pierre Krieger2014-10-131-33/+23
|
* Update for rustc f9fc49c06 2014-10-10 00:07:08 +0000Tomaka172014-10-101-1/+1
|
* Implement headless renderingTomaka172014-10-091-0/+499