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

Minor fix

3d989fd066c33e710f127adfacf56818fe905cbf authored almost 8 years ago
Fix empty lineStyle in drawGraphicsData

897aef2b1088137c3419be9ad20a495458c4cf41 authored almost 8 years ago
Merge multiple draw commands into single GraphicsPath object on readGraphicsData

9b0a1284d4a510c46bbb51361a05b2e76358bc8d authored almost 8 years ago
Update CI script

d3028d2e06e0932e96baca4bb6a4412b0afc5e9b authored almost 8 years ago
Allow Lime 5.0.x

f6ab4aeab1a472d6356f308eee2d79b205a97ada authored almost 8 years ago
Allow Lime 5.0.x

f55e4f5544b224db2259a72c3b24e16b58b06424 authored almost 8 years ago
Step toward idle render optimization

962bb41c78b390f32015d281935718ee5aff70f5 authored almost 8 years ago
Tilemap pool fix

99e18a92a720c53f46c51cd0d8bfe09810c6258f authored almost 8 years ago
ColorTransform, fixes to cacheAsBitmap logic

193a396ce783693065cf11179f932c3a760bf45b authored almost 8 years ago
CacheAsBitmap fixes

a4acdfb41af5a8e1e55bc5ed8d44a9d9a4484e99 authored almost 8 years ago
Matrix fix

5eba96bd742e0e5c487508eaf4d0a9336368d718 authored almost 8 years ago
Additional work on cacheAsBitmap logic

3f371a7deabd298918bb15766d9d9e3098cbdd35 authored almost 8 years ago
Use ObjectPool instead of single __temp object

5737c507c66272af1c8eca8057484055346d5738 authored almost 8 years ago
Position fixes

abf25cb42032530cde25a99aed73d38d115e025a authored almost 8 years ago
Merge branch 'develop' into feature/cacheAsBitmap

27ea30aee8e951a871b2e6d6c5420ab521e30807 authored almost 8 years ago
Remove deprecated notice

fd76cbee7dc81c8fc1d22325a30beefeaf4cd6b7 authored almost 8 years ago
Remove prospective native render API

f79d8c45e4a582c051d3eaca5ecdbf548ee01ef2 authored almost 8 years ago
Add missing 'alwaysOnTop' property

7919ed6d51f2903c2e83de5c513e1394f9a8f702 authored almost 8 years ago
Split into before/render/after events for native render

cb167c9ae7112e2300f4fb8948e86c16c5f21b68 authored almost 8 years ago
Create a DIV by default on DOM target

04dfd7076619b15a265178454c02c9b667eaf21f authored almost 8 years ago
First pass at native rendering object

ca7123a7cab79977612d5ecb9de5765eefea4706 authored almost 8 years ago
Improve canvas, Cairo and Flash native render

a62cb654eb423e58739442566e31f7f96afd6f89 authored almost 8 years ago
Remove unused import

69bdeffd9c17cb41cd6a1d0a54076b7ff58a3038 authored almost 8 years ago
Improve Stage3D behavior on HTML5 DOM target

7d639bf4482139308a38372c223ffc448a750370 authored almost 8 years ago
Update release notes

