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

allows TemplateSource change post rooting. Charting depended on this, but I changed that as well. This feature is not strictly required but it costs nothing to add.

github.com/fuse-open/fuselibs - d366caa01790e70aa3c4a79d1b4b683e0028f525 authored over 7 years ago
Merge pull request #192 from nekronos/bugfix-FixiOSInputDispatchActivePointers

iOS: Make InputDispatch expand number of activePointers

github.com/fuse-open/fuselibs - 96df21a9ba0daa6a5d6eacf104fbf42ebbf0e0fb authored over 7 years ago
Merge branch 'master' into feature-whilevisibleinscrollview-full-partial

github.com/fuse-open/fuselibs - 0f15098db533a0ddc50c73696fdded1a62c3e04b authored over 7 years ago
iOS: Make InputDispatch expand number of activePointers

There is no public API on iOS that will tell us how many simultanious touches are supported. Whe...

github.com/fuse-open/fuselibs - 9ebf1d3c5b0659f6a62768ef17fbf5076ba94e0c authored over 7 years ago
adding FindRouter

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

github.com/fuse-open/fuselibs - dca221b55a1344d28bb8a60e0c5d87c1908bbc00 authored over 7 years ago
Merge pull request #174 from mortoray/eachmatchid

Each/Instance `MatchId` and `ObjectMatch`

github.com/fuse-open/fuselibs - cc5a9cee1d76bd4ba37e3021fd06a62c8e19736b authored over 7 years ago
rename ObjectMatch -> Identity and ObjectId -> IdentityKey, add internal docs

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

github.com/fuse-open/fuselibs - dc4160668196b9aabed61e0cc51422f57037d5c4 authored over 7 years ago
Merge branch 'release-1.1'

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

github.com/fuse-open/fuselibs - f40c8eeb54e2a11a6676afc5ed39fdb91d61ea4f authored over 7 years ago
Merge pull request #184 from kusma/increase-frame-index-after-draw

make sure IncreaseFrameIndex happens right after draw

github.com/fuse-open/fuselibs - 0f6e9ab6c7b5f34471b78c6a7e740e995e17a559 authored over 7 years ago
bump version to 1.1.0

github.com/fuse-open/fuselibs - 94b2e730cf0f1d12bef97fd7e74f16bd64eb47bf authored over 7 years ago
Trying to have some actual tests

github.com/fuse-open/fuselibs - a6bfdac3734c8a72e0c4db87361d836fc28dddad authored over 7 years ago
Tests are passing, just needs better tests

github.com/fuse-open/fuselibs - 517f44807019ba5244b9d80c7c8fdf228f19c51a authored over 7 years ago
Adding support for ContentAlignment and starting on tests

github.com/fuse-open/fuselibs - 9160359647e7678f2df60a2ca8b7d2115ec648e8 authored over 7 years ago
change How to Mode

github.com/fuse-open/fuselibs - 5f476c1b732cf48959831a6d9e9cb30c3bfd683e authored over 7 years ago
removed separate test file since it now resides in the common test file

github.com/fuse-open/fuselibs - 1c9efce93111927a930d7520bc5b7a3d550ef28b authored over 7 years ago
moved Mode test to where it belongs

github.com/fuse-open/fuselibs - 8ba8dfff8fa5697b7e074151ba291784b35eaa21 authored over 7 years ago
fixed how isInView is determined

github.com/fuse-open/fuselibs - 07a904f975ac1bf5a916aca0c4218bdce9ed288a authored over 7 years ago
Merge pull request #181 from kusma/code-of-conduct-tweaks

Code of conduct tweaks

github.com/fuse-open/fuselibs - f2643802298e99a52f22ac7fa36034d2a361ce7f authored over 7 years ago
make sure IncreaseFrameIndex happens right after draw

Doing things like InvalidateVisual in response to input requires that
the UpdateManager.FrameInd...

github.com/fuse-open/fuselibs - ed20a04e66ca57a60c86c384b8bf406cfa5448df authored over 7 years ago
CODE_OF_CONDUCT: use GitHubs version

GitHub's template for Contributor Covenant Code of Conduct has some
cleaner markdown formatting,...

github.com/fuse-open/fuselibs - 5d7408f66b35bb1988989880e9a0d58fbf5ebe6f authored over 7 years ago
CONTRIBUTING: split out code of conduct

GitHub really wants to see the code of conduct as a separate
document, which isn't too unreasona...

github.com/fuse-open/fuselibs - 9826f9bb97dbac6b794ebb0f30869e5b32967c9e authored over 7 years ago
update uno to 1.1.3

