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

update unolibs to 1.0.1

This contains the same fix as we have for master in #80.

github.com/fuse-open/fuselibs - 4ade1c7057cabdad7e2d1b7c58123ddb947939d7 authored over 7 years ago by Erik Faye-Lund <[email protected]>
Experimental.TextureLoader: downsample large bitmaps

Bitmaps that are larger than the maximum supported texture-size of
the GPU currently fails to lo...

github.com/fuse-open/fuselibs - 1d48c3824e73506f9f37b3d0ccc3aee445f8227d authored over 7 years ago by Erik Faye-Lund <[email protected]>
Merge pull request #65 from kusma/readme-fuse-unoconfig

README: add section on how to integrate with fuse

github.com/fuse-open/fuselibs - 8a731a358c021a059658e955ee83983e9b12067b authored over 7 years ago by Erik Faye-Lund <[email protected]>
Merge pull request #78 from nekronos/ios-graphicsview-setneedsdisplay

GraphicsView: Let iOS decide when to call display

github.com/fuse-open/fuselibs - dbaffbf8d012583f443c31fd4160796c3fef98f4 authored over 7 years ago by Erik Faye-Lund <[email protected]>
README: clarify where to put the unoconfig

In the section about using fuselibs from source with an installed
Fuse, where to store the .unoc...

github.com/fuse-open/fuselibs - 25830659c03e0b969d8800b060e0b772f115d88f authored over 7 years ago by Sebastian Reinhard <[email protected]>
README: add section on how to integrate with fuse

github.com/fuse-open/fuselibs - 44b802d20a9e65b32d5dcee559be05f389dabbfa authored over 7 years ago by Erik Faye-Lund <[email protected]>
GraphicsView: Let iOS decide when to call display

Calling display on a GLKView will make it immediately draw. Calling setNeedsDisplay will make iO...

github.com/fuse-open/fuselibs - 727dc9b9fd621efe6241c0372ca88cd6f91fce04 authored over 7 years ago by Vegard Strand Lende <[email protected]>
Move IncreaseFrameIndex to prior to Update to make it consistent across platforms

Because rendering happens independently of Update on desktop, desktop would get inconsistent Fra...

github.com/fuse-open/fuselibs - 81eae3e47960ee0624de073d5d702005b0de9e0e authored over 7 years ago by Duckers <[email protected]>
Merge pull request #61 from fusetools/fix-fusecore-dep

Remove FuseCore dependency in NativeDialogs

github.com/fuse-open/fuse-samples - 0661fbab3c19b44781be1fd68879d1541c180a35 authored over 7 years ago by Sebastian Reinhard <[email protected]>
Remove FuseCore dependency in NativeDialogs

github.com/fuse-open/fuse-samples - ba513f0780103cbe52abae735b69758591a3b04e authored over 7 years ago by Sebastian Reinhard <[email protected]>
Merge pull request #66 from mortoray/release-1.0-fixcolumnlayout

Release 1.0 fixcolumnlayout

github.com/fuse-open/fuselibs - cf588d15660e24be3fcbb91905f5402ef29e4ef4 authored over 7 years ago by Erik Faye-Lund <[email protected]>
Merge pull request #72 from kusma/exception-safe-caching

Fuse.Elements: restore state when CompositEffects fail

github.com/fuse-open/fuselibs - 8b0dafbf2f77dd3417b1d2988ecc9fa0cb6e6e32 authored over 7 years ago by Erik Faye-Lund <[email protected]>
adding trigonometric functions

github.com/fuse-open/fuselibs - 2342bf9db7a11782f8fe6866cc502ce4e3aa5009 authored over 7 years ago by mortoray <[email protected]>
Attempt to workaround an issue

fix some comparisons

another fix

github.com/fuse-open/fuselibs - ff4f0310a6406929a3b949cc9d161db9fb74fb48 authored over 7 years ago by mortoray <[email protected]>
review fixes

