Ecosyste.ms: OpenCollective

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

github.com/fuse-open/fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://github.com/fuse-open/fuselibs

add unroot to triggeraction

3edd2f65b912154b98f679c4e743bf8ea30582fa authored over 7 years ago
inspecting test more

24946394839de0e3cadc8e9118c6d10c2e8c7ceb authored over 7 years ago
merge/migrate Flat/NVP code for routes

1be57a4dc18e40bc85fb6014b6a7ae4870648a17 authored over 7 years ago
parsing path

80f86f461e322ff7ebf78ec13fa7c4b760e8854a authored over 7 years ago
most basic path support

e91e4002fc8b674347d37d3f0f63012c157d05ab authored over 7 years ago
adding nametable, making Trigger use itself in actions

5ba59d5cd6de4105bc4d4462df97707008b59747 authored over 7 years ago
adding simpel test for routermodify

65392f7d16930248bcf9b899c444703a71c24f1d authored over 7 years ago
Merge pull request #354 from mortoray/feature-NameValuePairObjects

Feature name value pair objects

53edf133215d63f3b326b244f77b618337f89236 authored over 7 years ago
remove IArray from NameValuePair, add tests

29039938974978a8e84a9bd80512879c3cb3f000 authored over 7 years ago
Fixes https://github.com/fusetools/fuselibs-public/issues/274

8b932898d47f9535d3541f2d351363f25359e7ca authored over 7 years ago
Make protected internal

055cf307a44ceb6dad98a1b72413d3629c425a64 authored over 7 years ago
Merge pull request #346 from Duckers/feature-UXExpressionCleanups

Fixes several defects with UX string literals, arrays and expression serialization

a8154d8f0cda585f231af31dc1a2dc23eef5a44c authored over 7 years ago
new stuff

99f6af3914b9f609fa1749cef978814ddfaf5ef7 authored over 7 years ago
Merge branch 'master' of github.com:fusetools/fuselibs-public into feature-UXExpressionCleanupsB

fb381a90712e48931b97d74891d5c497d41a8b7b authored over 7 years ago
Merge pull request #344 from mortoray/EachWindowScroll

ScrollViewPager -- simplified infinite/paged scrolling

a79c6a0d150e362e8574ce6bacebc488f6c47ef7 authored over 7 years ago
Merge branch 'master' into EachWindowScroll

06e91eaf3e39051118438f83ce9df00363c2bb88 authored over 7 years ago
Fix test

f076bb5e647401b211979212dab0d205f51af6b2 authored over 7 years ago
Merge pull request #212 from nekronos/bugfix-TextEditRendererAndroid

Android.TextEdit: fix TextEditRenderer alignment issues

17bd554043cb7c3fa8b1af1e38952efcffe29f08 authored over 7 years ago
Merge pull request #349 from mortoray/navigator_pages

Navigator.Pages feature

ea6e53f1395dc6bd8ba200a78972c2fa51d53948 authored over 7 years ago
Merge pull request #347 from yupferris/dtconvert-note-to-selves

Add note about DateTime/Date conversion

12d04c1c0801177f273737d12b452c7acba8abdf authored over 7 years ago
move Pages up one level, add minimal docs -- it's too much to be explained inline, will require a fuse-sample once the Model stuff is merged

add changelog

04362802ba223d41569162927c8c5b9d81949d45 authored over 7 years ago
adding minimal test for Pages

79ad0a10ad44831df1fd2c49326c4ffcc90d55c9 authored over 7 years ago
first draft pages

adding page context, improving transitions

7901212c1f52d8f94b0ea4c4716a62f754da7d66 authored over 7 years ago
Add note about DateTime/Date conversion

Currently we're trying to keep our DateTime API surface as minimal as possible, which means not ...

c8dcf25d9170bc2e481cd1fc1596ab2cf5241e6e authored over 7 years ago
ManualTestApp: Add test for TextInput with TextAlignment

This has regressed a few times, lets make it part of manualtestapp

777e0895eaa2a790269f41845693029939a1ace0 authored over 7 years ago
Android.TextEdit: fix TextEditRenderer alignment issues

