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

Merge pull request #319 from yupferris/DateTime-equality-stuff

Update stuff files

github.com/fuse-open/fuselibs - dd7ded26a9dff41ce784e247c6f7590f5d4b1de6 authored over 7 years ago
ManualTestingApp: use ZonedDateTime.Now instead of DateTime.Now

We've changed the Uno API for DateTime.Now from returning a
ZonedDateTime to returning a struct ...

github.com/fuse-open/fuselibs - cd2fbfde7e775e9d4254068b3318d3b8352fc9a6 authored over 7 years ago
Merge pull request #321 from kusma/manual-testing-app-less-date-time

ManualTestingApp: do not randomize with time

github.com/fuse-open/fuselibs - 64c6d4e949a2fe336f5d4c1322728fd5beb9831a authored over 7 years ago
ManualTestingApp: do not randomize with time

`DateTime.Now` now returns a DateTime-struct, not a ZonedDateTime as
it did before. And our Date...

github.com/fuse-open/fuselibs - 8159c05381280b7fa85b31fd5c4192dbd086cdaa authored over 7 years ago
Merge pull request #2 from fusetools/add-uno-geometry

import code from Uno.Geometry

github.com/fuse-open/Fuse.Entities - a15f04b1af848f885ad8d140189b79a5f40ca608 authored over 7 years ago
Merge pull request #316 from mortoray/r12-childmoveissue

fixes https://github.com/fusetools/fuselibs-public/issues/311

github.com/fuse-open/fuselibs - 61d458d171264587a0223006f7926795617ec43a authored over 7 years ago
Merge pull request #317 from yupferris/suppress-callback-typo-fix

Typo fix: supressCallback -> suppressCallback

github.com/fuse-open/fuselibs - ad9a18278198bc79675143afd6ee11424d9e05e5 authored over 7 years ago
Update stuff files

github.com/fuse-open/fuselibs - 95b5b8afe1af2c0e7cd87c4a1734d45496227100 authored over 7 years ago
Typo fix: supressCallback -> suppressCallback

github.com/fuse-open/fuselibs - 1840f43efdf9da2b349f5e4decb3baf18e7994c0 authored over 7 years ago
Merge pull request #314 from yupferris/fuselibs-datetime-fixes

Fix fuselibs after DateTime changes in Uno

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

github.com/fuse-open/fuselibs - d02413c9e0251aa9a2fa8bf8707006d1e6796bf7 authored over 7 years ago
Update stuff files

github.com/fuse-open/fuselibs - ef6414e9a9bd8b57ad4f3c77ce353f6ceb6e6db8 authored over 7 years ago
stop using obsolete Float.ZeroTolerance

github.com/fuse-open/Fuse.Entities - a0f52c22ca8cdbaa365688a4996d61f3aa7af12f authored over 7 years ago
Use ZonedDateTime rather than DateTime in SpoofLocationProvider

Impl detail

github.com/fuse-open/fuselibs - ae9eb835ddca4fa877bacd1d2f7137ad4607c2b8 authored over 7 years ago
Use ZonedDateTime instead of DateTime in DateUtil

Impl detail

github.com/fuse-open/fuselibs - caaca6d454c7571d5de80a3bcdbf62fc79a043c4 authored over 7 years ago
Use ZonedDateTime rather than DateTime in AndroidLocationProvider

Internal impl details

github.com/fuse-open/fuselibs - 95d2aaec991ef32852c6adc2599ac5e6ab6e55bf authored over 7 years ago
import code from Uno.Geometry

Uno.Geometry is gone from Unolibs, so here's the code, because this
was the only current consumer.

github.com/fuse-open/Fuse.Entities - a78bbfae8afccb73131311a0c76fe64aa5ca14c8 authored over 7 years ago
Drop BclDateTime, use Uno.DateTime instead

Uno.DateTime is designed to be as compatible as possible with .NET's DateTime type, which is exa...

github.com/fuse-open/fuselibs - bea10accddcfe6261b2488081599216248512aff authored over 7 years ago
bump version to 1.2.0-rc2

github.com/fuse-open/fuselibs - 0ef2fa9fd8755e13857e7934c86bd174cebfb7c3 authored over 7 years ago
Merge pull request #308 from kusma/feature-BoxTransformOptimizationBackport