github.com/fuse-open/fuselibs - 820ee1b678ab6cac8f0f7e78277077f78e209121 authored over 7 years ago by mortoray <[email protected]>
adding mod operator, part of use-case for index()

github.com/fuse-open/fuselibs - 0520bd70175ef88f38ff0bed41582d9d5b202d59 authored over 7 years ago by mortoray <[email protected]>
adding alternate function

github.com/fuse-open/fuselibs - 423189d47be65aad8d4d43f3fac63455d91837f4 authored over 7 years ago by mortoray <[email protected]>
many more functions

github.com/fuse-open/fuselibs - 1e92c072f3bb5dd02122362554a0b7a600750737 authored over 7 years ago by mortoray <[email protected]>
adding lerp

github.com/fuse-open/fuselibs - 27022bd6ba0da7b225715f728bc08296605c378e authored over 7 years ago by mortoray <[email protected]>
adding vector support

github.com/fuse-open/fuselibs - bd164fb957a524097ca94916b0446bf9475a382e authored over 7 years ago by mortoray <[email protected]>
adding node reference to InstantiatorFunction

github.com/fuse-open/fuselibs - cc74c8709d39f58bb79efd931b7a3b8c3299ef8c authored over 7 years ago by mortoray <[email protected]>
first draft of instantiator functions

github.com/fuse-open/fuselibs - fac5463bdecc0f80b75e445698b79d4e5d71a289 authored over 7 years ago by mortoray <[email protected]>
Adding clamp, improving error handling in functions

github.com/fuse-open/fuselibs - 38862e9fca3cee09d300619d2f24eeefc520ec52 authored over 7 years ago by mortoray <[email protected]>
adding additional math functions to complement index()

github.com/fuse-open/fuselibs - 5ed2fa2d94ced52672bbdab1705e80b13bff6561 authored over 7 years ago by mortoray <[email protected]>
retained value when item is removed

github.com/fuse-open/fuselibs - eea8e231d8d8cca698565f39ab3c35da7c72caa8 authored over 7 years ago by mortoray <[email protected]>
make notes of all additions

github.com/fuse-open/fuselibs - fa910451467ed1326fff54bec917600b63ab3ef2 authored over 7 years ago by mortoray <[email protected]>
adding alternate function

github.com/fuse-open/fuselibs - 6ddf792336c2fd30bea7632d4ad15d0d759309f7 authored over 7 years ago by mortoray <[email protected]>
adding trunc and round (opting for whatever Math.Round does here)

github.com/fuse-open/fuselibs - 7f8183e5f2540b9737373beaf586d536d6b01854 authored over 7 years ago by mortoray <[email protected]>
adding test for Usage: mod.exe Url

github.com/fuse-open/fuselibs - 5d091b54d9f0cc676711d71c46432ba282c7c93a authored over 7 years ago by mortoray <[email protected]>
update indexes when windowList changes

github.com/fuse-open/fuselibs - 87ddc14aa97ffd598aee6fe5c110ce850d00711f authored over 7 years ago by mortoray <[email protected]>
adding trunc and round (opting for whatever Math.Round does here)

github.com/fuse-open/fuselibs - 70ab2e71ce4c4cc7735371cb3e85c38578ed35de authored over 7 years ago by mortoray <[email protected]>
Fuse.Controls.Video: fix video-size for HLS-streams on iOS

We currently fail hard on HLS-streams on iOS, where we get a video
size of zero instead of the a...

github.com/fuse-open/fuselibs - 1ec22303465d2361bce545a4acbb5073be62c074 authored over 7 years ago by Erik Faye-Lund <[email protected]>
Merge branch 'release-1.0'

github.com/fuse-open/fuselibs - 3939e457c194394ebd1f5bc8704b22426d0e8923 authored over 7 years ago by Erik Faye-Lund <[email protected]>
Merge pull request #75 from kusma/hotfix-AndroidLiveVideo

Fuse.Controls.Video: do not seek or pause live-streams

