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

Merge branch 'release-1.0' into release-1.1

c7beb981a4fffaec4bdf831af67844c0eb292a09 authored over 7 years ago
CHANGELOG: fixup heading-nesting for 1.0.x

1d4eebb05998c45b077b6c23cfdf228fdc520639 authored over 7 years ago
prepare for release 1.1.0

5f423ca9eb6d45edb9a9c0f911aa83471e5b135f authored over 7 years ago
update uno to 1.1.0

465afa7f3cd890b922ed7461a56581167068a80f authored over 7 years ago
Merge pull request #99 from nekronos/bugfix-FixPrematureBitmapRecyclingInImageUtils

ImageUtils: dont recycle bitmaps until done

620fc140e39f5e1cd322ba7d3465f2b22bcd56b7 authored over 7 years ago
Merge branch 'master' into bugfix-FixPrematureBitmapRecyclingInImageUtils

9077aedd708fa3db0d1dc531212e7675ac403ed9 authored over 7 years ago
Merge pull request #74 from Sunjammer/feature-BetterBundleJSAPI

Feature better bundle jsapi

c0cb0c0b0e7a5100e9a7edcef783f18027c49ae6 authored over 7 years ago
Merge branch 'master' into feature-BetterBundleJSAPI

90ccd29423cec12a6bd7369e0da94f6d91758df1 authored over 7 years ago
Unbork MapView docs

Our markdown renderer seems to not handle code blocks inside blockquotes.
This works around the ...

fbe905d58c2ed45986245b344736e4502ce37587 authored over 7 years ago
Fuse.Controls: refactor ViewportTest

21b1cd9942681e4e9b88c5c64873335456aa4da7 authored over 7 years ago
Fuse.Elements: add a test for nested ClipToBounds

This should render as the intersection of the bounds.

f3af4c6ce46b490c5674ac33b2f590eab08d522e authored over 7 years ago
Fuse.Common: add TestRootPanel.AssertSolidRectangle

b46404a14233e200823da68a6c7eaae5666a6565 authored over 7 years ago
Fuse.Elements: add a basic ElementBatcher test

This test just verifies that the ElementBatcher actually batch, and
doesn't re-paint when nothin...

61b341b091c226e84bcff50c42a175ed8f59a718 authored over 7 years ago
Fuse.Common: make ReadDrawPixelInv -> ReadDrawPixel

Not inverting Y when doing GL.ReadPixels was a mistake, as Fuse has
an Top-Left coordinate syste...

0c7ae8be9df495254fc86c9dc80459adcc4d522c authored over 7 years ago
Fuse.Elements: remove unused method

This DumpImage-method is unused, so let's just drop it.

75f55d3e815a73e9cf2680c2359233858cd8442f authored over 7 years ago
FastMatrix: Add tests covering its interface

5e2111dae5929020f1b3ce4046fd6f7845fba719 authored over 7 years ago
Fuse.Elements: remove pointless uno-source

Nothing refers to this.

4a1fc56552966f1efd65b4b78ddd6dddf3b14f90 authored over 7 years ago
should fix https://github.com/fusetools/fuselibs-public/issues/107

d5cd6976ceead110779a77c1bb0e785e0b185132 authored over 7 years ago
Fuse.Elements: Add DrawingOffset to ElementBatchEntry to reduce redundant calculations

This offset is known when the atlas creates the entry, so we shouldn't be calculating it again.

7f89944faa3ddfa906a79ce980ba2f7742eaa3d6 authored over 7 years ago
Fuse.Elements: Reduce batched rect size by a small margin

Since the batched rects are padded with a 1-pixel boundary that's
supposed to be empty, we can t...

4c6af6959786ad21842840d7ef3c56cf5251082b authored over 7 years ago
Fuse.Elements: Rename ElementBatchEntry._rect to .AtlasRect

06df4cf711e5cf2b70cc2f0929f267c57307d6b5 authored over 7 years ago
Fuse.Elements: Replace magic number with named constant

959c8437c8809d0a035608748e1653222980118f authored over 7 years ago
Fuse.Elements: do not recalculate caching rect needlessly

This method only need to know the size of the caching-rect, which
was already known as we insert...

51cea6b1ac2c834feb86e3a1660158a1335007d4 authored over 7 years ago
probably fixes https://github.com/fusetools/fuselibs-public/issues/110

