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 #211 from glennw/upstream-fixes

Upstream of various fixes and features (details below)

b6f3bfa76811db8c249af08066bfb37bb1385165 authored almost 10 years ago by tomaka <[email protected]>
Fix android API

213f8b85346fda29fa18d03333ca9075b3a74707 authored almost 10 years ago by Glenn Watson <[email protected]>
Add missing get_api stubs.

Add hidpi_factor() support for retina displays.
Fix Resize and MouseMoved events to handle retina...

fd5e77f23e18c131fe2ae20ec3aad10394a7dbc0 authored almost 10 years ago by Glenn Watson <[email protected]>
Merge pull request #210 from tomaka/fix-winapi

Fix for changes in winapi

bcda3631887cf84f09f418946c462211cd7a540c authored almost 10 years ago by tomaka <[email protected]>
Fix for changes in winapi

c2c43b80b307a772f349753efc91f64bdd458151 authored almost 10 years ago by Pierre Krieger <[email protected]>
Merge pull request #209 from bjz/osx-window

Remove unnecessary inner method in OSX window constructor

0d114c72b3362fb6e5094bf225e323941135b81a authored almost 10 years ago by tomaka <[email protected]>
Clean up pattern matches

1891764afd315db61aa1c34b127e862cb1f5aed7 authored almost 10 years ago by Brendan Zabarauskas <[email protected]>
Remove unnecessary inner method

f8f2950afd44747dfcde057134f72a15db0c5bd3 authored almost 10 years ago by Brendan Zabarauskas <[email protected]>
Squash some warnings

f5fb030c3625a16fcc02cf01bdc0e383fdcfe6a0 authored almost 10 years ago by Brendan Zabarauskas <[email protected]>
Merge pull request #208 from kazimuth/osxcontext

Fix #177 merge conflicts

00460364cabc33435a9fd46af74739edbee6f482 authored almost 10 years ago by tomaka <[email protected]>
Remove AsciiExt import, s/uint/u32/, delete some files I accidentally

committed (whoops)

75c14c52138173b6fe8f69c284c935a0d90dde6d authored almost 10 years ago by James Gilles <[email protected]>
Merge PixelPirate's changes and fix merge conflicts

211a3260363df63f07e0224c4677b1b43b1d0022 authored almost 10 years ago by James Gilles <[email protected]>
Merge pull request #207 from tomaka/update-rustc

Update for rustc/cargo

495f6f886d1b2a1d1a253d6b4ae7b1df060ed700 authored almost 10 years ago by tomaka <[email protected]>
Update for rustc/cargo

7557dc52fcfd5ce3e8b576abba7eb9253d20d65a authored almost 10 years ago by Pierre Krieger <[email protected]>
Merge pull request #206 from tomaka/non-mutable-set-cursor

Change &mut self to &self in set_cursor

f1ec5db5858ce679f33614bbcb978d37ff96143f authored almost 10 years ago by tomaka <[email protected]>
Change &mut self to &self in set_cursor

e7e66b057d2a8ac5fa618f53e5c14ebf7d77ea5a authored almost 10 years ago by Bryan Bell <[email protected]>
Merge pull request #204 from tomaka/fix-osx-attempt

More OS/X fixes

2cabfdd37373175d0f0a2a6e236f4a88f32b619d authored almost 10 years ago by tomaka <[email protected]>
More OS/X fixes

3ce5fd08a848168294e4dcae21060f968a7178c4 authored almost 10 years ago by Pierre Krieger <[email protected]>
Merge pull request #203 from tomaka/osx-fix-attempt

More OS/X fixes

afba03bf2acac45c5fae0738f346785df932d3ba authored almost 10 years ago by tomaka <[email protected]>
More OS/X fixes

c3b2f45ca3012a1053dd92e6b0915d2f19a43c18 authored almost 10 years ago by Pierre Krieger <[email protected]>
Merge pull request #202 from tomaka/osx-fix-attempt

