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.Common: use max-error instead of total error

We usually want a per-component error rather than total error, so
let's take the max component o...

github.com/fuse-open/fuselibs - 73294d98e891acd1b41494e1bb22b57c46273f44 authored over 7 years ago
Fuse.Controls.Primitives: allow some more rounding error

Seems Apple's OpenGL implementation on AMD hardware has some more
error than we expect, but this...

github.com/fuse-open/fuselibs - 30a63b54fb978fdc6905ff6a5ee32b0333097e1f authored over 7 years ago
Fuse.Common: report correct failure-location

TestFramebuffer.AssertSolidRectangle forgot to pass the filePath etc
arguments down to the Asser...

github.com/fuse-open/fuselibs - d192e5fd3d68552cd1b5e8fd5de79a9f92d61f7c authored over 7 years ago
Fuse.Drawing.Suface: drop old hack to prevent crashing

The previous commit handles this a bit closer to the culprit,
while still allowing straight line...

github.com/fuse-open/fuselibs - 6bed36fd2274f1ffb74572b0d04f4368a76a125e authored over 7 years ago
Merge pull request #477 from AlexeyBuzdin/patch-1

Fixed small typo in the docs for ImageTools

github.com/fuse-open/fuselibs - 0f9777269c593ee75f516cff7d8dc5f134ab5ce4 authored over 7 years ago
Merge pull request #474 from nekronos/feature-ScriptReadonlyProperty

ScriptClass: implement ScriptReadonlyProperty

github.com/fuse-open/fuselibs - bf82cbd318fed6232b592eed87b2e077564008a0 authored over 7 years ago
Merge pull request #476 from nekronos/ScriptPromiseContextArg

ScriptPromise: add Context as argument on FutureFactory

github.com/fuse-open/fuselibs - 1b481a0314df04bbc35d0c65ec2113befd6bad18 authored over 7 years ago
Fixed small typo in the docs for ImageTools

github.com/fuse-open/fuselibs - 0f83106da602f0ac3c4eecc6049792171fe2a77a authored over 7 years ago
ScriptPromise: add Context as argument on FutureFactory

This should have been there in the firstplace. Its needed for Wrapping/Unwrapping incoming argum...

github.com/fuse-open/fuselibs - cf2ca328b4258eac8e3956ec1d96d5542c91e0b0 authored over 7 years ago
ScriptClass: implement ScriptReadonlyProperty

This feature enables users to expose readonly data from a scriptclass

github.com/fuse-open/fuselibs - b35537322a60783d3412651381fd01e4cc43e912 authored over 7 years ago
Fuse.Drawing.Surface: do nothing if bounds is empty

In Mono, System.Drawing is implemented using Cairo, and we seem to
get a crash when a clip-recta...

github.com/fuse-open/fuselibs - daa72103cfb9137e56e46c322daa85ddfdeb068c authored over 7 years ago
Merge pull request #463 from mortoray/observable-map

Two-way binding of Router/Model pages. GoBack support

github.com/fuse-open/fuselibs - 968884a4b0298f9aeb8fff535b6314a1d4bfcc63 authored over 7 years ago
Merge pull request #462 from mortoray/optional-require

JavaScript: optional explicit require() of UX symbols

github.com/fuse-open/fuselibs - 2f66ae0733c4c56ef86bd98d1c45c274a62839f8 authored over 7 years ago
Merge pull request #464 from sebbert/uno-master-074db5f

Upgrade stuff to latest uno master

github.com/fuse-open/fuselibs - 99b1bf3305fa2a1aecee56be79318c541be63ff4 authored over 7 years ago
Changed whitespaces to tabs

github.com/fuse-open/fuselibs - 41cca47d4f013737cd9d6124b1685f9f951cdfa5 authored over 7 years ago
Upgrade stuff to latest uno master

github.com/fuse-open/fuselibs - a0d8c7eed9854e534812fdc1a354dd057b87853f authored over 7 years ago
Merge branch 'master' into optional-require

github.com/fuse-open/fuselibs - b8b3c677c0b35828eadf6a6e8f062180e92cd39b authored over 7 years ago
Fixed #427 iOS GeoLocation Authorization Popup added

github.com/fuse-open/fuselibs - 90c40857529ff194e654bca8ba98cb7a7b81ac20 authored over 7 years ago
Merge pull request #458 from mortoray/attract