Back-port #261 to release-1.2

github.com/fuse-open/fuselibs - ffd895df5cae7ad9a642b11e1fd95245a215422f authored over 7 years ago
Create Min8/Max8 functions

github.com/fuse-open/fuselibs - dfb95a7f8588af637d03bc220649fcef05cd83b5 authored over 7 years ago
Fuse.Nodes: introduce non-obsolete versions of methods that call obsolete methods

github.com/fuse-open/fuselibs - 4673a78bc16c975402d2b76978d009282d9c6d3c authored over 7 years ago
Fix obsolete attribute

github.com/fuse-open/fuselibs - 478f9b43d43b038dc6ad12dc974d4af10c54ebbc authored over 7 years ago
Optimizes VisualBounds.BoxTransform

Takes advantage of FastMatrix to avoid a ridiculous amount of float4x4 * float4 transforms of tr...

github.com/fuse-open/fuselibs - 0e757b819170933d4ed88cd71a409d51c74da633 authored over 7 years ago
adds hit testing to Ellipse, useful for pie charts

github.com/fuse-open/fuselibs - 1c973a090cb451a21e5ebc7428b88026512bb2a3 authored over 7 years ago
Update CHANGELOG

github.com/fuse-open/fuselibs - d5044610284c54db5c8e1e5d04fbe1dc16f71116 authored over 7 years ago
This updates the changelog

github.com/fuse-open/vscode-extension - 0de7ebd0b66f8649c37cbb476dd4e83e939fb93c authored over 7 years ago
The autoclosing of angle brackets makes the JavaScript trip up on comparison using < and >, also it doesn't play nice with auto close tag plugin by Jun Han

github.com/fuse-open/vscode-extension - 3a880e036c511d4109f57949c18e53b180d4172f authored over 7 years ago
Get The plugin should probably not provide these keybindings, instead contributing somehow The plugin should probably not provide these keybindings, instead contributing somehow using the new tasks api for building (reverted from commit 5228d16c3b3f8ac5ab6e228c570371753597ddd2)

using the new tasks api for building

github.com/fuse-open/vscode-extension - 05345ffd28570cbb132596ceeab9d3aec0ab3b66 authored over 7 years ago
The plugin should probably not provide these keybindings, instead contributing somehow using the new tasks api for building

github.com/fuse-open/vscode-extension - 56cd588f03c9545c22070883df961738381f369d authored over 7 years ago
Merge pull request #299 from bondehagen/feature-SocketRocket

Update CHANGELOG.md

github.com/fuse-open/fuselibs - 10f9bc7e44fa7ca88a6804b07ea9e08f84ab058a authored over 7 years ago
Merge pull request #302 from kusma/fix-obosoletions

Fix obsoletions

github.com/fuse-open/fuselibs - 8b15d7610dac174512ff3ed0b48611e346d26e24 authored over 7 years ago
Fuse.Controls.Video: Remove broken AudioPlayer property

The old code tried to cast `AVPlayer` to `AVAudioPlayer` through an IntPtr, in other words an un...

github.com/fuse-open/fuselibs - a1171e71439cef14b19a6367eec29ffc89fe140d authored over 7 years ago
Fuse.Controls.Video: Upgrade Fuse.Video to Xamarin.Mac universal

github.com/fuse-open/fuselibs - 902392155a4f769a2c55bee70dd833c49b072521 authored over 7 years ago
Merge pull request #300 from kusma/element-batcher-drawing-offset

Fuse.Elements: revert ill-adviced DrawingOffset changes

github.com/fuse-open/fuselibs - 6a4d2cb4b5f2cb39c0e1e2ab7b5b6a90590fcd7c authored over 7 years ago
Fuse.Elements: revert ill-adviced DrawingOffset changes

These changes lead to a bad situation where things ended up drawn in
the wrong location.

Fixes ...

github.com/fuse-open/fuselibs - f1e2d776846b7b3b966b8542280b4d9ba2b84404 authored over 7 years ago
Fuse.Nodes: introduce non-obsolete versions of methods that call obsolete methods

github.com/fuse-open/fuselibs - 707432382801efa31e202597920488905662aaf4 authored over 7 years ago
fix trivial obsoletions

github.com/fuse-open/fuselibs - 36652c8f6cd1aac800dc714cdca06fe302a0fd19 authored over 7 years ago
Merge pull request #298 from yupferris/disable-draw-rect-vide-tests