Blind attempt to fix the OS/X build

1e2248a441a5b0c70078eb6055266f190ac23bea authored almost 10 years ago by tomaka <[email protected]>
Blind attempt to fix the OS/X build

7652cc58607bc03bbb57f75ad418f8ec87b11541 authored almost 10 years ago by Pierre Krieger <[email protected]>
Merge pull request #200 from ozkriff/master

android: Fixed depth buffer

22a27767d543a3b00a2b4f50b3ef92ebb8b82409 authored almost 10 years ago by tomaka <[email protected]>
android: Fixed depth buffer

5a589b1783d1502518efebea087dbfd7c9a6138b authored almost 10 years ago by Andrey Lesnikov <[email protected]>
Merge pull request #197 from ozkriff/master

x11, android, win: [ui]size -> [ui]32

e3943945c75465fa813ea8eb75d56cf55b2c092e authored almost 10 years ago by tomaka <[email protected]>
x11, android, win32: [ui]size, [u]int -> [ui]32

5a4fee967a9f2d7d64edad09bf1f19a5c560032e authored almost 10 years ago by Andrey Lesnikov <[email protected]>
Merge pull request #196 from ozkriff/master

Fixed android: Added 'MouseCursor' import

2d4f1c72fbd3c53f7ec9049076f435c95666293e authored almost 10 years ago by tomaka <[email protected]>
Fixed android: Added 'MouseCursor' import

d11f63a749b73148defb43b670b8ef8206437194 authored almost 10 years ago by Andrey Lesnikov <[email protected]>
Merge pull request #192 from bjwbell/mouse-cursors

Add mouse cursor support

05a03fb6a1232621e570fe46a82c6088c74696a9 authored almost 10 years ago by tomaka <[email protected]>
Code review comments

- Revert version back to 0.0.4
- Add comment that set_cursor has no effect on Android

0fba0a9a734dcc7c30f9c369d6481a9b1d33828c authored almost 10 years ago by Bryan Bell <[email protected]>
Merge pull request #195 from tomaka/appveyor-badge

Add appveyor build status in README

88fd84f5952ba9fc758957bdc55b911ec694d46b authored almost 10 years ago by tomaka <[email protected]>
Add appveyor build status in README

746af5a835ec450ee2d55b71572165210681968f authored almost 10 years ago by Pierre Krieger <[email protected]>
Merge pull request #193 from bjwbell/int-and-uint-to-u-and-isize

Change uint/int to usize/isize

0ffa3b80f18d8da53f39bc18d8f04e893c884f65 authored almost 10 years ago by tomaka <[email protected]>
Fix OS X & Win32 builds

5389c73b852d82ddfbc66ffacdf5620f431275dd authored almost 10 years ago by Bryan Bell <[email protected]>
Change uint/int to usize/isize

From https://github.com/rust-lang/rfcs/pull/544 the types uint/int were
renamed to usize/isize.

995bd37c78b0c4b9957fcd191a0d2fb476a7f289 authored almost 10 years ago by Bryan Bell <[email protected]>
Refine X11 cursor selections

For MouseCursor::Cell, NotAllowed, NoDrop, Grab, Grabbing, ... set the
appropriate X11 cursor.

...

95f0990074155b1c44c9152f717730d3a1e71776 authored almost 10 years ago by Bryan Bell <[email protected]>
Add mouse cursor support

Add a new api, window.set_cursor, for setting the cursor. The enum MouseCursor lists the possibl...

b532b8c65fd1828fd7d742d0994c6118880d07f0 authored almost 10 years ago by Bryan Bell <[email protected]>
Merge pull request #191 from sbward/osx-1.0-alpha

OSX compatibility for Rust 1.0 alpha

318f0d2d0662194d84836899d3077b33f0f8196f authored almost 10 years ago by tomaka <[email protected]>
Revert arch_64 feature flag for rust-cocoa

