Ecosyste.ms: OpenCollective

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

github.com/tauri-apps/tao

The TAO of cross-platform windowing. A library in Rust built for Tauri.
https://github.com/tauri-apps/tao

Merge pull request #590 from tomaka/glx-non-conformant

No longer filter out non-conformant formats

8092fd640938366110627027b3471025abd2c4b9 authored over 9 years ago
Merge pull request #580 from mbrubeck/scroll-lines

Fix smooth-scrolling increment on some X11 devices

08cb668037c9fd1608c376a93623b4a60a5d3c46 authored over 9 years ago
Merge pull request #591 from tomaka/fix-triangle

Fix the triangle in the examples

01fc9a70cdad712d0050755540a089f1d8b47fb2 authored over 9 years ago
Merge pull request #585 from frewsxcv/https

Use HTTPS for doc hyperlink

ded23549eb66b9b144f6d710f8861d09c8769947 authored over 9 years ago
Fix the triangle in the examples

326ea3555b348bea89cb467c06a90536106c9f7d authored over 9 years ago
No longer filter out non-conformant formats

cb749ad904b09d9e123304fa7fa9dd17b42a6181 authored over 9 years ago
Merge pull request #589 from mneumann/dragonfly2

Make it work on DragonFly/FreeBSD

9d6d2412c7fc7c26574e91a8dc981eaecaa49542 authored over 9 years ago
Make it work on DragonFly/FreeBSD

Tested on DragonFly BSD. Should work similarily on FreeBSD.

b707959c2c0ae97c2225c2e6dbc07fc754125458 authored over 9 years ago
Handle events for Alt-<Key> and F10 presses in windows

84d5db91af6924de9e6aab1ee78feeb6c41d4700 authored over 9 years ago
Merge pull request #586 from mceier/master

Correct event type

b8b1b80631e1335a7ab747f34e1c67dfa0790a10 authored over 9 years ago
Correct event type

KeymapNotify should not be handled by calling XRefreshKeyboardMapping.

XRefreshKeyboardMappin...

5392ba0db02ef9d3c3e0045fc2679582eb7644ce authored over 9 years ago
Merge pull request #584 from glennw/fixup-android

Fix android build.

4605979c9e7e9ec92c2156fe1d04ca6a6846016a authored over 9 years ago
Use HTTPS for doc hyperlink

bcce133fae594dd3cb2090c0cc891941810dc7fa authored over 9 years ago
Fix android build

7d43ca32bb0f3c7bb97986934f0260155b4dfccf authored over 9 years ago
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
Merge pull request #560 from dylanede/master

Modified Windows key event handling to support modifier keys.

66317f5924ee72bae84ee15021a6f3cf780f8409 authored over 9 years ago
Modified Windows key event handling to support modifier keys.

3427308c607f9156a958cedd8ba4f101ae293e4d authored over 9 years ago
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
Merge pull request #579 from tomaka/egl-fault-tolerant

Do not crash in case of buggy EGL implementations

7dd98efccb61578e4aec7fdd166e81878fe84839 authored over 9 years ago
Do not crash in case of buggy EGL implementations that are missing eglGetPlatformDisplay

e28a0bdb9775808b3885868f2369f9a1a0fe0bf3 authored over 9 years ago
Merge pull request #578 from vberger/master

Minor fixes to wayland backend

506c4ed6ea669c885c8a33668e0f8a00fd351989 authored over 9 years ago
wayland: Resized event

f3e67128dbc6a0a6cbb40c7e5a0bcedebeb478cd authored over 9 years ago
wayland: fix events Moved -> MouseMoved

bfc709fdd14775dfc04d9781e002e4949f01ea7c authored over 9 years ago
Merge pull request #576 from retep998/master

Cleanup unused import stuff

73e4a7d4b17bfc08acc198e0336a2f5c7fd2036a authored over 9 years ago
Cleanup unused import stuff

