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 #102 from tomaka/keys-rework

Reorder and add comments to some of the virtual keys

9926e179d6f8ebbc37625dce6682167c37c3a998 authored about 10 years ago by tomaka <[email protected]>
Merge pull request #103 from DavidPartouche/cocoa_fullscreen

Added fullscreen support to osx

bb200a73f07eb5001ae60a04fd32528904d8e2f7 authored about 10 years ago by tomaka <[email protected]>
Added fullscreen support to osx

2d76e0666fbb6dc3c8743d7365a234657e4b397a authored about 10 years ago by David Partouche <[email protected]>
Reorder and add comments to some of the virtual keys

04f413511029d9351be796ddc3f6c9edf086ea3e authored about 10 years ago by Tomaka17 <[email protected]>
Merge pull request #100 from tomaka/correct-creation-error

Use a proper error type for window creation

6208c59a48070aa3c58bb0372e95d1c946abe673 authored about 10 years ago by tomaka <[email protected]>
Use a proper error type for window creation

584bb3e7df751d55aad189eacd85b1cd6c5aa5c5 authored about 10 years ago by Tomaka17 <[email protected]>
Merge pull request #99 from tomaka/update-glrs

Update for changes in gl-rs

c63511e9e670e865b891b6097546fcafeac6446f authored about 10 years ago by tomaka <[email protected]>
Update for changes in gl-rs

7ce851dad9102c28ee2fd372ed9fd62e73364da9 authored about 10 years ago by Tomaka17 <[email protected]>
Merge branch 'master' of http://github.com/tomaka/gl-init-rs

2e44edea60a19919be467a1228ae971e7b988fec authored about 10 years ago by Tomaka17 <[email protected]>
Merge pull request #97 from DavidPartouche/cocoa_monitors

Retrieve the monitors and their info for osx

a69c2209a58e2fb1354aae1c6e45cc5f555669cc authored about 10 years ago by tomaka <[email protected]>
Switched to own repos for osx bindings

0ce2fd00dd09bde26bb785232712c469320c50d0 authored about 10 years ago by David Partouche <[email protected]>
Retrieve the monitors and their info for osx

9dd592600ac91f7fe00a6e2af6651755b38f57a7 authored about 10 years ago by David Partouche <[email protected]>
Fix some warnings in win32 ffi

4c674ef8437ba921f6e95a882a644bdcb1b8e235 authored about 10 years ago by Tomaka17 <[email protected]>
Merge pull request #93 from tomaka/visibility

Add visibility-related functions to window

605bf39b78c0afc38f8d14b12605f9e3a27bac65 authored about 10 years ago by tomaka <[email protected]>
Add visibility-related functions to window

b6f74911579f1a46bfa112032b2efc38aeff1a99 authored about 10 years ago by Tomaka17 <[email protected]>
Update travis.yml with recent PR

a479b2f60c7917a7c7a73b15c22c0b20f54448b7 authored about 10 years ago by Tomaka17 <[email protected]>
Merge pull request #90 from tomaka/remove-glflush

Remove call to glFlush() before swap_buffers on win32

a908a14adc90dd6c421468e2651fcc024a83bf10 authored about 10 years ago by tomaka <[email protected]>
android_glue is now a platform-specific dependency

2c029f3fa3c0cfb687876c06de48ff340f9efd6a authored about 10 years ago by Tomaka17 <[email protected]>
Merge pull request #58 from tomaka/update-cargo

Update for Cargo's platform-specific dependencies

03b9d6171d4d9b57e341132df1d76c85b925360d authored about 10 years ago by tomaka <[email protected]>
Merge pull request #91 from tomaka/fail-to-panic

fail! -> panic!

118b7d32b4edc7c961f93e1c841d6aca04dee550 authored about 10 years ago by tomaka <[email protected]>
fail! -> panic!

7de3d55e7138fa0d70d18429b733d0ca5bdc2e5b authored about 10 years ago by Tomaka17 <[email protected]>
Update README.md

367d488ccd194c2dba78c600eff94189e338851d authored about 10 years ago by tomaka <[email protected]>
Remove call to glFlush() before swap_buffers

We may not want to call `swap_buffers` in the same thread as the
current thread, so we're moving...

bbcb4c8beab5de681f2f19ba30160e6b5ead3a32 authored about 10 years ago by Tomaka17 <[email protected]>
Update README.md

089f47821c3358da83be22752e75d956ebe2bea5 authored about 10 years ago by tomaka <[email protected]>
Merge pull request #86 from glennw/x11-resize

Fix resize event on X11. Without this change, resizing window larger tha...

a6d52b65179a50f398d37ad72b3aacc8e4ab1e6d authored about 10 years ago by tomaka <[email protected]>
Merge pull request #85 from glennw/c-str-issues