github.com/fuse-open/fuselibs - 9ce631789926560a85565e7b0f3a85c69b793a96 authored over 7 years ago
added stand-alone tests

github.com/fuse-open/fuselibs - 148a3add1096a9cb1e0ef5e852b6ab79a2de076e authored over 7 years ago
refactored ScrollView.Layout, moved comparison logic to WhileVisibleInScrollView implementation

github.com/fuse-open/fuselibs - b96b67c2bf6c6fa1f7157e2ad9d2e46c40b628a7 authored over 7 years ago
Fuse.Share: Fixed iPad crash bug

iOS design guidelines requires a point of reference for use as the popover spawn origin. Added a...

github.com/fuse-open/fuselibs - de3b6a785c7ca3ada17c10f72742e273aeabb122 authored over 7 years ago
fixed bounds checking, simplified DistanceFromView

github.com/fuse-open/fuselibs - 2c646525e77da82aa1aecef49634d618bb8c3d82 authored over 7 years ago
A demo of how ContentAlignment could work

github.com/fuse-open/fuselibs - 840c724ac7ce34ef1237a144077a947b40a5f6c2 authored over 7 years ago
refactored ScrollView.Layout to a single method for "From" measurement,

adjusted trigger to changes,
added docs comments

github.com/fuse-open/fuselibs - f72fef884f4d103b646a17aac4a76bef6c4ff2ea authored over 7 years ago
fully remove changes to tests that for some reason were not removed before

github.com/fuse-open/fuselibs - af630f71a9ac7de2edc1b86440f68e3736eee8fc authored over 7 years ago
reverting changes to test; a separate test will be added

github.com/fuse-open/fuselibs - 98eda4452d4785a78baacb9c62bb1ea348b1562f authored over 7 years ago
updated changelog

github.com/fuse-open/fuselibs - 8ad9a356caa09ec8b3e4241c93e87d3ff6ddf15b authored over 7 years ago
correct fix to only change active when element has layout

github.com/fuse-open/fuselibs - 7517ba8cc67f6c2d8e79b3e191b8a0dcda4fe3ea authored over 7 years ago
adding How="Partial|Full" support to WhileVisibleInScrollView

github.com/fuse-open/fuselibs - 3a6d608b5bd67c0465d340b7c5657a1241db40cc authored over 7 years ago
old docs described TemplateKey/Source differently so had to adjust the behaviour again

github.com/fuse-open/fuselibs - e92df3c8aa56d48e15d21652bdc366e7cd7f16ba authored over 7 years ago
covering several more situations with default templates. Had to change a couple tests as they were probably wron/abiguous

github.com/fuse-open/fuselibs - 7c0bbf330b2ee9b1204c479db7f6a7bb3a71afcb authored over 7 years ago
bump version to 1.1.0-rc3

github.com/fuse-open/fuselibs - 4de4b402b0ed7616769598097778de07b3665329 authored over 7 years ago
Merge pull request #168 from mortoray/release-1.1-issue4246

fixes https://github.com/fusetools/fuselibs/issues/4246

github.com/fuse-open/fuselibs - c2e50c1e5e485840539b727346970f36c2ede621 authored over 7 years ago
Merge pull request #71 from Duckers/feature-JSDI

JavaScript Dependency Injection

github.com/fuse-open/fuselibs - 737e138b15e5d5045328b6df45c9d54c79900046 authored over 7 years ago
Merge branch 'master' into feature-JSDI

github.com/fuse-open/fuselibs - ef73753eb00c16dd6703d7fba6c4b6cba28d8cb9 authored over 7 years ago
CHANGELOG: fixup wrongly positioned entry

github.com/fuse-open/fuselibs - d5c0669f331f1f3f10d6d4422eb513da165961a8 authored over 7 years ago
Merge pull request #69 from Duckers/feature-UXLookup

Implemented array lookup in UX expressions

github.com/fuse-open/fuselibs - 4a19e3f3c9b939f741407cd67b08bddc3e0bfe85 authored over 7 years ago
Merge branch 'master' into feature-UXLookup

github.com/fuse-open/fuselibs - 5c2e4efb3210567db7bd5af87a04b3386cb9ec72 authored over 7 years ago
Merge pull request #68 from Duckers/feature-UXParameterFunc

UX parameter() function

github.com/fuse-open/fuselibs - d4a116b3234e31809372591b697bd89d32e51247 authored over 7 years ago
Merge pull request #139 from mortoray/eachtpl

