Ecosyste.ms: OpenCollective

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

github.com/ruffle-rs/ruffle

A Flash Player emulator written in Rust
https://github.com/ruffle-rs/ruffle

avm2: Stub InteractiveObject.focusRect

96950f424ef1f081ca16b53de14675f998aad5a0 authored about 2 years ago
avm2: hitTestPoint requires the object to be on the stage

8ddba5432cd141d403c9fefd82a176bf247e0c54 authored about 2 years ago
avm2: Button bounds_with_transform should include bounds of current state child

1013a6a1626c77d8d244ac1e566d244c15c6e739 authored about 2 years ago
avm2: Selecting the child of a SimpleButton should select the button, not the child

This fixes ingame menu buttons in BLOCnog

391b3a9dfb9c628c9b16813f5fa79f0b6bb03099 authored about 2 years ago
avm2: MouseEnabled shouldn't affect abillity to select children

Fixes #8694

fa44d61bc5175a4a3ac3b89769bddb1516256c20 authored about 2 years ago
chore: Fmt

b46a4186aba4570219fbc4c6dca281607be56371 authored about 2 years ago
avm2: Fix SimpleButton bounds

690191dbdf5903774a9fc18d6bceaa4b9ffa67e8 authored about 2 years ago
avm2: hitTestPoint requires do to be on stage, only if shape_flag=true

ef9483d961b481aaf420e3b453fd1a3536c54ef6 authored about 2 years ago
avm2: MouseUpInside clip events should be handled by avm2 buttons

55926932e03042166573fdc7f90643e6aaf9bf38 authored about 2 years ago
tests: Add tests for button hittests, update hitTestPoint with onStage tests

acfb1493162693cb8c2d137f73d16187b3cf0036 authored about 2 years ago
avm2: Ignore mouse_pick on static text

2edbe3092bf829827cd394afccb8ca7d6a6bd59f authored about 2 years ago
avm2: Dont transform mouse_pick point in button if hit_area has a parent

d7156e9a58c8c489b2b3a3a11b156053148f9be9 authored about 2 years ago
chore: Fix clippy lint

6f214c21656652c1077efd3302b05ee6e1514263 authored about 2 years ago
avm2: Fix hittests on depth=0 children

f1401d68375069a511cc870d1658e4aed22916ac authored about 2 years ago
avm2: Check for state parent in hit_test_shape as well as mouse_pick

80cf98f501f4a90248950e0650b535fde3431021 authored about 2 years ago
ci: Add OAuth client secret to chrome-extension-upload

Google's OAuth flow changed and this additional client secret is
required.

5b1d4d071d7359055c597b46541130e29e9f7783 authored about 2 years ago
audio: Remove minimp3 feature

d162363c2f92cf52dbd71c290ed4cd2125f325d6 authored about 2 years ago
audio: Rename symphonia feature to mp3

c30eb387417261518050d5e743c5fbc8d33a81a9 authored about 2 years ago
chore: Add symphonia attribution in LICENSE.md

db5e8709e93354b1f9c922a2b2ef462dc6e09c4d authored about 2 years ago
docs: Update badge URLs in README

See https://github.com/badges/shields/issues/8671

bf570083294afa578326d1f5c3d847388a074f07 authored about 2 years ago
avm1: remove most of the contents of impl_custom_object! macro

The delegating methods are moved to default implementations on the
TObject trait, delegating to ...

62e64c714e7d4fa33600484fb695e77b0c3bc88f authored about 2 years ago
avm1: rename TObject::{as => raw}_script_object & remove Option in ret. type

Usage of TObject::as_script_object was always followed by an unwrap, and
only SuperObject return...

eadbf92454fc4c2f9d2cb3b0b5f7a0e845cab07a authored about 2 years ago
avm1: remove unused GcCell in ArrayObject and SuperObject

625f09a91a2a32962f909235545dd000d950f3e8 authored about 2 years ago
core: Don't fire init events on AVM2 until the first frame has been constructed.

1255bf1c5993498112cb7005c93499e89d2d5606 authored about 2 years ago
ci: Fix typo

b9e23819e3a4cdbfda021558229cf5f6c8adb8d3 authored about 2 years ago
chore: Inherit cargo metadata from workspace

Use workspace inheritance added in Rust 1.64 to de-duplicate
various settings across all packages.

696c9062d356f87ef9b611a036a0fb1d41acf259 authored about 2 years ago
avm2: Make pop_stack #[must_use]

