Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tauri-apps/glutin

A low-level library for OpenGL context creation, written in pure Rust.
https://github.com/tauri-apps/glutin

Merge pull request #622 from jdm/warnings

Warning fixes for OS X.

d67248ee2a85b1fd7d2a38a9d94883a25a1be1a6 authored over 9 years ago by tomaka <[email protected]>
Warning fixes for OS X.

77b37431173a7267835f01915f7bc604d9f5a6ff authored over 9 years ago by Josh Matthews <[email protected]>
Merge pull request #612 from tomaka/monitorid-to-monitorid

Rename MonitorID -> MonitorId

3e11e5ef69cc714c067dff49834f0e782c8f7fc6 authored over 9 years ago by tomaka <[email protected]>
Rename MonitorID -> MonitorId

86fa1b58e5a44a1711e812ed1e56c0e2c6946eed authored over 9 years ago by Pierre Krieger <[email protected]>
Merge pull request #615 from tomaka/appveyor

Fix the appveyor build

aa5f5de1099fab89f173fb02bae16324946de147 authored over 9 years ago by tomaka <[email protected]>
Fix the appveyor build

ea1cb5d2cc5e9530599c6e57136fa80d272e7c00 authored over 9 years ago by Pierre Krieger <[email protected]>
Merge pull request #614 from tomaka/windowproxy-sync

Fix WindowProxy not being Send and Sync on win32

7ab495b6987384636af60a618d547350fdbd25ef authored over 9 years ago by tomaka <[email protected]>
Merge pull request #613 from mvdnes/windows_set_size

Fix Window.set_inner_size() on win32

28029c8038cfb5582b56d95431e40b2c0a6289da authored over 9 years ago by tomaka <[email protected]>
Fix WindowProxy not being Send and Sync on win32

9a459f94ff533bcca8046a101309bf4863452cc1 authored over 9 years ago by Pierre Krieger <[email protected]>
Merge pull request #606 from paulrouget/NSFullSizeContentViewWindowMask

Use NSFullSizeContentViewWindowMask for decoration-less windows

a448043b16127be97be6c492be5831a5965d1145 authored over 9 years ago by tomaka <[email protected]>
Merge pull request #607 from tomaka/inline

Add #[inline] attributes

dc7c15b7d9572e5ad19f92cef101d1ca7d287261 authored over 9 years ago by tomaka <[email protected]>
Add #[inline] attributes

aa9cb99929ee1893699184ded888b2586455f016 authored over 9 years ago by Pierre Krieger <[email protected]>
Fix Window.set_inner_size() on Win32

Previously, the function would actually set the outer size of the window
instead of the inner si...

4046a892ee5d8e7ac3b3a4e42d8692e878dceb7f authored over 9 years ago by Mathijs van de Nes <[email protected]>
Merge pull request #611 from vvuk/win32

fix up win32 support

3820d307a3f23828790e8a46a9c46849592104d6 authored over 9 years ago by tomaka <[email protected]>
Update cocoa version

68230faeb0c239bbf3ce97a0094f9bfbfc4ea965 authored over 9 years ago by Paul Rouget <[email protected]>
Use NSFullSizeContentViewWindowMask for decoration-less windows

67a31c622140a27830f5b5c1bd4eabfc6c44a0a0 authored over 9 years ago by Paul Rouget <[email protected]>
win32: remove unimplemented!() from platform_display()

6ece84f5c04f7b290bdd02cf40032f6e8444ccf6 authored over 9 years ago by Vladimir Vukicevic <[email protected]>
win32: implement wakeup_event_loop

059821a99c6227e3b5ea271dc31c561a7a65d95b authored over 9 years ago by Vladimir Vukicevic <[email protected]>
Merge pull request #608 from tomaka/pub-attribs

Make some fields in WindowBuilder and HeadlessRendererBuilder public

0f9693bde4d67e77fa3691a2c9d3ed0151abec71 authored over 9 years ago by tomaka <[email protected]>
win32: Bump user32-sys req for MapVirtualKeyA

