aboutsummaryrefslogtreecommitdiffstats
path: root/src/win32
Commit message (Collapse)AuthorAgeFilesLines
...
* Update for rustc on win32Pierre Krieger2014-11-271-21/+30
|
* Implement multisampling for x11Pierre Krieger2014-11-272-4/+5
|
* Implement lists sharingPierre Krieger2014-11-242-8/+17
|
* Update for rustcPierre Krieger2014-11-231-4/+1
|
* Update for rustcPierre Krieger2014-11-193-192/+207
|
* Add support for the OpenGL debug flagTomaka172014-11-092-6/+12
|
* Add CS_OWNDC flag when creating win32 windowTomaka172014-11-081-1/+1
|
* Remove key modifiers in KeyboardInputTomaka172014-11-061-4/+4
|
* Use a proper error type for window creationTomaka172014-11-052-29/+29
|
* Update for changes in gl-rsTomaka172014-11-051-1/+1
|
* Merge branch 'master' of http://github.com/tomaka/gl-init-rsTomaka172014-11-052-4/+16
|\
| * Add visibility-related functions to windowTomaka172014-11-012-4/+16
| |
* | Fix some warnings in win32 ffiTomaka172014-11-041-2/+2
|/
* Merge pull request #90 from tomaka/remove-glflushtomaka2014-10-312-6/+0
|\ | | | | Remove call to glFlush() before swap_buffers on win32
| * Remove call to glFlush() before swap_buffersTomaka172014-10-292-6/+0
| | | | | | | | | | | | We may not want to call `swap_buffers` in the same thread as the current thread, so we're moving the call to `glFlush` out of the scope of glutin.
* | fail! -> panic!Tomaka172014-10-301-1/+1
|/
* Bugfix in swap interval for win32Tomaka172014-10-271-1/+10
|
* Add `with_vsync` to WindowBuilder, plus the win32 implementationTomaka172014-10-263-5/+14
|
* Revert "Add `platform_display` impls for win32 and android"tomaka2014-10-251-1/+1
|
* Add `platform_display` impls for win32 and androidTomaka172014-10-241-1/+2
| | | | Fix the cocoa function
* 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-223-15/+15
|
* Update for gl-rsTomaka172014-10-211-2/+15
|
* 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
|
* Update for rustc f9fc49c06 2014-10-10 00:07:08 +0000Tomaka172014-10-101-372/+373
|
* Implement headless renderingTomaka172014-10-092-17/+62
|
* Fix compilation warningsTomaka172014-09-232-4/+4
|
* Remove unnecessary win32 linkageTomaka172014-09-151-12/+0
|
* Fix warnings in win32 ffiTomaka172014-09-151-4/+3
|
* Use the gl_generator macro to generate the bindings for WGLTomaka172014-09-123-67/+51
|
* Remove call to glViewport after win32 initializationTomaka172014-08-222-11/+0
|
* Cleanup temporary objects in case of error during creation on win32Tomaka172014-08-221-0/+10
| | | | See #10
* Fix & add some comments for win32Tomaka172014-08-221-13/+15
|
* Not specifiying dimensions on win32 now results in CW_USEDEFAULTTomaka172014-08-221-3/+9
| | | | Close #11
* Win32: no longer fails when calling swap_buffers on a closed windowTomaka172014-08-151-5/+1
|
* Implement new events systemTomaka172014-08-133-29/+39
|
* Fix #22Tomaka172014-08-122-0/+5
| | | | Thanks to @Anthiste
* Add failure if SwapBuffers returns an errorTomaka172014-08-121-1/+4
|
* Fixed compilation broken by #837efc54Tomaka172014-08-121-0/+1
|
* Fix attempt for #22Tomaka172014-08-121-0/+4
|
* Add flags when choosing pixel formatTomaka172014-08-071-1/+2
|
* Call glViewport on windows init for win32Tomaka172014-08-072-2/+16
| | | | See #14
* set_position now takes intsPierre Krieger2014-08-071-1/+1
| | | | Fix #12
* Fix GL context not being destroyed on win32Tomaka172014-08-031-0/+3
|
* Fix closed flag not being immediatly set on win32Tomaka172014-08-031-0/+12
|
* Correctly handling pixel format and fullscreen resolution on Win32Tomaka172014-08-022-6/+49
|
* Dimensions will now match the monitor's in case of fullscreenTomaka172014-08-021-2/+2
|