index
:
patched/glutin
feature-existing
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix appveyor build
Pierre Krieger
2014-11-20
1
-2
/
+0
*
|
Merge pull request #128 from glennw/inner-size-mac
David Partouche
2014-11-21
1
-1
/
+2
|
\
\
|
*
|
Implement get_inner_size() for mac.
Glenn Watson
2014-11-21
1
-1
/
+2
|
/
/
*
|
Merge pull request #123 from glennw/mac_close
David Partouche
2014-11-20
1
-7
/
+56
|
\
\
|
|
/
|
/
|
|
*
Add support for setting a window delegate, and implement close event on mac.
Glenn Watson
2014-11-21
1
-7
/
+56
|
/
*
Remove windows libraries
Pierre Krieger
2014-11-20
4
-0
/
+0
*
Merge pull request #126 from bjz/servo-rust-cocoa
tomaka
2014-11-20
1
-2
/
+2
|
\
|
*
Use servo/rust-cocoa
Brendan Zabarauskas
2014-11-20
1
-2
/
+2
|
/
*
Merge pull request #125 from DavidPartouche/fix_osx_errors
tomaka
2014-11-19
1
-7
/
+8
|
\
|
*
Fixed some compilation errors on osx
David Partouche
2014-11-19
1
-7
/
+8
|
/
*
Merge pull request #124 from tomaka/update-rustc
tomaka
2014-11-19
10
-1301
/
+1325
|
\
|
*
Update for rustc
Pierre Krieger
2014-11-19
10
-1301
/
+1325
|
/
*
Merge pull request #120 from glennw/x11-visibility
tomaka
2014-11-18
2
-1
/
+18
|
\
|
*
Add support for with_visibility(), show(), hide() on X11.
Glenn Watson
2014-11-18
2
-1
/
+18
|
/
*
Merge pull request #118 from ozkriff/master
tomaka
2014-11-17
1
-1
/
+26
|
\
|
*
Android: Implemented basic inputs
Andrey Lesnikov
2014-11-17
1
-1
/
+26
|
/
*
Merge pull request #117 from glennw/x11-events
tomaka
2014-11-17
1
-6
/
+6
|
\
|
*
Add ctrl, shift, alt events for X11.
Glenn Watson
2014-11-17
1
-6
/
+6
|
/
*
Merge pull request #115 from tomaka/detect-osmesa-errors
tomaka
2014-11-14
2
-5
/
+13
|
\
|
*
Detect OSMesa errors
Pierre Krieger
2014-11-14
2
-5
/
+13
*
|
Add readme in Cargo.toml
Pierre Krieger
2014-11-14
1
-0
/
+1
*
|
Version 0.0.2
Pierre Krieger
2014-11-14
1
-1
/
+1
*
|
Add some metadata in Cargo.toml
Tomaka17
2014-11-13
1
-0
/
+4
*
|
Merge pull request #112 from DavidPartouche/cocoa_fix
tomaka
2014-11-12
2
-3
/
+4
|
\
\
|
*
|
Fixed an issue with the updated rust-cocoa crate
David Partouche
2014-11-11
2
-3
/
+4
|
/
/
*
|
Remove obsolete notice in README
Tomaka17
2014-11-11
1
-1
/
+0
*
|
Merge pull request #111 from glennw/android-build
tomaka
2014-11-11
1
-0
/
+3
|
\
\
|
*
|
Add gl_common dependency to fix android build.
Glenn Watson
2014-11-11
1
-0
/
+3
|
/
/
*
|
Merge pull request #107 from bjz/set_title
David Partouche
2014-11-10
2
-2
/
+8
|
\
\
|
*
|
Implement Window::set_title for Cocoa
Brendan Zabarauskas
2014-11-10
2
-2
/
+8
|
|
/
*
|
Update apk-builder
Tomaka17
2014-11-10
1
-0
/
+0
*
|
Merge pull request #108 from tomaka/fix-appveyor
tomaka
2014-11-10
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Fix the appveyor build
Tomaka17
2014-11-10
1
-4
/
+4
|
/
*
Remove call to glViewport in X11 implementation
Pierre Krieger
2014-11-09
1
-13
/
+0
*
Merge pull request #104 from tomaka/debug-flag
tomaka
2014-11-09
4
-6
/
+39
|
\
|
*
Add support for the OpenGL debug flag
Tomaka17
2014-11-09
4
-6
/
+39
|
/
*
Fix nightlies URLs
Tomaka17
2014-11-09
1
-2
/
+2
*
Appveyor now showing rust and cargo versions
Tomaka17
2014-11-09
1
-0
/
+2
*
Add CS_OWNDC flag when creating win32 window
Tomaka17
2014-11-08
1
-1
/
+1
*
Merge pull request #92 from tomaka/remove-modifiers
tomaka
2014-11-06
5
-75
/
+12
|
\
|
*
Remove key modifiers in KeyboardInput
Tomaka17
2014-11-06
5
-75
/
+12
|
/
*
Merge pull request #102 from tomaka/keys-rework
tomaka
2014-11-06
1
-65
/
+93
|
\
|
*
Reorder and add comments to some of the virtual keys
Tomaka17
2014-11-06
1
-65
/
+93
*
|
Merge pull request #103 from DavidPartouche/cocoa_fullscreen
tomaka
2014-11-06
2
-17
/
+24
|
\
\
|
|
/
|
/
|
|
*
Added fullscreen support to osx
David Partouche
2014-11-06
2
-17
/
+24
|
/
*
Merge pull request #100 from tomaka/correct-creation-error
tomaka
2014-11-05
7
-60
/
+76
|
\
|
*
Use a proper error type for window creation
Tomaka17
2014-11-05
7
-60
/
+76
*
|
Merge pull request #99 from tomaka/update-glrs
tomaka
2014-11-05
4
-40
/
+62
|
\
|
|
*
Update for changes in gl-rs
Tomaka17
2014-11-05
4
-40
/
+62
|
/
*
Merge branch 'master' of http://github.com/tomaka/gl-init-rs
Tomaka17
2014-11-05
8
-26
/
+123
|
\
[prev]
[next]