github.com/fuse-open/fuselibs - 4caab0faa192e669cb9260b55889e943e0778b64 authored over 7 years ago by Erik Faye-Lund <[email protected]>
Fuse.Controls.Video: do not seek or pause live-streams

live-streams does not support seeking nor pausing, and Android will
get all mad at us and stuff ...

github.com/fuse-open/fuselibs - ad5f98d0c62f9ca8efa4fe0e01e8f3636490b798 authored over 7 years ago by Erik Faye-Lund <[email protected]>
Fuse.Elements: restore state when CompositEffects fail

A small detail from the stack-trace in fusetools/fuselibs#4211 is
that we seem to fail extra bad...

github.com/fuse-open/fuselibs - a3d124ea302a9cdf06adce1f63f155a010dd43eb authored over 7 years ago by Erik Faye-Lund <[email protected]>
Merge pull request #51 from kusma/fuse-reactive-tests-cleanup

Fuse reactive tests cleanup

github.com/fuse-open/fuselibs - d749707ae3c4e0e5ae2150db3bbc851f780d7e7e authored over 7 years ago by Erik Faye-Lund <[email protected]>
added changelog

github.com/fuse-open/fuselibs - e6e7931b0fb1a693a9dd685f3d0f3516bb578495 authored over 7 years ago by mortoray <[email protected]>
fixes https://github.com/fusetools/fuselibs/issues/4152 but reveals more similar issues

github.com/fuse-open/fuselibs - 35c569c61d4c2fe7d52c1bb2ec350afe13cfec95 authored over 7 years ago by mortoray <[email protected]>
move ColumnLayout tests to Fuse.controls.Panels

github.com/fuse-open/fuselibs - 81301737416e82fda87ef7ba6e49d297ca7a1fd4 authored over 7 years ago by mortoray <[email protected]>
workaround for outstanding defects to allow this to work in preview

github.com/fuse-open/fuse-samples - 2cd2f622d9532ee98dd629a64d6599059d758fb4 authored over 7 years ago by edA-qa on MBP <[email protected]>
Merge pull request #41 from mortoray/release-1.0-xy

fixes x,y,width,height functions for already rooted nodes

github.com/fuse-open/fuselibs - 3ef78698879282b745b602b6bd68287fb6f24923 authored over 7 years ago by Erik Faye-Lund <[email protected]>
Merge pull request #54 from fusetools/hotfix-nullref-in-container

Add fix and test for issue fuselibs-public #53

github.com/fuse-open/fuselibs - 98c6f172f1450e797dbdf6d8961d1254a7ab0e3b authored over 7 years ago by Erik Faye-Lund <[email protected]>
Fuse.Launcher.Test: rename namespace to match unoproj

Fuse.Launcher.Test doesn't work, because there's already a class
named Fuse.Launcher. So let's d...

github.com/fuse-open/fuselibs - 2cc856cb698b89e287ede2b22afd4f3f097dabf4 authored over 7 years ago by Erik Faye-Lund <[email protected]>
Add changelog for Marshal.TryConverTo bugfix

github.com/fuse-open/fuselibs - 151d91f17f8041cead0f347378570b14b6737df9 authored over 7 years ago by Duckers <[email protected]>
Fix: Marshal.TryConvertTo would throw exception instead of fail gracefully.

This fixes and adds tests for cases where Marshal.TryConvertTo would throw exception instead of ...

github.com/fuse-open/fuselibs - 5cf8a6125d750e07b9c9ddbec264e385ea34dc51 authored over 7 years ago by Duckers <[email protected]>
Revert "Android: Fix TextView textAlignment rendering bug"

This reverts commit 6d3e57d1b0301c295d5c3a254172f4bb037f94a9.

github.com/fuse-open/fuselibs - f791ebbc8a20b0d53b6d94a0ae392eab5cfa96ee authored over 7 years ago by Vegard Strand Lende <[email protected]>
Revert "Android: Update caret position when fuse requests focus"

This reverts commit 18326eeb23faeb5c027b6fcd70c80acf9a9530e1.

