Ecosyste.ms: OpenCollective

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

Fuse Open Collective

Build high performance iOS and Android apps with a single codebase
Collective - Host: opensource - https://opencollective.com/fuse-open - Website: https://fuseopen.com - Code: https://github.com/fuse-open

Fuse.Scripting: verify ctor-argument to ScriptMember

github.com/fuse-open/fuselibs - 21b6f6cb5498c5127e6fa5f8d9cc4d30a6193919 authored over 7 years ago
Merge pull request #723 from sebbert/feature-console-improvements

Feature console improvements

github.com/fuse-open/fuselibs - 88e4381a70b17482b36d77e5be81a9db02547267 authored over 7 years ago
Merge pull request #720 from mortoray/feature/route-object

Adds object based routing to the router/NavigationControl

github.com/fuse-open/fuselibs - 4a635cb77c84b6d624fbd9ac100c1f4242a23a00 authored over 7 years ago
Update CHANGELOG

github.com/fuse-open/fuselibs - 824a2fbb970752a30c0fa62c214ee1c228048705 authored over 7 years ago
Add console.{info,warn,error}, improve formatting

This implements console.info(), console.warn(), console.error(),
as well as making general impro...

github.com/fuse-open/fuselibs - 08539d270a673607ad0884e4073925946cdf5074 authored over 7 years ago
Merge pull request #716 from kusma/scripting-cleanups

Scripting cleanups

github.com/fuse-open/fuselibs - 4b7845dfcb3aa92db7a55abe233fa2323a15a6a7 authored over 7 years ago
ScriptException: Truncate long source lines

My reasoning is that, if a single line of source code
extends beyond 300 characters, it's either...

github.com/fuse-open/fuselibs - 1006d9870771c4afba32a82eade5991eedc026c1 authored over 7 years ago
adding NavigationControl.modifyPath

github.com/fuse-open/fuselibs - 992397f7a2d7bdecfb56ac0abcb71322e1170aab authored over 7 years ago
adding object support to ModifyRoute

github.com/fuse-open/fuselibs - b6aa6b9b9084791c9e321184b73a73db4a5e575a authored over 7 years ago
bump version to 1.4.0

github.com/fuse-open/fuselibs - 9097646083386b5476c8361e12c6aa54ee796c4e authored over 7 years ago
adding ability to add objects to routes

github.com/fuse-open/fuselibs - 40b53c445cc911e36e6515bbe01b7acf3cb185d5 authored over 7 years ago
Fuse.Scripting.JavaScript: add context-argument to Object.InstanceOf

github.com/fuse-open/fuselibs - 116c2ce362f940c1140fb9769ef451e7639baff2 authored over 7 years ago
Fuse.Scripting: make Function.Construct take a context-argument

github.com/fuse-open/fuselibs - eb072fb3b53a71661a46397e2ce15f22eae4edd3 authored over 7 years ago
Fuse.Scripting: reduce needless Context-passing

github.com/fuse-open/fuselibs - 7d952b51f80e497322512045b25f510eda468291 authored over 7 years ago
Fuse.Scripting: fixup indent

github.com/fuse-open/fuselibs - 75c11cebbf896e94ab02013235cacd91a235ce69 authored over 7 years ago
Fuse.Scripting.JavaScript: get rid of odd one-argument-invoke

It's not clear why we'd want a one-argument invoke rather than a
two-argument or even five-argum...

github.com/fuse-open/fuselibs - b10d4d544e9c39b620400089d1a16a5a2df53782 authored over 7 years ago
Fuse.Scripting.JavaScript: give http its own closure

github.com/fuse-open/fuselibs - 52a65a62f3e40e63e4f92aa345af9124c31471c9 authored over 7 years ago
Fuse.Scripting.JavaScript: get JSContext from Context

github.com/fuse-open/fuselibs - 9afbc891d1878d6e37e417ae475d6790bd5a815b authored over 7 years ago
Fuse.Scripting: use custom closure in NativeEventEmitterModule

