tomaka
37882d140d
Publish 0.5.2
2016-07-31 08:31:41 +02:00
Nicolas Koch
32d01b288e
Add support for xcb
...
Due to XCB and Xlib compability, we can take a shortcut and use X11's
underlying xcb_connection. This way, a complete XCB backend implementation can
be avoided.
2016-07-31 00:00:43 +02:00
Nicolas Koch
8a2a3219d7
Simplify target dependencies in Cargo.toml
2016-07-30 22:08:00 +02:00
tomaka
8e8e1e7729
Publish 0.5.1
...
cc @nicokoch
2016-05-24 07:42:24 +02:00
Victor Berger
14323656b6
wayland: Remove EGL-dependent code.
...
This removes all EGL-specific code from the wayland backend.
Notable unresolved question: due to wayland design, the resizing
methods will only get/set the size of the drawn borders, not of the
actual content drawn. This latter size cannot be controlled by winit.
2016-05-08 09:11:15 +02:00
Pierre Krieger
764bf7ce4b
Update the android glue to 0.2 to use the new cargo-apk crate
2016-04-26 13:43:48 +02:00
Pierre Krieger
d216d6b052
Merge remote-tracking branch 'glutin/master' into merge-glutin
...
Conflicts:
Cargo.toml
build.rs
src/api/caca/mod.rs
src/api/cocoa/mod.rs
src/api/egl/ffi.rs
src/api/egl/mod.rs
src/api/glx/mod.rs
src/api/osmesa/mod.rs
2016-03-26 17:55:03 +01:00
Brendan Zabarauskas
e8b3570db4
Update gl_generator to v0.5
2016-03-24 14:03:38 +11:00
Steven Sheldon
c5268309c3
Update objc to 0.2.
2016-03-20 16:04:11 -07:00
Manish Goregaokar
1de66e4efb
Add support for navigation keys
2016-03-17 16:04:03 +05:30
Corey Farwell
c0adb8d87e
Fix Mac build by bumping core-graphics.
...
At the time of writing, Glutin requires 0.2.x and cocoa requires 0.3.x.
2016-03-14 20:22:19 -04:00
Jack Moffitt
717d0184c0
Pin core-graphics to 0.2 since cocoa 0.2.4 does
2016-03-08 22:59:15 -07:00
Kirill Zdornyy
74a28adba2
Fix this_platform_is_not_supported on OpenBSD.
...
I followed the steps of @mneumann.
2016-03-01 18:06:13 -08:00
Paul Rouget
68818751f4
TouchpadPressure event
2016-02-26 11:08:46 +01:00
Pierre Krieger
10bb03c5f0
Remove most OpenGL stuff and make it compile on win32
2016-02-23 12:56:23 +01:00
tomaka
bd605478d1
Merge pull request #723 from petevine/master
...
Add the new `i586` target in Cargo.toml
2016-02-14 18:21:45 +01:00
petevine
e4bf0a22b5
Update Cargo.toml
2016-02-14 18:03:50 +01:00
Pierre Krieger
86dd75f7e9
Publish 0.4.8
2016-02-09 15:24:44 +01:00
Pierre Krieger
9238a48ffc
Merge branch 'master' of http://github.com/tomaka/gl-init-rs
2016-02-09 15:20:06 +01:00
Pierre Krieger
982279bc39
Update the emscripten port of glutin
2016-02-09 14:25:21 +01:00
petevine
abdfa91b75
Update Cargo.toml
2016-02-01 16:27:16 +01:00
tomaka
4222812e12
Merge pull request #716 from mmatyas/typofix
...
Typo fix in package description
2016-02-01 11:54:04 +01:00
Mátyás Mustoha
4c7460a410
Typo fix in package description
2016-02-01 11:22:22 +01:00
Pierre Krieger
5cce3f9640
Publish 0.4.7
2016-01-29 07:36:09 +01:00
tomaka
8f1151cbc4
Publish 0.4.6
2016-01-28 22:44:32 +01:00
Marcell Pardavi
535356f5ce
Dependency fix
2015-12-31 21:22:19 +01:00
Ruben Bakker
c68fb24838
Publish 0.4.5
2015-12-29 22:39:43 +02:00
Victor Berger
aace58d203
api/wayland: fix Window not being Send+Sync
2015-12-22 14:36:41 +01:00
Victor Berger
84f1aef100
api/wayland: add keyboard support.
2015-12-22 14:36:41 +01:00
Victor Berger
833c892cf9
api/wayland: update wayland-client to 0.5.3
2015-12-22 14:36:41 +01:00
Victor Berger
fad2e77a36
api/wayland: Reset to empty API.
...
In order to build the whole new structure.
2015-12-22 14:36:41 +01:00
tomaka
ae7638b995
Publish 0.4.4
2015-12-20 15:08:28 +01:00
Simon Sapin
e4f1c7358d
Update some libraries
2015-12-01 02:11:54 +01:00
tomaka
6a3ee2af75
Merge pull request #646 from adambadawy/master
...
Fix fullscreen on X11
2015-11-11 20:38:12 +01:00
Pierre Krieger
5ca4e89dd4
Publish 0.4.2
2015-11-09 10:26:01 +01:00
mitchmindtree
b02265fa11
Update to libc 0.2, remove unnecessary gl_common crate
2015-11-09 08:47:12 +01:00
mitchmindtree
228732877a
Lock objc version, add casts to appease libc pointer type conflict. Closes #654
2015-11-08 21:13:25 +11:00
Pierre Krieger
2fcbdcc2fc
Fix the libc breakage
2015-11-04 11:28:08 +01:00
Adam Badawy
c068a770f0
Update x11-dl
2015-10-27 03:22:13 -04:00
Pierre Krieger
df10bbd163
Publish 0.4.0
2015-10-03 16:58:04 +02:00
Pierre Krieger
cb56b55a88
Update khronos_api to 0.0.8
2015-10-03 16:33:38 +02:00
Pierre Krieger
7a625ef3d8
Remove the window feature entirely
2015-10-03 10:33:37 +02:00
Pierre Krieger
644ecf877d
Update the gl_generator dependency
2015-09-30 07:29:29 +02:00
tomaka
a448043b16
Merge pull request #606 from paulrouget/NSFullSizeContentViewWindowMask
...
Use NSFullSizeContentViewWindowMask for decoration-less windows
2015-09-23 13:29:28 +02:00
tomaka
3820d307a3
Merge pull request #611 from vvuk/win32
...
fix up win32 support
2015-09-23 13:09:36 +02:00
Paul Rouget
68230faeb0
Update cocoa version
2015-09-23 10:53:35 +02:00
Vladimir Vukicevic
4af72a4109
win32: Bump user32-sys req for MapVirtualKeyA
2015-09-22 14:01:27 -04:00
tomaka
34d2c7517d
Merge pull request #610 from mbrubeck/android-touch
...
Support multi-touch events on Android
2015-09-22 19:55:43 +02:00
Matt Brubeck
1827910927
Support multi-touch events on Android
...
Depends on tomaka/android-rs-glue#64 .
2015-09-22 09:25:49 -07:00
Tim Neumann
9f6806ba2e
make glutin compile on all iOS targets
2015-09-21 18:57:35 +02:00