github.com/fuse-open/fuselibs - a4e161f41b25819ee277fb8ee3b7c7b5d6e3e196 authored over 7 years ago by Vegard Strand Lende <[email protected]>
preparing charting example from my original test app

github.com/fuse-open/fuse-samples - fc9477787d2a783d97c186752d99486622d4f8f5 authored over 7 years ago by edA-qa on MBP <[email protected]>
Merge pull request #52 from kusma/appveyor-eliminate-warning

appveyor: drop bogus Source-argument

github.com/fuse-open/fuselibs - 2c393884c2051141e268981f576a54644e3c3a5d authored over 7 years ago by Erik Faye-Lund <[email protected]>
Add changelog for fix of #53

github.com/fuse-open/fuselibs - d68ec2be7125296fd2f5b9a4f0d5a8f0cffa3c28 authored over 7 years ago by Duckers <[email protected]>
Add fix and test for issue fuselibs-public #53

NRE in Container.uno

github.com/fuse-open/fuselibs - f4c4d5815c125065cfddaf410808ac8317f2455a authored over 7 years ago by Duckers <[email protected]>
Fuse.Effects.Test: rename namespace to match unoproj

github.com/fuse-open/fuselibs - 24abdabfa73edefaa37d54f763134a7e14e3b62a authored over 7 years ago by Erik Faye-Lund <[email protected]>
appveyor: drop bogus Source-argument

This argument is bogus, and leads to a couple of warnings like this:

> WARNING: Package 'Source...

github.com/fuse-open/fuselibs - 7b4210ff6f6a476073378e5b992c658a9b65b707 authored over 7 years ago by Erik Faye-Lund <[email protected]>
Merge branch 'release-1.0'

github.com/fuse-open/fuselibs - f85c8443ba841eca7c271b19373e794684038f75 authored over 7 years ago by Erik Faye-Lund <[email protected]>
update uno from master

github.com/fuse-open/fuselibs - 7e2ae0e9ddfd7a859c3a30376e30eb756491ff17 authored over 7 years ago by Erik Faye-Lund <[email protected]>
Fuse.Reactive.JavaScript: rename Observable.uno to match class-name

github.com/fuse-open/fuselibs - 5d35ebcd4c06fd3768eb7a95e606f80d552b5311 authored over 7 years ago by Erik Faye-Lund <[email protected]>
Fuse.Reactive.Bindings: set right namespace

github.com/fuse-open/fuselibs - a0920808044795a50b0f62b53161126d2b76917a authored over 7 years ago by Erik Faye-Lund <[email protected]>
remove needless InternalsVisibleTo

There's no longer something called Fuse.Reactive.Test, so these
InternalsVisibleTo-entries are c...

github.com/fuse-open/fuselibs - f13e6b6b32388c2012c21e125560d70439965f33 authored over 7 years ago by Erik Faye-Lund <[email protected]>
Fuse.Reactive.JavaScript.Test: name unoproj correctly

github.com/fuse-open/fuselibs - f18196007911b2952306e5559ef541555d2e30cb authored over 7 years ago by Erik Faye-Lund <[email protected]>
Fuse.Reactive: remove unused test-file

github.com/fuse-open/fuselibs - 2f7aaa56cc07b73df6809e0f032d98ae62e27e38 authored over 7 years ago by Erik Faye-Lund <[email protected]>
Merge pull request #48 from kusma/travis-stacktraces

Travis stacktraces

github.com/fuse-open/fuselibs - 1959d1ddec4846173d3a43c7fd1a42947d41811b authored over 7 years ago by Erik Faye-Lund <[email protected]>
travis: dump stack-traces on failures

lldb is pretty silly, and requires six installed if python is in
the path. So let's please lldb.

github.com/fuse-open/fuselibs - 12a965638dc8cba4d8326f23999ea4ffed046e2c authored over 7 years ago by Erik Faye-Lund <[email protected]>
Merge pull request #42 from mortoray/memfix

Memory improvements