github.com/fuse-open/fuselibs - b89cdff8ae1986f82be2bff5dba7df8a864ff65b authored over 7 years ago
Fuse.Scripting: use custom closure in NativeEvent

github.com/fuse-open/fuselibs - e134806874dc5efbb3c000e5865d51d9ea2b92b1 authored over 7 years ago
FuseScripting: make sure AppInitialized-events gets Context passed

github.com/fuse-open/fuselibs - daba1106d736da14c2dd76e4a2e1d5b2a003986a authored over 7 years ago
Merge pull request #707 from kusma/thread-worker-cleanups2

Thread worker cleanups2

github.com/fuse-open/fuselibs - fd34dbec06038aed12039287acce088c216b684d authored over 7 years ago
Merge pull request #689 from kusma/android-less-test-failures

No more Android test failures

github.com/fuse-open/fuselibs - 0fb2c1eb30cad5197734eb9aede5f25b543f3322 authored over 7 years ago
Fuse.Scripting.JavaScript: factor out JS-logic from RunInner

This is a bit easier to read, as it separates the ThreadWorker-ism
from the JavaScript-ism.

github.com/fuse-open/fuselibs - f054f0e6ac0952d68a53b14cf1400bc37639cc64 authored over 7 years ago
Fuse.Scripting.JavaScript: hook up OnTerminating in ctor

Yes, this is kind of the inverse of e10d463, but the whole
bootstrapping has changed since then,...

github.com/fuse-open/fuselibs - 35dddfce68f52d7ae6c9c30311170104c44ae0ee authored over 7 years ago
Merge pull request #706 from kusma/thread-worker-fixes

ThreadWorker fixes

github.com/fuse-open/fuselibs - f1939e85a86385110cbdfea1e8ceae0f17c243f4 authored over 7 years ago
Fuse.Scripting.JavaScript: clean up JSContext lifetime

We no longer need to have this as a member, so let's just make it
an argument to RunInner, so we...

github.com/fuse-open/fuselibs - e6787e0227572190a1a63ceeac6e5a262c94a175 authored over 7 years ago
Fuse.Scripting.JavaScript: throw all exceptions to the UI-thread

Throwing only the last exception from the JS-thread is inheretly racy,
as these threads are asyn...

github.com/fuse-open/fuselibs - 2aa2d262230df6e41d7e4555fdbcd99d10c83bba authored over 7 years ago
Merge pull request #699 from kusma/image-orientation-3x3

Fuse.Drawing: reduce textureTransform to float3x3

github.com/fuse-open/fuselibs - 062d4108921294155062f0e9b8ab4ab803038691 authored over 7 years ago
Fuse.Scripting.JavaScript: do not fully-qualify JSContext

There's only one class named JSContext, so we don't need to fully
qualify this (any more).

github.com/fuse-open/fuselibs - 3ac36baee2205f878847d922902414096fa9bfe5 authored over 7 years ago
Merge pull request #704 from cbaggers/feature/non-blocking-threadworker-creation

ThreadWorker's public api is safe so we can remove the _ready event

github.com/fuse-open/fuselibs - 5f7a93e8c3323b4a1ddc88024450192101ea03ec authored over 7 years ago
ThreadWorker's public api is safe so we can remove the _ready event

Previously there were a number of public fields that would be
initialized during RunInner and so...

github.com/fuse-open/fuselibs - 33d7d1472fe1198a06bd47eacb89488ad5d69938 authored over 7 years ago
Merge pull request #703 from cbaggers/feature/move-fusejs-to-the-context

Move FuseJS field from ThreadWorker to JSContext

github.com/fuse-open/fuselibs - 9abbde83003d82ea17b0fa8dcce8e5f2c7907e59 authored over 7 years ago
result of JSContext.Create will never be null