870745e0efd06a639dcda5d5848d572a40976c78 authored about 2 years ago
avm2: Support indexing with QNames

7df920b255564382ddf98e8a2dcf126b4e7b638d authored about 2 years ago
avm2: Collapse PackageNamespace to Namespace

d2dfdb9a0b40f31c10b5c50b925bbe49bc056016 authored about 2 years ago
ci: Bump chrome-extension-upload to latest release

df0e1a39c3d91e5558332783873ebebcf0b6db5a authored about 2 years ago
ci: Do simple numerical actions updates

d26b5ab0188c86c4ee73e32a6400eb7902473148 authored about 2 years ago
extension: Disable minification

Extension marketplaces recommend avoiding minifying JS code, as it
does not provide benefit for ...

b57d30ec57d1b2d589db8a34fe70f996fe3dcaf7 authored about 2 years ago
chore: Fix `clippy::uninlined_format_args` for `avm_debug!`

Though this is not currently enforced by Clippy.

14747f26fd61bb07405d94adbdc3a53dcd91540f authored about 2 years ago
chore: Fix `clippy::uninlined_format_args` lints

bd9078addf53fb121208bcc8632b37562878ea71 authored about 2 years ago
avm2: Stub SharedObject.clear and SharedObject.size

f904f207964fe50a6dbb84f1d1ae74d2e1afa755 authored about 2 years ago
wgpu: Bump to 0.14.2

cf03ee743079ad4f08706410a1dc465351775108 authored about 2 years ago
avm2: Translate ExternalInterface to AS

92998e2c9154614a2fde07d9fddcb43b5c72534d authored about 2 years ago
web: Fix strings using buildInfo variables

52d94a4a134aa9b601d22157d9398b20c3e279b3 authored about 2 years ago
web: Fix TypeScript 4.9 upgrade

Per the last paragraph in https://devblogs.microsoft.com/typescript/announcing-typescript-4-9/#i...

