index
:
patched/glutin
feature-existing
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
win32
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Change the RegisterClass code.
Tomaka17
2014-08-01
1
-23
/
+26
*
Add documentation to the Win32 implementation
Tomaka17
2014-08-01
3
-25
/
+103
*
Put GetMessage in the same thread as the window creation.
Tomaka17
2014-07-31
2
-189
/
+204
*
Split win32/mod.rs
Tomaka17
2014-07-31
2
-352
/
+367
*
Add monitor support for win32
Tomaka17
2014-07-31
3
-12
/
+142
*
Add API for monitors
Tomaka17
2014-07-31
1
-0
/
+8
*
MonitorID now defined by the implementations
Tomaka17
2014-07-31
1
-1
/
+3
*
make_current() is now unsafe
Tomaka17
2014-07-30
1
-2
/
+2
*
should_close() renamed to is_closed()
Tomaka17
2014-07-30
1
-5
/
+5
*
Fix bad events
Tomaka17
2014-07-30
1
-2
/
+2
*
Window getters now return an Option in case where the Window has been closed
Tomaka17
2014-07-30
1
-16
/
+14
*
Implement get_position for win32 and fix interface
Tomaka17
2014-07-27
2
-4
/
+28
*
Implement get_*_size() for win32
Tomaka17
2014-07-27
2
-2
/
+28
*
get/set_size() -> get/set_inner/outer_size()
Tomaka17
2014-07-27
1
-2
/
+6
*
Implement fullscreen for win32
Tomaka17
2014-07-27
2
-6
/
+138
*
Draft for monitor API
Tomaka17
2014-07-27
1
-2
/
+3
*
Add moved events for win32
Tomaka17
2014-07-27
2
-0
/
+9
*
Better events handling for win32
Tomaka17
2014-07-27
2
-31
/
+11
*
Implement focus events for win32
Tomaka17
2014-07-27
2
-0
/
+14
*
Implement mouse clicks on win32
Tomaka17
2014-07-27
2
-0
/
+42
*
Implement Pressed and Released
Tomaka17
2014-07-27
3
-0
/
+341
*
Implement ReceivedCharacter on win32
Tomaka17
2014-07-27
2
-0
/
+9
*
Fix events handling on win32
Tomaka17
2014-07-27
2
-13
/
+43
*
Temporarily remove NeedRefresh event from win32
Tomaka17
2014-07-27
1
-2
/
+2
*
Initial commit
Tomaka17
2014-07-27
2
-0
/
+778
[prev]