4af72a4109fe825af4594f5585c554cfd3528157 authored over 9 years ago by Vladimir Vukicevic <[email protected]>
Merge pull request #610 from mbrubeck/android-touch

Support multi-touch events on Android

34d2c7517df0b1e8047e1b60dcee6178164d2126 authored over 9 years ago by tomaka <[email protected]>
Support multi-touch events on Android

Depends on tomaka/android-rs-glue#64.

1827910927833b53cb183032a10d5a3c454b7852 authored over 9 years ago by Matt Brubeck <[email protected]>
Merge pull request #609 from TimNN/ios-compile-fixes

make glutin compile on all iOS targets (again)

48f3962a01278f13f5af5d3aa14bf7a32c5c8326 authored over 9 years ago by tomaka <[email protected]>
make glutin compile on all iOS targets

9f6806ba2e698a5163484004cad829b37e0d71dd authored over 9 years ago by Tim Neumann <[email protected]>
Make some fields in WindowBuilder and HeadlessRendererBuilder public

e466cfb2d680fcbe421047d1f19b1710edecf6b5 authored over 9 years ago by Pierre Krieger <[email protected]>
Merge pull request #587 from neivv/win32-alt

Handle events for Alt-<Key> and F10 presses in windows

1b28e32e3130f58db62da6d6f6fa5e7c31043798 authored over 9 years ago by tomaka <[email protected]>
Merge pull request #603 from tomaka/gl-attribs

Separate the builder attributes into multiple substates

6787f1d43493f0f8c2310ac3c3d5cb409d13ec40 authored over 9 years ago by tomaka <[email protected]>
Remove BuilderAttribs

62bafe2130db5aaf32bd46091581086ae435e4cf authored over 9 years ago by Pierre Krieger <[email protected]>
Switch OS/X to new design

a8d3342468cc1f490fddb361d54215d9e889271f authored over 9 years ago by Pierre Krieger <[email protected]>
Switch X11 and wayland to the new design

5182023fd6f14469290b80f0f5e9b0dead73048e authored over 9 years ago by Pierre Krieger <[email protected]>
Convert GLX to the new design

b5d0a3eb67247a8ed5e43a9161f7e9567e1c1ea7 authored over 9 years ago by Pierre Krieger <[email protected]>
Finish converting windows to the new design

8f3ec7998de74dfdb69bd1ef7f038767313b3ae1 authored over 9 years ago by Pierre Krieger <[email protected]>
Remove extract_non_static

932e565391ea6004714ff74e006637ad29961b06 authored over 9 years ago by Pierre Krieger <[email protected]>
Switch WGL and part of win32 to the new system

1b836f60406e347967404c52913fb244c9ee424e authored over 9 years ago by Pierre Krieger <[email protected]>
Switch EGL to use only pf_reqs and opengl

3054e2ee0236672ae88bd124e60ba49aae701695 authored over 9 years ago by Pierre Krieger <[email protected]>
Add GlAttributes::map_sharing

3ff08d747c40c2fa744483af8717173c6e97cedd authored over 9 years ago by Pierre Krieger <[email protected]>
Extract PixelFormatRequirements from BuilderAttribs

58b3bfb4fba22ecdb6f846f88f8a74e13ecae8ec authored over 9 years ago by Pierre Krieger <[email protected]>
Extract WindowAttributes from the BuilderAttribs

48fe9b26442662517b1590cb98ab81d79b059953 authored over 9 years ago by Pierre Krieger <[email protected]>
Extract GlAttributes from BuilderAttribs

c244f8c033f100a6e0f3e0b2b408f6ddc1006d47 authored over 9 years ago by Pierre Krieger <[email protected]>
Merge pull request #602 from tomaka/api-dispatch-error

[Breaking change] Better error handling in Linux's api dispatch

f51ace4c7885fa25c146c24181c4d87f5632de3e authored over 9 years ago by tomaka <[email protected]>
Merge pull request #604 from tomaka/rm-config

Remove .cargo/config

