aboutsummaryrefslogtreecommitdiffstats
path: root/src/x11/window
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #77 from glennw/x11-modifierstomaka2014-10-271-3/+31
|\
| * 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-242-0/+15
|\
| * Add an interface for providing system wide initialization options to the wind...Glenn Watson2014-10-242-0/+15
* | Merge pull request #66 from glennw/platform_datatomaka2014-10-241-0/+4
|\ \
| * | Add accessor for underlying display handle on Linux. Although unimplemented o...Glenn Watson2014-10-241-0/+4
| |/
* / Fix closing X display in get_dimensionsGlenn Watson2014-10-241-0/+1
|/
* 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-093-0/+1556