aboutsummaryrefslogtreecommitdiffstats
path: root/src/win32
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add get_dimensions() to MonitorIDTomaka172014-08-021-2/+17
|
* Add support for specific OpenGL version for Win32Tomaka172014-08-022-4/+23
|
* Now passing WindowBuilder to implwin::Window::newTomaka172014-08-022-21/+16
|
* Add iterators for events and WindowBuilderTomaka172014-08-022-5/+5
|
* Now using wglCreateContextAttribs when availableTomaka172014-08-021-36/+144
|
* Change the RegisterClass code.Tomaka172014-08-011-23/+26
| | | | Prevents an issue when creating multiple contexts.
* Add documentation to the Win32 implementationTomaka172014-08-013-25/+103
|
* Put GetMessage in the same thread as the window creation.Tomaka172014-07-312-189/+204
| | | | Fixes #6
* Split win32/mod.rsTomaka172014-07-312-352/+367
|
* Add monitor support for win32Tomaka172014-07-313-12/+142
|
* Add API for monitorsTomaka172014-07-311-0/+8
|
* MonitorID now defined by the implementationsTomaka172014-07-311-1/+3
|
* make_current() is now unsafeTomaka172014-07-301-2/+2
|
* should_close() renamed to is_closed()Tomaka172014-07-301-5/+5
|
* Fix bad eventsTomaka172014-07-301-2/+2
|
* Window getters now return an Option in case where the Window has been closedTomaka172014-07-301-16/+14
|
* Implement get_position for win32 and fix interfaceTomaka172014-07-272-4/+28
|
* Implement get_*_size() for win32Tomaka172014-07-272-2/+28
|
* get/set_size() -> get/set_inner/outer_size()Tomaka172014-07-271-2/+6
|
* Implement fullscreen for win32Tomaka172014-07-272-6/+138
|
* Draft for monitor APITomaka172014-07-271-2/+3
|
* Add moved events for win32Tomaka172014-07-272-0/+9
|
* Better events handling for win32Tomaka172014-07-272-31/+11
|
* Implement focus events for win32Tomaka172014-07-272-0/+14
|
* Implement mouse clicks on win32Tomaka172014-07-272-0/+42
|