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 #851 from tomaka/tomaka-patch-1

Publish 0.7.3

06247af952aa29c0eb5fecf89fd099004e4bc2a0 authored almost 8 years ago by tomaka <[email protected]>
Publish 0.7.3

6679738c98b79ecdc4c09f8965b900e8eb3ba780 authored almost 8 years ago by tomaka <[email protected]>
Merge pull request #850 from ojacobson/macos-window-resize

Call [NSOpenGLContext update] on window size changes.

15976287fd098f5f96471f44219e2fa5fc939c8c authored almost 8 years ago by tomaka <[email protected]>
Remove `update_context` helper.

For style, call `update()` on the context directly from each iterator.

f0c164e2f37cb38b57ee86bcbf1ae225acde0555 authored almost 8 years ago by Owen Jacobson <[email protected]>
Call [NSOpenGLContext update] on window size changes.

OS X OpenGL applications must call <https://developer.apple.com/reference/appkit/nsopenglcontext...

871907cc2fa126d52b0952d0fe0ad130204e79df authored almost 8 years ago by Owen Jacobson <[email protected]>
Merge pull request #846 from kvark/angle

Check for libEGL.dll

b76ae50010f4b198f20193680bebc2578996ce81 authored almost 8 years ago by tomaka <[email protected]>
Check for libEGL.dll

59cd9c8b81d91c53b67bc73297694880b7eb88d9 authored almost 8 years ago by kvark <[email protected]>
Merge pull request #845 from Jascha-N/readd-windowbuilder-clone

Readd Clone to WindowBuilder

7c072b21ed715328cef17e2f3f5590482cddaef6 authored almost 8 years ago by tomaka <[email protected]>
Add Clone to WindowBuilder

9250dcc0dc90511796813bcd2349217afd308465 authored almost 8 years ago by Jascha <[email protected]>
Merge pull request #844 from tomaka/tomaka-patch-1

Publish 0.7.2

a974631197da6da9d9a91b00b4bfc75345608e51 authored almost 8 years ago by tomaka <[email protected]>
Publish 0.7.2

3bdc7db6f1f64acc811441c4de1bcd7cd0ae8c73 authored almost 8 years ago by tomaka <[email protected]>
Merge pull request #843 from rerion/master

Create winit window with correct XVisual and screen when using X11

0a8551157d6e82f87fa51b005b66fe88ca68844f authored almost 8 years ago by tomaka <[email protected]>
Use winit 0.5.7

1f0e2f80d3c68d248a1f23bd21b61998c24fbc54 authored almost 8 years ago by rerion <[email protected]>
Use winits XConnection when creating x11 window

31e18ca3481ce7ae872bd4f6891e3b39639a6316 authored almost 8 years ago by rerion <[email protected]>
Create winit::Window with the same visual and screen as context when using X11

526e139d146f6a6b41ef8e5f733d93f06be462df authored almost 8 years ago by rerion <[email protected]>
Merge pull request #841 from kvark/patch-2

Version bump to 0.7.1

6c469bfb4641ca3094862a45a80331f6f6ded400 authored about 8 years ago by tomaka <[email protected]>
Version bump to 0.7.1

e8421922e3e10c47ace2cbff812a4154cf995da9 authored about 8 years ago by Dzmitry Malyshau <[email protected]>
Merge pull request #840 from Plasticcaz/master