d8b14ae2c06cd40102b42ecedd6b18ca69e7a19f authored over 7 years ago
Merge branch 'release-1.0'

28feb5e4aa19e01f66f0a5fd36b85fa4b51c4cd2 authored over 7 years ago
update uno from master

815a683307226e0db9887c7a97ea7f40d634dec2 authored over 7 years ago
bump version to 1.0.4

cb83424b3e99ca4116aeafad5ab51cab7a1d509a authored over 7 years ago
Merge pull request #111 from nekronos/bugfix-AppInvisibleWhenEnteringForeground

GraphicsView: Make sure App redraws when entering foreground

d9e1bf98274e9f514a2579d44d96c1341d69b6f6 authored over 7 years ago
Merge pull request #108 from nekronos/bugfix-ScrollerLostCaptureNullRef

Scroller: Fix possible nullref when capture is lost

54c01d01408cee90688cf1e4f2e63dc7f742e589 authored over 7 years ago
GraphicsView: Make sure App redraws when entering foreground

One some Android devices we observe that the app is invisible when it enters forground. I guess ...

4eabbb1f27468ae046f4f2cb046cc7bc1017dd52 authored over 7 years ago
Scroller: Fix possible nullref when capture is lost

_region is set to null when Scroller is unrooted. There might be pending calls to LostCapture at...

d9ab35fc9c582bd6fef44cc9d90c6baba9be301a authored over 7 years ago
Fuse.Controls.Navigation: disable TransitionTest.Style

This fails intermittently, so let's disable it so it won't block
otherwise good changes.

f4f371238ff078037f109f4929748d7d52e44283 authored over 7 years ago
Fuse.Nodes: disable ObservableTest.MapTwoWayFloat3

This fails intermittently, so let's disable it so it won't block
otherwise good changes.

6aad5cdb2f5c44c75952a40425b1fdc99d4ea587 authored over 7 years ago
Merge pull request #106 from kusma/batching-border-issue

Fuse.Elements: set scissor-box if ClipToBounds

9969b2d3eeecf72932fd68691831718470b64b3d authored over 7 years ago
Fuse.Elements: set scissor-box if ClipToBounds

If a batched element has ClipToBounds=True, but contents that overflow
it, we didn't set up the ...

79e9b5cd79e5609af9dd6c766cf0d600e75840ee authored over 7 years ago
CHANGELOG: move ScrollView entry into 1.0 section

132c486c4fcda0398303c619d93d5caf1e415ee9 authored over 7 years ago
Create CHANGELOG.md

3c88aea47d916b481fe6d0a7968ea3b13ff7a3ab authored over 7 years ago
Merge pull request #102 from nekronos/bugfix-FixScrollerNullRef

Scroller: Fix nullref in OnPointerMoved

bbe1349ee79d0f8249f459195c8cff98b4a2a0c2 authored over 7 years ago
Merge pull request #89 from nekronos/ScrollingAnimationOutOfSyncFix

ScrollingAnimation: Update animation if From or To changes

4d259b9acd257d59de1a4f38eb53770797590dd0 authored over 7 years ago
ScrollingAnimation: Add tests for changes to From/To

036ec7a9530ebb2534f081fa10db96fee8f0f664 authored over 7 years ago
Update CHANGELOG.md

1dc69c9320ea3cc3a8bfbb0319a0b53e67b160d5 authored over 7 years ago
ScrollingAnimation: Update animation if From or To changes

We have to update the animation state if From or To changes, if not the animation can get out of...

a9fb6675689cb4c75f158a031f40c37343ad067e authored over 7 years ago
update uno to 1.0.12

cb739f86fead69e4224a609fa5647038b3d9ba66 authored over 7 years ago
Scroller: Fix nullref in OnPointerMoved

If there is no _gesture present, I assume that the GestureRequest should be Ignore

17b1df1e0cab2f4649cebc88c29d424419fba8df authored over 7 years ago
Merge pull request #100 from nekronos/bugfix-InfiniteImageContainerRecursion

ImageContainer: fix inifinte recursion bug

6da6ecd5276a8462efa5b7b66a0b583057fa0ae6 authored over 7 years ago
ImageContainer: fix inifinte recursion bug

b962e6d0aea27ab3ff26408282711e5348af4ca4 authored over 7 years ago
ImageUtils: dont recycle bitmaps until done