2b0a70e69bfff12d0b19f459aa701fdfb74f2d45 authored almost 10 years ago by Sam Ward <[email protected]>
OSX compatibility for Rust 1.0 alpha

879f61dbbc1300efc36553b5b25ab8913d5d290b authored almost 10 years ago by Sam Ward <[email protected]>
Bump version number

5a20f0af6b8b23fbbf2ac0216b8fb2eda6c6ac48 authored almost 10 years ago by Pierre Krieger <[email protected]>
Merge pull request #190 from tomaka/update-rustc

Update for rust alpha 1.0

f72b09bcb7efee96b05dbcfc34b4a5fd72ef37aa authored almost 10 years ago by tomaka <[email protected]>
Update for rust alpha 1.0

469d0eafd1704d5e9a172adfc673708fc76923e9 authored almost 10 years ago by Pierre Krieger <[email protected]>
Merge pull request #189 from ozkriff/master

android: Updated for Rust ea6f65c5f 2015-01-06

9d7dbf7eb039d5614976a184082163bc97a319c6 authored almost 10 years ago by tomaka <[email protected]>
android: Updated for Rust ea6f65c5f 2015-01-06

dbe38ff49ade182711e1cb275b1af2d3eecae663 authored almost 10 years ago by Andrey Lesnikov <[email protected]>
Merge pull request #187 from tomaka/update-rustc

Update for Rustc

181e4a1d8f12136c73add790003f3372319f82f6 authored almost 10 years ago by tomaka <[email protected]>
Merge remote-tracking branch 'cybergeek94/master' into update-rustc

Conflicts:
examples/support/mod.rs
src/lib.rs
tests/headless.rs

3920cd5e80e2ba9bae83dc2934b05453b848cc7d authored almost 10 years ago by Pierre Krieger <[email protected]>
Update to latest Rust nightly

8d9133d3318c81021b1179f2cafe368650b4e7c8 authored almost 10 years ago by Austin Bonander <[email protected]>
Update for Rustc

dbdb43f077f4fa016e9f3f65345c4a947eceaa77 authored almost 10 years ago by Pierre Krieger <[email protected]>
Merge pull request #186 from tomaka/update-rustc

Update for Rustc

25b261975c6756a3e0f9ee36107f185103b35292 authored almost 10 years ago by tomaka <[email protected]>
Update for Rustc

885d5e9c386df2a4057a34871f8095260c33c493 authored almost 10 years ago by Pierre Krieger <[email protected]>
Merge pull request #184 from mikedilger/upstream_fallout

fix for Iterator now using associated types

bfd21793a8cc8c04b9f4ad294e11f7e6aa435bd7 authored almost 10 years ago by tomaka <[email protected]>
fix for Iterator now using associated types

53482b2a460811b136e81ffd10eb12088f36f310 authored almost 10 years ago by Mike Dilger <[email protected]>
Merge pull request #183 from ozkriff/master

android: Updated for rust fc2ba1393 2015-01-03

2174177fda57004e49dfefb75e63f551b16ab6e7 authored almost 10 years ago by tomaka <[email protected]>
android: Updated for rust fc2ba1393 2015-01-03

2b7e74d55ad132dd6f0d3a2b35c7cf739b31f92d authored almost 10 years ago by Andrey Lesnikov <[email protected]>
Merge pull request #181 from tomaka/update-rustc

Update for Rustc

0937d809b58472f815fd97598f379bbd13937e7f authored almost 10 years ago by tomaka <[email protected]>
Update for Rustc

4c5e430dd3fcd38c29bfbc20dc0cc65defd33224 authored almost 10 years ago by Pierre Krieger <[email protected]>
Merge pull request #180 from TyOverby/event-change

Change the way that event iterators are represented.

ebe32bb2d803bc22c4b309acbbd48f3dc2a12127 authored almost 10 years ago by tomaka <[email protected]>
Change the way that events are represented.

The bulk of this commit is changing instances of Vec to RingBuf which is
optimized for the push_...