github.com/fuse-open/fuselibs - d7bf967a0a62c358034709d3cf0c1bd69a587187 authored over 7 years ago by Erik Faye-Lund <[email protected]>
bump version to 1.0.2

github.com/fuse-open/fuselibs - f163cac1287d70d56936dde8433d5275ed8127ec authored over 7 years ago by Erik Faye-Lund <[email protected]>
update uno to 1.0.11

We skip 1.0.10, because we want an additional bugfix.

github.com/fuse-open/fuselibs - aadae8ea99c99c90af322759015f96c8f7436217 authored over 7 years ago by Erik Faye-Lund <[email protected]>
Surface: Fix flipped imagefill

Leftover code from previous rebases

github.com/fuse-open/fuselibs - d76caad94ce5a2c8f4404ce0885a6014c8ad92b2 authored over 7 years ago by Vegard Strand Lende <[email protected]>
CanvasViewGroup: Enable drawing when DrawListener is installed

github.com/fuse-open/fuselibs - c7279e181819e66915cec30f12fcd1fc38698175 authored over 7 years ago by Vegard Strand Lende <[email protected]>
modify NeedSurface default and check VisualContext for Circle/Rectangle

github.com/fuse-open/fuselibs - e48d5a9ecc41087c58526e03caf04aafecaa5717 authored over 7 years ago by mortoray <[email protected]>
updating tests

github.com/fuse-open/fuselibs - 5437a432310ff8295a2e6475a12c07dfdc5b85a7 authored over 7 years ago by mortoray <[email protected]>
abstract ElementSize to setup gradients correctly

github.com/fuse-open/fuselibs - 2847872ea0595bcaaebde24ee6d74007ee346e8d authored over 7 years ago by mortoray <[email protected]>
fixing concat issue

github.com/fuse-open/fuselibs - 64c16daab4fee9c6af584acfe489b7ef8693259f authored over 7 years ago by mortoray <[email protected]>
install listenerer as needed

github.com/fuse-open/fuselibs - c732f8b988fced4694214b607585efc5c6d0ab58 authored over 7 years ago by mortoray <[email protected]>
Pass PixelsPerPoint to CanvasViewGroup

github.com/fuse-open/fuselibs - e175e7df166597757789ba8d28d893d590541ab7 authored over 7 years ago by Vegard Strand Lende <[email protected]>
identify drawables differently to get VectorLayer working

github.com/fuse-open/fuselibs - 354c9078359de95cca03fa4e7b4a07157b7b1036 authored over 7 years ago by mortoray <[email protected]>
simplifying canvas

github.com/fuse-open/fuselibs - f2a798c0bc49bba0a712879f17857fa2e7876acf authored over 7 years ago by mortoray <[email protected]>
NativeSurface: Get rid of callback for getting the current Canvas

github.com/fuse-open/fuselibs - ee9c08df4fae89d155766204e7f2147f6470b7b4 authored over 7 years ago by Vegard Strand Lende <[email protected]>
wrapper to get native version of surface test app

github.com/fuse-open/fuselibs - 960d73a42820ed3f22191fbd9d8cd12bb49d60df authored over 7 years ago by mortoray <[email protected]>
dummy density and fill object

github.com/fuse-open/fuselibs - 4da51fa95cb5a2245969830cb08042efea3bd0ca authored over 7 years ago by mortoray <[email protected]>
remove uneeded bits

github.com/fuse-open/fuselibs - d9ba04ccdb7c1be539ea853556b5f7ceb7007495 authored over 7 years ago by mortoray <[email protected]>
try to grab the native surface

github.com/fuse-open/fuselibs - 6af544dace0ca75ad367f17f02e788370973a922 authored over 7 years ago by mortoray <[email protected]>
ViewHandle: Move to Fuse.Nodes to solve dependency issues

Also move iOSDevice to Fuse.Common

github.com/fuse-open/fuselibs - 18728c93ec0d7ed87251cee056d9ca9e6daf4af7 authored over 7 years ago by Vegard Strand Lende <[email protected]>
Surface: Start hooking up NativeSurface