Fix a few more string memory issues.

e5bde5e3838dd545b7c0407d50f2ed22aed5a9de authored about 10 years ago by tomaka <[email protected]>
Fix resize event on X11. Without this change, resizing window larger than initial size doesn't work.

ad54e01a91a0ff034e0f8d84822fdd20b0726481 authored about 10 years ago by Glenn Watson <[email protected]>
Fix a few more string memory issues.

1755568b30fdb16070d481f2dc25b75838853f21 authored about 10 years ago by Glenn Watson <[email protected]>
Fix default window name

0392dc697ae4d96374be52fc98431cb91c46840e authored about 10 years ago by Tomaka17 <[email protected]>
Bugfix in swap interval for win32

f7a50c162ca4f4a4bd695acdd9f94d4286da402d authored about 10 years ago by Tomaka17 <[email protected]>
Merge pull request #72 from tomaka/vsync

Add `with_vsync` to WindowBuilder, plus the win32 implementation

a6bc0b0ba0a451ceb6704a1fdb47b4677c1c4761 authored about 10 years ago by tomaka <[email protected]>
Merge pull request #74 from glennw/x11-key-events

Add backspace event and map some more keys on x11.

60e9ba4febf32d2f3406b44b5e1d22396a29ff6d authored about 10 years ago by tomaka <[email protected]>
Merge pull request #76 from glennw/fix-x11-window-res

Only reject modes based on resolution when using fullscreen. This fixes ...

391c42d17701d2cb30c71475d406bfa208d46e4a authored about 10 years ago by tomaka <[email protected]>
Add backspace event and map some more keys on x11.

84cd668bb66ce8958124d60444623542a0cc5836 authored about 10 years ago by Glenn Watson <[email protected]>
Merge pull request #78 from glennw/x11-wheel-events

Add support for mouse wheel events on x11.

18d9b493d73a51ebd0d1b337eae109fab157bbd8 authored about 10 years ago by tomaka <[email protected]>
Merge pull request #77 from glennw/x11-modifiers

Add support for keyboard modifiers on x11.

32eba169949bfb279cbc09e49801c63027c8a6ab authored about 10 years ago by tomaka <[email protected]>
Merge pull request #75 from glennw/fix-x11-window-title

Fix bad memory being passed (due to going out of scope) to set title on X11.

03c55230f0ecbf0ac2fff1a0ca2248ebdafe5215 authored about 10 years ago by tomaka <[email protected]>
Fix bad memory being passed (due to going out of scope) to set title on X11.

7800b1474986d6837ca87b8dc67465140c4d75f0 authored about 10 years ago by Glenn Watson <[email protected]>
Add support for mouse wheel events on x11.

8fee1950c6bce0e35eed1a7442eed04c9653e0f3 authored about 10 years ago by Glenn Watson <[email protected]>
Only reject modes based on resolution when using fullscreen. This fixes creating a window that is not the same resolution as an existing video mode.

22b434bf1da4c338ffd963aca1ae873307c5e5bb authored about 10 years ago by Glenn Watson <[email protected]>
Add support for keyboard modifiers on x11.

e19dd83925b062d15422a318f727ddef6042023e authored about 10 years ago by Glenn Watson <[email protected]>
Add 64bits versions of gdi32 and opengl32

41d7118a424513e658279df877eafd4421e10dc3 authored about 10 years ago by Tomaka17 <[email protected]>
Add `with_vsync` to WindowBuilder, plus the win32 implementation

8249e545f8d582cc3a99ddab3ab7c998c152cb3a authored about 10 years ago by Tomaka17 <[email protected]>
Merge pull request #73 from tomaka/app-appveyor-cfg

Add appveyor configuration file

e887cf57b8177f28d4307f7d092f158fac09ef15 authored about 10 years ago by tomaka <[email protected]>
Test now less restrictive

c61b4ccf99b7755d3d6bcfd996157ad813d8577d authored about 10 years ago by Tomaka17 <[email protected]>
Merge pull request #69 from tomaka/revert-68-fix-native-win

[WIP] Fix platform_display behavior on android and win32

0d37f01b5adc274b9d7f72f2ad3c942d640438ab authored about 10 years ago by tomaka <[email protected]>
Add opengl32.a and gdi32.a

1f22b3b226bead49328be112157b0acbc121730e authored about 10 years ago by Tomaka17 <[email protected]>
Add appveyor configuration file

6a3c94f5bfda88d7c27466ca7996e0f96ae630da authored about 10 years ago by Tomaka17 <[email protected]>
Revert "Add `platform_display` impls for win32 and android"

fa99f0e70133bb58eb92b3f4a568abb41832bb72 authored about 10 years ago by tomaka <[email protected]>
Merge pull request #68 from tomaka/fix-native-win

