index
:
patched/glutin
feature-existing
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
api
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #610 from mbrubeck/android-touch
tomaka
2015-09-22
1
-10
/
+13
|
\
|
*
Support multi-touch events on Android
Matt Brubeck
2015-09-22
1
-10
/
+13
*
|
make glutin compile on all iOS targets
Tim Neumann
2015-09-21
1
-13
/
+24
*
|
Merge pull request #587 from neivv/win32-alt
tomaka
2015-09-21
1
-5
/
+17
|
\
\
|
*
|
Handle events for Alt-<Key> and F10 presses in windows
Markus Heikkinen
2015-08-29
1
-5
/
+17
*
|
|
Remove BuilderAttribs
Pierre Krieger
2015-09-21
7
-26
/
+49
*
|
|
Switch OS/X to new design
Pierre Krieger
2015-09-21
1
-15
/
+20
*
|
|
Switch X11 and wayland to the new design
Pierre Krieger
2015-09-21
2
-24
/
+33
*
|
|
Convert GLX to the new design
Pierre Krieger
2015-09-21
2
-37
/
+34
*
|
|
Finish converting windows to the new design
Pierre Krieger
2015-09-21
1
-3
/
+9
*
|
|
Switch WGL and part of win32 to the new system
Pierre Krieger
2015-09-21
3
-64
/
+66
*
|
|
Switch EGL to use only pf_reqs and opengl
Pierre Krieger
2015-09-21
5
-26
/
+27
*
|
|
Extract PixelFormatRequirements from BuilderAttribs
Pierre Krieger
2015-09-21
1
-5
/
+5
*
|
|
Extract WindowAttributes from the BuilderAttribs
Pierre Krieger
2015-09-21
8
-33
/
+33
*
|
|
Extract GlAttributes from BuilderAttribs
Pierre Krieger
2015-09-21
8
-39
/
+39
*
|
|
Report the error from x11-rs when failing to open shared libraries
Pierre Krieger
2015-09-20
2
-8
/
+31
*
|
|
Err when a X connection cannot be created instead of panicking
Pierre Krieger
2015-09-20
2
-5
/
+19
*
|
|
add resizable mask to decoration-less windows
Paul Rouget
2015-09-17
1
-1
/
+2
*
|
|
Add focus and defocus events on cocoa. Fixes #595
Felix Kaaman
2015-09-10
1
-1
/
+25
*
|
|
Merge pull request #590 from tomaka/glx-non-conformant
tomaka
2015-09-04
1
-3
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
No longer filter out non-conformant formats
Pierre Krieger
2015-08-30
1
-3
/
+4
*
|
|
Merge pull request #580 from mbrubeck/scroll-lines
tomaka
2015-09-01
1
-10
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Read scroll axis info from all devices
Matt Brubeck
2015-08-27
1
-3
/
+2
|
*
|
Take XIScrollClassInfo::increment into account
Matt Brubeck
2015-08-24
1
-7
/
+9
*
|
|
Make it work on DragonFly/FreeBSD
Michael Neumann
2015-08-30
7
-6
/
+9
|
|
/
|
/
|
*
|
Correct event type
Mariusz Ceier
2015-08-28
1
-1
/
+1
*
|
Fix android build
Glenn Watson
2015-08-28
2
-98
/
+112
*
|
Modified Windows key event handling to support modifier keys.
Dylan Ede
2015-08-26
2
-10
/
+23
|
/
*
Do not crash in case of buggy EGL implementations that are missing eglGetPlat...
Pierre Krieger
2015-08-24
1
-8
/
+28
*
wayland: Resized event
Victor Berger
2015-08-21
2
-1
/
+15
*
wayland: fix events Moved -> MouseMoved
Victor Berger
2015-08-21
1
-1
/
+1
*
Cleanup unused import stuff
Peter Atashian
2015-08-21
3
-17
/
+10
*
Do not call nextEventMatchingMask twice
Paul Rouget
2015-08-20
1
-106
/
+108
*
Handle touch events on X11
Matt Brubeck
2015-08-18
1
-2
/
+20
*
Enable grave key on X11
Colin Sherratt
2015-08-17
1
-1
/
+1
*
wayland: properly handle 'decorated' option.
Victor Berger
2015-08-16
1
-10
/
+14
*
Update wayland backend to draw decorations.
Victor Berger
2015-08-16
2
-28
/
+164
*
Prefer GLX over EGL
Zetok Zalbavar
2015-08-14
1
-3
/
+5
*
Merge pull request #567 from paulrouget/opengl-profile-selection-fix
tomaka
2015-08-13
1
-6
/
+14
|
\
|
*
Fix OpenGL profile selection
Paul Rouget
2015-08-11
1
-6
/
+14
*
|
Fix a rare crash in some X11 implementations (details below).
Glenn Watson
2015-08-11
1
-15
/
+38
|
/
*
Correctly handle eglGetDisplay
Pierre Krieger
2015-08-07
5
-21
/
+98
*
Get the list of extensions only once
Pierre Krieger
2015-08-07
1
-28
/
+50
*
Merge pull request #553 from tomaka/egl-default
tomaka
2015-08-02
1
-3
/
+3
|
\
|
*
Use EGL by default with X11
Pierre Krieger
2015-07-28
1
-3
/
+3
*
|
Try libEGL.so.1 before libEGL.so
Pierre Krieger
2015-07-28
1
-1
/
+4
*
|
Merge pull request #551 from tomaka/android-headless
tomaka
2015-07-28
1
-0
/
+40
|
\
\
|
*
|
Implement headless contexts on android
Pierre Krieger
2015-07-27
1
-0
/
+40
|
|
/
*
/
Load the EGL library in platform/windows
Pierre Krieger
2015-07-27
2
-23
/
+12
|
/
*
Merge pull request #548 from tomaka/egl-pbuffer
tomaka
2015-07-27
1
-1
/
+30
|
\
[next]