Commit Graph

956 Commits

Author SHA1 Message Date
Joshua Granick
f4a90a8ef3 Dispatch events for window activate/deactivate on SDL mobile 2015-06-05 11:24:58 -07:00
Remi Gillig
44e6d086d1 Merge branch 'master' of https://github.com/openfl/lime 2015-06-05 16:37:44 +01:00
Remi Gillig
a7c95df6a9 Add SDL_WINDOW_ALLOW_HIGHDPI to SDL_CreateWindow flags so Retina support works on OSX. 2015-06-05 16:34:52 +01:00
mauve
27a4b35d10 Corrected parameter types of two GL calls. 2015-06-05 00:13:19 -07:00
vroad
21b84a5b3b Fix high cpu usage in TextLayout 2015-06-03 22:28:31 +09:00
vroad
bb8d22a16a Make Ogg vorbis loading faster 2015-05-28 18:48:30 +09:00
James Gray
7e2be93bf9 Merge remote-tracking branch 'upstream/master' 2015-05-25 17:48:10 -05:00
Kane Wallmann
be32c5b925 Handle window resize events for Cairo 2015-05-26 02:19:16 +10:00
Joshua Granick
a1eda351ad Try again 2015-05-22 15:31:01 -07:00
MrCdK
c994788bc4 oh... well... it fixes black textures on Android 2015-05-23 00:12:35 +02:00
Kane Wallmann
1ee5ebe788 Work on Cairo FreeType implementation 2015-05-22 19:20:49 +10:00
vroad
4abe0a70e1 Fix problem with cairo on nodejs 2015-05-17 15:28:54 +09:00
Joshua Granick
ab4a8daefd Merge pull request #441 from tocsick/missing-cairo-bindings
Added some missing Cairo bindings
2015-05-16 18:40:53 -07:00
Kane Wallmann
e0127ce705 Added some missing Cairo bindings 2015-05-17 09:20:08 +10:00
Kane Wallmann
266d9abb20 Added cubic support and added xform reset fix to Decompose 2015-05-17 08:11:33 +10:00
Joshua Granick
cb87783f2b Add support for application.frameRate 2015-05-14 16:29:31 -07:00
James Gray
50b584de65 Merge remote-tracking branch 'upstream/master' 2015-05-12 17:16:47 -05:00
Joshua Granick
2d3f51d2a4 Initial support for text input/edit events 2015-05-12 07:11:21 -07:00
Joshua Granick
f1c88a86e5 Fix possible OpenAL crash on Neko 2015-05-07 14:13:56 -07:00
Joshua Granick
4deb21be8c Fix static build (thanks JeriX) 2015-05-07 13:16:36 -07:00
Joshua Granick
e976f64ce4 Add Cairo bindings for gradient patterns 2015-05-06 01:01:37 -07:00
Joshua Granick
2ec0f7c4b2 Add Cairo currentPoint/hasCurrentPoint 2015-05-06 00:22:45 -07:00
Joshua Granick
a523803595 Add a few more bindings 2015-05-05 23:03:15 -07:00
Joshua Granick
aeeaf7023d A few more bindings 2015-05-05 22:30:18 -07:00
Joshua Granick
2b75564951 Some work on pixel formats 2015-05-04 15:54:50 -07:00
Joshua Granick
ddd77134d2 Extend Cairo bindings 2015-05-03 02:29:23 -07:00
Joshua Granick
2e5438c2d6 Add identityMatrix 2015-05-02 22:22:27 -07:00
Joshua Granick
efa02a58ca Some more Cairo bindings 2015-05-02 17:11:40 -07:00
James Gray
42c14941ca Merge remote-tracking branch 'upstream/master' 2015-05-02 01:19:00 -05:00
Joshua Granick
6e705aa23f Initial support for software rendering using Cairo 2015-05-01 18:13:40 -07:00
Joshua Granick
44b14e283c Running simple sample 2015-05-01 12:52:16 -07:00
Joshua Granick
ceab8ce28b More work on Cairo bindings 2015-05-01 12:25:53 -07:00
Joshua Granick
6dcb008649 More work on Cairo bindings 2015-05-01 07:52:26 -07:00
Joshua Granick
0b82d31501 Initial work on Cairo bindings 2015-05-01 07:17:45 -07:00
James Gray
8b4a67755a Merge branch 'cairo' 2015-05-01 00:49:55 -05:00
James Gray
b1360ac641 add partial Cairo bindings 2015-04-30 18:58:25 -05:00
James Gray
c5decdf913 Merge remote-tracking branch 'upstream/master' 2015-04-30 18:09:20 -05:00
Joshua Granick
41a2c292dd Prepare for ANGLE support 2015-04-30 10:43:09 -07:00
MrCdK
f588dcdf09 Dunno why round isn't working, so second another workaround 2015-04-28 02:54:01 +02:00
MrCdK
8439a6898a Add math.h for round 2015-04-28 02:29:51 +02:00
MrCdK
a7bfb9936b Implemented the cpp part 2015-04-28 01:34:25 +02:00
MrCdK
2d3576743d Let's make a float division and not an integer one 2015-04-27 21:17:35 +02:00
Joshua Granick
ca89748dc9 Minor tweak 2015-04-24 09:29:05 -07:00
Joshua Granick
632f0e695d Add window enter and leave events (mouse focus) 2015-04-24 02:18:30 -07:00
MrCdK
7703a8e2c0 Fix windows imageBuffer transparent value 2015-04-24 00:33:19 +02:00
MrCdK
02916119ca Fixes copyPixels mergeAlpha
Fixes issue https://github.com/openfl/openfl/issues/618
2015-04-23 23:35:26 +02:00
Joshua Granick
3e2291fb54 Return immediately if ov_open fails 2015-04-21 14:00:56 -07:00
Joshua Granick
5ff82be019 Close a few more handles 2015-04-21 13:42:50 -07:00
Joshua Granick
e3c4c0d57b Minor fix 2015-04-21 13:38:48 -07:00
Joshua Granick
7e9f71c1c0 Better cleanup in WAV code 2015-04-21 13:35:46 -07:00