Integrate with `winit'

9ebc5f6797ecd280498738c76f17c435ffd25cc4 authored about 8 years ago by tomaka <[email protected]>
Changed the name of the mutable borrow function for winit_window in the linux layer, thus fixing an error in the last commit.

054526ca1a9f183ebf3e237b32b44ae31c4f478e authored about 8 years ago by Plasticcaz <[email protected]>
Removed taking ownership of winit::Windows from the glutin::Window, and instead allowed mutable borrows of the winit_window.

2827147d0a228b09f3dc3b7c3b33cfc47ffcfd1d authored about 8 years ago by Plasticcaz <[email protected]>
Placed into_winit_window and as_winit_window into the base window implementation as well as in linux.

92ea4adb3dfcd82e470f4e9d90d721d3911331a4 authored about 8 years ago by Plasticcaz <[email protected]>
Changed the name of the method to get the winit::Window to reflect the fact that it currently consumes the Window.

7682539a214ccac5992625a9a3d85813e5a0fee6 authored about 8 years ago by Plasticcaz <[email protected]>
Allowed access to winit::Window on MacOS, Windows, and Android. Also allowed creation of glutin::WindowBuilder from winit::WindowBuilder.

afdc07f51c05b4645b87e11479ad129977cf5c09 authored about 8 years ago by Plasticcaz <[email protected]>
Merge pull request #831 from frewsxcv/with-min-max-dimensions

Remove assertions now that macOS window constraints are implemented.

d7f9e5833a81f6d1eb7804c36025e18d0e90d9ed authored about 8 years ago by tomaka <[email protected]>
Remove assertions now that macOS window constraints are implemented.

As per https://github.com/tomaka/winit/pull/89

dc2b957b3ab0614371a155acb028e8893ad3d3db authored about 8 years ago by Corey Farwell <[email protected]>
Merge pull request #830 from tyoc213/master

fix #828 0 doesn't panic `with_multisampling`

8524fce90e28f7a411c62bf9d5b0a92910116c74 authored about 8 years ago by tomaka <[email protected]>
fix #828 0 doesn't panic `with_multisampling`

516a22bad1a523be50a20ce1badbdde450ec5d02 authored about 8 years ago by David AOL <[email protected]>
Merge pull request #824 from tomaka/0.7.0

Publish 0.7.0

1c30310c76acccff8a9df13eeef21fc76c44be62 authored about 8 years ago by tomaka <[email protected]>
Publish 0.7.0

c8a8347657327b4ea5a5ab8ce72a84b91d6a26c2 authored about 8 years ago by Pierre Krieger <[email protected]>
Merge pull request #823 from tomaka/rm-android

Remove android_start! macro

44b003d242223e1c034f5138847181c245836ffb authored about 8 years ago by tomaka <[email protected]>
Remove android_main! macro

1f1ae09cc45ecffde34fa076669ad0797ac7e17a authored about 8 years ago by Pierre Krieger <[email protected]>
Merge pull request #819 from ozkriff/port_glutin_to_winit

Ported glutin to winit

e4f226d0f14e345c2e7fbd8af5283d4a21f54638 authored about 8 years ago by tomaka <[email protected]>
wayland: Fixed resizing

3ed63340a57baeb99c9dedf9162d6b20190b18c4 authored about 8 years ago by Alexander Kuvaev <[email protected]>
Removed src/api/win32

ab88e5fe260a04af44d998065a6a92e04cf63073 authored about 8 years ago by Andrey Lesnikov <[email protected]>
win: Moved winit::Window into platform::Window

fa19eb19351399c267fff6339c3edcccf649078f authored about 8 years ago by Andrey Lesnikov <[email protected]>
android: Moved winit::Window into platform::Window

3b8713bade24d9e49f690da0e06a2afc2765383a authored about 8 years ago by Andrey Lesnikov <[email protected]>
OSX: Move winit::Window to platform::Window

993d75c366d16a3365b18c30db3c68217be7de8a authored about 8 years ago by Sum Proxy <[email protected]>
Removed src/api/x11 and src/api/wayland

db222bf5889bde86ef2f41828793594bdc762161 authored about 8 years ago by Andrey Lesnikov <[email protected]>
linux: Moved winit::Window into platform::Window

8e3f37a7747da32d95c86495c13d4e48eab9438d authored about 8 years ago by Andrey Lesnikov <[email protected]>
osx: Fixed WindowBuilderExt::with_activation_policy

1a589fda7229c81ab420e6d6b4ce0c1001f725a8 authored about 8 years ago by Andrey Lesnikov <[email protected]>
Cargo.toml: Fixed winit dep

1d69dc0b3c51831445f4c03e9eb57d6de81b0482 authored about 8 years ago by Andrey Lesnikov <[email protected]>
Disabled headless test on windows

b43a4ad8c8bfece7e2d63fd6925cd98960023156 authored about 8 years ago by Andrey Lesnikov <[email protected]>
Ported OSX backend to winit

2e84acabcdc2340651263c9a116a9ff08e27091f authored about 8 years ago by Sum Proxy <[email protected]>
Ported Wayland backend to winit

752d0b1b69617d0938c243a33a418b80d6dd8abc authored about 8 years ago by Alexander Kuvaev <[email protected]>
Ported glutin to winit

28a30dcb84c84d0dae62af68ee0dbde87f2c654e authored about 8 years ago by Andrey Lesnikov <[email protected]>
Publish 0.6.2

d87fa4f6b749f67eb37300cb9dc58cf31c3ff5b5 authored about 8 years ago by tomaka <[email protected]>
Merge pull request #816 from badboy/emscripten-fix

Emscripten fix

ab4a3d0257bb9ee1727ad4bbb3ed7464251dc070 authored about 8 years ago by tomaka <[email protected]>
Do not call `emscripten_sleep`

c8c6f9b618a843f8eb77ee74b04a142f59098e5c authored about 8 years ago by Jan-Erik Rediger <[email protected]>
Add main_loop definition for emscripten

655f105a13402b5e9263641a9b4ff3ffd5f3eacf authored about 8 years ago by Jan-Erik Rediger <[email protected]>
Add additional parameters in emscripten module

1f0ffe0fcd5dcaa3b2cd7c9ba15a3dd73da1c056 authored about 8 years ago by Jan-Erik Rediger <[email protected]>
Merge pull request #815 from larsbergstrom/fix_wgl_CreateWindow

Properly create a wide string for use in the call to CreateWindowExW

0dd337ca67773f9cde55c6d6a875f2de93fa8ee9 authored about 8 years ago by tomaka <[email protected]>
Properly create a wide string for use in the call to CreateWindowExW

1aeb48a0062fa6c4cf3f43f94335da4fa2144c48 authored about 8 years ago by Lars Bergstrom <[email protected]>
Merge pull request #810 from tomaka/docs_io_to_rs

README.md: docs.io -> docs.rs

95434eaf99d78bcc65c22251a791946bdaa84f55 authored over 8 years ago by tomaka <[email protected]>
Merge pull request #811 from tomaka/travis_cargo_cache

travis: Enabled deps cache

39e950218926aba1dbd3b666e61b733b856b453d authored over 8 years ago by tomaka <[email protected]>
travis: Enabled deps cache

2c0ba478736aa46d868e8b22637a0e36dc7503b7 authored over 8 years ago by Andrey Lesnikov <[email protected]>
README.rst: docs.io -> docs.rs

74d5ae3e8642ec0e306e17e51418e91f47761ebf authored over 8 years ago by Andrey Lesnikov <[email protected]>
Merge pull request #809 from ozkriff/docs_rs

docs.rs

4bfa7980ec5e1f4c59b803e08b56a4d43be3a756 authored over 8 years ago by tomaka <[email protected]>
docs.rs

6089fa8c2ce8befce7a68ec0cfcd562b6f7b0407 authored over 8 years ago by Andrey Lesnikov <[email protected]>
Merge pull request #806 from glennw/osmesa

Add support to Linux headless implementation for specifying OpenGL version.

bb91df4fb826171754b46a1ed9d213be4e541912 authored over 8 years ago by tomaka <[email protected]>
Add support to Linux headless implementation for specifying OpenGL version.

This allows creation of GL3+ headless OSMesa contexts on Linux.

1eb2052bcf6c570074947864f2489ed7ca1585f2 authored over 8 years ago by Glenn Watson <[email protected]>
Merge pull request #804 from VictorKoenders/master

Added two more PartialEq's

91dc80b968f31ecfbfc5499f938ba13daf35fdc6 authored over 8 years ago by tomaka <[email protected]>
Added a couple more PartialEq's

5ce48523cded277b15d8e946865c9dbf5100cc08 authored over 8 years ago by Victor Koenders <[email protected]>
Merge pull request #800 from emilio/compose-upstream

x11: handle X11's multi-key, a.k.a compose key.

9a26f29a36ad16ddd458dd62463a4c53b0dba373 authored over 8 years ago by tomaka <[email protected]>
x11: handle X11's multi-key, a.k.a compose key.

952ca7cfed96f2aef4b2207d61de1978bd2c725f authored over 8 years ago by Emilio Cobos Álvarez <[email protected]>
Merge pull request #798 from mraof/patch-1

owner_events is now true when grabbing the pointer

1a3f2e031acff40c854b6d2ec4e0e437bcd24c52 authored over 8 years ago by tomaka <[email protected]>
owner_events is now true when grabbing the pointer

f6ead48378ca383c4af37a9e2d98e8e3fbadee40 authored over 8 years ago by mraof <[email protected]>
Merge pull request #797 from mitchmindtree/fix_window_close

cocoa - Ensure the window does not set itself to `autorelease` upon closing as we release it man...

7a7eeef083c794c9dc4929be285c1294e0b5b42a authored over 8 years ago by tomaka <[email protected]>
Make sure the window does not set itself to autorelease upon closing.

8076255ba89ee2cbcf6034122c3cb464fbd16ddf authored over 8 years ago by mitchmindtree <[email protected]>
Merge pull request #792 from mitchmindtree/remove_glob_imports

Remove global imports from cocoa API in favour of explicitly importing traits and using namespac...

c69b298724351a5355f75e5160bd4519ef8c3e0d authored over 8 years ago by tomaka <[email protected]>
Remove unnecessary global imports in favour of explicitly importing traits and using namespacing for constants, types and functions.

cbb734b5a1797726444f09231033725022c19b56 authored over 8 years ago by mitchmindtree <[email protected]>
Merge pull request #790 from mitchmindtree/remove_unused_imports

Addresses unused import and `non_upper_case_globals` warnings emitted on OS X

0c4cf714a103bf2fa67c77f8f55111ae78bc0e6d authored over 8 years ago by tomaka <[email protected]>
Merge pull request #791 from mitchmindtree/remove_unused_private_fields

Remove unused private fields from cocoa HeadlessContext struct.

572af951e95eff94c7b7969d6518b7fb0cea1891 authored over 8 years ago by tomaka <[email protected]>
Merge pull request #793 from mitchmindtree/remove_variant_imports

Remove imports of `Event` and `ElementState` variants in favour of using the full type path.

87a9cc639a89ea5d53d2d54291e9511657c899c4 authored over 8 years ago by tomaka <[email protected]>
Remove imports of enum variants in favour of using the type name paths.

9a6b6b3f35dd1e41e7ff55e48916520cfa0d82a8 authored over 8 years ago by mitchmindtree <[email protected]>
Remove unused private fields from cocoa HeadlessContext struct.

c2537d81e81b72750113a5ba426315ceb6785095 authored over 8 years ago by mitchmindtree <[email protected]>
Addresses several warnings emitted on OS X by removing unused imports and allowing non_upper_case_globals in cocoa event conversion function.

561349669a94809bf0b359ba9f80c9a566bcbc08 authored over 8 years ago by mitchmindtree <[email protected]>
Merge pull request #789 from tomaka/tomaka-patch-1

Publish 0.6.1

e18ff88d21d47c145259bb8cbf05ae808342b6c6 authored over 8 years ago by tomaka <[email protected]>
Publish 0.6.1

50b2b4d351ef9df131c332099c5b36a9f7865dc5 authored over 8 years ago by tomaka <[email protected]>
Merge pull request #788 from ozkriff/android_fix_get_pixel_format

android: Fix Window::get_pixel_format

fa96db1350962f66760f6593c20cdf11fb486743 authored over 8 years ago by tomaka <[email protected]>
android: Fixed Window::get_pixel_format

7a8429e49913147a3b5e28b7e35478ac3ddd0dff authored over 8 years ago by Andrey Lesnikov <[email protected]>
Merge pull request #786 from tomaka/tomaka-patch-1

Publish 0.6.0

0f385e9dea33cf7e66582bdc5d503d7c1fc557db authored over 8 years ago by tomaka <[email protected]>
Publish 0.6.0

3958cd719200c3904b7166033abeafa1a9481953 authored over 8 years ago by tomaka <[email protected]>
Merge pull request #772 from ozkriff/master

Update to android_glue 0.2

11faacefd749d6248abaf776fc8c2fbda827e1b3 authored over 8 years ago by tomaka <[email protected]>
Merge pull request #780 from jansegre/impl-clone-builders

Make `WindowBuilder` and `HeadlessRendererBuilder` derive `Clone`.

e796a2e01841dcd55e1633bf4d13e993eb547876 authored over 8 years ago by tomaka <[email protected]>
Make `WindowBuilder` and `HeadlessRendererBuilder` derive `Clone`.

e0f36b80c9bf29bbf3306a617614f6913b705a10 authored over 8 years ago by Jan Segre <[email protected]>
Publish 0.5.2

cf02e7f1f44eebaaee939b8267b9457094d9bc6b authored over 8 years ago by tomaka <[email protected]>
Merge pull request #773 from IvanUkhov/title

Generalize WindowBuilder::with_title

547161af276349405fac1437a47ad6eb213338d2 authored over 8 years ago by tomaka <[email protected]>
Generalize WindowBuilder::with_title

54f442ea06e26654438c4f3acdbacca1b2b1cefe authored over 8 years ago by Ivan Ukhov <[email protected]>
Updated to android_glue 0.2

18f846403b7f1893510744a58d9b347122658411 authored over 8 years ago by Andrey Lesnikov <[email protected]>
Merge pull request #770 from mbrubeck/deps

Update some dependencies

93c88ee54d365ce6804c1cab56ecc600e792263f authored over 8 years ago by tomaka <[email protected]>
Update lazy_static, osmesa-sys, and x11-dl

386db740935ddb0b9e04ab6883888faffd4e9cc8 authored over 8 years ago by Matt Brubeck <[email protected]>
Use cfg syntax for target-specific dependencies

523140ed7481930251e9d499414d02af95c807dd authored over 8 years ago by Matt Brubeck <[email protected]>
Merge pull request #769 from frewsxcv/activation-policy

Allow OSX WindowBuilder to specify 'activation behavior'.

2e2febaa42f8f308760e0a33003d46841d892f43 authored over 8 years ago by tomaka <[email protected]>
Allow OSX WindowBuilder to specify 'activation behavior'.

dc49156fe6bd2d15c4bd5e5f9e1ff6f3ffe7d334 authored over 8 years ago by Corey Farwell <[email protected]>
Merge pull request #767 from emilio/x11-cursor-hide

x11: Add cursor hiding

e46781979499e47e04697fe96994dfe96b7f1e59 authored over 8 years ago by tomaka <[email protected]>
x11: Refactor NoneCursor logic so it applies to CursorState::Hide too

0918fe4d9c3639d1fa5fdfae0aad8c229d40ddc0 authored over 8 years ago by Emilio Cobos Álvarez <[email protected]>
x11: Add cursor hiding

The created cursor could be cached and whatnot, but I'm not sure it
deserves the complexity.

51aeb27d7e231227c34bc822da3e7f27b42b54f4 authored over 8 years ago by Emilio Cobos Álvarez <[email protected]>
Merge pull request #766 from est31/master

Improve X11 cursor symbols handling

558eeadbd5969b330c83efa10f3fd8b22d543f32 authored over 8 years ago by tomaka <[email protected]>
Improve X11 cursor symbols handling

1. Make it non failing. Before we tried to call XFreeCursor with a
cursor of 0 if we couldn't...

7fb6450d17388097619bfb1e675e17c7bc2e3eaa authored over 8 years ago by est31 <[email protected]>
Merge pull request #763 from Bobo1239/glx-caveat

glx: Always set CONFIG_CAVEAT to DONT_CARE

648e831538336bfd5a2de739f9e3ff9df1be6e08 authored over 8 years ago by tomaka <[email protected]>