github.com/fuse-open/fuselibs - 58394e7bb7a71c7635db43ecf5c0fdc4dde0f3a6 authored over 7 years ago
Remove redundent field from ThreadWorker

`Observable` is just a field in `FuseJS` builtins and that now
belongs to context. The code that...

github.com/fuse-open/fuselibs - 339d927e7bf9eaad81a15d8eed814d1bb7f26f5f authored over 7 years ago
Move FuseJS field from ThreadWorker to JSContext

The FuseJS.Builtins is constructed with a specific context and so is
tied to it. This means it i...

github.com/fuse-open/fuselibs - 69c3bc18699a774b3595175190ac3b96149738c7 authored over 7 years ago
Merge pull request #681 from kusma/root-viewport-no-poll

Fuse.Nodes: do not try to perform layout every single frame

github.com/fuse-open/fuselibs - b71bb71d28d5847d2c0f10c8272a6c710d190816 authored over 7 years ago
Merge pull request #700 from kusma/upgrade-uno

update uno from master

github.com/fuse-open/fuselibs - e6dd7e6f4de19b643643df8b24781d819ebf718d authored over 7 years ago
Merge pull request #701 from mortend/fix/missing-refs

add missing references to Fuse.Controls

github.com/fuse-open/fuselibs - 6d196f6688aae284272d33f5b349c6d1bb5e307c authored over 7 years ago
add missing references to Fuse.Controls

This solves compiler errors on uno/feature/lazy-dotnet:

lib\fuselibs\Source\Fuse.Controls.DateP...

github.com/fuse-open/fuselibs - c0c6bd9a6d7a9314561321b56e4b3020400b3d7d authored over 7 years ago
Merge pull request #687 from cbaggers/feature/remove-redundent-checks-from-threadworker-creation

Remove redundant _context checks during ThreadWorker creation

github.com/fuse-open/fuselibs - 6bce3c2c49c6acbffeb26892cc7dea5a5982f399 authored over 7 years ago
update uno from master

github.com/fuse-open/fuselibs - e11ff74bc002ca7ceadb0a7364de4087e03c1a7f authored over 7 years ago
Fuse.Controls.Navigation.Tests: work around #693

This makes the test pass consistently for now, but should be
investigated for a proper fix.

github.com/fuse-open/fuselibs - 0a519f02d2e94655459299a426a0504b4351e70c authored over 7 years ago
Fuse.Drawing: reduce textureTransform to float3x3

A float3x3 is sufficient to express all two-dimentional linear
transformations, using 4x4 is jus...

github.com/fuse-open/fuselibs - 4f30b33bab2c628c69986617611427bc4617e662 authored over 7 years ago
Fuse.Elements: bump rendering-tolerance

github.com/fuse-open/fuselibs - 0c4f24c68c008fa7a2b4e9b243b9db21e4ca3351 authored over 7 years ago
Fuse.Elements: do not create crazy big element-atlases

During testing, we hit the case where we have no SystemUI-frame,
leading to the creation of max-...

github.com/fuse-open/fuselibs - ce9c6d8cd109c4b0fcd5a4ff509de246fc3a122e authored over 7 years ago
Fuse.Controls.Primitives: avoid sampling end-points

This tests is about checking that there *is* a line there, not that
the end-points are rounded i...

github.com/fuse-open/fuselibs - 63415492d9c99d46a1f0ac30ea45e8a2e6df9a90 authored over 7 years ago
Android: ignore tests caused by V8 exception bug

See #679

github.com/fuse-open/fuselibs - 496081a0e4f08cce1f043d9012cbba3b2d793136 authored over 7 years ago
Fuse.ImageTools: disable test that pops up dialog

See #690

github.com/fuse-open/fuselibs - 9e2950e1d628af68046281d111e812da731b3b80 authored over 7 years ago
Fuse.ImageTools: ignore failing test on Android also

github.com/fuse-open/fuselibs - 9fd69b2a4c139cc37a437cec02e46a1ecb553549 authored over 7 years ago
Fuse.Triggers: silence pointless test-logging

