aboutsummaryrefslogtreecommitdiffstats
path: root/src/win32/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Put GetMessage in the same thread as the window creation.Tomaka172014-07-311-22/+10
| | | | Fixes #6
* Split win32/mod.rsTomaka172014-07-311-352/+4
|
* Add monitor support for win32Tomaka172014-07-311-11/+17
|
* 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-271-4/+14
|
* Implement get_*_size() for win32Tomaka172014-07-271-2/+22
|
* get/set_size() -> get/set_inner/outer_size()Tomaka172014-07-271-2/+6
|
* Implement fullscreen for win32Tomaka172014-07-271-6/+43
|
* Draft for monitor APITomaka172014-07-271-2/+3
|
* Add moved events for win32Tomaka172014-07-271-0/+8
|
* Better events handling for win32Tomaka172014-07-271-31/+8
|
* Implement focus events for win32Tomaka172014-07-271-0/+12
|
* Implement mouse clicks on win32Tomaka172014-07-271-0/+36
|
* Implement Pressed and ReleasedTomaka172014-07-271-0/+19
|
* Implement ReceivedCharacter on win32Tomaka172014-07-271-0/+8
|
* Fix events handling on win32Tomaka172014-07-271-13/+39
|
* Temporarily remove NeedRefresh event from win32Tomaka172014-07-271-2/+2
|
* Initial commitTomaka172014-07-271-0/+354