aboutsummaryrefslogtreecommitdiffstats
path: root/src/win32
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Implement Pressed and ReleasedTomaka172014-07-273-0/+341
|
* Implement ReceivedCharacter on win32Tomaka172014-07-272-0/+9
|
* Fix events handling on win32Tomaka172014-07-272-13/+43
|
* Temporarily remove NeedRefresh event from win32Tomaka172014-07-271-2/+2
|
* Initial commitTomaka172014-07-272-0/+778