Make attract use InnerListener to update data bindings

github.com/fuse-open/fuselibs - e953ac73c242eb2e7a6eaa365e13a04c091595c2 authored over 7 years ago
Merge pull request #459 from mortoray/remove-nametable

Remove NameTable dependency from DataBinding

github.com/fuse-open/fuselibs - bdf7836058dda7ca6461baf5d4559512ceed81ca authored over 7 years ago
fix tests for new signature

github.com/fuse-open/fuselibs - f0bab1d07126c04e17495b9e467d89146e68daf0 authored over 7 years ago
Merge pull request #460 from AlexeyBuzdin/master

Moved private .gitignores to modules. Added ignore for /lib in Fuse.WebSockets

github.com/fuse-open/fuselibs - ca15eb9bbc8cc93c0d1a4b749a256be6d6faaa05 authored over 7 years ago
SingleViewHost: wait 2 frames before disabling rendering

While testing some apps I noticed that the native view often does not appear on screen before 2 ...

github.com/fuse-open/fuselibs - 9c7ad9a069c4c17c95277bf9eae4a98889e4e48c authored over 7 years ago
UpdateManager: add deferFrame to PerformNextFrame

Let the user specify how many frames to delay. The default is still 1

github.com/fuse-open/fuselibs - 2e967d4a4e9933660998920c87b903e2c9945a84 authored over 7 years ago
simplify test since function can't be used directly as an action now

github.com/fuse-open/fuselibs - 4b87f0d27e93f00ab7bfc2acf5946e79e909870e authored over 7 years ago
fixes https://github.com/fusetools/fuselibs-public/issues/456

update changelog

github.com/fuse-open/fuselibs - 24bbd1d9a37dbf6a86c26d5065af4dd08dc48156 authored over 7 years ago
basic mapping of pages

github.com/fuse-open/fuselibs - de113ff45c7c6a66e6585d8e41d4db5f42ac5ab0 authored over 7 years ago
prep childpages to be a map

github.com/fuse-open/fuselibs - 78b3bdb28ac4dee6c6cd2d3b7a67a301f7f8bea0 authored over 7 years ago
binding router pages to pagehistory more thoroughly

github.com/fuse-open/fuselibs - c615fc5ddddcd93dbd5ba25c24b0fe04e878e358 authored over 7 years ago
initial forward direction on observablemap

github.com/fuse-open/fuselibs - f0d0da2a55886b92c2e2ff8d22ca74df422e68c0 authored over 7 years ago
adding backward direction

github.com/fuse-open/fuselibs - 61a8a92bb841c4e1d27b913d957939036f56311b authored over 7 years ago
Implemented (with test) support for optional explicit require() of ux:Names and dep:'s

Symbols declared with `ux:Name`, `ux:Dependency` or `dep` are now also available to `require()` ...

github.com/fuse-open/fuselibs - c1260438e131e60db619deda0957eaed579270d9 authored over 7 years ago
Moved private .gitignores to modules. Added ignore for /lib in Fuse.WebSockets

github.com/fuse-open/fuselibs - abc90f91b8eeeb005f2d92b689ed1c0cacd25886 authored over 7 years ago
Merge pull request #425 from nekronos/fix-circle-precision

Fix circle precision

github.com/fuse-open/fuselibs - e3964d70a911f16e59d233f5b113b6df140f2287 authored over 7 years ago
remove NameTable from routing

github.com/fuse-open/fuselibs - e2e8db6050a4c732b241ec3d268fbbcb1433fb05 authored over 7 years ago
Changelog entry for getting rid of NameTables in databindings

github.com/fuse-open/fuselibs - bafb93a60d9a21951c2a993e857ba12c2a9355fe authored over 7 years ago
Get rid if NameTable as depenency to DataBinding, fixes https://github.com/fusetools/fuselibs-public/issues/213

Will need new Uno with https://github.com/fusetools/uno/pull/1265

github.com/fuse-open/fuselibs - 524ffa4d7195b0620e2036e137b6621466129ab0 authored over 7 years ago
Merge pull request #440 from cbaggers/bugfix-default-android-font

Handle AndroidSystemFont Default being null