Also support i686-pc-windows-msvc

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

9d387b4f9820c55030724506533b0233b75f2617 authored over 9 years ago
Publish 0.3.5

42949fb34bd8287fab7ea162e962fbcd3eaec9ea authored over 9 years ago
Merge pull request #574 from paulrouget/fix-scroll

Fix scrolling on osx 10.11

82a7ba34b0685ca22e4cf41c3fd7ad9a4a4bb02c authored over 9 years ago
Do not call nextEventMatchingMask twice

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

cb78383da017fc8ce4f8f70a5b719ef08e024be9 authored over 9 years ago
Merge pull request #573 from mbrubeck/x11-touch

Handle touch events on X11

a982c599d0956fde67b66b56a38b204dc422ae67 authored over 9 years ago
Handle touch events on X11

93ce9c24f5308a77b1f13de1eacde13333d1d0ea authored over 9 years ago
Merge pull request #572 from csherratt/master

Enable grave key on X11

a4e2f82ba77d22116eaee5601fb6ee5c6356c143 authored over 9 years ago
Enable grave key on X11

72fc0dc3a3def46dcbb64bc1be1e16455c1db8b4 authored over 9 years ago
Merge pull request #571 from vberger/master

Add decorations to wayland windows

6ba15de7db4d5266db816be5e38e5d401a3da1ec authored over 9 years ago
wayland: properly handle 'decorated' option.

f7f52c21a02bdd26889093427adb9659b5bcf8dc authored over 9 years ago
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
Merge pull request #569 from zetok/glx

Prefer GLX over EGL

c5d11ebca2159cbd6e67b018997a2587d202f0ce authored over 9 years ago
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
Merge pull request #567 from paulrouget/opengl-profile-selection-fix

Fix OpenGL profile selection

5c60456e16b118f2d2cbbe5344fa887cbeb59cc8 authored over 9 years ago
Merge pull request #568 from paulrouget/x11-crasher

Fix a rare crash in some X11 implementations

691bac6528b09c04bed5abaf9e988eb9105ca86b authored over 9 years ago
Fix OpenGL profile selection

26139f8c5c66e6fdf1508cd5e07018bbf9b62a76 authored over 9 years ago
Fix a rare crash in some X11 implementations (details below).

86408438fcaeb901684c82662608e84c381b11bd authored over 9 years ago
Merge pull request #565 from tomaka/correct-example

Use modern GL code for the examples

e90f377b9fbab23a140029e71ef57933b266c473 authored over 9 years ago
Merge pull request #566 from tomaka/display-egl

Correct EGL display handling

90e62083d686ed9c878beb348e9b54853242eab0 authored over 9 years ago
Correctly handle eglGetDisplay

587dedaa9e95236f891d9a0e4ec04ee3700236a8 authored over 9 years ago
Get the list of extensions only once

bee3e0e0f0ed4b642afaa6d82389839e87c840f0 authored over 9 years ago
Use modern GL code for the examples

9261408cc8d2ba54ddea0c9ddd43560e03d45bdc authored over 9 years ago
Merge pull request #563 from bvssvni/remove_dot

Removed dot in error message

4ab83a23e5d15ac4372ad24cc88f1c970099efc7 authored over 9 years ago
Removed dot in error message

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

ce13975f15d56a922b9a83d6510d2d8bfccb7807 authored over 9 years ago
Merge pull request #561 from braden/master

Implement Display, Error for ContextError

dff7612e4547aa3ef0acdb83b0cb05e5e865800e authored over 9 years ago
Typo in error message

3b76b01ccea7fac9fd2110ba7a0778f19402a620 authored over 9 years ago
Implement Display, Error for ContextError

9bcfad9f75456e0ec978945ff15ee22baab4a2cf authored over 9 years ago
Merge pull request #553 from tomaka/egl-default

Use EGL by default with X11