github.com/fuse-open/fuselibs - 038800e6c449c113b71e900a725adfeda6412b8a authored over 7 years ago
Merge pull request #694 from mortoray/fix/issue691

removes invalid test for type

github.com/fuse-open/fuselibs - 6e8cb61bbae0a80ca11566e7b174e9415914e23a authored over 7 years ago
fixes https://github.com/fusetools/fuselibs-public/issues/691

github.com/fuse-open/fuselibs - 68f0b196f6fb8868ccaf2992f7ca7a71aa6e57a9 authored over 7 years ago
Merge pull request #688 from kusma/thread-worker-private-context

ThreadWorker private _context

github.com/fuse-open/fuselibs - d34c2dea66a1e44469d6a8af833c8880b14909fe authored over 7 years ago
Fuse.Scripting.JavaScript: drop internal from _context

As of the previous commit, we no longer need anyone else than the
ThreadWorker to reach _context.

github.com/fuse-open/fuselibs - 6ddbcf4531db9df3a7eeb731a283bf1bcd5a908f authored over 7 years ago
Fuse.Scripting.JavaScript.Tests: do not access context from UI-thread

github.com/fuse-open/fuselibs - e090205d602e0e1562df3cf11f8bf3ccdc05654c authored over 7 years ago
Remove redundant _context checks during ThreadWorker creation

- `RunInner` is private and can only be run from `Run`
- `Run` is private and is only every invo...

github.com/fuse-open/fuselibs - 95987504700a2bf703213dd7921daaa71c37f953 authored over 7 years ago
Merge pull request #686 from kusma/unpin-cacheframebuffers-on-exceptions

Fuse.Elements: unpin CacheFramebuffers on Exceptions

github.com/fuse-open/fuselibs - 38a997d0aa95c445a09c2861359006fe2c4ea5ef authored over 7 years ago
Fuse.Elements: unpin CacheFramebuffers on Exceptions

This code wasn't very exception-safe, and leaks pins on
CacheFramebuffers on errors. Let's clean...

github.com/fuse-open/fuselibs - 38cce87738c0278c0d514e0cf1d5106bae889a02 authored over 7 years ago
Merge pull request #683 from mortend/update/uno-master

Update from uno/master

github.com/fuse-open/fuselibs - 1105284becc02ad320760ae24c9de091223f00e8 authored over 7 years ago
Merge pull request #657 from kristianhasselknippe/fix-video-page-overlapped-by-text

Fix ManualTestApp/issues/375

github.com/fuse-open/fuselibs - 726daafce8141e467a7ae66c727204c416a1e642 authored over 7 years ago
use {Shared, Unmanaged}Library.x{86, 64} to provide native DLLs

github.com/fuse-open/fuselibs - 313a06d0ccd639ca3f7224cc4bf361dc97eab457 authored over 7 years ago
stuff from uno/master

github.com/fuse-open/fuselibs - 66ff593c02fe68588b7ec95fa4becb107b7ff302 authored over 7 years ago
Fuse.Nodes: do not try to perform layout every single frame

github.com/fuse-open/fuselibs - d33eb81cb4b91cdbb4779fb6e8955a85419ae78d authored over 7 years ago
bump version to 1.4.0-rc5

github.com/fuse-open/fuselibs - 964709bda148f0c24078ff3c5ce18b0b0c89a047 authored over 7 years ago
Merge pull request #675 from kusma/no-more-unexpected-ios-test-failures

No more unexpected ios test failures

github.com/fuse-open/fuselibs - 49c793268c9f4c233f2ac6b70d24bfa73222bf17 authored over 7 years ago
Merge pull request #677 from yupferris/revert-bad-formatting-fix

Revert "Avoid code duplication on Android + minor formatting fix"