github.com/fuse-open/fuselibs - 84dd68b4eccaa6b3df459916c0b50349a90aeca4 authored over 7 years ago
Fuse.Drawing.Primitives: fix precision-issues in Circle renderer

While we're at it, add a test that verifies that a basic circle is
rendered correctly. This doe...

github.com/fuse-open/fuselibs - 278c3692114f074c7316738d282b060b33ac5240 authored over 7 years ago
Fuse.Drawing.Primitives: early out on non-positive radius

If the radius isn't positive, we're not going to end up drawing
anything anyway, so let's not do...

github.com/fuse-open/fuselibs - 8ec7f5db9900950c4a850e494cfc1ada74973af0 authored over 7 years ago
Update CHANGELOG.md

github.com/fuse-open/fuselibs - 611ae1bb37f52d30b172180d2a2780bc41b886e7 authored over 7 years ago
Fuse.Drawing.Primitives: the float2-ness of extend is a lie

github.com/fuse-open/fuselibs - 4e9932f15519b4f7a02292ed0a514569a345abaf authored over 7 years ago
Handle AndroidSystemFont Default being null

`Default` returns null when `_families.Count == 0`, however
`GetFallback` always passed the resu...

github.com/fuse-open/fuselibs - eb79762b2d9b6611331e63e69e3d93552b068217 authored over 7 years ago
Merge pull request #416 from mortoray/releasepagedocs

Adds docs for ReleasePage

github.com/fuse-open/fuselibs - 3c85c9b722fad21b7341bfdbec5bdbd39f928d9a authored over 7 years ago
Merge pull request #454 from mortoray/navfix

Navigation fixes

github.com/fuse-open/fuselibs - dd617e43341c4d3e6c56885ad75578541c854c0e authored over 7 years ago
fixes https://github.com/fusetools/fuselibs-public/issues/451

github.com/fuse-open/fuselibs - a1ee3752196b2e207cd75ac31b730c497201f5b3 authored over 7 years ago
fixes https://github.com/fusetools/fuselibs-public/issues/447

github.com/fuse-open/fuselibs - 6064cfa19b014111add3a05bb7b3e0e3c1e9458d authored over 7 years ago
Merge pull request #446 from nekronos/ViewHandleInvalidationOptIn

ViewHandle invalidation opt-in

github.com/fuse-open/fuselibs - b3a7da85795f30b9009bc250cfb61694961754fb authored over 7 years ago
ViewHandle: make invalidation opt-in

When implementing the Surface API for native I made fuse forward InvalidateVisual to its native ...

github.com/fuse-open/fuselibs - 90ebfda4a1d7a5ad92e67a63e704543bd0a8f806 authored over 7 years ago
Merge pull request #65 from fusetools/feature-charting

Pie chart, line graph, and bar chart examples

github.com/fuse-open/fuse-samples - 0165a2ef53605688dbbefee21b1147688b75e2d4 authored over 7 years ago
Make SingleViewHost public

No reason for this to be internal. Similar to NativeViewHost but allows users better control of ...

github.com/fuse-open/fuselibs - 4dfd3a9623d0f91caf1049aff936859a1557077b authored over 7 years ago
Make IViewHandleRenderer public

No reason for keeping this interface internal. Enables users to do custom rendering in NativeVie...

github.com/fuse-open/fuselibs - 06aadaee34bda6930eaf883c389d820be509c1e6 authored over 7 years ago
Merge pull request #434 from mortoray/charting-access

give access to IObservable to charting test

github.com/fuse-open/fuselibs - f4f63ffc09119703f292788cf349419efc0c8d3b authored over 7 years ago
Merge pull request #433 from mortoray/gesture-fix

Gesture fix

github.com/fuse-open/fuselibs - 100dbb7e3306ac1e3e6a72500932e31a1cf66ca7 authored over 7 years ago
give access to IObservable to charting test

github.com/fuse-open/fuselibs - 674a8e33c0e27754c6fbdd3869ebb9e82bd27c63 authored over 7 years ago
minor fix to support key control again

github.com/fuse-open/fuselibs - 6212be510131fae7bc579f0ce0a20d4059e05e24 authored over 7 years ago
Merge branch 'master' of github.com:fusetools/fuselibs-public

