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

HTML5: Clear re-used canvas before drawing

0da74ecee3b9b87b1851d0744f3042ca5456ffae authored about 8 years ago
Canvas: Do not render when mask is 0-sized

This is not just an optimisation but required
because drawing an empty clip, doesn’t mask
anyt...

a96ebe8387c5f1dde6aef9cd199e915ef21bf2a8 authored about 8 years ago
Rewrite Loader (close #1468)

7dc8ec901b264805dfe7de7b64ef0121d58583ad authored about 8 years ago
Revert "HTML5: Make setClipboard API work" (resolved in Lime)

This reverts commit dcb8f163506df0711d8f94238023e6bcd90ea49f.

5cc301a2fc587d472dcf7d5765a0645655e44508 authored about 8 years ago
Merge pull request #1466 from Laerdal/fix/html5-clipboard

HTML5: Make setClipboard API work

08c35501092c2928cf5241555f2f1b2ee0fc128b authored about 8 years ago
HTML5: Make setClipboard API work

dcb8f163506df0711d8f94238023e6bcd90ea49f authored about 8 years ago
Matrix3D should clone rawData (fixes Away3D)

c347755184707e61f286b33b430e2afc7c7a292d authored about 8 years ago
Crash fix

d2e4b7ebd89ea06ac9ba61f23c94485a5327fc16 authored about 8 years ago
Merge pull request #1465 from kasparsj/patch-11

Skip binding for expressions, anonymous functions

0b25959c3fc44cfdd14ab08368b54cd4188af267 authored about 8 years ago
Minor cleanup

4d406a7387ee9e68ded767d13e2e2920af5ddcfd authored about 8 years ago
Merge pull request #1462 from Greg209/develop

Add support for Stage3D anisotropic filtering.

f9d7ae9f6f161fe355cbeb384a62dc76bb12387f authored about 8 years ago
Skip binding for expressions, anonymous functions

A fix for ExternalInterface.call, to allow expressions and anonymous functions (which may contai...

0bb05bb195357e5580c097488d8bd47df7a12335 authored about 8 years ago
Add support for Stage3D anisotropic filtering.

cedc2adcb1628f2c0c1f2fe80bf632cb9371395d authored about 8 years ago
Fix Context3D depth clear

321b62bd46f1623ecdbb32951f1fb1503a13207d authored about 8 years ago
Implement CubeTexture

f35d8d4fab61373f1556bea855e542b1c86c6cc0 authored about 8 years ago
Fix for small mipmap textures

c4b9d590c749dafc687017364a17f787af22330f authored about 8 years ago
Fix Context3D MipMapping

688cd9dd428a4d2c46706034eec002da8f3d027e authored about 8 years ago
Cleanup, fix setTextFormat

36ba8a66ecb3d03fbc9a240b30a67a480925f719 authored about 8 years ago
Implement Flash’s htmlText link behavior: open URL/ dispatch LINK event

17e277fc2694f4a27ec3fe5d41dbab9af9dd1a61 authored about 8 years ago
Show hand cursor when moving over htmlText link

b9621122bcc8efd37dda87173ac775497414823b authored about 8 years ago
Move Text LayoutGroup finding code from __getPosition to __getGroup.

This allows other functions (e.g. mouse event
handlers) to retrieve the group under a point.

0acc1e6e8fed0cde37fae288e25a62c5e1810e02 authored about 8 years ago
Add option to find the exact TextLayoutGroup under point (or none)

1ca3fba2952ef7d0fbbe296feca1defbced3d0dd authored about 8 years ago
Parse href attribute in htmlText

e618b9bf303824646b9e154e36028ca1cd8f0a6d authored about 8 years ago
Remove unused `__cursorPosition`

b7541b587db47ecf59ff92a53a8a6e53577c28df authored about 8 years ago
Merge pull request #1458 from Laerdal/fix/dom-textfield

DOM TextField improvements

aaa6dd5058bb89cc7085f560c0e26405748e7013 authored about 8 years ago
Compile fix

b099fd52bad9b9c124c2e24c12924c51ec97daa3 authored about 8 years ago
Add `dictionary.each ()` for simulating `for each` behavior

41898613e36747cce7767be3e36a6e9c48d328e6 authored about 8 years ago
Merge pull request #1459 from NenadBojkovski/feature/dictionary_add_looping_by_values

Add a possibility to loop through dictionary by values

d486103bb36c69b5f8f65a1781c3329d25ff0755 authored about 8 years ago
Add a possibility to loop through dictionary by values

b8ec965fdb75526796b36edec102cca4349176d6 authored about 8 years ago
DOMTextField: Implement <font> htmlText rendering

26f2a81f01478f475a5d81c797f698db77491c8a authored about 8 years ago
Fix for stroking too early when changing lineStyle.

This fixes the underlying issue worked around by
commit 8f71a6498b695e7d73f8a784c19c07510e7efebc.

34b080f9a4d2ba77fd4b8c916be457567eb8281a authored about 8 years ago
DOM: Escape HTML in regular `text` property

c7fc045ae7c8986b34507fe1aad55ca1f55425e8 authored about 8 years ago
DOM: Fix TextField size not correctly updated

dc049d54319440044a6bbf9db46d68217aa9e145 authored about 8 years ago
DOM: Don’t round font-sizes to nearest half by default any longer

Looks like recent Safari now renders font sizes
with decimals correctly, just like Chrome.

4d4e6b6c9d09adffe116107ecd76a5a03304e303 authored about 8 years ago
DOM: implement text selection support

e5a6125f66d8a0732319c50ffe732dcc9992eaa5 authored about 8 years ago
DOMTextField: size is better determined by the OpenFL TextEngine

This fixes alignment issues and manual sizing not
being applied.

b26728a5f4e7d9aba3dc600df7e7f651ad5bd0b9 authored about 8 years ago
DOMTextField: Cripsy fonts in Safari and others!

Chrome seems to be smart enough to support
font-sizes like 13.123px; Safari is not.

To make tex...

1a734098734892c34b472d2d0b3bb511979e4c10 authored about 8 years ago
DOMTextField: correct transform for 1px outer-border

a2a37ab767338d159034ec77ecd835e89b36ad7f authored about 8 years ago
DOM: enable word-wrapping when wordWrap is true

9fbd48d6f72e8337e0bd69da40ad3fbc065cd2bb authored about 8 years ago
Minor update

14928e5ef9f6efeee121928519984fa34d7899aa authored about 8 years ago
Fix AGALMiniAssembler

7bbc61e10987d8ec980bfcc338b165b640ea6d53 authored about 8 years ago
Update CHANGELOG

695d96f03e33dcf2fdcc1e160d5d7a6b3728b1a4 authored about 8 years ago
Update to 4.7.3

815907767cdc76498735d928470ceab3bd791eaf authored about 8 years ago
Make Capabilities.screenDPI more consistent with Flash (use window.display.dpi for actual values)

d23677a0935f846a6b3da4616230a2038702e236 authored about 8 years ago
Keep things sharper on high-DPI HTML5 output

a8f9355d839e364131fad71627ad791b1eeec7bb authored about 8 years ago
Make Capabilities more consistent with Flash

4fb35645facebded18acc6574ca718ba317876a1 authored about 8 years ago
Set ExternalInterface.available = false on native platforms

89c18751f5978eb255fc231dcb157958bf9727a8 authored about 8 years ago
Fix textWidth regression

18c2196aab89776eb2de1ac92cda70327e39c0c1 authored about 8 years ago
Merge pull request #1454 from Laerdal/fix/hittest-visible

Make sure hit-test drawing commands are not actually rendered

d86d73290db23b8e5620f3b7e06d3e2102441c6a authored about 8 years ago
HTML5: Make sure hit-test drawing commands are not actually rendered

49a490b54ead2a5c1b9e21ccccc76bafd95c7fba authored about 8 years ago
Update CHANGELOG

4c0089986a4b3f1f1f7df8cde7f53d3109ec75e5 authored about 8 years ago
Update to 4.7.2

38a06a522cd1b578440d7ab4e359b6b4325e62c3 authored about 8 years ago
fullscreenWidth should be fullScreenWidth

398834e6b2f2e0d2bedb40d1b0a9e4c7b6df8051 authored about 8 years ago
Update CHANGELOG

8b4eae3c88252a94eac2602b033442e0b6254ccb authored about 8 years ago
Update to 4.7.1

a65eb6267bbc93a17de66ab2dcc196d3eb965f38 authored about 8 years ago
Reduce JS output size

9ec8f15d041055878eec63a772ed25495736d5af authored about 8 years ago
Fix use of scaleX/scaleY with DCE

c6a338c94bcbe09a3a75f4bfd4fd774183a6e2bd authored about 8 years ago
Fix logical resize

e49e4d1f951d4a029cf9f98ac3ce5b6ff2031eec authored about 8 years ago
Stage should not be transformed

beaad0ca1bdc0d757867a32377885bc385f5de94 authored about 8 years ago
Improve behavior of Flash code completion

061748f9700acd6fea15688c61375c9786269e5e authored about 8 years ago
Make stage ACTIVATE/DEACTIVATE more consistent with Flash

9e1f397de764a5f2f15d0058647d4704a79a3f32 authored about 8 years ago
Fix printing of errors in Preloader classes

d3ea13fcd17306eccd3c45dbb4329e62e071a4b1 authored about 8 years ago
Update minimum Lime version

9fee0810e9dc92a587de4b5035f662ee4e287c28 authored about 8 years ago
Update CHANGELOG

75f8f7cd5e46c8171ffaa7560e30e672776d3acc authored about 8 years ago
Update to 4.7.0

9db304057a31c2a6c5d3bdc0b1a8a01b1b5a7053 authored about 8 years ago
Add support for simulated preloader

38f42a693d596817ab4c16e71520732cfcf31de9 authored about 8 years ago
Merge pull request #1448 from kasparsj/patch-10

bug fixes for input textfields

b585d79e4e31980b63edb25ca445b09150fa2c10 authored about 8 years ago
bug fixes for UP/DOWN keys

431f8ef6f8dcba6394afcebfc01d7f522a9df321 authored about 8 years ago
fix for line break at the end of input textfield

fcb55ed0e55740b5e01676b686ca534b5beb2a92 authored about 8 years ago
Cleanup

cfedb9674c605f5dc4893a423080725f522ee864 authored about 8 years ago
Fix scale of mouse events

635cb28727ba4dd59c6d95ef896897132a5fd48e authored about 8 years ago
Account for rotation when in Graphics subpixel offset

25b28b21186795687d987277271ae8d0b79d5ca0 authored about 8 years ago
Empty/tiny Graphics micro-optimization

b2a83b05adda9ccc8f689ab8077d735dd5666799 authored about 8 years ago
Clear the entire canvas if scaled for high-DPI screens

e6dd928412f421983ae4fb2afd153768d01be23e authored about 8 years ago
Retina screen <canvas> Graphics support

This patch scales Graphics rendering using devicePixelRatio
in the DOM target and applies CSS t...

de0491b589d055cd90116ba4ad838583f82c2e01 authored about 8 years ago
Fix to worldTransform simplification calculations

9cc4ab86b5e51cb0ad872728c997b77a1e9372a1 authored about 8 years ago
Accurate “dirty” Graphics flagging

572966ff21ba214daf4ec6c1814a53ac86a96da6 authored about 8 years ago
DOMShape: micro logic optimization

0048c9210965934b6a8017a25efb7e5db28c61a8 authored about 8 years ago
Cripsy Graphics, inlined Math, tasty subpixels!

This patch replaces the Matrix concatenation code
in Graphics.__update to a simplified version t...

e48342599a1436d6257536ac7f67709c109aff57 authored about 8 years ago
Revert SWF library change (resolved in Lime)

8f2db73ef765d717c39cfe5743466efe8ae77aa9 authored about 8 years ago
Minor cleanup

1580c65e94fc57bd2100c17fdf8999e9d356a175 authored about 8 years ago
Fix iOS SWF asset library

a615f645f49b66627d4b437a8064f1f9fdda826e authored about 8 years ago
Merge pull request #1447 from kasparsj/patch-9

TextField HOME/END key support

e169cfd4356e2e9578e5f108b84dfec91f742261 authored about 8 years ago
TextField HOME/END key support

Also DRYed up LEFT/RIGHT/UP/DOWN keys

67aec91b4a5f316aba666c079d4111ff38702514 authored about 8 years ago
Merge pull request #1445 from kasparsj/patch-8

More accurate advances for Input TextFields

6bab3014121680b94aee333706dbfe441986dce0 authored about 8 years ago
Merge pull request #1444 from kasparsj/patch-7

Fix for TextFormat.font might already be quoted

f52c2726270aac60dd2d2a3597b03d91b1a4922e authored about 8 years ago
More accurate advances for Input TextFields

For Input TextFields use always more accurate way of calculating advances

23377ffb5e492f3f271db3bc31a50d692b165446 authored about 8 years ago
Fix for TextFormat.font might already be quoted

f6d879dd1273ef528605087e41675b04952da956 authored about 8 years ago
Add rect support in bitmapData.encode, small optimization for rectangle (resolve #1443)

4d88f4fdd29685ec5edf8dbf87bf7da811802505 authored about 8 years ago
Add workaround for NMEPreloader until version 5 (resolves #1436)

a68731b6a928a12596533391c5845f2f9d89eefb authored about 8 years ago
Deprecate extra parameters on BitmapData.fromFile et al, add BitmapData.loadFromBase64/loadFromBytes/loadFromFile (resolves #1435)

76978707b3c41d35c0a9fdbc7d5c70bf531d92ee authored about 8 years ago
Merge pull request #1442 from Laerdal/fix/text-kerning

Proper kerning and selection of line wrapped text.

5fe31e0d31746e7bf320fa9d5c4b552b8fc08738 authored about 8 years ago
Minor fix

e9768d9005089848d37048f334759e48adda3363 authored about 8 years ago
Merge pull request #1441 from kasparsj/patch-6

TextField UP/DOWN arrow key support

1b1f1ba82ac60e48b6225f179fade268887601e1 authored about 8 years ago
Merge pull request #1440 from Laerdal/fix/empty-textfield-format

Make `setTextFormat("",0,0)` work when `text` is empty

88cc387e0eeb9b8eeb1d8548907b1889036d2858 authored about 8 years ago
Flash library fix

1aec1719f022a7d99cfd677cab1ad349f2653139 authored about 8 years ago
Merge pull request #1438 from kasparsj/patch-5

Fixed wrong package

45c71236c0c74524adfd1f1f867cd9d73aff0227 authored about 8 years ago
Fixed kerning and selection of line wrapped text.

This patch gets rid of inaccurate
`TextEngine spaceWidth` calculations. It also
makes line-wra...

0d9bdd9242ccac224a7b4e47f2ec42f21658f66b authored about 8 years ago
Grow TextLayoutGroups to ensure contiguous selection rectangles

264ef593259a5ff5f2aedf0677e7ba2156f27dde authored about 8 years ago
Grow TextLayoutGroups to include spaces for gapless selection rectangles

990400c2405bf32d90f23c0580bb75c962f020c6 authored about 8 years ago