Text alignment always broke the first time drawing due to the internal text alignment state in T...

0d3a98288ff86269dc0d98252a5998208726d5a0 authored over 7 years ago
Implement VectorFunction.FormatString to satisfy test

8b982ef8a1da23233f7bba367d81585897bd85e8 authored over 7 years ago
Automatically convert to IArray in marshaller

6ef18f5e5c89f10b05c0dbd5766804078cc1e5bf authored over 7 years ago
Fix error in ExpressionList test

Vectors will always be parenthesized on ToString to disambiguate from argument lists

7e240277b5aac1ccfc8732171ccbebf0ec99d447 authored over 7 years ago
Un-ignore StringList test

12b9ad99ed0f28aa98124bebc554a4a9a6fd0339 authored over 7 years ago
Fix crashbug in ExpressionBinding

Happened if an exception is thrown during rooting, which can happen during testing

1476edbb55338c1e6d75fad70cad44cedc6d336e authored over 7 years ago
further attempt to recreate modifyRoute issue

39416ad567cd49df0e816056a3937e705fe65557 authored over 7 years ago
more tests

e2fb6f20d1370d32d6fbcb3ac2544c7243092bc3 authored over 7 years ago
Merge pull request #331 from yupferris/Date-marshal-stuff

Implement basic marshalling between JS' Date and uno's DateTime

50a6c634a7eb39fd17fa2864eea9de2008ae4477 authored over 7 years ago
Update stuff files

4b2678c22540a1efa9c281029a0112f8bf2a8df5 authored over 7 years ago
Do all Date/DateTime conversion in ThreadWorker, not Marshal

Also fix style nits

c6e1dd70ef719af5238860f08ca67e50457a800e authored over 7 years ago
Add changelog info for Date/DateTime marshalling

209865eb044115227ffa40511064a0a6105477be authored over 7 years ago
Remove Date/DateCtor knowledge from Fuse.Scripting

ade4f5ad9ee9b490aa01e65f6eec756b3a1cc27d authored over 7 years ago
Initial work on DateTime/Date marshalling to/from JS

ddc729f2692dd13f12c3a3afddd394fd5da9cec2 authored over 7 years ago
Use Context.(Un)Wrap for Date/DateTime conversion

rather than introduce a new helper class which does the same thing with a slightly [arguably] wo...

d7758fb931fb27c738590bf9b312eb1e33e09580 authored over 7 years ago
Refactor Date to be comfortable to use from a native module

Includes moving it to Fuse.Scripting from Fuse.Reactive, as it has nothing to do with reactive a...

18764af737c74778badbbd4fd777cd94f94f21cc authored over 7 years ago
Add script class test for Date/DateTime marshalling

3b5e2ccbc9038efcf1420e9fe15ae61f6df258e6 authored over 7 years ago
Add native module round-trip tests for Date/DateTime

2d907ea159b5d1f1187ab3ea1050bf356537c5e3 authored over 7 years ago
Merge pull request #305 from mortoray/ellipsehit

adds hit testing to Ellipse, useful for pie charts

e6b4d376e34531dc59122eff2aec08e0478314cd authored over 7 years ago
open up Check, improve docs

9df3de879b1e32c68285556e82b67f40e5ab5826 authored over 7 years ago
getting a test case to work

163e97e525d7604b33150e5b2b18f79d2cadff65 authored over 7 years ago
fixing isuse of continuous scrolling if deleting at the right place

7c8e7d910cb31a4ef709617167637b10847643ed authored over 7 years ago
docs and check interface

seems to fix the jitter on new load issue

0bdb614adfb8b01709a8041b8985a636bdceaffb authored over 7 years ago
first draft

feadbd47ece0c10e2b27c2e92f1776b486441ff4 authored over 7 years ago
Merge pull request #339 from yupferris/threadworker-exception-reporting-fix

Fix logical error in ThreadWorker.CheckAndThrow

a7b2612c507d76d7a7159b0509e25d61f6c51d11 authored over 7 years ago
Merge pull request #338 from kusma/readme-urlencode-markdown

