index
:
patched/glutin
feature-existing
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
osx
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Implement lists sharing
Pierre Krieger
2014-11-24
1
-0
/
+4
|
*
Implement get_inner_size() for mac.
Glenn Watson
2014-11-21
1
-1
/
+2
|
*
Add support for setting a window delegate, and implement close event on mac.
Glenn Watson
2014-11-21
1
-7
/
+56
|
*
Fixed some compilation errors on osx
David Partouche
2014-11-19
1
-7
/
+8
|
*
Update for rustc
Pierre Krieger
2014-11-19
2
-105
/
+106
|
*
Fixed an issue with the updated rust-cocoa crate
David Partouche
2014-11-11
2
-3
/
+4
|
*
Implement Window::set_title for Cocoa
Brendan Zabarauskas
2014-11-10
1
-2
/
+7
|
*
Remove key modifiers in KeyboardInput
Tomaka17
2014-11-06
2
-25
/
+5
|
*
Added fullscreen support to osx
David Partouche
2014-11-06
1
-9
/
+22
|
*
Use a proper error type for window creation
Tomaka17
2014-11-05
1
-8
/
+8
|
*
Retrieve the monitors and their info for osx
David Partouche
2014-11-04
2
-20
/
+49
|
*
Add visibility-related functions to window
Tomaka17
2014-11-01
1
-0
/
+6
|
*
Add `platform_display` impls for win32 and android
Tomaka17
2014-10-24
1
-0
/
+1
|
|
|
|
Fix the cocoa function
*
Add accessor for underlying display handle on Linux. Although unimplemented ↵
Glenn Watson
2014-10-24
1
-0
/
+4
|
|
|
|
on other platforms, this applies to at least android as well.
*
Added the Alt key modifier
David Partouche
2014-10-23
1
-0
/
+6
|
*
Added the modifiers key as input
David Partouche
2014-10-23
1
-3
/
+38
|
*
Fixed switch from atomics to atomic in rust
David Partouche
2014-10-23
1
-2
/
+2
|
*
Added the KeyPress and KeyRelease events
David Partouche
2014-10-23
2
-10
/
+179
|
*
Added ReceivedCharacter event for cocoa
David Partouche
2014-10-23
1
-2
/
+10
|
*
Added is_closed to osx window
David Partouche
2014-10-23
1
-2
/
+9
|
*
Added mose move event
David Partouche
2014-10-23
1
-4
/
+11
|
*
Fixed a compilation error: setContentview changed setContentView_
David Partouche
2014-10-23
1
-1
/
+1
|
*
Implement headless rendering
Tomaka17
2014-10-09
1
-3
/
+31
|
*
Fixed a space missing
DavidPartouche
2014-10-06
1
-1
/
+1
|
*
Added events handling for left/right mouse clicking
David Partouche
2014-10-06
1
-7
/
+32
|
*
Refactored window initialisation code for cocoa, making it more memory safe
David Partouche
2014-10-06
1
-29
/
+77
|
*
Cocoa opens a window with OpenGL context inside
David Partouche
2014-10-06
1
-12
/
+94
|
*
Now using compile_msg crate instead of static_assert
Tomaka17
2014-08-12
1
-0
/
+2
|
*
set_position now takes ints
Pierre Krieger
2014-08-07
1
-1
/
+1
|
|
|
|
Fix #12
*
Fix bugs from f4fb699b524
Felix S. Klock II
2014-08-03
1
-1
/
+1
|
*
Add dummy implementation for OS/X
Tomaka17
2014-08-03
1
-0
/
+79