a698146943bcd6df2a61bbfd56badf3018662709 authored almost 10 years ago by Ty Overby <[email protected]>
Fix dependencies erroneously removed

f68bf85a85ceb416f714bc36ff5aa5c6ae65c008 authored almost 10 years ago by Pierre Krieger <[email protected]>
Merge pull request #173 from tomaka/change-builder-attribs

Finalize window building API

4d5e39f436a1c68475f2dd97b33acf66117ee139 authored almost 10 years ago by tomaka <[email protected]>
Add missing `with_*` functions

c956559a5158e1d92ccc5acd7c89b025c68de758 authored almost 10 years ago by Pierre Krieger <[email protected]>
Unify WindowBuilder and HeadlessRendererBuilder for easier implementations

b9710f05a9d1e7fd10536b604074baf748fb5bd7 authored almost 10 years ago by Pierre Krieger <[email protected]>
Add `build_strict` function on builders

e1b5d9c1039c6e5a2e977bf2d6c9c3806cde046a authored almost 10 years ago by Pierre Krieger <[email protected]>
Removed NSOpenGLPFAOpenGLProfiles enum in favor of the one defined in the AppKit bindings

0e64651db8f19378d7c183b21c0e7d692380e570 authored almost 10 years ago by Patrick Horlebein <[email protected]>
Fixed missing std::ascii::AsciiExt import

b0dddb2d3f10c90128ab250838b314acca131061 authored almost 10 years ago by Patrick Horlebein <[email protected]>
Bump version number

fb42768a14228eba456cc8957820c14c105b1647 authored almost 10 years ago by Pierre Krieger <[email protected]>
Merge pull request #179 from tomaka/use-cratesio

Use gl_common and gl_generator from crates.io

4b28d2df606a1305d002b3db9fd6e551714bbca3 authored almost 10 years ago by tomaka <[email protected]>
Use gl_common and gl_generator from crates.io

9d7cfb4a32cd05988fc402ba9f9ff9fb38f0ac18 authored almost 10 years ago by Pierre Krieger <[email protected]>
Merge pull request #178 from tomaka/update-rustc

Update for changes in Send/Sync traits

32faad403b19f974733ddf531d61dc8d842af288 authored almost 10 years ago by tomaka <[email protected]>
Update for changes in Send/Sync traits

b9a6366f96e14e396452da443b64a10ee480fabf authored almost 10 years ago by Pierre Krieger <[email protected]>
Minor match clause cleanup

09cf026a9de2e1aef43307d64d41a0251159c113 authored almost 10 years ago by Patrick Horlebein <[email protected]>
Fixed deprecation warnings

1b0064f9f780ab8a53e7b5a7a33f2fd8c53aab08 authored almost 10 years ago by Patrick Horlebein <[email protected]>
Started adding support for selection OpenGL versions on OS X. Needs issue #176 to be fixed.

86af6b6387918ea93fe5ce4cae2764a1d196061e authored almost 10 years ago by Patrick Horlebein <[email protected]>
Merge pull request #174 from tomaka/travis-docs-headless

Generate docs for headless functionnalities too

29bf3385add5ee9306452fe605984838ecfaa1a5 authored almost 10 years ago by tomaka <[email protected]>
Generate docs for headless functionnalities too

fc214073e97b9dfb1b14b380363a5a41f8a6a6a1 authored almost 10 years ago by Pierre Krieger <[email protected]>
Merge pull request #172 from ozkriff/master

Removed 'extern crate gl_generator' and implemented 'poll_events'

fce4f0a1298d216b928ccdb25f8e481397981afe authored almost 10 years ago by tomaka <[email protected]>
android: Implemented basic poll_events()

9a5f02984d3c157c962f493c981d1f8e7bd4ac81 authored almost 10 years ago by Andrey Lesnikov <[email protected]>
Removed 'extern crate gl_generator'

e441247d61d48caab62902858ccb69a9a7316e8a authored almost 10 years ago by Andrey Lesnikov <[email protected]>
Merge pull request #171 from tomaka/update-gl-generator