github.com/fuse-open/fuselibs - 9ed2115c2829b03d5bb7061f118d3a2b02e65aa6 authored over 7 years ago
Merge pull request #678 from mortend/cleanup/dotnet-code

Remove some redundant .NET code

github.com/fuse-open/fuselibs - a7eab71566d58091e14d5b33c62b82f70617ece6 authored over 7 years ago
Fuse.Drawing.Surface, Fuse.Scripting.JavaScript: use Uno.Array instead of forward declaring CilArray

Uno arrays inherit Uno.Array so we get rid of those up-and-down-casts too.

github.com/fuse-open/fuselibs - 22b067a35a7020431f2c1594fc16b7485048f1a6 authored over 7 years ago
Fuse.FileSystem: remove duplicated code

We can use the same code from Uno.IO instead.

github.com/fuse-open/fuselibs - a979f0418f3fe058145702ec37b151ba26930546 authored over 7 years ago
Fuse.WebSockets: remove duplicate EventHandler types

The ones in Uno map to the same .NET types.

github.com/fuse-open/fuselibs - fb83a024a24984ab5dd0d8ae427fb67b5b9c31de authored over 7 years ago
Merge pull request #676 from cbaggers/fix/release-1.4-notif

Fix notification regression

github.com/fuse-open/fuselibs - 0ba72805bf2b524751d4250be2705d5b4ac4813a authored over 7 years ago
Add changelog entry for URISchemeHandler regression fix

github.com/fuse-open/fuselibs - 705a88dbc95b9246ff1362bf722b855d43a7bed6 authored over 7 years ago
Revert "Avoid code duplication on Android + minor formatting fix"

This reverts commit df7e740c2b6607004c955c5f0d87f04a21809e7c, which
broke WebView when used with...

github.com/fuse-open/fuselibs - 04a7b9f08f25e86777aedbbc7ad2d470ed9bffa5 authored over 7 years ago
Merge pull request #664 from sebbert/treeobservable-threadsafe

Fix threading bugs in TreeObservable

github.com/fuse-open/fuselibs - 7d0b89d9ec50f5bf9fcf7ab5d91263b735ea3d6b authored over 7 years ago
Fix notification regression

If you implement the notification methods on the AppDelegate then apple
detect this and require ...

github.com/fuse-open/fuselibs - 463ef45ea45dd678f436fe85e7b874ee87362b8c authored over 7 years ago
Fuse.ImageTools: ignore failing test

See #674

github.com/fuse-open/fuselibs - 67a797287340ed33cb0742a594ba03b013d12b69 authored over 7 years ago
Fuse.Elements: make BoxSizingTest.Explicit wait for images to load

Otherwise we risk failing on mobile devices.

github.com/fuse-open/fuselibs - dc2e183ce5e00d90b9256f92f65f51ec85e8bc84 authored over 7 years ago
Fuse.Elements: ignore zero-sized display-hints

This cause problems during testing, where we don't always have a
display set up.

While we're at...

github.com/fuse-open/fuselibs - c4f4cde664a553d306d243fba4ce648a7eaa711b authored over 7 years ago
Fuse.Elements: bump test error-margin due to JPEG issues

Sadly, not all JPEG decoders are as accurate, so on some platforms
we get bigger decoding-errors...

github.com/fuse-open/fuselibs - 1e16d0eb4236bd13b8dcb668c2e85da5f592ab3c authored over 7 years ago
Fuse.Scripting: make ScriptPromise-tests wait for results

github.com/fuse-open/fuselibs - 35c1984b1ba91d63696f60ae97dadd84981bf7c7 authored over 7 years ago
FuseJS: fix logic of Environment.mobileOSVersion test

While we're at it, write it out a bit more clearly by separating
the mobile and non-mobile cases.

github.com/fuse-open/fuselibs - d4228198f79ee0171d3cf53831e58bf1ee8a35fd authored over 7 years ago
FuseJS: step until there's an actual result

Stepping 5 frames isn't really based on any solid logic, it's just
been observed. It's not suffi...