be0440666b948faa92f6e3a81a2a384490ed9d10 authored over 9 years ago
Merge pull request #556 from tomaka/egl-lib

Try libEGL.so.1 before libEGL.so

4ca90e203584057e3b7a0dc84e6ee8bf8b42f7bf authored over 9 years ago
Try libEGL.so.1 before libEGL.so

be9c8c018690ae83db8317856cb73397eec046e2 authored over 9 years ago
Merge pull request #551 from tomaka/android-headless

Implement headless contexts on android

829d7a6afc49e0e35d4c782ab500b7bf64130d95 authored over 9 years ago
Merge pull request #550 from tomaka/egl-headless-win32

Use an EGL pbuffer on win32 if possible

b3d52cc8fe2cd2f66eedb914a5061f1640129ec4 authored over 9 years ago
Use EGL by default with X11

743cc317d7ee6bf197311e7a7cfa8f72f83b58d1 authored over 9 years ago
Implement headless contexts on android

1f6c4d65a61b399d1a476dc19ca3d6a152856286 authored over 9 years ago
Headless contexts now create an EGL pbuffer on win32

f7cc80fbb1607d9af05476dfe5bbb404c55b1b69 authored over 9 years ago
Load the EGL library in platform/windows

c9b1b91b8cb7e43c0908c04afaefb8e49e0f2b35 authored over 9 years ago
Merge pull request #548 from tomaka/egl-pbuffer

Add support for creating a pbuffer with EGL

991b15df873136d4e7e41590cf2ffc54619b14dd authored over 9 years ago
Add support for creating a pbuffer with EGL

653fbde98754e065da36661e077d81bffcc54052 authored over 9 years ago
Merge pull request #549 from tomaka/egl-precise-errors

Indicate the exact error when eglMakeCurrent or eglSwapBuffers fail

7e1e05663b7c32efef5740435bf0e8979a8e1fb3 authored over 9 years ago
Indicate the exact error when eglMakeCurrent or eglSwapBuffers fail

6f7a2fa1e74975049bbb232fa0fc10ad1e67d219 authored over 9 years ago
Publish 0.3.4

15dfbd1ef622fbd3c3475e429422275ca1798d48 authored over 9 years ago
Merge pull request #547 from tomaka/better-choice

Better choice for the pixel format

37b4089015c8d42d4d225c38aab1c1a95933f5f6 authored over 9 years ago
Merge pull request #546 from tomaka/srgb-fix-attempt

Attempt to fix issues with sRGB

752593ebefee7e97d69edccb44e7a50a059879b0 authored over 9 years ago
Better choice for the pixel format

2d4c382f0bfd48f69ef5efbb4f8693857f38c8cc authored over 9 years ago
Attempt to fix issues with sRGB

a97cbd172998aaccb8b1eda8dc361b080d8d3c8d authored over 9 years ago
Merge pull request #545 from bvssvni/inner-split

Split `get_inner_size`

f6b7088011254b37a11111a5a19c896b7db0d7bd authored over 9 years ago
Keep existing function for backward compatibility

79b8cf2cc87ccf013254afb44d287a47eea6fe44 authored over 9 years ago
Split `get_inner_size`

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

