aboutsummaryrefslogtreecommitdiffstats
path: root/src/x11/window/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove call to glViewport in X11 implementationPierre Krieger2014-11-091-13/+0
|
* Add support for the OpenGL debug flagTomaka172014-11-091-0/+5
|
* Remove key modifiers in KeyboardInputTomaka172014-11-061-31/+2
|
* Use a proper error type for window creationTomaka172014-11-051-10/+11
|
* Add visibility-related functions to windowTomaka172014-11-011-0/+6
|
* fail! -> panic!Tomaka172014-10-301-1/+1
|
* Merge pull request #86 from glennw/x11-resizetomaka2014-10-281-4/+13
|\ | | | | Fix resize event on X11. Without this change, resizing window larger tha...
| * Fix resize event on X11. Without this change, resizing window larger than ↵Glenn Watson2014-10-281-4/+13
| | | | | | | | initial size doesn't work.
* | Fix a few more string memory issues.Glenn Watson2014-10-281-4/+6
|/
* Merge pull request #76 from glennw/fix-x11-window-restomaka2014-10-271-1/+1
|\ | | | | Only reject modes based on resolution when using fullscreen. This fixes ...
| * Only reject modes based on resolution when using fullscreen. This fixes ↵Glenn Watson2014-10-271-1/+1
| | | | | | | | creating a window that is not the same resolution as an existing video mode.
* | Merge pull request #78 from glennw/x11-wheel-eventstomaka2014-10-271-4/+10
|\ \ | | | | | | Add support for mouse wheel events on x11.
| * | Add support for mouse wheel events on x11.Glenn Watson2014-10-271-4/+10
| |/
* | 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