According to the Android docs, methods like createBitmap might decide to reuse the same internal...

6464e4d409338822509a45bf4d0ca74891a19b1e authored over 7 years ago
Merge pull request #98 from sebbert/docs-pageview-cleanup

Cleanup PageView docs

d51a94de320eabb3a1bddf87e6a0d2356ccfe06e authored over 7 years ago
Add description of usecase

75b53496c934d53862a23f487a3822ea49a210d3 authored over 7 years ago
Cleanup PageView docs

- Add example of how it relates to Navigator
- Less confusing description (esp. removing the wor...

7b4e6fb885f068dddb9db3b5f99528f8aa2b466e authored over 7 years ago
Merge pull request #95 from sebbert/docs-javascript-version-remark

Add note about latest supported JavaScript version.

affe628bf588c1ec8df479f2dc4c2075709d86da authored over 7 years ago
Merge pull request #97 from eksperts/docs-javascript-remove-broken-example-link

remove a broken link to a stale example

dc49d053e41db7eb973ceb3cc8957d7ce3dcc374 authored over 7 years ago
remove a broken link to a stale example

d233cbb44e27b4d730775dfb2c16ca113e804471 authored over 7 years ago
Add note about latest supported JavaScript version.

Also fixes a typo.

11d011968d875d4ea7d940742651312ec4e1c41d authored over 7 years ago
Merge pull request #90 from mortoray/image-error

Reload failed images

af8912a9a1f0f5c54dd67515a3e4da728a05f048 authored over 7 years ago
travis: use clang for more speed

Clang is a bit faster than GCC, so let's use that instead.

3b6c0545ee50f29f702e4e0b4d5b07fdc64cfd2e authored over 7 years ago
fixed case with events in the same frame

aceb27e7087b0bcb24f4d19e7d38ebbbd28ed9a6 authored over 7 years ago
Merge pull request #93 from nekronos/ios-graphicsview-setneedsdisplay

Revert "GraphicsView: Let iOS decide when to call display"

399282fafa233ad0d6767caa07cf2d7af7bedb77 authored over 7 years ago
fix test

bca66a7661a3c7d21eb6fbf2058228c697c05050 authored over 7 years ago
test fix

9335f675150066f56869248c41b4a6ace7b42bb0 authored over 7 years ago
fix todo on vector, fix minor issues

a2bb62d4a7581ab24e252c7bda086eb18fe2923f authored over 7 years ago
rename lower to low

7b3b287a1caeba9ea758e4a31336e5b6c3f68071 authored over 7 years ago
travis: use built-in ccache-caching

This should hopefully be faster than manual ccache.

5e2e3101f6c2bdbe481bc0dc11d353915490f0c0 authored over 7 years ago
Revert "GraphicsView: Let iOS decide when to call display"

This reverts commit 727dc9b9fd621efe6241c0372ca88cd6f91fce04.

I have two cases where this break...

bbe4bce928c7e9a3934fda59f833ba419d8466cd authored over 7 years ago
travis: mark project as C++

We're mostly compiling C++-code, so it's useful for travis to know
to enable C++ infrastructure....

874d61cb5fdf824cdcc6e742e9840d26d3770ef4 authored over 7 years ago
dding GesturePriority, improving comments

c3466576a3e1f7ede28b021f7f65657655c350b0 authored over 7 years ago
Merge branch 'release-1.0'

5cd70d100219104cc7720d3594d6e77a86201f45 authored over 7 years ago
CHANGELOG: restructure version-headers

These are all parts of 1.0. Add subheaders to differentiate between
patch-releases.

f9ae12d49773863a7e1eb27ad97457502c88bbf2 authored over 7 years ago
Extend gesture test

25dbf2b681d4433d27170db38bd91e0d4a143cf8 authored over 7 years ago
Merge pull request #91 from nekronos/bugfix-MakeManualTestAppBuildAndRun

Make ManualTestApp build and run again

52e2ea4ed0c984ae5326a0fb2127a195e38c9229 authored over 7 years ago
Tell surface API that SdfImage does not need a Surface

Since CreateSurfacePath is not implemented, SdfImage cannot be backed by a surface

This makes M...

b3eaabe23dffc4d1b2ec1fa94684215c925839b5 authored over 7 years ago
Update path in unoproj

Make ManualTestApp build

60f96bba13762ead3f39cd0f4d0aded3935a77db authored over 7 years ago
check only primary activation

7e4dfc212bdd62772dffaaa2e95e236e584992d2 authored over 7 years ago
working on tests, hit issue

9a81296eb2390ae32fab55041cbd1a702290680f authored over 7 years ago
migrate TwoFinger to Gesture system

0e9e20452bcca8d5456ccc4ab4e72f9017c27a4d authored over 7 years ago
add PointerIndex to clicked et al

9108795e88817fc69f4fa5e4267d04022fa4b154 authored over 7 years ago
prep for multi-touch gesture support

6346c0e2e7cdd297d57dd748c13d9034be1228f1 authored over 7 years ago
basic layering test

f7a8875b6adaccce4b5f0cb80a6f3c068a80baca authored over 7 years ago
use utility to detect significant in LinearRangeBehavior

3c069537a024c3e5182c76b0d73a9d9782acca6c authored over 7 years ago
migrate LinearRangeBehavior to Gesture

9bdb085750c6c0fbebe258e4e92054ede1aac003 authored over 7 years ago
migrating CircularRangeBehavior to Gesture

241e8dd3bd3df649896fbc4e5b63e33d1c4c181e authored over 7 years ago
migrating swipe navigate to gesture -- priorities are still confused though

82ec4d9c6d28afa891be9e3e6e0751286a28b63d authored over 7 years ago
migrate clicked to gesture

e51252c688a93ef0c918b8d56aa917b0dd7cffa8 authored over 7 years ago
fix deletion issue

85f4c6589887abc18b53186c8d50cf1ed4df3b32 authored over 7 years ago
provide previous type to capture

47ff5669cb6c47721a26cb306d42ac02c9d7f91a authored over 7 years ago
simplify IGesture.GetPriority

07619924ff1ea07909c35435202358948ee372c6 authored over 7 years ago
update changelog

842f8a7f75d54be257dec9defa8702c010dcf2a3 authored over 7 years ago
adding JS interface to image to reload/retry

42287ad5db6e430a006341c3a28bed59c874103a authored over 7 years ago
minimally fixes https://github.com/fusetools/fuselibs/issues/4227

8de13023b1cb72ae1e8ab5e42a02425b34050532 authored over 7 years ago
Merge pull request #50 from mortoray/eachexpression

Index, Trigonometry, and math function extravaganza

ab9cd3fb1659de6e676f11a71f973e5f6b25b3b7 authored over 7 years ago
Merge branch 'eachexpression' of github.com:mortoray/fuselibs-public into eachexpression

ae23fec4e1b29b7d6c79f9305bb179624b1fcb1f authored over 7 years ago
changes from review

12ae4ff036aedf9f18bf52cfe1cfb822488d2e62 authored over 7 years ago
Merge branch 'master' into eachexpression

db7e85bce6476c49151dfd4aa0a6a6024d29d32d authored over 7 years ago
Merge pull request #85 from nekronos/feature-UseAutoResetEventInGraphicsWorker

GraphicsWorker: Use AutoResetEvent for thread scheduling

b97dc6b70fd51f64165f35d41e910528b7e17303 authored over 7 years ago
Merge pull request #47 from nekronos/feature-NativeAndroidSurfaceImpl

Feature Android Native Surface impl

cd6f76d0a4f2727322e1ed7c25963ce463f6fafa authored over 7 years ago
Merge pull request #82 from Duckers/feature-DesktopFrameIndexBug

Move IncreaseFrameIndex to prior to Update to make it consistent across platforms

97e514e42f29e0a5804aaae165cf179416070c40 authored over 7 years ago
Merge pull request #84 from ollef/fix-SIGILL

Fix macOS SIGILL problems

a2c469140022e290ff39a6e063df8fc72262b3d0 authored over 7 years ago
GraphicsSurface: Fix GL alignment issue

65fcbf04c66be43518a01c6a6944eb8cfd75cb04 authored over 7 years ago
GraphicsWorker: Use AutoResetEvent for thread scheduling

Use an AutoResetEvent to prevent the thread from constantly looping. Now it will only run whenev...

549f00f25ab79040b51a8545e294ccf8c4847304 authored over 7 years ago
Update changelog

e5447470024a84f392256b73498097f19a12bcf5 authored over 7 years ago