github.com/fuse-open/fuselibs - 4658ad83a00817ff6a12e6173572e47642bf01c6 authored over 7 years ago
Fuse.ImageTools: wait for result in test

github.com/fuse-open/fuselibs - fe44f4b293a77213535ef8d877c90f2e6a261751 authored over 7 years ago
Merge pull request #658 from mortend/update/uno2

Update to latest uno/master

github.com/fuse-open/fuselibs - 497b2d52a01f9fa439fdca47bfce36fd73040d6c authored over 7 years ago
Merge pull request #672 from kusma/issue-671

Tests: disable tests using NativeViewHost on mobile

github.com/fuse-open/fuselibs - e62774a99182aba89edd47420580670f7b200868 authored over 7 years ago
Tests: disable tests using NativeViewHost on mobile

See #671

github.com/fuse-open/fuselibs - d3e123d0da0d4b4eadeef9074bb8baec7f94ea85 authored over 7 years ago
Merge pull request #670 from kusma/ignore-observable-test-inner-detatch

Fuse.Scripting.JavaScript: ignore intermittently failing test

github.com/fuse-open/fuselibs - 6707363dfa64accf5d63dd93567699ca2a48f434 authored over 7 years ago
Merge pull request #402 from nekronos/FixiOSTextViewReturnKeyBug

iOS: Remove SetActionStyle on MultiLineTextEdit

github.com/fuse-open/fuselibs - 669516de965aeaca8968fd68f8e12d0981704147 authored over 7 years ago
Merge branch 'release-1.4'

github.com/fuse-open/fuselibs - 984d15fc65bba90c1be3297f89d47ee3d7c0d7a7 authored over 7 years ago
Merge pull request #669 from kusma/js-error-test-fixes

JsErrorTest fixes

github.com/fuse-open/fuselibs - 15b6f5e05277a56b2f56913ac9566238edff3f9a authored over 7 years ago
bump version to 1.4.0-rc4

github.com/fuse-open/fuselibs - 1a5dfc7dd5bc2fc14e4190034e267ce041b33b75 authored over 7 years ago
update uno to 1.4.3

Uno 1.4.2 missed some fixes from the 1.3 release, so let's go straight
for 1.4.3.

github.com/fuse-open/fuselibs - ac7bc020545f5567e1d7c9f498a5c776479e6f3e authored over 7 years ago
Fuse.Scripting.JavaScript: ignore intermittently failing test

See #171

github.com/fuse-open/fuselibs - 5a4db86fa0b6e9227cd2e02f46957a02117b3927 authored over 7 years ago
Fuse.Scripting.JavaScript: do not use ES6 let-keyword

github.com/fuse-open/fuselibs - 62f780e52ff032a993f299db41b25ea38b6cd878 authored over 7 years ago
Fuse.Scripting.JavaScript: do not assume filename and line-number are set

github.com/fuse-open/fuselibs - 85e1e4c93a4df4e9c50d476b0a308e500da7bdef authored over 7 years ago
Fuse.Scripting.JavaScript: do not assert V8-specific error-messages

github.com/fuse-open/fuselibs - 8eca99024c4e256384830ce069f51b938e271908 authored over 7 years ago
Fuse.Scripting.JavaScript: do not assume ScriptException.SourceLine exist

We only expose this property on V8, so we need to be prepared for it
not being there.

github.com/fuse-open/fuselibs - 601537e7716f2579bae9ceb3b051d9272c15129b authored over 7 years ago
Merge pull request #665 from kusma/contain-draw-calls

General-purpose blitter

github.com/fuse-open/fuselibs - 6bf66ea790c263351167359edcd3ab1fef84f399 authored over 7 years ago
Fuse.Elements: use general-purpose blitter

github.com/fuse-open/fuselibs - 68f9d6f3ba9248be1caa5bdc0179f4b1d481c541 authored over 7 years ago