aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #90 from tomaka/remove-glflushtomaka2014-10-312-6/+0
|\
| * Remove call to glFlush() before swap_buffersTomaka172014-10-292-6/+0
* | fail! -> panic!Tomaka172014-10-303-4/+4
|/
* 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
|/
* Fix default window nameTomaka172014-10-271-1/+1
* Bugfix in swap interval for win32Tomaka172014-10-271-1/+10
* Merge pull request #72 from tomaka/vsynctomaka2014-10-274-5/+26
|\
| * Add `with_vsync` to WindowBuilder, plus the win32 implementationTomaka172014-10-264-5/+26
* | 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
|/
* Revert "Add `platform_display` impls for win32 and android"tomaka2014-10-252-2/+2
* Add `platform_display` impls for win32 and androidTomaka172014-10-243-2/+5
* Merge pull request #65 from glennw/x-threadstomaka2014-10-244-0/+18
|\
| * Add an interface for providing system wide initialization options to the wind...Glenn Watson2014-10-244-0/+18
* | Merge pull request #66 from glennw/platform_datatomaka2014-10-245-0/+24
|\ \
| * | Make platform data function as unsafe.Glenn Watson2014-10-241-1/+1
| * | Add accessor for underlying display handle on Linux. Although unimplemented o...Glenn Watson2014-10-245-0/+24
| |/
* / Fix closing X display in get_dimensionsGlenn Watson2014-10-241-0/+1
|/
* Added the Alt key modifierDavid Partouche2014-10-232-0/+8
* Added the modifiers key as inputDavid Partouche2014-10-231-3/+38
* Fixed switch from atomics to atomic in rustDavid Partouche2014-10-231-2/+2
* Added the KeyPress and KeyRelease eventsDavid Partouche2014-10-233-11/+180
* Added ReceivedCharacter event for cocoaDavid Partouche2014-10-231-2/+10
* Added is_closed to osx windowDavid Partouche2014-10-231-2/+9
* Added mose move eventDavid Partouche2014-10-231-4/+11
* Fixed a compilation error: setContentview changed setContentView_David Partouche2014-10-231-1/+1
* Update for rustc and gl-rsTomaka172014-10-226-31/+31
* Update for gl-rsTomaka172014-10-213-5/+36
* Use gl-rs's GLX bindings for x11Pierre Krieger2014-10-132-75/+34
* Fix win32 window not closing when destroying itTomaka172014-10-112-0/+4
* Fix win32 window not having a destructor in headless modeTomaka172014-10-111-1/+0
* Fix bug with 64bits rustcTomaka172014-10-111-1/+1
* Fix warnings while compiling for win32Tomaka172014-10-112-5/+7
* Changed statics to uppercaseDavid Partouche2014-10-111-10/+8
* Fixed static uppercase warningDavid Partouche2014-10-111-2/+4
* Change implementations import systemTomaka172014-10-111-13/+8
* Update for rustc f9fc49c06 2014-10-10 00:07:08 +0000Tomaka172014-10-105-1567/+1569
* Implement headless renderingTomaka172014-10-0910-516/+755
* Fixed a space missingDavidPartouche2014-10-061-1/+1
* Added events handling for left/right mouse clickingDavid Partouche2014-10-061-7/+32
* Refactored window initialisation code for cocoa, making it more memory safeDavid Partouche2014-10-061-29/+77