github.com/fuse-open/fuselibs - 22820f5649f2a15b92ad5af1492427ebbd6ebf75 authored over 7 years ago by Vegard Strand Lende <[email protected]>
Android: Add CanvasViewGroup

github.com/fuse-open/fuselibs - 38a11ceed5ce9ab636843841868354d0865f6e78 authored over 7 years ago by Vegard Strand Lende <[email protected]>
Surface: Add NativeSurface

Only as a stub for now

github.com/fuse-open/fuselibs - a88fc5c40998101c191fab0541d6d4f104998460 authored over 7 years ago by Vegard Strand Lende <[email protected]>
Surface: Rename AndroidSurface to Surface

github.com/fuse-open/fuselibs - 1e8975f788c7dd96f496637047bdfddf81375922 authored over 7 years ago by Vegard Strand Lende <[email protected]>
Surface: Move GraphcisSurface to its own file

github.com/fuse-open/fuselibs - 94449c153c9c752fe4cb36d2efc8a187c3b0bbc0 authored over 7 years ago by Vegard Strand Lende <[email protected]>
Surface: Use GraphicsSurfaceContext in GraphicsSurface

github.com/fuse-open/fuselibs - 6ca3a09637d45d09897bfcad3a0969b98ebd78d6 authored over 7 years ago by Vegard Strand Lende <[email protected]>
Surface: Rename GraphicsSurface

The class name collides with the UnoClass name

github.com/fuse-open/fuselibs - d619dcaef383e39fbc0428bed1bf9c0a9a93d075 authored over 7 years ago by Vegard Strand Lende <[email protected]>
Surface: Move GL specific code to GraphicsContext

github.com/fuse-open/fuselibs - bd06ffec7587952b40d67c1dc5db6dbf55101fc0 authored over 7 years ago by Vegard Strand Lende <[email protected]>
Surface: Start moving to GraphicsContext

github.com/fuse-open/fuselibs - e921136bbb8b062a2f2246dfa208f5518b937444 authored over 7 years ago by Vegard Strand Lende <[email protected]>
Surface: Refactor what I can to use ISurfaceContext

github.com/fuse-open/fuselibs - 1907163a2758be5b484da08b6168538960e94af1 authored over 7 years ago by Vegard Strand Lende <[email protected]>
Surface: Start moving some code around, preparing to spilt into GL and Native implementations

github.com/fuse-open/fuselibs - d43884c89be7f4aa5cc0dc6905871f3e6714aab1 authored over 7 years ago by Vegard Strand Lende <[email protected]>
Surface: Move Android impl to new folder

github.com/fuse-open/fuselibs - e8df429ad94397d172cd635e28e0763fa4d99fb1 authored over 7 years ago by Vegard Strand Lende <[email protected]>
Merge pull request #39 from kusma/feature-PackDevPrefix

pack.sh: add a dev-prefix to unknown branches

github.com/fuse-open/fuselibs - 1d7c611c3294c09a95061ed548ac7bf9227734ed authored over 7 years ago by Erik Faye-Lund <[email protected]>
Merge pull request #44 from kusma/ci-tracing

CI tracing

github.com/fuse-open/fuselibs - 7e3191b0adf0f7f33cd56cd63805d77710d7605c authored over 7 years ago by Erik Faye-Lund <[email protected]>
Merge pull request #43 from kusma/pull-request-template

github: add a pull-request template

github.com/fuse-open/fuselibs - 67619dcfffdd432192646b57a3064ddd32e0bdbe authored over 7 years ago by Erik Faye-Lund <[email protected]>
appveyor: trace exceptions

github.com/fuse-open/fuselibs - b262a1de0d6250797b9d58219d796761761021e5 authored over 7 years ago by Erik Faye-Lund <[email protected]>
travis: trace exceptions

github.com/fuse-open/fuselibs - 19617d75b657b8653c9e74b977200add45cb91a7 authored over 7 years ago by Erik Faye-Lund <[email protected]>