Update for gl_generator's changes

4bcdbce22259bbd247ef8ddc4573344256002086 authored almost 10 years ago by tomaka <[email protected]>
Update for gl_generator's changes

7f6f4f8d04b9f6dfbbc9528552fa45db932d6dae authored almost 10 years ago by Pierre Krieger <[email protected]>
Merge pull request #168 from tomaka/fix-appveyor

Fix the appveyor build

032c282b8ef18040c9ec5e8a2356820df031ef8b authored almost 10 years ago by tomaka <[email protected]>
Fix the appveyor build

a04668e850b1667b58467eec73bf3c0e0fbe93a1 authored almost 10 years ago by Pierre Krieger <[email protected]>
Merge pull request #170 from tomaka/update-rustc

Update for rustc

6b0dd62681829308017fe9a435502df6b97f08af authored almost 10 years ago by tomaka <[email protected]>
Update for rustc

dbb82968baf17acdc341303813ecbbd8420de19c authored almost 10 years ago by Pierre Krieger <[email protected]>
Merge pull request #169 from glennw/mac-vis

Fix passing visibility through for mac.

1ec98f611b8877a20700e2a9eea68d0d7c02e115 authored almost 10 years ago by tomaka <[email protected]>
Fix passing visibility through for mac.

bd28ebb34f0182410762ae25b875cf1c8605710f authored about 10 years ago by Glenn Watson <[email protected]>
Merge pull request #167 from tomaka/fix-appveyor

Fix appveyor build

5a8982377b13379edef913805b488afb60424045 authored about 10 years ago by tomaka <[email protected]>
Fix appveyor build

439638d05056ca1464903f02b8c5d73afcb6b650 authored about 10 years ago by Pierre Krieger <[email protected]>
Fix win32 build without the "window" feature

faf5812d05faaa6ab78043901e3d15b664e45382 authored about 10 years ago by Pierre Krieger <[email protected]>
Merge pull request #166 from Cifram/master

Add semicolons after macro invocations, as required by the latest nightly.

4b7d677f83b6dacde547770a492db2c10875d19e authored about 10 years ago by tomaka <[email protected]>
Add semicolons after macro invocations, as required by the latest nightly.

6e9969ccc019500687a329a90219d26adf7d816e authored about 10 years ago by Michael Powell <[email protected]>
Merge pull request #165 from glennw/mac-visible

Add support for visible parameter on mac.

c171ea76db346df158c80f7fa207f2af832d16ee authored about 10 years ago by tomaka <[email protected]>
Add support for visible parameter on mac.

f8d3b232a510428203e3dd0bcc847b07be6a94d4 authored about 10 years ago by Glenn Watson <[email protected]>
Merge pull request #160 from glennw/mac-resize

Add callback function to allow resize messages to be sent on mac.

70f9f8cf43e51cdd90e1a0163c40cfa617b9f511 authored about 10 years ago by tomaka <[email protected]>
Add resize example, fix warnings, make callback an option so it can be removed.

fa5cb66cff2e13a5ee75c4f99abe5f93bede7dd1 authored about 10 years ago by Glenn Watson <[email protected]>
Add experimental attribute since this API will need to be cleaned up.

f2d112213ba889eddb6c1b0fab878bcd4f500c64 authored about 10 years ago by Glenn Watson <[email protected]>
Add callback function to allow resize messages to be sent on mac.

0ad9c3d453076adc5d94008d7e155d7ee5536225 authored about 10 years ago by Glenn Watson <[email protected]>
Merge pull request #161 from glennw/thread-proxy

Introduce a WindowProxy for accessing a subset of functionality

0164449955d1b4787fce03f8800e32f19fd04a01 authored about 10 years ago by tomaka <[email protected]>
Change todo to unimplemented

95f82927b37e27f1880e9941b316227f6c6baebc authored about 10 years ago by Glenn Watson <[email protected]>