907d7621bc9822c2688d1783a5805f8532a92b42 authored over 9 years ago by tomaka <[email protected]>
Remove .cargo/config

c237d0d79ab74fa1920bbc29a957059b0f238a42 authored over 9 years ago by Pierre Krieger <[email protected]>
Report the error from x11-rs when failing to open shared libraries

82bb047fda3912489d024dbf40613168ded50527 authored over 9 years ago by Pierre Krieger <[email protected]>
Err when a X connection cannot be created instead of panicking

b9a4f5fbe90a94fbca2e6816b92a129dabfe81fd authored over 9 years ago by Pierre Krieger <[email protected]>
Merge pull request #600 from paulrouget/resizableMask

[cocoa] add resizable mask to decoration-less windows

27385894ac81d28dd984764c65914ca512043c16 authored over 9 years ago by Felix Kaaman <[email protected]>
add resizable mask to decoration-less windows

da51a6059500d3840667bbbfa37fdfccf128a2b0 authored over 9 years ago by Paul Rouget <[email protected]>
Publish 0.3.6

fa48f4b8457ce4e04fb089780d6a5cccb0e5ec11 authored over 9 years ago by tomaka <[email protected]>
Merge pull request #598 from nox/bump-gl_generator

Bump gl_generator to 0.0.27

806208f5db37f35feb65be899304255a9fd4d801 authored over 9 years ago by tomaka <[email protected]>
Bump gl_generator to 0.0.27

b096143f735abc9136c6949f6092cde7af546e20 authored over 9 years ago by Anthony Ramine <[email protected]>
Merge pull request #596 from fkaa/cocoa-focus

Add focus and defocus events on cocoa. Fixes #595

567d29fcc53da3e1418d79093382dadaaba0929a authored over 9 years ago by tomaka <[email protected]>
Add focus and defocus events on cocoa. Fixes #595

b029233e548d803dbb511cbf1a44ddcdd9b57c1c authored over 9 years ago by Felix Kaaman <[email protected]>
Merge pull request #590 from tomaka/glx-non-conformant

No longer filter out non-conformant formats

8092fd640938366110627027b3471025abd2c4b9 authored over 9 years ago by tomaka <[email protected]>
Merge pull request #580 from mbrubeck/scroll-lines

Fix smooth-scrolling increment on some X11 devices

08cb668037c9fd1608c376a93623b4a60a5d3c46 authored over 9 years ago by tomaka <[email protected]>
Merge pull request #591 from tomaka/fix-triangle

Fix the triangle in the examples

01fc9a70cdad712d0050755540a089f1d8b47fb2 authored over 9 years ago by tomaka <[email protected]>
Merge pull request #585 from frewsxcv/https

Use HTTPS for doc hyperlink

ded23549eb66b9b144f6d710f8861d09c8769947 authored over 9 years ago by tomaka <[email protected]>
Fix the triangle in the examples

326ea3555b348bea89cb467c06a90536106c9f7d authored over 9 years ago by Pierre Krieger <[email protected]>
No longer filter out non-conformant formats

cb749ad904b09d9e123304fa7fa9dd17b42a6181 authored over 9 years ago by Pierre Krieger <[email protected]>
Merge pull request #589 from mneumann/dragonfly2

Make it work on DragonFly/FreeBSD

9d6d2412c7fc7c26574e91a8dc981eaecaa49542 authored over 9 years ago by tomaka <[email protected]>
Make it work on DragonFly/FreeBSD

Tested on DragonFly BSD. Should work similarily on FreeBSD.

b707959c2c0ae97c2225c2e6dbc07fc754125458 authored over 9 years ago by Michael Neumann <[email protected]>
Handle events for Alt-<Key> and F10 presses in windows

84d5db91af6924de9e6aab1ee78feeb6c41d4700 authored over 9 years ago by Markus Heikkinen <[email protected]>
Merge pull request #586 from mceier/master

Correct event type

b8b1b80631e1335a7ab747f34e1c67dfa0790a10 authored over 9 years ago by tomaka <[email protected]>
Correct event type