Several template mini-features

github.com/fuse-open/fuselibs - 660debe0b08eff68b952984ac1f586cfe9ef609b authored over 7 years ago
Merge pull request #165 from Duckers/feature-BetterProfiling

Faster & better Fuse.Profiling

github.com/fuse-open/fuselibs - 534fe365472abf94adb356beca712701e955c57d authored over 7 years ago
merging master/eachtpl

github.com/fuse-open/fuselibs - b16b3c4e1af03fae23b4b260f0712696e242c3c4 authored over 7 years ago
Fix extern variable based on feedback

github.com/fuse-open/fuselibs - 73d55149042f2a62b2198955b9c4a76b1a356481 authored over 7 years ago
update uno to 1.1.2

github.com/fuse-open/fuselibs - 440d7f8064ebdba382a2eb54fea8515f3850241a authored over 7 years ago
Report time spent in culling of children as separate log event on parent

github.com/fuse-open/fuselibs - 2f5a387cf21054422831e14ad87fd96dd7676372 authored over 7 years ago
Fix potential crashbug

Thanks @kusma :)

github.com/fuse-open/fuselibs - 213fe7b77cccd9946248b72156cc9b33d51d36cc authored over 7 years ago
Fuse.Profiling: Report repaint/blitting of caches

github.com/fuse-open/fuselibs - 5155ba496de9cd7ad6c029bfe54c483f10a05771 authored over 7 years ago
Optimized string caching in Fuse.Profiling (100x faster)

github.com/fuse-open/fuselibs - d69106707fd4fa14ae35b7ab09025ac147490b29 authored over 7 years ago
Don't profile culled nodes (reduces profiler overhead)

github.com/fuse-open/fuselibs - f9a519ea2e4ae1422b1dd1c0fe81697d9a03888d authored over 7 years ago
Scrollview invalidate visual while a pointer is pressed to avoid choppy behavior.

When pointer input is uneven while scrolling, this would erraticaly flip caching preferences, le...

github.com/fuse-open/fuselibs - 207226c6aa35ea4764371879ef1088d24f7b5b63 authored over 7 years ago
Fix changelog merge error

github.com/fuse-open/fuselibs - f4c801d9d4a5ef5a4ade5965f26e50ff4a4f0cd6 authored over 7 years ago
Scrollview invalidate visual while a pointer is pressed to avoid choppy behavior.

When pointer input is uneven while scrolling, this would erraticaly flip caching preferences, le...

github.com/fuse-open/fuselibs - 881bbbd4627456b7d9aec1f16c2f85cc61c86d7e authored over 7 years ago
Fixes based on mortoray's PR feedback

github.com/fuse-open/fuselibs - 27241d0575dded80d804147f5e9cee074ee24055 authored over 7 years ago
Changelog for scrollview improvements

github.com/fuse-open/fuselibs - d7f25df1b944c4d8550600da1a64b97b75137b25 authored over 7 years ago
fix whitespace

github.com/fuse-open/fuselibs - c07b4bce9af8911dc14908a50a9fff5f6eb29afb authored over 7 years ago
Improve tests for JS dependency injection, verify that constants work

github.com/fuse-open/fuselibs - 2ef95f197d315a02d995c7a3a3d5d11e76cc9e44 authored over 7 years ago
Fixes based on mortoray's feedback

github.com/fuse-open/fuselibs - 6473997cff2a8fa3f1a0ff853cb14ef35d3fc8cb authored over 7 years ago
Adding tests and changelog for JS DI

github.com/fuse-open/fuselibs - 649247fc0dd1d9f056cf58f875a1fb0e66bf25d6 authored over 7 years ago
Add changelog, docs and tests for observe()

github.com/fuse-open/fuselibs - 9840e013fdacc0c1bc6315f6ec5fec47076f9412 authored over 7 years ago
Extract DiagnosticSubject class from JavaScript class

github.com/fuse-open/fuselibs - d117d697792420490a5a1555be566ec7cf3cd3c5 authored over 7 years ago
Refactor DataSubscription and ResourceSubscription to take Node, not Binding

github.com/fuse-open/fuselibs - dd95efaf69f76e1e7187869888a9554ce82df189 authored over 7 years ago
Merge pull request #67 from fusetools/feature-facebookApp-fixes

Updated screenshots and readme for facebook login example

github.com/fuse-open/fuse-samples - a0828b81af4c75bfcabb131b171aca968c8fac4d authored over 7 years ago
Don't fast-track if there are active effects