Add `platform_display` impls for win32 and android

5c31daf7e2e93e58abc8b3c03459c88098c280fa authored about 10 years ago by tomaka <[email protected]>
Add `platform_display` impls for win32 and android

Fix the cocoa function

0eda82c28fc776923bd5139ca03be503195b0010 authored about 10 years ago by Tomaka17 <[email protected]>
Merge pull request #65 from glennw/x-threads

Add an interface for providing system wide initialization options to the windowing system.

2c9eaf86512a77da5f20acc87d9c5cd949078a85 authored about 10 years ago by tomaka <[email protected]>
Add an interface for providing system wide initialization options to the windowing system.

This allows setting up Linux based systems which use multithreaded OpenGL contexts.

97c471dc05b2b9c928758ae23f2f8cafd9d36dda authored about 10 years ago by Glenn Watson <[email protected]>
Merge pull request #66 from glennw/platform_data

Add accessor for underlying display handle on Linux.

fe8646c55681d6ecbd290010ab702f8f0feecc00 authored about 10 years ago by tomaka <[email protected]>
Make platform data function as unsafe.

21e3ff99fa5628011fe226dd13a87e09f0f33330 authored about 10 years ago by Glenn Watson <[email protected]>
Merge pull request #64 from glennw/fix-get-dimensions

Fix closing X display in get_dimensions

59ff347eed8fda8a298330fcc5ab3ad89686da32 authored about 10 years ago by tomaka <[email protected]>
Add accessor for underlying display handle on Linux. Although unimplemented on other platforms, this applies to at least android as well.

5693fbcce3ca04aa7a26920add40ea770419f3ea authored about 10 years ago by Glenn Watson <[email protected]>
Fix closing X display in get_dimensions

80e4fa9ad80e33dd0c134ceb3b29aaafd7dec0a5 authored about 10 years ago by Glenn Watson <[email protected]>
Merge pull request #62 from DavidPartouche/cocoa-input

Cocoa input

d8ca679a6ec92ea8428ad5e3733a65b2e045d02c authored about 10 years ago by tomaka <[email protected]>
Added the Alt key modifier

f86af01a99064ac1476498ea48370d4193ceda97 authored about 10 years ago by David Partouche <[email protected]>
Added the modifiers key as input

6f46c0c2dd9eedd350dd2ea1a426c96ef6284357 authored about 10 years ago by David Partouche <[email protected]>
Added is_closed to osx window

ba8f55547f18e7fa01d29d945b961476ea1658e0 authored about 10 years ago by David Partouche <[email protected]>
Added ReceivedCharacter event for cocoa

dad539114dbbc4717611ce92d8422b2f5127a597 authored about 10 years ago by David Partouche <[email protected]>
Added the KeyPress and KeyRelease events

86e8480550b0a61d80ec828c57dac06ddb5c540a authored about 10 years ago by David Partouche <[email protected]>
Added mose move event

421beefe67754eef3f308b7558c0c569be9ca76b authored about 10 years ago by David Partouche <[email protected]>
Fixed switch from atomics to atomic in rust

271b68891002b324be04d04475a4207ce5918590 authored about 10 years ago by David Partouche <[email protected]>
Merge pull request #60 from DavidPartouche/mac-compilation-error

Fixed a compilation error: setContentview changed setContentView_

d0d787bff081356024f7de389362092a86b25da2 authored about 10 years ago by tomaka <[email protected]>
Fixed a compilation error: setContentview changed setContentView_

5969cfe886a163327e140052f840690e88532132 authored about 10 years ago by David Partouche <[email protected]>
Merge pull request #59 from tomaka/update

Update for rustc and gl-rs

2a29e4d743205e96da611516f5fe99da78e462d1 authored about 10 years ago by tomaka <[email protected]>
Update for rustc and gl-rs

2ff393fe623d10f2ea89262013ba66e228cc0c94 authored about 10 years ago by Tomaka17 <[email protected]>
Update for Cargo's platform-specific dependencies

1d9ceb9ddff11c3511cfe7a847ff26e67d3b5f30 authored about 10 years ago by Tomaka17 <[email protected]>
Update for gl-rs

0d0c14e6ecc3137fd1d12c389e03e6f312f1f207 authored about 10 years ago by Tomaka17 <[email protected]>
Merge pull request #55 from tomaka/put-back-dependency

Revert temporary fix for rust-core-foundation

c8ea2bf587429b5b59d5a41f7ebb16a7998badd9 authored about 10 years ago by tomaka <[email protected]>
Revert temporary fix for rust-core-foundation

6d34ef7a3dc0febb7fcade34801236ea61090bbf authored about 10 years ago by Tomaka17 <[email protected]>
Temporary fix to outdated rust-core-foundation