* Splits `get_inner_size` into `get_inner_si...

05175c1d800a3b5303118834d342ebbfd44ecc8d authored over 9 years ago
Merge pull request #541 from bvssvni/fix-docs

Fixed docs for `get_inner_size`

50c263770367d322992b615930508b0996f83ef4 authored over 9 years ago
Fixed docs for `get_inner_size`

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

5f98e510e4379e1700dcf79fea288caf7ba005ac authored over 9 years ago
Merge pull request #539 from Daggerbot/pr-xresizewindow

Implement Window.set_inner_size on X11.

8953eeb0508f557d3ca730b0033ceada1792522e authored over 9 years ago
Implement Window.set_inner_size on X11.

6d6290df6ea138c168c89ee72d2e02ebd02b7948 authored over 9 years ago
Merge pull request #538 from akiss77/aarch64-support-upstream

Add aarch64-unknown-linux-gnu support

20dbd2a8b04c07f67bf3aafcba6b07dce41addfe authored over 9 years ago
Add aarch64-unknown-linux-gnu support

* Adding dependencies
* Replacing `i8` with `c_char` ot `_` (since `c_char` can be
unsigned on...

07c8154cb7f7f0f9387e64ddccd8705c048b35d8 authored over 9 years ago
Publish 0.3.3

eb8611f2724401a84b84fa4e30ba570edf011886 authored over 9 years ago
Merge pull request #537 from tomaka/filter-glx-fbconfigs

Filter invalid FBConfigs

bce2b1d830f35f7175ae0ab735531da886db96cd authored over 9 years ago
Filter invalid FBConfigs

4b17b7fdbb86eba48eac711b7f7aa33fc23635ec authored over 9 years ago
Merge pull request #536 from tomaka/fix-using-freed-memory

Fix calling XFree before reading from memory

0e3ce759694f55f030418e47c523940efb9ff00d authored over 9 years ago
Fix calling XFree before reading from memory

65d56e55216beed99f4bb81eddaffa8bafbdb33e authored over 9 years ago
Merge pull request #535 from robertknight/x11_duplicated_mouse_events

Only listen for mouse events from master devices

8577a25d21435952ac7cf3597530217bce2f1cb5 authored over 9 years ago
Only listen for mouse events from master devices

XInput2 has a concept of master and slave devices,
where a slave device is the actual physical d...

602a737440ae050e7725cb7c1f2dd31e97bf70e0 authored over 9 years ago
Merge pull request #532 from tomaka/precise-errors

Precise errors

04a651320ba00571a0b2af9ae25c6d6c696c2803 authored over 9 years ago
Add smaall TODO

7fe828bed3c1e01c0868d83eada0f2f36209c989 authored over 9 years ago
Add CreationError::NoAvailablePixelFormat

57a1d546e7ea80731a20f0771676f66f0cf595f9 authored over 9 years ago
Add CreationError::OpenGlVersionNotSupported

43dabf131aa9f76610e1cfd0685e3b36de8c2ebd authored over 9 years ago
Add CreationError::RobustnessNotSupported

ba5adfa1e13e8be0dec888b3fbcb54fd30a9a673 authored over 9 years ago
Publish 0.3.2

ca1eb8dc533301060e2b2768646b15d79c8be60c authored over 9 years ago
Merge pull request #530 from tomaka/glx-enumerate

Enumerate the FBConfigs instead of calling glxChoose

8c364d5cfc95cae81e4802cfd2f443769655bd5f authored over 9 years ago
Merge pull request #529 from tomaka/fix-win32

Fix the windows build

8aa6fea8324d730a7e5269f96d098f2ab437dbd6 authored over 9 years ago
Enumerate the FBConfigs instead of calling glxChoose

3914d3f801e35641d0fdb85310d2da3c4344d3d8 authored over 9 years ago
Merge pull request #527 from tomaka/split-glx

Correct window creation on X11

d838ff7d441928ef3ac9fdd8b002ed13fb545f02 authored over 9 years ago
Merge pull request #528 from tomaka/fix-egl

Fix EGL context creation

3ab8b68631aefa4b2e3de0646a90bca3fb697366 authored over 9 years ago
Fix the windows build

b573a161a9474e85a420a00f533a38e55afda720 authored over 9 years ago
Fix EGL context creation

9299de025647a6b40cc699ed0728fe6b33ec980e authored over 9 years ago
Correct window creation on X11

baf9b92d3f8a62c6a10d2ea1506e262597e70ac9 authored over 9 years ago
Merge pull request #523 from tomaka/egl-split

Split creating an EGL context in two parts

896640f2e0fd659e952e492c1b74841624db8d08 authored over 9 years ago