Commit Graph

2057 Commits

Author SHA1 Message Date
Joshua Granick
e04f565826 Exclude *.fla by default 2015-09-22 15:03:18 -07:00
Joshua Granick
b6881c39bc Improve Cairo bindings to hold a GC reference to Fonts used 2015-09-22 14:38:41 -07:00
Joshua Granick
1ef975cb93 Remove Cairo reference/destroy -- this is handled internally 2015-09-22 14:18:22 -07:00
Joshua Granick
0e42ea9159 Add garbage collection to native pointer values 2015-09-22 13:30:57 -07:00
Joshua Granick
b3d172f7ce Merge pull request #583 from james4k/font-crash
Fix crash in Font::Decompose
2015-09-22 11:01:03 -07:00
James Gray
3e6a5a9770 Fix crash in Font::Decompose 2015-09-22 12:31:50 -05:00
Joshua Granick
fd67b2c1e9 Revert "Update CHANGELOG"
This reverts commit 315c41bbac.
2015-09-22 00:15:32 -07:00
Joshua Granick
315c41bbac Update CHANGELOG 2015-09-21 17:18:41 -07:00
Joshua Granick
248e8b72ce Merge pull request #580 from james4k/font-leaks
Fix Font leaks
2015-09-21 17:11:50 -07:00
James Gray
208f1ca8f0 plug leaks in lime.text.Font 2015-09-21 19:08:21 -05:00
James Gray
23a665fa91 plug leak in lime_font_get_family_name 2015-09-21 19:08:20 -05:00
Joshua Granick
29ad59e67c Docs fix 2.6.4 2015-09-21 17:07:15 -07:00
Joshua Granick
59ae4ef454 Update CHANGELOG 2015-09-21 16:55:27 -07:00
Joshua Granick
5347676c89 Update to 2.6.4 2015-09-21 16:55:01 -07:00
Joshua Granick
d287d64af6 Make cURL use Bytes instead of Strings 2015-09-21 16:46:16 -07:00
Joshua Granick
90ef7cedea Reduce unreachable code warnings 2015-09-21 15:35:51 -07:00
Joshua Granick
ba8f90feea Revert SDL version (for now) 2015-09-21 14:06:17 -07:00
Joshua Granick
4a2c13f04d Improve static build 2015-09-21 13:43:54 -07:00
Joshua Granick
64df4270b6 Fix iOS multitouch (legacy) 2015-09-21 13:42:34 -07:00
Joshua Granick
aa20ac7ed0 CI fix? 2015-09-21 09:30:49 -07:00
Joshua Granick
9d1598cbda Update CHANGELOG 2.6.3 2015-09-19 16:37:34 -07:00
Joshua Granick
4d42566213 Update to 2.6.3 2015-09-19 16:37:01 -07:00
Joshua Granick
040a398788 Merge pull request #573 from DEaDA/patch-1
Touch fix
2015-09-19 08:45:24 -07:00
DEaDA
45df5135ab touch bug
touch = new Touch (touchEventInfo.x, touchEventInfo.x, ...
must be
touch = new Touch (touchEventInfo.x, touchEventInfo.y, ...
2015-09-19 11:37:54 +03:00
Joshua Granick
64db9c9f8e Merge pull request #572 from vroad/nodejs-run-fix
Use "node" instead of "iojs"
2015-09-18 23:11:58 -07:00
vroad
4c72d31cb3 Use "node" instead of "iojs" 2015-09-19 14:41:35 +09:00
Joshua Granick
de8342079f Disable Cairo finalizer for now 2015-09-17 11:58:58 -07:00
Joshua Granick
429789ef78 Merge pull request #570 from Hasufel/patch-4
Neutralize SDL_FINGERUP on Mac OSX (fixes openfl/openfl#815)
2015-09-16 14:38:00 -07:00
Nilsen Filc
41f110c3ba Neutralize SDL_FINGERUP on Mac OSX
solves https://github.com/openfl/openfl/issues/815
2015-09-16 23:36:52 +02:00
Joshua Granick
479859e159 Add finalizer to Cairo 2015-09-16 13:04:06 -07:00
Joshua Granick
5bd80aaab3 Add support for CFFI finalizer 2015-09-16 12:57:41 -07:00
Joshua Granick
395625e79b Merge pull request #567 from DanielUranga/oficial
[legacy] handle non-US layout keyboards in input textfields
2015-09-16 09:34:22 -07:00
Joshua Granick
19f4a601cf Include VS2015 fix 2015-09-16 08:20:59 -07:00
Joshua Granick
19487619f0 Minor tweak 2015-09-16 08:13:11 -07:00
Joshua Granick
5b5528e7cb Improve accelerometer support 2015-09-15 22:46:07 -07:00
Joshua Granick
1170702692 Accelerometer events 2015-09-15 16:30:15 -07:00
Joshua Granick
7473f7d1d0 Harden against macro import 2015-09-15 14:55:01 -07:00
Daniel Uranga
b2732b3b34 [legacy] Only use the SDL text input api on desktop platforms 2015-09-15 17:15:11 -03:00
Daniel Uranga
acfb1de2d1 Merge branch 'master' of https://github.com/openfl/lime into oficial 2015-09-15 16:04:28 -03:00
Joshua Granick
3d6af98767 Ignore alpha value in image.setPixel 2015-09-14 17:39:10 -07:00
Joshua Granick
e5e984aed7 Merge pull request #552 from Hasufel/patch-3
add consoles definitions
2015-09-14 14:20:04 -07:00
Joshua Granick
c4d05afb40 Update SDL version 2015-09-14 13:56:34 -07:00
Joshua Granick
839dfad281 Move task to background on Android clean exit instead of force quitting 2015-09-14 13:32:25 -07:00
Joshua Granick
377e3c747e Invalidate source image data on certain render paths 2015-09-14 11:39:13 -07:00
Joshua Granick
1cfa7fe7ee Use more standard Event type naming 2015-09-11 19:22:21 -07:00
Daniel Uranga
826401c08c [legacy] handle non-US layout keyboards in input textfields 2015-09-11 17:13:32 -03:00
Joshua Granick
be66041826 Merge pull request #562 from larsiusprime/fix_font
Font: optimization, add internal __fontPathWithoutDirectory variable,…
2015-09-09 13:01:13 -07:00
Lars A. Doucet
4029ad7a40 Font: optimization, add internal __fontPathWithoutDirectory variable, just for cpp/neko/nodejs, for avoiding lots of function calls in text rendering in openfl on those targets 2015-09-09 09:35:53 -05:00
Joshua Granick
de1ce44954 Update CHANGELOG 2015-09-08 10:08:21 -07:00
Joshua Granick
fe453f02ce Update to 2.6.2 2015-09-08 10:08:20 -07:00