54d59b0ab68839bd97bc90a76823efea69f315d7 authored about 2 years ago
build(deps-dev): bump typescript from 4.8.2 to 4.9.4 in /web

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.2 to 4.9.4.
- [Release note...

bbcaa438c0cc3c6d041e0803915e63f227a080b7 authored about 2 years ago
web: Add version number requested in #8021

Change the compile time "macros" such as `%VERSION_NUMBER%` to be
contained in only one file `bu...

d14ce5243f5ed8db9873739ccff2cd3576bf1ee2 authored about 2 years ago
avm2: Stub more parts of LocalConnection and UrlRequest

5e115ed0385ee03c769470ff89e6dc2b4d39ccb9 authored about 2 years ago
avm2: Fix aliasing in BitmapData.copyChannel

c8314da8d385411ab63218006bfd165c5e6e7be2 authored about 2 years ago
AVM2: Implement System.setClipboard (#8751)

* avm2: Implement System.setClipboard

* web: Add comment to set_clipboard_content

20c9a3d765b938f889a932296eadd57c235cc3f5 authored about 2 years ago
avm2: Implement basic flash.net.navigateToURL

02360b28dca80263c8e93cde2467c487688770ac authored about 2 years ago
build(deps): bump insta from 1.22.0 to 1.23.0

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.22.0 to 1.23.0.
- [Release notes](https...

d6c8d5d3fda38aa9374bbe7ae3f4113aef802de3 authored about 2 years ago
build(deps): bump base64 from 0.13.1 to 0.20.0

Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.13.1 to 0.20.0.
- [Release ...

d6fd07741665dc8e529df8dbdcbe0abcb5bd4075 authored about 2 years ago
build(deps): bump rayon from 1.6.0 to 1.6.1

Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.6.0 to 1.6.1.
- [Release notes](https://...

7a4f48c84681eae908d276e47f01cbc317c8634a authored about 2 years ago
build(deps): bump embed-resource from 1.7.4 to 1.8.0

Bumps [embed-resource](https://github.com/nabijaczleweli/rust-embed-resource) from 1.7.4 to 1.8....

92e3b59badc3400f71f17c8087753065184b3ef7 authored about 2 years ago
build(deps): bump serde from 1.0.149 to 1.0.150

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.149 to 1.0.150.
- [Release notes](http...

b1c4e6f143c0154494182cb415c8e486cd4eab58 authored about 2 years ago
avm2: Stub SharedObject.close

1aaaf6d421c8da8d924210669363a751bc229f43 authored about 2 years ago
core: Fix failing builds without avm_debug feature

2bb4e2e549ab39d2f2cb7d8194ac21bb1ca2e682 authored about 2 years ago
extension: Add unlisted warn_on_unsupported_content translate + Minor fixes.

1d6820c55b89455154b469c5c52baa1f117308f3 authored about 2 years ago
core: `Loader` must pass enter/construct frame lifecycle events to children or loaded SWFs won't work

86783256861baa1b12b28c994c1adf4e31fc2de5 authored about 2 years ago
build(deps): bump qs from 6.5.2 to 6.5.3 in /web

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.c...

16198bd2d282fb873baea65b7f25bf4c7405de9c authored about 2 years ago
ci: Don't use a PPA for mesa (lavapipe) anymore on ubuntu-22.04

e219cfef6840b094b085788cf297bc56e2d02595 authored about 2 years ago
Re-enable image tests on Linux

f212e55385143630f3b5f2c34a0bed8197015ae0 authored about 2 years ago
core: use ctrl+alt+f to dump DO render tree

e351f9f19bf26f5f8f5b5f3e5bcec41a39216b4e authored about 2 years ago
avm2: Fix indirect event dispatching

7b64fcf5fa9890084c8f0947953fd4245b57742c authored about 2 years ago
build(deps): bump cpal from 0.14.1 to 0.14.2

Bumps [cpal](https://github.com/rustaudio/cpal) from 0.14.1 to 0.14.2.
- [Release notes](https:/...

823965aeb402cccd58ec84e046e8ac00b0556257 authored about 2 years ago
build(deps): bump insta from 1.21.2 to 1.22.0

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.21.2 to 1.22.0.
- [Release notes](https...

6136c2fa74861a6bd31d1171faf40edbb781b2fb authored about 2 years ago
build(deps): bump syn from 1.0.104 to 1.0.105

Bumps [syn](https://github.com/dtolnay/syn) from 1.0.104 to 1.0.105.
- [Release notes](https://g...

061f261c50bb08bf1aadac505837231321c42cca authored about 2 years ago
build(deps): bump serde from 1.0.148 to 1.0.149

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.148 to 1.0.149.
- [Release notes](http...

3b285f8cf233de66a030aa3bd1867a792818d9eb authored about 2 years ago
extension: add traditional-chinese localization

Still not perfect but decent.

55c2c5e5c546a158423c8efc3397fc58aa763713 authored about 2 years ago
avm2: Fix no-op gotos (#8667)

* tests: Add a test for issue #8630

* core: No-op gotos in AS3 do not actually do anything, e...

f79208c75fe73acc6253aba1ceacc5a825334a64 authored about 2 years ago
Fix BitmapHandle downcasting in webgl and canvas backends

There were two issues:
1. We were accidentally calling `as_any` on `handle,` rather than
`han...

173a1a80cbc2096b48e0efdc8cd93395414ea2c5 authored about 2 years ago
avm2: Implement filefilter filereference

c8e39da1e01844cb6e23cca6c39d90bec38e1527 authored about 2 years ago
avm1: Various minor fixes in filters

dcf1fb4ffd2afe2edd38c5135047a32e80f37aa6 authored about 2 years ago
Update Info.plist

Missing symbol "? ๐Ÿคจ

04b12e9eae2219504ba9a4007865bb6caca82dff authored about 2 years ago
core: Make `BitmapHandle` hold a trait object instead of an id

`BitmapHandle` now holds `Arc<dyn BitmapHandleImpl>`.
This allows us to move all of the per-bitm...

1b3070ab85841cff50ddea34212f76dfacc169da authored about 2 years ago
swf: make Clippy happy

08611536264b86702c5e6d0d3465a2157e6c650f authored about 2 years ago
ci: Change actions/upload-artifact to v3

e8b16b0cce30dd15fd56c91e113dddbed6114fb2 authored about 2 years ago
ci: Try disabling image tests on Linux

5b9da62c0a51b73df87fa442ead7c40ea0f92298 authored about 2 years ago
ci: Move to direct cargo commands instead of using actions-rs/cargo

1355f11e6b41a308000fc3da61de0313a23552e6 authored about 2 years ago
ci: Don't use specific Swatinem/rust-cache revision

dca2fa8d3509c0f401dc5043e5a518d9f2820c7d authored about 2 years ago
ci: Replace actions-rs/toolchain with dtolnay/rust-toolchain

9256cb32760718a710cf2172d3b8ba25b69e448b authored about 2 years ago
ci: Upgrade Node 12 actions workflows

1cb3dfbe033a063d24742982eab1dbead9529e56 authored about 2 years ago
Revert "Revert "avm2: Implement `TextField` scrolling parameters""

This reverts commit f08aa19cb752f719382707b98fbb7834dd95ddbc.

ce3531309496c8c7504be04a49b58766fa50238c authored about 2 years ago
Revert "avm2: Implement `TextField` scrolling parameters"

This reverts commit 230ef315a2a2003e9699bcd0e98620e550418711.

f08aa19cb752f719382707b98fbb7834dd95ddbc authored about 2 years ago
chore: Another empty commit to fix formatting nits

b323c086a943052e63ec2033f144650989189984 authored about 2 years ago
chore: Empty commit that technically changes a file for CI purposes

3550ccb6e01d222f1a6590b9718b2d594af24295 authored about 2 years ago
chore: Empty commit to test CI-related things

6c4f202b0d16e39dd3b1db01c499d3e71b21a3c3 authored about 2 years ago
Revert "ci: Upgrade Node 12 actions workflows"

This reverts commit eae04a1884c2534574dd62e60abf84d548acd092.

1f9fe76f16768564f79c309427c17ee97368b343 authored about 2 years ago
Revert "ci: Move to direct cargo commands instead of using actions-rs/cargo"

This reverts commit 872dee65e75f27237eb6e2bdc21ba1039acafe97.

a040c329b7bf30fa9ba9adc834c72ba2bf797c66 authored about 2 years ago
Revert "ci: Don't use specific Swatinem/rust-cache revision"

This reverts commit 5db1f46a3a235257dbf76830422e6f80a667fae0.

d7e8df517fa15f49021f41254762dead88d2fbbf authored about 2 years ago
Revert "ci: Replace actions-rs/toolchain with dtolnay/rust-toolchain"

This reverts commit 136c05fb17a73c474f0796775b359b8a92602d48.

1a699345b40cfbc0226c79202a8a1d9b6c089bb3 authored about 2 years ago
avm2: Implement `TextField` scrolling parameters

230ef315a2a2003e9699bcd0e98620e550418711 authored about 2 years ago
ci: Upgrade Node 12 actions workflows

eae04a1884c2534574dd62e60abf84d548acd092 authored about 2 years ago
ci: Move to direct cargo commands instead of using actions-rs/cargo

872dee65e75f27237eb6e2bdc21ba1039acafe97 authored about 2 years ago
ci: Don't use specific Swatinem/rust-cache revision

5db1f46a3a235257dbf76830422e6f80a667fae0 authored about 2 years ago
ci: Replace actions-rs/toolchain with dtolnay/rust-toolchain

136c05fb17a73c474f0796775b359b8a92602d48 authored about 2 years ago
add italian localization to the extension

bcf9badc8c6d0c8ab21ee074187715d16a1b9355 authored about 2 years ago
build(deps-dev): bump eslint-plugin-jsdoc from 39.3.4 to 39.6.4 in /web

Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.3.4 to 39.6.4....

911427f4c0074acc822f97969d1b809881847a7c authored about 2 years ago
build(deps-dev): bump @typescript-eslint/eslint-plugin in /web

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/...

1cb797cb882e4d0e9ca71f0f48abcc5f71fed2fe authored about 2 years ago
build(deps-dev): bump stylelint-config-prettier in /web

Bumps [stylelint-config-prettier](https://github.com/prettier/stylelint-config-prettier) from 9....

3554b041b4fb134fd4c7d8bfa8a4172e5212e5c5 authored about 2 years ago
build(deps-dev): bump stylelint from 14.14.0 to 14.15.0 in /web

Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.14.0 to 14.15.0.
- [Release no...

d3a0290bac2699d5f19ca62a86ba3542e77891a6 authored about 2 years ago
build(deps-dev): bump @types/mocha from 10.0.0 to 10.0.1 in /web

Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) f...

df55c09ebc46ce6926714bd92a83670a2a5ac9a5 authored about 2 years ago
swf: Update link (#8650)

The original link is not working anymore so I put a link to the wayback machine in it's place th...

f4a988bdda24a0a47cbf3501fbca7ad430a6a357 authored about 2 years ago
avm2: implement get and set of displayobject filters (#8623)

f2080e6d5778819dd0c72a98d65de938fd967ad9 authored about 2 years ago
build(deps): bump insta from 1.21.1 to 1.21.2

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.21.1 to 1.21.2.
- [Release notes](https...

281ca6a1b8db9eb6c114627a9a65029bcf60e863 authored about 2 years ago