README: urlencode parens in TeamCity badge

c389fca799097ce83c37f77fd1593245f91338bb authored over 7 years ago
Fix logical error in ThreadWorker.CheckAndThrow

While debugging some other issues, I was instrumenting CheckAndThrow to be able to see an inner ...

05d7193a9ded7050e252b52c0f7161aa7580e8b4 authored over 7 years ago
README: urlencode parens in TeamCity badge

Some Markdown parsers don't deal well with parens inside an URL, so
let's just URL-encode these ...

6ef054bf301f4dabe7b455eaeffd798e7c937925 authored over 7 years ago
Merge pull request #330 from kusma/rename-icu-symbols

Fuse.Text: fix problem with ICU-clashing symbols

f046c5492d2ad8ef5fdb2f3dc3c14050f4e598e2 authored over 7 years ago
Fuse.Text: fix problem with ICU-clashing symbols

When using both -DUSE_HARFBUZZ and -DCOCOAPODS and some particular
pods, we end up linking to th...

8382927ce71463daed61c5e26816d4609ee14b30 authored over 7 years ago
Merge pull request #335 from kusma/revert-304-feature-UpgradeXamarinMac

Revert "Feature upgrade to Xamarin Mac Universal"

8a59ab885de15ed11c5980e87c9d27cef895e974 authored over 7 years ago
Revert "Feature upgrade to Xamarin Mac Universal"

27b5893f2ff4d558488944b5e07537f0d37ecc5d authored over 7 years ago
Merge pull request #328 from kusma/code-style-spaces

Documentation: add point about spaces around operators

4bddc5e592646ae69f54af75bb8b3c7f5d255691 authored over 7 years ago
Merge pull request #304 from Tapped/feature-UpgradeXamarinMac

Feature upgrade to Xamarin Mac Universal

6f7d11276298bd81bc4c2e6fb5d9afeb1c58fe07 authored over 7 years ago
Merge pull request #333 from Duckers/feature-UnoMaster2

Feature uno master2

bfd25de860f856de75b1fe04c521340153971925 authored over 7 years ago
Remove dummy whitespace to trigger rebuild