Ignore draw rect video tests

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

github.com/fuse-open/fuselibs - 3945accf309c3b767aaf1d2d0e639c0b215c6fce authored over 7 years ago
Ignore draw rect video tests

Made sure to ticket these and link from the ignore attribs

github.com/fuse-open/fuselibs - 8c6337d60b45f2c5484d9b227fd4602774c0837a authored over 7 years ago
The plugin should probably not provide these keybindings, instead contributing somehow using the new tasks api for building

github.com/fuse-open/vscode-extension - 5228d16c3b3f8ac5ab6e228c570371753597ddd2 authored over 7 years ago
some changes for new features

github.com/fuse-open/fuse-samples - 9d3ed8fad61e4444399ab30e8e052678454d884c authored over 7 years ago
Merge pull request #295 from Duckers/hotfix-MobileBuilds

Makes things build for Android and iOS again after interface change

github.com/fuse-open/fuselibs - d9806b222239e7a22b64f0275b1d444ee55e629e authored over 7 years ago
Makes things build for Android and iOS again after interface change

github.com/fuse-open/fuselibs - 54b67cf8c20f6864b82eac8c8c3c7febd8fa7f09 authored over 7 years ago
Merge pull request #288 from Duckers/feature-OptimizeZOrder

Rewrote ZOrder implementation for speed & glory

github.com/fuse-open/fuselibs - bfd620f74af27610c9f89075ee46effdaa34a6da authored over 7 years ago
fix bug in natural z-order

github.com/fuse-open/fuselibs - 9ef9233ff8e66e5cac186689a159672857056d93 authored over 7 years ago
Rewrite obtuse loops

github.com/fuse-open/fuselibs - 668a27a72254611d8af36998615f1c020774d010 authored over 7 years ago
Improve docs for ZOffset

github.com/fuse-open/fuselibs - a3abbbe426eb764a1f35d8ff2d68f3c2185be0f4 authored over 7 years ago
Compute natural Z-Order before sorting.

Tests were failing because the .NET and C++ implementations of Array.Sort coped differently with...

github.com/fuse-open/fuselibs - e64a2b9ae0948ed773a903821e23f381f962e66f authored over 7 years ago
Make VisualBounds.Merge distinguish between different types of bounds

github.com/fuse-open/fuselibs - 5767e49790b397558465687b3ab42cca07904d2b authored over 7 years ago
Fix regressions in the ZOrder rewrite caught by tests

github.com/fuse-open/fuselibs - da25d4655cabad21dcaf45a69caf7fac1e391842 authored over 7 years ago
Optimize ComputeZOrder

github.com/fuse-open/fuselibs - 4bc8f77ea7fba9bcb92f434c1eb0ecd53b09b136 authored over 7 years ago
Add ReverseArrayEnumerable internal utility (reverted from commit 056232f9d11661ffc5ed76cdaed9295ae44ea176)

github.com/fuse-open/fuselibs - ec0ad187ce804c63f8440d8693787bb031731dce authored over 7 years ago
Add changelog for ZOrder optimizations

github.com/fuse-open/fuselibs - b283dd5f1b0e0e72d8edcb8babada00c2e96fd3f authored over 7 years ago
Rewrite ZOrder implementation to be faster & cleaner

github.com/fuse-open/fuselibs - 02083aa88a1039202fe8e63a412a7b53fbf9d88b authored over 7 years ago
Element.ITreeRenderer - don't dispatch ZOrderChanged more than once

github.com/fuse-open/fuselibs - 1f380156ed3281e30c9033c058013d52d3dcc7b8 authored over 7 years ago
Add tests for the ZOrderChanged callback

github.com/fuse-open/fuselibs - 06a7f376cb45c662cd9e82aa795e728ce1519ce9 authored over 7 years ago
Make HitTestChildrenBounds VisualBounds.Merge instead of duplicating implementation

github.com/fuse-open/fuselibs - 6c56a85eecd2ea99d645bf8bae786157dc80e54c authored over 7 years ago
Change signature of ITreeRenderer.ZOrderChanged

github.com/fuse-open/fuselibs - 78c648b0323617a7ecac68146a12af77c7c7f995 authored over 7 years ago
Introduce VisualChildCount and rewrite API usage to new best practice