7d5643fe6647a5822674fdade45d9df66e961875 authored almost 8 years ago
Make BitmapData.fromBytes synchronous where possible (resolve #1563)

65663b29cdfc3ebe25031566b2d0b18268e0cdc2 authored almost 8 years ago
Fix potential null-pointer access

01e0b179217f90d9f0ac4e36588f5ec526c3c656 authored almost 8 years ago
Fix for the last word in a string not being line-wrapped when needed.

123ecb33b1fcd667c076b3bd9e3693e98694d337 authored almost 8 years ago
Remove deprecated NMEPreloader, onload and unprefixed asset imports, fix compile

5b596d2e9620ca329678f35797c53d2dbba7bed3 authored almost 8 years ago
Update CHANGELOG

90c7c11c150e620095e5b456eca4416a4f1d553d authored almost 8 years ago
Stage3D mip filter fixes

ea1d6ab21a519e45fb4727508fa76f658b3aff8b authored almost 8 years ago
Compile fix

3cf74771a9fc7be76c53a9ba0e1798e7f526d342 authored almost 8 years ago
Update to 5.0.0

64e04a5a43585789c1a39f1ba2326689043662f5 authored almost 8 years ago
Compile fix

3e69b6c4f47c70ced9973314bb6080035dce9d73 authored almost 8 years ago
Improve GraphicsPath, implement cubicCurveTo and readGraphicsData for drawRect, drawCircle, drawEllipse, drawRoundRect, lineStyle, improve rendering for cubicCurveTo

6250b5584765616173b41ab9efa8f4cc1bd00cf6 authored almost 8 years ago
Initial support for openfl.text.StaticText

e1fb872e0fae7a677d2d9c72945579fbe6351e9f authored almost 8 years ago
Deprecate Lime typedef classes

0a3792abfdcfedecddf64648add7f32fa36973cb authored almost 8 years ago
Deprecate DOMSprite/OpenGLView

46317ed98b3bbd32f7c8b4fad3edf8fc62e48806 authored almost 8 years ago
Add AVM1Movie (for better compatibility with Flash code)

b29886d496285c4fd427618a129c511ea500dabf authored almost 8 years ago
HTML5: Calculate accurate character advances

This fixes many selection highlight issues.

83ace63c8797fc5027b8570cbfa37fa66a7cbfbc authored almost 8 years ago
Major refactoring of `TextEngine.getLayoutGroups()`

- Now supports spaces between font styling, e.g.
"<b>text1</b> <b>text1</b>"

- Fixes RIGHT al...

c57ae1e27859c91546830682b2fdec9fc40f6793 authored almost 8 years ago
Fix JUSTIFY treating non-space LayoutGroup change as space.

Micro-optimise:
- width and start/end char comparison
- total width excluding padding (4px)

7aeeddb41e41e2d620a161200d73e55750b0c3e0 authored almost 8 years ago
Deprecate DOMSprite/OpenGLView

cacb3a2050bfdba0a8598a4b44483af45965bf78 authored almost 8 years ago
Deprecate Lime typedef classes

4dae10120b55f6dabcec83d520ccc5c0a2e6369d authored almost 8 years ago
Add AVM1Movie (for better compatibility with Flash code)

f012b3df8624ed3b18c3e50acd306f65e809392a authored almost 8 years ago
Initial support for openfl.text.StaticText

ae999da248cadb689e28afecda789d6f16d256f1 authored almost 8 years ago
Improve GraphicsPath, implement cubicCurveTo and readGraphicsData for drawRect, drawCircle, drawEllipse, drawRoundRect, lineStyle, improve rendering for cubicCurveTo

af1a8ff4889b277133ebb1d4ef5da824e2350665 authored almost 8 years ago
Compile fix

769f68d98a708bdd7b89dcaff60243e094d891a0 authored almost 8 years ago
Make BitmapData.fromBytes synchronous where possible (resolve #1563)

fbaed24e58a802a85606c11ad53485fd566cee58 authored almost 8 years ago
Stage3D mip filter fixes

2054292a2aff1aed6b15d1a83ff263e5e6a681cd authored almost 8 years ago
Compile fix

08e9fd5206d88e5abf940b3da26c61824fa67f41 authored almost 8 years ago
Update release notes

05aca8072f31206e39819264d5aa532fbc1beb6b authored almost 8 years ago
Update CHANGELOG

0a1acba48c0e084a12210960af7e476949f3b77c authored almost 8 years ago
Remove deprecated NMEPreloader, onload and unprefixed asset imports, fix compile

90749fdbfbcaf642bb59ec6b37f42e643dbc9590 authored almost 8 years ago
Update to 5.0.0

3ed0869a53b614e4c946f87736af9313e985f043 authored almost 8 years ago
Major refactoring of `TextEngine.getLayoutGroups()`

- Now supports spaces between font styling, e.g.
"<b>text1</b> <b>text1</b>"

- Fixes RIGHT al...

980d75cab10cdfa4e0dc6f360d85603b9ef53b23 authored almost 8 years ago
Fix JUSTIFY treating non-space LayoutGroup change as space.

Micro-optimise:
- width and start/end char comparison
- total width excluding padding (4px)

21ad929fa63c85d6a1a6c3ef75ade643a29bb379 authored almost 8 years ago
HTML5: Calculate accurate character advances

This fixes many selection highlight issues.

bb6a0918d1a730da76f9c7d70f63930c59e5b73b authored almost 8 years ago
Fix for the last word in a string not being line-wrapped when needed.

75f800d50d33d042b7996f14b33533c59b6162ea authored almost 8 years ago
Fix potential null-pointer access

08654467bb47bb6c211c037e83ed598ca0af5c77 authored almost 8 years ago
Rough cacheAsBitmap working in simple test case

b555e39a5cb26f8dad0897e73faf53ef4e4bc75b authored almost 8 years ago
Use __transformDirty (rather than __worldTransformDirty) and remove __childRenderDirty in favor of __renderDirty only

2769277e0e1ac1c958a9f1db4b6062f9fb6091e3 authored almost 8 years ago
Use __childRenderDirty mechanism (rather than __worldRenderDirty)

e0201f297e329ac5068963e8f84c50ffa0f3f028 authored almost 8 years ago
Update static init fix

5566f2c8d1a526037ccc91e785636168ea4a9fae authored almost 8 years ago
Patch initialization order

08633037b4810caed55bd0c642ab8178b4e9889c authored almost 8 years ago
Fix missing class error that causes code completion to not show up.

626ec2a151bc54ff4dd2f5194bae305e8b8fe2fa authored almost 8 years ago
GraphicsTrianglePath added, some graphics optimizations

cf23d0ca1e2236bf36cca6f2971c790a5eb2d3c0 authored almost 8 years ago
GraphicsTrianglePath added, some graphics optimizations

666342f1b86cca3134b06362cbb66a26e1cb4cd6 authored almost 8 years ago
Fix return type of vector.reverse()

14e5d61b6c834e3d2a16cad0dde2922bf69c2932 authored almost 8 years ago
HTML5 Dictionary fix

b6d364d9ec18d07e01e64b2cc9eb82276176179b authored almost 8 years ago
Support for compressed textures

- html5 && neko targets
- detect automatically if support is available
- depends currently on an...

1656df74fb7233ff622c13b00cf8087eaa3fdc1c authored almost 8 years ago
Basic support for Adobe Texture Format containers

- only block compressed DXT formats
- no cube maps

d885ccee6295f5ef7d3314e82256fa755a366c09 authored almost 8 years ago
Improve GraphicsPath (thanks @sbijoshj)

995d8429bfe241cc65f1c93d936467eb36c5dc80 authored almost 8 years ago
Fix null Vector toString, make Flash string more like other targets

1824eed2641de913f20c014c8a06dab79a800ae2 authored almost 8 years ago
DataPointer fix on HTML5

2f391bece37e0d2d9409e35e360a43f8d2d44b31 authored almost 8 years ago
Bypass cairo.target in TextField render

b3745d8ab1b473327bae40f98448ca0aa6d2b1e5 authored almost 8 years ago
Speed up byteArray.writeFloat when LITTLE_ENDIAN

ff32e954c8b66fdff11c105cd0aed8c8c14c25cc authored almost 8 years ago
Include position when converting ByteArray to DataPointer

a937f8df7fc8280ea71bf8836e4104e0ad59855f authored almost 8 years ago
Graphics drawRoundRectComplex(), fixes #1548

ffce21a207869a1dbfde877d72794442eddced76 authored almost 8 years ago
Improve error handling

9e09da0d4d51dc54f743612fff16bd7229e3879d authored almost 8 years ago
Update import

6cbc43a40ca1b9d12c818fe9eabce64375eac5ae authored almost 8 years ago
Keep tools under Neko 2.0 size limit

7477a5baf2ac5475cf315fe04fb2be64a97a51cb authored almost 8 years ago
Stage3D mipfilter fix

0582e302317808f3ae1fb365dec1a30e572daeab authored almost 8 years ago
Clear errors only on Stage3D debug

5c9e3689522d1bf46e706eed2566b1faa1e28dde authored almost 8 years ago
Allow Shader to optimize in browser, fix Int parameter index value

9d79fa8b57257d56266f3b717be9869f724c4ca0 authored almost 8 years ago
Be explicit about WebGL context for JS-only texImage2D

eafae05abef0a31842740e1b27ad0163639cf28c authored almost 8 years ago
Consistency change in embedded BitmapData

b3ec56e24f392be06bde9da7dfa1b6781e40bf7c authored almost 8 years ago
Changed symbol.path to symbol.alpha

73f90e141c32135a1ca82151d9b65198ff97e76c authored almost 8 years ago
Use default 'base' value in Flash HTML template (load paths relative to SWF URL)

bd57bcd83e61d752876c4ace2ddfe05c25c82e1a authored almost 8 years ago
For now, force drawWithQuality LOW to disable smoothing

3a0e6a5925efac2e4e4859d7346da5dc958e66d6 authored almost 8 years ago
Improve inherited blend mode behavior (still needs additional work)

0e321560a6b3095fc873ee0b1b0b4725756e5ad2 authored almost 8 years ago
Add capture to ADDED/REMOVED_FROM_STAGE events (close #1510)

d61c8dcaed5c7a4fe8116233198c04fd84621445 authored almost 8 years ago
Remove inline

2ffbe3f393d0722ba6fcc0c695b5912f9e7fad46 authored almost 8 years ago
Fix x and y pos being added to width and height.

It’s relative to parent after all.

ba255d755855a718d0e2c98c3b4d930343ea137d authored almost 8 years ago
Add movieClip.isPlaying

d28dc3edd05e055f0553121e87a20e6c1a77aab1 authored almost 8 years ago
this meta tag is deprecated and no longer recommended as of Oct 2015

by both MSFT and GOOG
see http://stackoverflow.com/a/6771584

7aff79856311b547dad90778dd38e0bd2201d88c authored almost 8 years ago
Changed "Asset" to "Assets" in the usage metadata

7d94d5d419f05791a23a7362d17129a4ea6c80d5 authored almost 8 years ago
Update CHANGELOG

4b2dafc9438eba60049363121e94deebf487065f authored almost 8 years ago
Update to 4.9.2

d8b786a31f925dece84d080c3a8971c9809f111c authored almost 8 years ago
Fix check for packed stencil extension

1a68dba7580da7cefd2e56f319203620d4987156 authored almost 8 years ago