aboutsummaryrefslogtreecommitdiffstats
path: root/src/x11
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #161 from glennw/thread-proxytomaka2014-12-183-52/+95
|\ | | | | Introduce a WindowProxy for accessing a subset of functionality
| * Fix event nameGlenn Watson2014-12-181-2/+2
| |
| * Introduce a WindowProxy for accessing a subset of functionalityGlenn Watson2014-12-173-52/+95
| | | | | | | | | | | | | | from other threads. This currently provides a way for other threads to wakeup a blocked event loop on X11. Other platforms have stub functions that need to be implemented. This is similar to the functionality of glfwPostEmptyEvent.
* | Update for rustc for x11Pierre Krieger2014-12-171-8/+8
|/
* Add get_api() functionPierre Krieger2014-12-072-0/+10
|
* Merge pull request #154 from tomaka/fix-warning-x11tomaka2014-12-021-2/+2
|\ | | | | Fix deprecation warning on X11
| * Fix deprecation warning on X11Pierre Krieger2014-12-021-2/+2
| |
* | Fix multisampling not working on X11Pierre Krieger2014-12-021-1/+2
|/
* Implement multisampling for x11Pierre Krieger2014-11-271-2/+9
|
* Update for rustcPierre Krieger2014-11-261-1/+1
|
* Implement lists sharingPierre Krieger2014-11-241-2/+8
|
* Fix some rustc warningsGlenn Watson2014-11-241-2/+2
|
* Update for rustcPierre Krieger2014-11-193-1001/+1006
|
* Add support for with_visibility(), show(), hide() on X11.Glenn Watson2014-11-182-1/+18
|
* Add ctrl, shift, alt events for X11.Glenn Watson2014-11-171-6/+6
|
* Detect OSMesa errorsPierre Krieger2014-11-141-4/+11
|
* 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-052-11/+13
|
* Add visibility-related functions to windowTomaka172014-11-011-0/+6
|
* fail! -> panic!Tomaka172014-10-302-3/+3
|
* Merge pull request #86 from glennw/x11-resizetomaka2014-10-282-4/+30
|\ | | | | 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-282-4/+30
| | | | | | | | initial size doesn't work.
* | Fix a few more string memory issues.Glenn Watson2014-10-281-4/+6
|/
* Merge pull request #74 from glennw/x11-key-eventstomaka2014-10-271-6/+6
|\ | | | | Add backspace event and map some more keys on x11.
| * Add backspace event and map some more keys on x11.Glenn Watson2014-10-271-6/+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-243-0/+16
|\ | | | | 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-243-0/+16
| | | | | | | | | | | | windowing system. This allows setting up Linux based systems which use multithreaded OpenGL contexts.
* | Merge pull request #66 from glennw/platform_datatomaka2014-10-241-0/+4
|\ \ | | | | | | Add accessor for underlying display handle on Linux.
| * | 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.
* / Fix closing X display in get_dimensionsGlenn Watson2014-10-241-0/+1
|/
* Update for rustc and gl-rsTomaka172014-10-222-12/+12
|
* Update for gl-rsTomaka172014-10-211-2/+15
|
* Use gl-rs's GLX bindings for x11Pierre Krieger2014-10-132-75/+34
|
* Update for rustc f9fc49c06 2014-10-10 00:07:08 +0000Tomaka172014-10-102-1177/+1177
|
* Implement headless renderingTomaka172014-10-096-496/+580
|
* Fix warningsPierre Krieger2014-10-051-0/+1
|
* Fix compilation warningsTomaka172014-09-232-6/+6
|
* Use the correct monitor when fullscreen for X11DavidPartouche2014-09-202-3/+4
|
* Added output to get_name for x11 monitorsDavidPartouche2014-09-191-1/+2
|
* Get the monitors attached to the display, and their resolution for X11DavidPartouche2014-09-191-1/+1
|
* Changed is_fullscreen to monitor.is_some()DavidPartouche2014-09-191-2/+2
|