index
:
patched/glutin
feature-existing
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cocoa
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix OS X window closing bug
Bo Bakker
2015-04-04
1
-1
/
+1
*
Removed unstable clone_from method so OSX can compile.
Steven Sheldon
2015-04-03
1
-10
/
+0
*
updating use statements from recent rust-cocoa module changes
Ryan Stewart
2015-04-02
1
-1
/
+3
*
Fixed error where rustc couldn't infer the type
mitchmindtree
2015-04-01
1
-1
/
+1
*
Audit msg_send return types.
Steven Sheldon
2015-03-28
1
-12
/
+12
*
Change grab_cursor and ungrab_cursor to set_cursor_state
Pierre Krieger
2015-03-26
1
-1
/
+5
*
Updated to use objc lib.
Steven Sheldon
2015-03-25
1
-84
/
+56
*
Fix compilation by replacing "range" with ".." syntax
Cam Jackson
2015-03-25
1
-1
/
+1
*
Merge pull request #316 from binsoftware/cocoa-fixes
Brendan Zabarauskas
2015-03-24
2
-72
/
+160
|
\
|
*
add and use IdRef::non_nil() instead of doing deref'd comparisons against nil
Ryan Stewart
2015-03-18
1
-27
/
+24
|
*
fix headless build by ensuring NativeMonitorId enum is available internally e...
Ryan Stewart
2015-03-18
2
-5
/
+5
|
*
implement Window is_current() for cocoa backend
Ryan Stewart
2015-03-16
1
-1
/
+9
|
*
honor the passed-in MonitorID when using with_fullscreen() in cocoa backend
Ryan Stewart
2015-03-16
1
-8
/
+35
|
*
expose platform-native monitor identifier
Ryan Stewart
2015-03-16
1
-0
/
+6
|
*
handle retain/release on cocoa objects
Ryan Stewart
2015-03-16
1
-42
/
+92
*
|
Upgrade to latest Rust
Sven Nilsen
2015-03-23
1
-1
/
+1
*
|
Fix waking up mac event loop from thread.
Glenn Watson
2015-03-20
1
-1
/
+3
|
/
*
Add set_cursor_position function
Pierre Krieger
2015-03-10
1
-0
/
+4
*
Fix scrolling wheel behavior on OSX
nwin
2015-03-05
1
-1
/
+1
*
Add is_current function
Pierre Krieger
2015-03-04
2
-0
/
+8
*
Merge pull request #298 from andreasgal/master
tomaka
2015-03-01
1
-6
/
+2
|
\
|
*
simplify pixel format requirements for cocoa offscreen rendering
Andreas Gal
2015-02-23
1
-6
/
+2
*
|
Implement set_cursor for osx
Bryan Bell
2015-02-27
1
-1
/
+33
|
/
*
Merge pull request #290 from frewsxcv/cleanup
tomaka
2015-02-22
1
-6
/
+6
|
\
|
*
Stop using deprecated CString::from_slice constructor
Corey Farwell
2015-02-21
1
-6
/
+6
*
|
Fix MouseMoved by checking for NSDrag events as well, closes #288
mitchmindtree
2015-02-22
1
-1
/
+4
|
/
*
Fixed errors on latest nightly, RingBuf -> VecDeque
mitchmindtree
2015-02-21
2
-10
/
+10
*
expose the platform-specific window handle (currently Win only)
Ryan Stewart
2015-02-20
1
-0
/
+4
*
Improve the OpenGL context request system
Pierre Krieger
2015-02-18
1
-4
/
+13
*
Mac: Use platform specific iterators.
Glenn Watson
2015-02-10
1
-107
/
+153
*
Make the mouse wheel events match natural direction on osx.
Glenn Watson
2015-02-10
1
-1
/
+1
*
Rename enum variants of MouseButton
Eduard Bopp
2015-02-05
1
-5
/
+5
*
Add tempory fix for #248
Brendan Zabarauskas
2015-02-03
1
-1
/
+2
*
Fix OSX build
Brendan Zabarauskas
2015-01-30
1
-29
/
+23
*
Rename osx->cocoa
Brendan Zabarauskas
2015-01-26
4
-0
/
+867