github.com/fuse-open/fuselibs - 12e1b899c01a739de89bc6e83c404756406a980c authored over 7 years ago
Merge pull request #431 from mortoray/fix430

fixing issue with double rooting with known bindings

github.com/fuse-open/fuselibs - e9e4a698bd0dcf071f86939cbf1b5037aad22d97 authored over 7 years ago
fixing issue with double rooting with known bindings

fixes https://github.com/fusetools/fuselibs-public/pull/431

github.com/fuse-open/fuselibs - 0a3912e7a12fbef021c86e539bf8af6a908b3fc5 authored over 7 years ago
fixing issue with double rooting with known bindings

github.com/fuse-open/fuselibs - 7a2cc6e881ebe2273578010b0e6210dc8948c291 authored over 7 years ago
Merge pull request #423 from nekronos/bugfix-RectangleFP16PrecisionFix

Rectangle: deal with FP16 shader precision errors

github.com/fuse-open/fuselibs - a6cb619d0de57ec93fd70166fd94bc3be6088326 authored over 7 years ago
Merge pull request #424 from kusma/cleanup-tests

Cleanup tests

github.com/fuse-open/fuselibs - c98bddf1845c2fd98b1a6ccfe30c4d56686bc84c authored over 7 years ago
Fuse.Controls: merge Navigation.Test.uno into Fuse.Navigation test-suite

This is where this test belongs. It also avoids two sources with the
same name, which is nice.

github.com/fuse-open/fuselibs - b916939b17e4118ea0a59db0421fdb20bb5f0539 authored over 7 years ago
Fuse.Controls: merge Image.Test.uno into Fuse.Controls.Primitives test-suite

This is where this test belongs. It also avoids two sources with the
same name, which is nice.

github.com/fuse-open/fuselibs - 3c8f02f8b07eac4660cfee6b125bbd9e0aa9f29a authored over 7 years ago
Fuse.Controls: merge Page.Test.uno into Fuse.Controls.Navigation test-suite

This is where this test belongs. It also avoids two sources with the
same name, which is nice.

github.com/fuse-open/fuselibs - 99aea2febf16bbdd2cb8397cf0e55802947f7a2c authored over 7 years ago
Fuse.Elements: move Image-tests to Fuse.Controls.Primitives

github.com/fuse-open/fuselibs - bdec7c246aefacb0b6b2c8247d5c44dd1720cf7a authored over 7 years ago
Fuse.Controls: merge WrapPanel.Test.uno into Fuse.Controls.Panels test-suite

This is where this test belongs. It also avoids two sources with the
same name, which is nice.

github.com/fuse-open/fuselibs - 16256d6c0fd54fdebc074e54a8faf176cb23d911 authored over 7 years ago
Fuse.Elements: inline ElementEventsHelper into MockElement

We already have a convenient place to count this, and the helper
is only used by one class. Let'...

github.com/fuse-open/fuselibs - 841f277d882fe27de066ef8078f31b5ce7588efd authored over 7 years ago
Fuse.Elements: merge assets-folders

One of these only contain one file, and is only used from inside
the UX-folder. Let's merge it w...

github.com/fuse-open/fuselibs - 0aae84d3acb91510e972d3b334d3b6a072b4a68b authored over 7 years ago
merge Fuse.Elements.Shared into FuseTest

github.com/fuse-open/fuselibs - b4b8d05dd81d6aeb454498c37b68e314aa3e2f37 authored over 7 years ago
make filenames of test-sources consistent

The vast majority of all test-cases are named Foo.Test.uno, so let's
make sure all test-sources ...

github.com/fuse-open/fuselibs - 6c972ddeeb34a38a65bbeb34dcb65d80c974b43c authored over 7 years ago
FuseJS: unify class-names

github.com/fuse-open/fuselibs - 53cc754e2fa604eb94592e6356f44985f5c57b2d authored over 7 years ago
Fuse.Triggers: unify class-names

github.com/fuse-open/fuselibs - 80a04ffccdd5f94d8399b2b8e7e135c5afd0d74b authored over 7 years ago
Fuse.UserEvents: unify class-names

github.com/fuse-open/fuselibs - 452ae9b4e73f73c474af0b2cc0b82a07d4242f80 authored over 7 years ago
Fuse.Scripting: unify class-names