github.com/fuse-open/fuselibs - 79441786ac9f73bf5b82960b10b0706409390d25 authored over 7 years ago
Changelog for FastTrackDrawWithOpacity fix

github.com/fuse-open/fuselibs - 7894d027d2bb84266c0b8de2426e1a8848346561 authored over 7 years ago
Clean up LayoutControl.FastTrackDrawWithOpacity based on feedback.

github.com/fuse-open/fuselibs - e1a2986e701300b704cd33d25807bbdb856d8c5d authored over 7 years ago
Optimization: Repairs the broken FastTrackDrawWithOpacity feature

When LayoutControl and Panel were split back in the days, it seems the FastTrackDrawWithOpacity ...

github.com/fuse-open/fuselibs - 8c5d8b37350284ad0b6e9cc0bb5e3eace407daf6 authored over 7 years ago
Merge pull request #161 from Duckers/feature-WorldTransformOptimization-restored

(restored) Optimized invalidation strategy for transforms

github.com/fuse-open/fuselibs - 46f2654f3c5b1bb45172642ea88c626b8a5340ab authored over 7 years ago
Clean up changelog

github.com/fuse-open/fuselibs - d256dd214660160e04eac0850a352f475b472aa2 authored over 7 years ago
Rewrote Json parser to use Dictionary internally for IObject

github.com/fuse-open/fuselibs - 457d49a42c3506dac2ef750c02d5694dff5569fe authored over 7 years ago
Fix broken tests

github.com/fuse-open/fuselibs - 6537f4ffc5b28e96248c47a6a577044eafdb3e7f authored over 7 years ago
Adding parameter(page) function to UX

github.com/fuse-open/fuselibs - 07fefc950628965faffc846bad830dc69b58c472 authored over 7 years ago
Added internal parser in fuselibs that parses JSON into an IObject tree

This will be needed by future features

github.com/fuse-open/fuselibs - 2b6c5001f377a2665ec13e2e1859a481f6c4c340 authored over 7 years ago
Merge pull request #169 from kristianhasselknippe/docs-see-also-fixes

Fixed a couple cases of wrongly formatted doc

github.com/fuse-open/fuselibs - 1779f41bc665077cf94c13b65735da6d89df74b7 authored over 7 years ago
Merge branch 'master' of github.com:fusetools/fuselibs-public into eachtpl

github.com/fuse-open/fuselibs - cfe07d50cedc498edf91e821a3ad36d4543684be authored over 7 years ago
use simpler node array for addednodes

github.com/fuse-open/fuselibs - 6302b515b9be5eb402763bb0ed42ec14315d34cc authored over 7 years ago
Merge branch 'eachtpl' of github.com:mortoray/fuselibs-public into eachtpl

github.com/fuse-open/fuselibs - 9e9fdbcb21e1ee866cacbc6639f2fbaf475c6e97 authored over 7 years ago
allowing Object to be used as key directly

github.com/fuse-open/fuselibs - 0fae388a7a2b2a595462636107292a11415e2791 authored over 7 years ago
Fixed a couple cases of wrongly formatted doc

The @see directive was wrongly used

github.com/fuse-open/fuselibs - 8fa5611ad922a4d35fbf213d5fce4a42fe34083e authored over 7 years ago
Merge pull request #160 from petterroea/release-1.0

Fixed text documentation

github.com/fuse-open/fuselibs - 09597e7392af13b6dbe16a0e2cb7a1ae671252ce authored over 7 years ago
Merge pull request #152 from nekronos/bugfix-iOSMultitouch

Bugfix iOS multitouch

github.com/fuse-open/fuselibs - 0ff10f0f421ce995bd720b3fb9bb58652cdd20c6 authored over 7 years ago
Removing WindowItem.Removed cruft, unneeded with new ordering solution

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

github.com/fuse-open/fuselibs - 8bc5da9604a4e03fb0de4b9c2418788e7412b265 authored over 7 years ago
Merge branch 'release-1.1'

github.com/fuse-open/fuselibs - b00625d206c180b85a9ce6506caf972fe28b4dea authored over 7 years ago
update uno to 1.1.1

github.com/fuse-open/fuselibs - fd864f09c97c72ac353bbaf93cbe1a46bcce8bea authored over 7 years ago
fixes https://github.com/fusetools/fuselibs/issues/4246

changelog

github.com/fuse-open/fuselibs - 5aaad979b032a7930c416df2cbf2278280e3c0cf authored over 7 years ago
attempting to break up instance in logical chunks

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