aboutsummaryrefslogtreecommitdiffstats
path: root/src/x11
Commit message (Expand)AuthorAgeFilesLines
* 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 than ini...Glenn Watson2014-10-282-4/+30
* | 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.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 creat...Glenn Watson2014-10-271-1/+1
| |/
* | Merge pull request #78 from glennw/x11-wheel-eventstomaka2014-10-271-4/+10
|\ \
| * | 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.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 wind...Glenn Watson2014-10-243-0/+16
* | 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-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
* Added fullscreen support for X11David Partouche2014-09-191-3/+3
* Get the monitors attached to the display, and their resolution for X11DavidPartouche2014-09-193-23/+63
* Changed is_fullscreen to monitor.is_some()DavidPartouche2014-09-192-2/+3
* Added fullscreen support for X11David Partouche2014-09-192-17/+92
* make x11 keyboard repeat detectableEvan Tatarka2014-09-152-1/+13
* Remove forgotten debugging printlnTomaka172014-08-221-4/+1
* Implement new events systemTomaka172014-08-132-33/+31
* Remove dummy context creation for X11Tomaka172014-08-121-31/+11
* Now calling glViewport on X11 when the window is createdPierre Krieger2014-08-071-3/+16
* set_position now takes intsPierre Krieger2014-08-071-1/+1
* Fix two warnings on X11Pierre Krieger2014-08-071-4/+4
* Add some error detectionPierre Krieger2014-08-071-1/+7
* Fix glXCreateContextAttrib always nullPierre Krieger2014-08-071-12/+26
* Cleaner GL creation on X11Pierre Krieger2014-08-072-2/+54
* Minor style fix in X11Pierre Krieger2014-08-071-2/+1
* Now using glXChooseFBConfigPierre Krieger2014-08-072-18/+42
* Implement set_window_position for x11Pierre Krieger2014-08-022-1/+2
* Dimensions will now match the monitor's in case of fullscreenTomaka172014-08-021-1/+1