github.com/fuse-open/fuselibs - ed3347ddd22e0919872b7e13e05a85483920d2c0 authored over 7 years ago
Make Visual implement IEnumerable<Visual> for iterating over the visual children

This allows it to take advantage of VisualBounds.Merge

github.com/fuse-open/fuselibs - 73a2aad30d447caa353523b9d61d4d5fb301884d authored over 7 years ago
Introeduce a reusable VisualBounds.Merge() method for collections of visuals

github.com/fuse-open/fuselibs - 3f428868c451905c70d4ebb5bbcfe66c60958be0 authored over 7 years ago
Add ReverseArrayEnumerable internal utility

github.com/fuse-open/fuselibs - ae9ba7ca6930730a66208ff1afd0c8b3da04ba38 authored over 7 years ago
Merge pull request #282 from Duckers/feature-OptimizeDeferredActionsQueue

Optimizes the deferred actions queue to deal better with high numbers of inserts in a single frame

github.com/fuse-open/fuselibs - d701432356b80448a17df521da14d94e9a11cf0a authored over 7 years ago
Merge pull request #286 from yupferris/overdraw-heatmap

Draw Rect Visualization

github.com/fuse-open/fuselibs - f2c2e8a66d985b05975b663a67ff54a8686c783f authored over 7 years ago
Change capture state in try/finally blocks

Assertions fail by throwing exceptions, in which case previously this would cause a state leak. ...

github.com/fuse-open/fuselibs - 32d8dcb3204105c3f4a7bd06bc05d6b045833077 authored over 7 years ago
Dispose TestRootPanels properly in draw rects tests

github.com/fuse-open/fuselibs - 6bbfe7bf37f4f7d8c4ab68d4cd38b1d585c9a0d4 authored over 7 years ago
Merge pull request #240 from mortend/fix/internals

Fuse.Nodes: add missing packages in InternalsVisibleTo

github.com/fuse-open/fuselibs - 6c8f5c0e13ce25fd0f2bbe6c840199f549c6dc13 authored over 7 years ago
Merge pull request #289 from Duckers/hotfix-CalcRenderBounds

Fixes a bug in the ElementBatch.CalcRenderBounds implementation

github.com/fuse-open/fuselibs - e2b15baf7c5100e7db602778159aa11bcb1356c9 authored over 7 years ago
Add FUSELIBS_DEBUG_DRAW_RECTS_DEFAULT_ENABLE_CAPTURE flag

This enables draw rect capture by default (when FUSELIBS_DEBUG_DRAW_RECTS is also specified). Th...

github.com/fuse-open/fuselibs - b5633727b82940a98dbddf549728fd15de651d6a authored over 7 years ago
Add DrawRectVisualizer.IsCaptureEnabled state

Mostly useful for tests so we don't wreck their results by drawing draw rects.

github.com/fuse-open/fuselibs - 4f105c42a9e5b4aa054bc7bf97633c3f266aa784 authored over 7 years ago
Hide unnecessarily public members

github.com/fuse-open/fuselibs - e92ca6e8ec9893ac026b72383d400f17a70477df authored over 7 years ago
Simplify rect capture conditionals

Now that we take in dc, we can do the target check in the Capture function. Additionally, this a...

github.com/fuse-open/fuselibs - 09fce2f71ccff3151599e6805a322ea361019e67 authored over 7 years ago
Fixes a bug in the ElementBatch.CaclRenderBounds implementation

github.com/fuse-open/fuselibs - 24b9c45cc6288b50436e0510672b18b851c28865 authored over 7 years ago
Rewrite priority actions queue to be a fixed size array instead of dictionary

github.com/fuse-open/fuselibs - 1f0e519ed6d527b9add4fbb16dd9811f879d87b6 authored over 7 years ago
Ignore video-related draw rect tests on macOS

They currently time out, likely due to needing a message pump to ensure the video is loaded in t...

github.com/fuse-open/fuselibs - 78972e58e3dc0f67deaae30b7bb1f2b04c264fa8 authored over 7 years ago
Refactor capturing to use a helper

This ended up simplifying every capture we do currently, so that's rad. :)

github.com/fuse-open/fuselibs - bd14cbdcc10333d5ef7d9cd0ba0d96cc9f0e4124 authored over 7 years ago
Clean up DrawRectVisualizer comment