4a654b561e00f928b911613ccc71420fdc7875ce authored about 10 years ago by Tomaka17 <[email protected]>
Merge pull request #54 from tomaka/use-glx-glrs

Use gl-rs's GLX bindings for x11

c7f2dc67374edefd351a236eb49374602af0aabd authored about 10 years ago by tomaka <[email protected]>
Use gl-rs's GLX bindings for x11

bb22087d1ca2fdd4c52c980fb56f8bd425faa0d3 authored about 10 years ago by Pierre Krieger <[email protected]>
Update README.md

4dcdf3ec50d24873895c279557a2aec7f05fd6e7 authored about 10 years ago by tomaka <[email protected]>
Merge pull request #51 from tomaka/headless-test

Add test for headless rendering

32a6c7f1e9e68757542a5faef8382b8b01ca0d29 authored about 10 years ago by tomaka <[email protected]>
Fix win32 window not closing when destroying it

9e9a3ae03a96593de9b81948a347da1a41c7c1a6 authored about 10 years ago by Tomaka17 <[email protected]>
Fix win32 window not having a destructor in headless mode

64bbc4965f3ab6a829a9f421c11b7bead6d49a17 authored about 10 years ago by Tomaka17 <[email protected]>
Add test for headless rendering

c71625e301311d2efc6c53c3b13927cfe1e7ec55 authored about 10 years ago by Tomaka17 <[email protected]>
Fix bug with 64bits rustc

cdee854d2e4768c2d5bfca5a972fde782c82dbe7 authored about 10 years ago by Tomaka17 <[email protected]>
Fix warnings while compiling for win32

cb32e64b72e9342d30cde694ab25234a263cab59 authored about 10 years ago by Tomaka17 <[email protected]>
Merge pull request #50 from DavidPartouche/fix_warning

Fixed static uppercase warning

8e8549b4ac451d60bc67599e7336ead8a3b4a6ba authored about 10 years ago by tomaka <[email protected]>
Changed statics to uppercase

a2df6a86993aaa9ed5a352ae71fdc58922d505c6 authored about 10 years ago by David Partouche <[email protected]>
Fixed static uppercase warning

10f625c2c8f601af6fe7cc9fbfcf728e716bdd70 authored about 10 years ago by David Partouche <[email protected]>
Change implementations import system

bfbc46251196b58c31ce3b633597208d8132f953 authored about 10 years ago by Tomaka17 <[email protected]>
Merge pull request #49 from tomaka/update-rustc

Update for rustc f9fc49c06 2014-10-10 00:07:08 +0000

28ecf3bc5b463e7e1b1859746f178c2990dfb263 authored about 10 years ago by tomaka <[email protected]>
Update for rustc f9fc49c06 2014-10-10 00:07:08 +0000

c316c86e7c5996e0b0965682f4260d20191e5b6d authored about 10 years ago by Tomaka17 <[email protected]>
Minor changes in travis.yml

b66abed7aeb3685552a2cb6caa34e8c4eb6dbb12 authored about 10 years ago by Tomaka17 <[email protected]>
Merge pull request #44 from tomaka/headless-rendering

Implement headless rendering

093c188b114d879543b98f60b6e9a3489d9cf70f authored about 10 years ago by tomaka <[email protected]>
Implement headless rendering

e565bfeb1372b885f8cced6a42596b731cb382b2 authored about 10 years ago by Tomaka17 <[email protected]>
Use Cargo features to opt out of the makefile

See #46

cfb0cb70013772492c1930ced62f48aa6cb372ff authored about 10 years ago by Tomaka17 <[email protected]>
Merge pull request #45 from DavidPartouche/cocoa-window-support

Cocoa window support

0392fe6af60fa63aebaf78f6529c74a8a5a275d5 authored about 10 years ago by tomaka <[email protected]>
Fixed a space missing

dc80f57bc27f430d94b14470d3c0fded6da5b185 authored about 10 years ago by DavidPartouche <[email protected]>
Refactored window initialisation code for cocoa, making it more memory safe

db578e6e1ce88f2ceb2f0f04315aedab9e11441e authored about 10 years ago by David Partouche <[email protected]>
Added events handling for left/right mouse clicking

989fd1b505a51bde3f8bcd2bf9b94fa434880dd6 authored about 10 years ago by David Partouche <[email protected]>
Cocoa opens a window with OpenGL context inside

c38110cac77253761afc8cc616f645dc1ec4d3b8 authored about 10 years ago by David Partouche <[email protected]>
Fix warnings

fe245e292937a5af3dc6bd60c21c3426acb1449e authored about 10 years ago by Pierre Krieger <[email protected]>