089fa14fd3bd8dd4ace57404e6ce514034784976 authored over 7 years ago
Dummy commit to retrigger build (empty commit didn't work)

b6e7814c69e31e350485f7d701dea7c3712ec390 authored over 7 years ago
New uno stuff

ff409c3efefc75e60a97c3bdecff75da55f7fce5 authored over 7 years ago
Merge pull request #326 from kusma/readme-add-requirements

README: add a requirements section

abfb58d89c192ea514632beec0ffbfcc06d92fa0 authored over 7 years ago
README: add a requirements section

This should make it a bit easier to get things up and running on a
clean machine (or docker-image).

014916cb0b16b6f3d3dd9593f1c08dc25f1b4eea authored over 7 years ago
Documentation: add point about spaces around operators

We're far from consistent in how we're writing things like this, but
there's already a pretty cl...

8d12223b71fa6150268f19b0b190dc66c422a35f authored over 7 years ago
Make DataBinding/EventBinding use new UX attributes

1d6705b6554d7599285115ab3ed964648edecbe8 authored over 7 years ago
Merge pull request #325 from Duckers/jsorder

Fixes JS->UI callback dispatch order issues

d65d1a478ab937113001450f952b2407ceb064e6 authored over 7 years ago
Add changelog for JS dispatch ordering fix

014ea61d225e8696b75a726c00111ce3376a2592 authored over 7 years ago
Make FuseJS/Observable mirror use UpateManager instead of its own dispatcher

The custom dispatcher caused unexpected ordering when mixing writes to observables and other typ...

b4ff397e44a502fe02e41ffd01700cf6f5b540bb authored over 7 years ago
adding ordering tests

f9d5f953362fd4c47e4e5e7de28228898add7ad7 authored over 7 years ago
Merge pull request #322 from kusma/manual-testing-app-less-date-time-2

ManualTestingApp: use ZonedDateTime.Now instead of DateTime.Now

99a3995583236fa14d5b61e816f6b967c342f474 authored over 7 years ago
Merge pull request #319 from yupferris/DateTime-equality-stuff

Update stuff files

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 ...

cd2fbfde7e775e9d4254068b3318d3b8352fc9a6 authored over 7 years ago
Merge pull request #321 from kusma/manual-testing-app-less-date-time

ManualTestingApp: do not randomize with time

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...

8159c05381280b7fa85b31fd5c4192dbd086cdaa authored over 7 years ago
Merge pull request #316 from mortoray/r12-childmoveissue

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

61d458d171264587a0223006f7926795617ec43a authored over 7 years ago
Merge pull request #317 from yupferris/suppress-callback-typo-fix

Typo fix: supressCallback -> suppressCallback

ad9a18278198bc79675143afd6ee11424d9e05e5 authored over 7 years ago
Update stuff files

95b5b8afe1af2c0e7cd87c4a1734d45496227100 authored over 7 years ago
Typo fix: supressCallback -> suppressCallback

1840f43efdf9da2b349f5e4decb3baf18e7994c0 authored over 7 years ago
Merge pull request #314 from yupferris/fuselibs-datetime-fixes

Fix fuselibs after DateTime changes in Uno

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

d02413c9e0251aa9a2fa8bf8707006d1e6796bf7 authored over 7 years ago
Update stuff files

ef6414e9a9bd8b57ad4f3c77ce353f6ceb6e6db8 authored over 7 years ago
Use ZonedDateTime rather than DateTime in SpoofLocationProvider

Impl detail

ae9eb835ddca4fa877bacd1d2f7137ad4607c2b8 authored over 7 years ago
Use ZonedDateTime instead of DateTime in DateUtil

Impl detail

caaca6d454c7571d5de80a3bcdbf62fc79a043c4 authored over 7 years ago
Use ZonedDateTime rather than DateTime in AndroidLocationProvider

Internal impl details

95d2aaec991ef32852c6adc2599ac5e6ab6e55bf 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...

bea10accddcfe6261b2488081599216248512aff authored over 7 years ago
bump version to 1.2.0-rc2

0ef2fa9fd8755e13857e7934c86bd174cebfb7c3 authored over 7 years ago
Merge pull request #308 from kusma/feature-BoxTransformOptimizationBackport

Back-port #261 to release-1.2

ffd895df5cae7ad9a642b11e1fd95245a215422f authored over 7 years ago
Create Min8/Max8 functions

dfb95a7f8588af637d03bc220649fcef05cd83b5 authored over 7 years ago
Fuse.Nodes: introduce non-obsolete versions of methods that call obsolete methods

4673a78bc16c975402d2b76978d009282d9c6d3c authored over 7 years ago
Fix obsolete attribute

478f9b43d43b038dc6ad12dc974d4af10c54ebbc authored over 7 years ago
Optimizes VisualBounds.BoxTransform

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

0e757b819170933d4ed88cd71a409d51c74da633 authored over 7 years ago
adds hit testing to Ellipse, useful for pie charts

1c973a090cb451a21e5ebc7428b88026512bb2a3 authored over 7 years ago
Update CHANGELOG

d5044610284c54db5c8e1e5d04fbe1dc16f71116 authored over 7 years ago
Merge pull request #299 from bondehagen/feature-SocketRocket

Update CHANGELOG.md

10f9bc7e44fa7ca88a6804b07ea9e08f84ab058a authored over 7 years ago
Merge pull request #302 from kusma/fix-obosoletions

Fix obsoletions

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...

a1171e71439cef14b19a6367eec29ffc89fe140d authored over 7 years ago
Fuse.Controls.Video: Upgrade Fuse.Video to Xamarin.Mac universal

902392155a4f769a2c55bee70dd833c49b072521 authored over 7 years ago
Merge pull request #300 from kusma/element-batcher-drawing-offset

Fuse.Elements: revert ill-adviced DrawingOffset changes

6a4d2cb4b5f2cb39c0e1e2ab7b5b6a90590fcd7c authored over 7 years ago