KeymapNotify should not be handled by calling XRefreshKeyboardMapping.

XRefreshKeyboardMappin...

5392ba0db02ef9d3c3e0045fc2679582eb7644ce authored over 9 years ago by Mariusz Ceier <[email protected]>
Merge pull request #584 from glennw/fixup-android

Fix android build.

4605979c9e7e9ec92c2156fe1d04ca6a6846016a authored over 9 years ago by tomaka <[email protected]>
Use HTTPS for doc hyperlink

bcce133fae594dd3cb2090c0cc891941810dc7fa authored over 9 years ago by Corey Farwell <[email protected]>
Fix android build

7d43ca32bb0f3c7bb97986934f0260155b4dfccf authored over 9 years ago by Glenn Watson <[email protected]>
Read scroll axis info from all devices

When multiple scrolling devices are attached, XIAllMasterDevices does not
include the scroll axe...

576720fd9767e579d79e7dbf933ef819de8e1a5e authored over 9 years ago by Matt Brubeck <[email protected]>
Merge pull request #560 from dylanede/master

Modified Windows key event handling to support modifier keys.

66317f5924ee72bae84ee15021a6f3cf780f8409 authored over 9 years ago by tomaka <[email protected]>
Modified Windows key event handling to support modifier keys.

3427308c607f9156a958cedd8ba4f101ae293e4d authored over 9 years ago by Dylan Ede <[email protected]>
Take XIScrollClassInfo::increment into account

From the "Smooth Scrolling" section of [XI2Proto.txt][1]:

> One unit of scrolling in either dir...

c310f7bb803dda17467a353edf903d68c82fcfe4 authored over 9 years ago by Matt Brubeck <[email protected]>
Merge pull request #579 from tomaka/egl-fault-tolerant

Do not crash in case of buggy EGL implementations

7dd98efccb61578e4aec7fdd166e81878fe84839 authored over 9 years ago by tomaka <[email protected]>
Do not crash in case of buggy EGL implementations that are missing eglGetPlatformDisplay

e28a0bdb9775808b3885868f2369f9a1a0fe0bf3 authored over 9 years ago by Pierre Krieger <[email protected]>
Merge pull request #578 from vberger/master

Minor fixes to wayland backend

506c4ed6ea669c885c8a33668e0f8a00fd351989 authored over 9 years ago by tomaka <[email protected]>
wayland: Resized event

f3e67128dbc6a0a6cbb40c7e5a0bcedebeb478cd authored over 9 years ago by Victor Berger <[email protected]>
wayland: fix events Moved -> MouseMoved

bfc709fdd14775dfc04d9781e002e4949f01ea7c authored over 9 years ago by Victor Berger <[email protected]>
Merge pull request #576 from retep998/master

Cleanup unused import stuff

73e4a7d4b17bfc08acc198e0336a2f5c7fd2036a authored over 9 years ago by tomaka <[email protected]>
Cleanup unused import stuff

Also support i686-pc-windows-msvc

Signed-off-by: Peter Atashian <[email protected]>

9d387b4f9820c55030724506533b0233b75f2617 authored over 9 years ago by Peter Atashian <[email protected]>
Publish 0.3.5

42949fb34bd8287fab7ea162e962fbcd3eaec9ea authored over 9 years ago by Pierre Krieger <[email protected]>
Merge pull request #574 from paulrouget/fix-scroll

Fix scrolling on osx 10.11

82a7ba34b0685ca22e4cf41c3fd7ad9a4a4bb02c authored over 9 years ago by Paul Rouget <[email protected]>
Do not call nextEventMatchingMask twice

wait_event used to call nextEventMatchingMask twice. Once with untilDate:distantFuture,
and dequ...

cb78383da017fc8ce4f8f70a5b719ef08e024be9 authored over 9 years ago by Paul Rouget <[email protected]>
Merge pull request #573 from mbrubeck/x11-touch

Handle touch events on X11

