Ecosyste.ms: OpenCollective

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

github.com/openfl/openfl

The Open Flash Library for creative expression on the web, desktop, mobile and consoles.
https://github.com/openfl/openfl

Compile fix

8108b621e08dfe4f7377b06e080da0e399b30ef8 authored about 3 years ago
Minor initBindings change, fix stack trace if class generates error

9c3db0bdeff4516a2a5c5d3324b75720961109e9 authored about 3 years ago
Increment version to 9.2.0

fad25781bcb0ddad6d01c26ccfaabbed2358dae7 authored about 3 years ago
Add @:bind meta-data (for non-Flash targets)

8bc9e6c9223bee7273a105a6e3a81f38d0d02823 authored about 3 years ago
Correct justified text placement

7b5e31e5f636ccb2452092f3406e0afff78016b7 authored over 3 years ago
Remove trace messages

a0c60b31314cea4fe14ba5be9c5f8401087dbc72 authored over 3 years ago
LocaleID: missing type on exception

cd39ddc870ad4c2708d00c52dc3140042f3ea3ac authored over 3 years ago
DateTimeFormatter: normalizes the same as LocaleID (and supports LocaleID.DEFAULT)

54b1651d52ff77dddcc0a007f0f1d1386f818e21 authored over 3 years ago
LocaleID

cb210b083f969e67cc2923b73cbea10d8374db0c authored over 3 years ago
DateTimeFormatter: SHORT_ABBREVIATION for weekday names uses narrow value on html5

8412f039b810491e24ffecba9f37db11a976e571 authored over 3 years ago
DateTimeFormatter: lastOperationStatus set to error when CUSTOM is passed to setDateTimeStyles()

f8d1cb00fc3803fb1f2c5dcb51286bb96481c913 authored over 3 years ago
DateTimeFormatter: resolve the formatting pattern from DateTimeStyle

215d4b38189842248dc71eaa03a17f9529900640 authored over 3 years ago
DateTimeFormatter: fix issue were valid locale IDs resulted in an exception in html5 target

These locale IDs need to be converted into a BCP47 language tag

b9a05f3579d4ea331a4aeaf85c2c28a00c1bf310 authored over 3 years ago
ByteArray: fix > 0 that should have been >= 0 in set_length()

05cb86c173347490115a28f35a1c64efc9cb1745 authored over 3 years ago
Extend haxe.Exception in openfl.errors.Error

c876e837d6dad29cf7a1acb559602eaec4d55bb5 authored over 3 years ago
Do not use try/catch in Stage if UncaughtErrorEvents is unused

cde0386f6f70728854084b19b37fadf380f86aef authored over 3 years ago
Add private __enabled flag for UncaughtErrorEvents

4e5fb4d10bc73f76452b52d99af4cc4f901463a1 authored over 3 years ago
Run Haxe formatter

d57868d37e5a3282f11ad663899c8c9088e259a5 authored over 3 years ago
IDynamicPropertyOutput and IDynamicPropertyWriter

Added dynamicPropertyWriter static var to ObjectEncoding

e07a5526b01afe9eb82ec3347022d5eae95986fa authored over 3 years ago
uses #if (!flash && sys) conditional compilation for file system API implementations

0c48c5428f6cf7f484d53b62bd1be0d75adf61dd authored over 3 years ago
File: extension is set properly without . dot to match the behavior of AIR

8a6bed2b4e2425105aa109be35d86acad60ad7a7 authored over 3 years ago
FileReference: extension is defined (get, null) instead of (get, never) to match other properties

bdbf216357b5b2ea35596bd0d2bbacc586dd6e56 authored over 3 years ago
FileMode: conditional compilation for flash target

59a1000107d1abf2c5c7abcab05e780687149906 authored over 3 years ago
Lib: isXMLName delegates to native version on flash target, and add documentation

ef8e35f3d2dfafd686897a16f7839943e567a3db authored over 3 years ago
Lib: registerClassAlias() and getClassByAlias()

23c8b59179d94af71a0b4c11fa5f6a74b72178d8 authored over 3 years ago
openfl.net.Responder

aa32a3acd634d9f8257a424e67e1793cea86553a authored over 3 years ago
Tests: Namespace and QName

f3fb9ab4aad0788f4a4c2cac409064f2447f59ce authored over 3 years ago
Namespace/QName: better match flash target behavior for constructor args

f58a7293ebe3ba0d80ccb4691dccd52345f4a6f7 authored over 3 years ago
TextField: implement condenseWhite for htmlText

9c59da3ad5d6ecbae4534cc89973941adffae984 authored over 3 years ago
Implementations of Namespace, QName, and Lib.isXMLName()

9b4112209b0bef33316aab30a9d25bc646271842 authored over 3 years ago
TextField: initialize __selectionIndex the same as __caretIndex to avoid exception in selectionBeginIndex/selectionEndIndex if called before setting text

3ecd5cfd95eae9d9e7bf28c9b59ca84cb2e64a5b authored over 3 years ago
Github Actions: upgrade to ubuntu-18.04

Github is removing ubuntu-16.04 soon