github.com/fuse-open/fuselibs - 9e9dd494af7401668661038747e0afbc32c05fb4 authored over 7 years ago
Fuse.Selection: unify class-names

github.com/fuse-open/fuselibs - b6115c35562b4ba127a35b0870c5f075999a19fe authored over 7 years ago
Fuse.Launcher: unify class-names

github.com/fuse-open/fuselibs - e4ed19457d39ae9859c6b9fb5af5d420ebc29281 authored over 7 years ago
Fuse.Navigation: unify class-names

github.com/fuse-open/fuselibs - 2b1f6d096e9318d6d2008301052b66eedf23df2c authored over 7 years ago
Fuse.Marshal: unify class-names

github.com/fuse-open/fuselibs - 855346c243ef641935e13e3d6c38939df2da498d authored over 7 years ago
Merge pull request #415 from mortoray/pages

PageControl.Pages

github.com/fuse-open/fuselibs - 6f56d57665fb4edbfa5bf783d9082fc118ddd4e7 authored over 7 years ago
Rectangle: deal with FP16 shader precision errors

Use a scale to deal with FP16 shader precision in the Rectangle renderer

github.com/fuse-open/fuselibs - 55ba427e42382fb8d175be1be62b17d73e97b027 authored over 7 years ago
Fuse.Gestures: unify class-names

github.com/fuse-open/fuselibs - e557834abd39cbd6304502df5644add7dc5d27a0 authored over 7 years ago
Fuse.FileSystem: unify class-names

github.com/fuse-open/fuselibs - 6769fea95932c9f530d9c7bc1294118d3a898117 authored over 7 years ago
Fuse.Elements: unify class-names

github.com/fuse-open/fuselibs - 31a57cec270328b100b11c9a16665cbbad51d716 authored over 7 years ago
Fuse.Controls.Primitives: unify class-names

github.com/fuse-open/fuselibs - 203f91defc05b1772c0a97e46268ff9a27a8ae88 authored over 7 years ago
Fuse.Animations: unify class-names

github.com/fuse-open/fuselibs - 7f6fdd88c6fc08e1209be63355e6b4fc1513a60d authored over 7 years ago
fixing initial active

github.com/fuse-open/fuselibs - d7847ecc4685c39e04f3a375aa222a73ebc27061 authored over 7 years ago
cleanup changelog

github.com/fuse-open/fuselibs - 229f641519ee8e5fb7eac0b84fc21d5d001369bb authored over 7 years ago
rename Pages to PageHistory to match intended features, Pages == PageHistory on Navigator

github.com/fuse-open/fuselibs - f1ca5da71a16b75bb65f8f21a6dc32fcdb57db4e authored over 7 years ago
introducing DynamicLinearNavigation

github.com/fuse-open/fuselibs - 0e64bfe3bed3984646d59c97ba0f0a701815264f authored over 7 years ago
fixing simple issue

github.com/fuse-open/fuselibs - 247ad69bb1646668c78f24a8370799025f96d3a6 authored over 7 years ago
extending test, ensuring swiping updates index

github.com/fuse-open/fuselibs - 935ee0aaf9b80cc3f5eb76913543b5bed7e787af authored over 7 years ago
split between desired and current active

github.com/fuse-open/fuselibs - 79ec51a092610cbb42e4b9491522218693b424a6 authored over 7 years ago
basic index tracking

github.com/fuse-open/fuselibs - 7e8ed92cd3e5cf0f80e25346c590178cf6cb1cdb authored over 7 years ago
initial draft, won't work well with current linear navigation

github.com/fuse-open/fuselibs - 4eea706bc947f8a0190c01d664ef2fc8dc40e46b authored over 7 years ago
Merge pull request #412 from mortoray/modelnav-event

Base Route history on individual controls, as Model requires

github.com/fuse-open/fuselibs - f3119f2db73ad3497c9e7b528a78b6aad8647260 authored over 7 years ago
Fuse.Triggers: move tests to a consistent name

github.com/fuse-open/fuselibs - 98fa832fa6f7bacca8f4158ad0ba74ede15d01f7 authored over 7 years ago
Fuse.Nodes: move tests up one level

This is consistent with other projects.

github.com/fuse-open/fuselibs - 42291e89c27fa4a65daa61e16096c960ed113236 authored over 7 years ago