github.com/fuse-open/fuselibs - 2d898209ca97ce0b21b3ee4d8d7db83be5c9e026 authored over 7 years ago
Instrument Scale9 video visual draw statement + test

github.com/fuse-open/fuselibs - 1b1aa17694aeb26a9508713354f10dd4015ea6d5 authored over 7 years ago
Instrument Scale9Rectangle draw statement + test

github.com/fuse-open/fuselibs - 35f77ffdb050ab434d7641bd76753e7930e2be19 authored over 7 years ago
Instrument VideoVisual draw statement + test

github.com/fuse-open/fuselibs - bd72acd818e0efbaa597d637a30f75d866e69b4d authored over 7 years ago
Instrument ImageVisual draw statement + test

github.com/fuse-open/fuselibs - f9f0166914c5a72ae2d1118c7864569986c0f3ab authored over 7 years ago
Update test mask to be square

Should simplify some upcoming tests

github.com/fuse-open/fuselibs - acbb9c1126dcfafbb95d1364c88da10ec08c03f6 authored over 7 years ago
Instrument Viewport draw statement + test

github.com/fuse-open/fuselibs - e2bd55824ea79fc92f88dcfbe1436be4d0fc44fb authored over 7 years ago
Instrument Mask draw statement + test

github.com/fuse-open/fuselibs - 327897f4ca1de1b653d2fb41dced91304af7666d authored over 7 years ago
Instrument Halftone draw statement + test

github.com/fuse-open/fuselibs - 8da21965ea0fb032610d9bfc56174c567c944421 authored over 7 years ago
Instrument Duotone draw statement + test

github.com/fuse-open/fuselibs - 0c9011f4d9e1a6c5fe06fd22fe80bb4201de72c7 authored over 7 years ago
Instrument DropShadow draw statement + test

Also adjust the TestForDrawRect impl so now it can test for multiple draw rects on top of each o...

github.com/fuse-open/fuselibs - 0823951f79f1120cc75c9e32bb06364e00cbf860 authored over 7 years ago
Instrument desaturate draw statement + test

github.com/fuse-open/fuselibs - e16a26d3dd1ce2a110e180a61eb0cfd1ebea3f59 authored over 7 years ago
Instrument blur draw statement + test

Also add UX/FrozenPanelWithBackgroundAndMargin.ux, which I forgot to add in a previous commit

github.com/fuse-open/fuselibs - e253e3c3717934e891947ded8c7ee7b5928552d2 authored over 7 years ago
Capture/render draw rects in GraphicsView.DrawFrame

This gives us visualization on platforms other than desktop. Since there's no stack, weird thing...

github.com/fuse-open/fuselibs - 774d70b8e8d9f8d04381a84d6e3da89b6dd0cc52 authored over 7 years ago
Instrument frozen panel draw statement + test

I'm a bit concerned I may have been a bit sloppy with vertex transforms when capturing rects tha...

github.com/fuse-open/fuselibs - b95995501ac2c531f25dc3feb0bc9b66036e6cb3 authored over 7 years ago
TestRootNode.CaptureDraw should call DrawManager.PrepareDraw/EndDraw

(ノಠ益ಠ)ノ彡┻━┻

github.com/fuse-open/fuselibs - d975accb68c32e1d52620590d0164a0196dcfe65 authored over 7 years ago
Fix typo in TestFramebuffer: tolerace -> tolerance

github.com/fuse-open/fuselibs - 9742eb91be481f489f5b78e3d0673322c47e82bc authored over 7 years ago
Add circle draw rects and test

Made a couple semantic changes to make this work:
- Fixed blend params for alpha to make them a...

github.com/fuse-open/fuselibs - 14d83c5f3d58d3c8334591a1bc0cb4d36af917ba authored over 7 years ago
Add draw rect capture + test for control backgrounds

github.com/fuse-open/fuselibs - 03ba5b4897a191f7159fa506b490a4018a12748a authored over 7 years ago
Make DrawRectVisualizer internal

github.com/fuse-open/fuselibs - 51aa566ce3d65d77532c1d425db188079f9f6a16 authored over 7 years ago
Capture render target when activating draw rect capturing

This way we can discard any draw rects that aren't drawing to that specific render target. This ...

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