e929319c5db2920f19dd9cbc0d9a2b76a8b80a37 authored over 3 years ago
Set extension property

7f09386c0e6d57390104c55e4f8eddb131e4aaaf authored over 3 years ago
FileReference: add missing public extension getter

098a732d9c4289befdbd26311e59964896cbe495 authored over 3 years ago
resolve https://github.com/openfl/openfl/issues/2498 caret index value incorrect

resets the caret index to 0 after setting htmlText solving issue https://github.com/openfl/openf...

9482d4896b882e54136c42c619cd6b3043d2d0dd authored over 3 years ago
Fix multiple trailing space handling

28e695715f89bfaddf17f7c1ff30a02339735941 authored over 3 years ago
Mouse wheel and selection scroll correction

7f787985c4ff78e86b1d370e2476c4e3f062e064 authored over 3 years ago
More scrollV fixes + performance bump

d2fb78ad072be83b3e16a6eb2342269a4e8e4f01 authored over 3 years ago
Fix scrollV + minor fixes

f4fcd02408bfd4f0a9c2998bf507feadaddf1572 authored over 3 years ago
filesystem stability fixes

9c1fc1cab8a14e9620b459e394f9cea84d1783f1 authored over 3 years ago
Include FileMode, FileStream Classes

This wraps up the initial implementation. I need to test it more on multiple platforms and proba...

5a8255566a2bc0d48d856bb251cf14693f8169c9 authored over 3 years ago
fix gl_stats (missing import)

81a70a0ad4955d01df8faa9da49f47a3d9ecd564 authored over 3 years ago
Minor fixes

Added support for mac and linux, fixed type filters.

22695817f15b350011d4a4c6ef627413bf1500d1 authored over 3 years ago
New FileListEvent.hx

For the filesystem api

c95589f8dd2e34242d41c00584e26006abb27087 authored over 3 years ago
Implement filesystem package

c0eafa628c1d8a8a861b6c75f92bb30ab62b0c0e authored over 3 years ago
Stage: fix dispatch of FocusEvent.MOUSE_FOCUS_CHANGE

This event was not dispatched often enough. It should be dispatched even when the target of a mo...

823cd562d3d76c36c53241c3c22f5b9dc9ea5df7 authored over 3 years ago
InteractiveObject, TextField: __allowMouseFocus() behaves more closely to Flash/AIR targets

98d807e7792e8dba2b587a11f52f2ee41b243cca authored over 3 years ago
InteractiveObject, TextField: fixed issue where __allowMouseFocus() was incorrectly based on tabEnabled

In Flash/AIR, interactive objects are still allowed to receive focus on mouseDown when tabEnable...

b3d910401b47b2c5ae41f0e344212801f3dd2087 authored over 3 years ago
README: fix Github Actions badge that pointed to old workflow

49222256f408bbfecd29b3b798c5268ef0ab97b9 authored over 3 years ago
DateTimeFormatter: implementation with support for flash and html5 targets, but falls back to English only on other targets

ccb95d2bf5736b2aad6322da706984a1be8212c2 authored almost 4 years ago
.vscode/settings.json: Fix wrong old path for lime.projectFile

01a339e416da24ec13294524b4d40aadc5e89554 authored almost 4 years ago
Prevent null error on MouseEvents when listener closes window

So, for example, if you had a button in a new Window that closed and cleaned up the window on a ...

5e9135a8434d879b9fd6e9a8d5a1480bd2e36bac authored almost 4 years ago
Integer line heights + multiline shouldn't do anything (#2487)

cda4454a50fa4ed1e88c2e309b589cd99a746e93 authored almost 4 years ago
Github Actions: don't notify Discord on pull requests because the DISCORD_WEBHOOK isn't available to pull requests

8d9a4c99a579c95706aaf3f954481a70abaf6c2e authored almost 4 years ago
Add TODO

d487732aebbb319663ad417537a831cfb31b23fc authored almost 4 years ago
Use Vorbis file streaming if greater than Lime 7.9 only

bb6796f98a84f1ba2dd47784b61261e91d2f54e1 authored almost 4 years ago
Adding support for streaming vorbis music on native targets.

c6ab6ae84ae56267492c445b105921a2301cc33e authored almost 4 years ago
Disable version warnings if using 'lime display'

5841e8348a57296d99c295fbcf6a5833764047b5 authored almost 4 years ago
fix: Shader compiler is giving warnings only when there are errors present

a33cafd862ee302a073d9d7fc6c559f74f646ca2 authored almost 4 years ago
Update CHANGELOG

99c321b1051e9b92059837f89d79dfcc7d57f75c authored almost 4 years ago
Update release note

aa21b31a89e559107935430b6a346b3cb4bc814f authored almost 4 years ago
Run formatter

40e7f153c1ed937076ab979ec47a0237cfa2b159 authored almost 4 years ago
Fix Ctrl+A not selecting text

36d184817973d80746340ef92b0dd7550a87af82 authored almost 4 years ago
Prevent cursor on dynamic text

038593a3ba84bacfe49ab11161e577305a06c515 authored almost 4 years ago
Implement ServerSocket