a982c599d0956fde67b66b56a38b204dc422ae67 authored over 9 years ago by tomaka <[email protected]>
Handle touch events on X11

93ce9c24f5308a77b1f13de1eacde13333d1d0ea authored over 9 years ago by Matt Brubeck <[email protected]>
Merge pull request #572 from csherratt/master

Enable grave key on X11

a4e2f82ba77d22116eaee5601fb6ee5c6356c143 authored over 9 years ago by tomaka <[email protected]>
Enable grave key on X11

72fc0dc3a3def46dcbb64bc1be1e16455c1db8b4 authored over 9 years ago by Colin Sherratt <[email protected]>
Merge pull request #571 from vberger/master

Add decorations to wayland windows

6ba15de7db4d5266db816be5e38e5d401a3da1ec authored over 9 years ago by tomaka <[email protected]>
wayland: properly handle 'decorated' option.

f7f52c21a02bdd26889093427adb9659b5bcf8dc authored over 9 years ago by Victor Berger <[email protected]>
Update wayland backend to draw decorations.

Integrate with wayland-window crate to draw decorations
allowing resize & move of the window.

L...

1cea6a65a44dee4d0bd85a35f8ac531017c4951f authored over 9 years ago by Victor Berger <[email protected]>
Merge pull request #569 from zetok/glx

Prefer GLX over EGL

c5d11ebca2159cbd6e67b018997a2587d202f0ce authored over 9 years ago by tomaka <[email protected]>
Prefer GLX over EGL

fixes #314 for me.

I've "tested" change by running examples (which prior to change simply
crash...

6c73209746331f1fe3bac402b58c1702798f7e62 authored over 9 years ago by Zetok Zalbavar <[email protected]>
Merge pull request #567 from paulrouget/opengl-profile-selection-fix

Fix OpenGL profile selection

5c60456e16b118f2d2cbbe5344fa887cbeb59cc8 authored over 9 years ago by tomaka <[email protected]>
Merge pull request #568 from paulrouget/x11-crasher

Fix a rare crash in some X11 implementations

691bac6528b09c04bed5abaf9e988eb9105ca86b authored over 9 years ago by tomaka <[email protected]>
Fix OpenGL profile selection

26139f8c5c66e6fdf1508cd5e07018bbf9b62a76 authored over 9 years ago by Paul Rouget <[email protected]>
Fix a rare crash in some X11 implementations (details below).

86408438fcaeb901684c82662608e84c381b11bd authored over 9 years ago by Glenn Watson <[email protected]>
Merge pull request #565 from tomaka/correct-example

Use modern GL code for the examples

e90f377b9fbab23a140029e71ef57933b266c473 authored over 9 years ago by tomaka <[email protected]>
Merge pull request #566 from tomaka/display-egl

Correct EGL display handling

90e62083d686ed9c878beb348e9b54853242eab0 authored over 9 years ago by tomaka <[email protected]>
Correctly handle eglGetDisplay

587dedaa9e95236f891d9a0e4ec04ee3700236a8 authored over 9 years ago by Pierre Krieger <[email protected]>
Get the list of extensions only once

bee3e0e0f0ed4b642afaa6d82389839e87c840f0 authored over 9 years ago by Pierre Krieger <[email protected]>
Use modern GL code for the examples

9261408cc8d2ba54ddea0c9ddd43560e03d45bdc authored over 9 years ago by Pierre Krieger <[email protected]>
Merge pull request #563 from bvssvni/remove_dot

Removed dot in error message

4ab83a23e5d15ac4372ad24cc88f1c970099efc7 authored over 9 years ago by tomaka <[email protected]>
Removed dot in error message

Closes https://github.com/tomaka/glutin/issues/562

ce13975f15d56a922b9a83d6510d2d8bfccb7807 authored over 9 years ago by Sven Nilsen <[email protected]>
Merge pull request #561 from braden/master

Implement Display, Error for ContextError

dff7612e4547aa3ef0acdb83b0cb05e5e865800e authored over 9 years ago by tomaka <[email protected]>