7e02fa9fdff5773ffa5828ae2fc16ed3a06b92f9 authored almost 4 years ago
Implement ServerSocketConnectEvent

55fbad2baa72c457a24578fb6ddc44b0fad2f353 authored almost 4 years ago
Implement TextField scrolling via mouse selection

ec461743d7ee99cd3c5d4f47f49f29d4faf7dfd9 authored almost 4 years ago
Do not allow use of addChild/removeChild (etc) on Loader

880a6aa381f96959d4b71dcb596cbaf2069f9032 authored almost 4 years ago
Add comment

b7b5b8030c9cfc44b6926621720861f682b84af5 authored almost 4 years ago
Set drawable type so loader object will display

b937c2b85885ea49cc576ef99ae2517b67c0c414 authored almost 4 years ago
Use current lineStyle when auto-closing fills

This means that non-flash targets behave like flash when auto-closing fills

055016a0ed63ef20c76479ab35dc2c06504382b3 authored almost 4 years ago
Next-line open bracket for style consistency

0ebe1c9be880dd8905bcdb9b71bc89390551beda authored almost 4 years ago
Fix for lineStyle causes extra draw #2336

Removes the erroneous extra draw on canvas and cairo.

b60efed4b3d8002043adc1c40a5d16c4e7e57b04 authored almost 4 years ago
Fix compatibility for AIR target

Fixes compatibility for AIR target and gets rid of auto completion for flash and html5 targets.

620ff4c0e128f151608e7f2572c44d7fbe29db63 authored almost 4 years ago
Haxe 3 compile fix

d645b34e57c41c629bb8c14129712573c463e17a authored almost 4 years ago
Use old function type notation for hx3 compatability

01fb5867fe96df704de2aedecb85e7ce1a173835 authored almost 4 years ago
Adjust Object field access

934774dd2094986382f20bd2364ea636abebdb96 authored almost 4 years ago
Add dynamic field read/write for Object type

cf5322883969a5fdaa67ea6365b1064c718875dd authored almost 4 years ago
Disable async Timer test

57afe908aa512ba55c8c3d206c0f622b6bf1dffd authored almost 4 years ago
Update to allow Lime 7.9

3191b9aff6da4260d5a478afd2104bbd20f2cde1 authored almost 4 years ago
Run formatter

cca4cc0b38d6493c06379bc6cadaf1c98c1f3ecb authored almost 4 years ago
Revert "Github Actions: build with Haxe 4.2.1" until Lime 7.9 is released

This reverts commit 7c3d0a7921716ad494879d54bfb0b53b0ecafc6c.

bb88e995060a7d0a7431dad45a985007659e9a00 authored almost 4 years ago
Github Actions: build with Haxe 4.2.1

7c3d0a7921716ad494879d54bfb0b53b0ecafc6c authored almost 4 years ago
Haxe 4.2 fix for ByteArray

1d89c5ea3ec77bcb23c2179064e9be338eefc6d7 authored almost 4 years ago
Tests: fix Mac64 issue

727372242a62c4e7e946ffd20ced5c5733af565d authored almost 4 years ago
Github Actions: package haxelib, build docs, run unit tests

7334a3cb7f38e55eb98b53eb5e1c4272a21d0434 authored almost 4 years ago
Github Actions: build Haxelib .zip package

44b56fc05c9d53f65c1752b78df6025d7634bcfa authored almost 4 years ago
Fix compilation conditions

9eb003db2e9f33f38bbde661fe15418a0cbd115c authored almost 4 years ago
Ext Correction

65681250efd6ac3842307eee346e5cff529adfdc authored almost 4 years ago
Implement cache key method

3ba318bd4a89c3aabc0104d08ede064cd0c665d0 authored almost 4 years ago
Code formatting

5a7e5256b13469e30275768e512557bf72c47ecf authored almost 4 years ago
Implement shape caching

2be6aa92e5922602573bf7bf39c5748f4951a48a authored almost 4 years ago
Replace dynamic usage

d5e78cbd96c02cf0a30f6428ebc9110ef90a8d45 authored almost 4 years ago
Move positions array

Eliminates overpopulation of the array and unexpected behavior.

39520bda1d534b854c24708a948131d4b3a7bf1d authored almost 4 years ago
Update CacheMeasurement.hx

Replace Dynamic usage.

dee374c2fdeebd56dbb6fe9e000418c63857bd6b authored almost 4 years ago
Add ShapeCache

e7c5bc095921220ae7e0ee5a2f67bc59161402ce authored almost 4 years ago
Add CacheMeasurement

81ac75f5905687cad45733acf4d74aab42bc8903 authored almost 4 years ago
Allow Stage constructor to use existing HTMLElement, if specified

cae0fb621e487b5a6a60d31d7075c355c10101f4 authored almost 4 years ago
Fix whitespace

c0cb0ac89a5f91d739d5d211c93a7b0d786a6ac5 authored about 4 years ago
Update Discord notification from CI

1fabf4a36b9559905e9f4df03b0dfb0bd83d99e6 authored about 4 years ago