Commit Graph

775 Commits

Author SHA1 Message Date
Joshua Granick
f8a1e5afb5 Merge pull request #216 from mrcdk/firefox_marketplace
Firefox Marketplace
2014-08-27 16:44:11 -07:00
Joshua Granick
425705299e Neko/OpenFL Float32 fix (should we make Float32Array an abstract?) 2014-08-27 15:20:55 -07:00
MrCdK
ec5500c224 Added GET parameters support to OAuth 2014-08-27 20:29:21 +02:00
MrCdK
7a4a1e772f Merge branch 'urlloader_curl' into all 2014-08-27 04:38:47 +02:00
MrCdK
f83239a1a4 Basic OAuth implementation.
Only 1.0 right now and without access/request/refresh tokens.
Doesn't support GET/POST params at the moment either.
2014-08-27 04:38:26 +02:00
MrCdK
bdf8d1f2f1 Continue the work with URLLoader and cURL
- Fixed PUT and POST
- Fixes CURLOPT_READFUNCTION
- Added CURLOPT_PROGRESSFUNCTION
2014-08-26 07:46:43 +02:00
MrCdK
0fef12abba Merge branch 'next' of https://github.com/openfl/lime.git into urlloader_curl 2014-08-25 23:10:55 +02:00
Joshua Granick
4f4f470927 Update to newer cURL 2014-08-25 13:41:04 -07:00
MrCdK
ef1a3b2377 Adds curl bindings for URLLoader. Not well tested. 2014-08-24 23:25:21 +02:00
Joshua Granick
3a3d13a6c7 Compile fix 2014-08-20 14:43:05 -07:00
Joshua Granick
03391ed76f Move cURL 'easy' methods to lime.net.curl.CURLEasy, make CURL an abstract Int (more similar to the C++ API, handles are called CURL) and use an enum abstract for URLRequestMethod 2014-08-19 16:06:04 -07:00
Joshua Granick
4a5b1a22bb CURL improvement 2014-08-17 18:05:57 -07:00
Joshua Granick
825372dab8 CURL binding 2014-08-16 20:34:04 -07:00
Joshua Granick
e0ba96bc23 Update LICENSE 2014-08-15 13:52:39 -07:00
Joshua Granick
c4ea28e044 Add support for -static flag, initially on Windows 2014-08-15 13:16:19 -07:00
Joshua Granick
b8c4c72202 Fix DOM mouse event coordinates 2014-08-13 14:32:07 -07:00
Joshua Granick
580540aa99 Preload JS fonts, compile fix 2014-08-13 14:19:39 -07:00
Joshua Granick
f409b5bc85 Fix FONT type 2014-08-13 10:42:15 -07:00
Joshua Granick
6af46c5835 Add lime.png 2014-08-13 09:05:01 -07:00
Joshua Granick
6c54935d82 Canvas Image fix 2014-08-13 09:03:16 -07:00
Joshua Granick
c13654061a Update README 2014-08-13 09:03:09 -07:00
Joshua Granick
3429c431d7 Canvas image fixes 2014-08-12 21:11:39 -07:00
Joshua Granick
afcb3354a4 Add Assets.getFont, temporarily for Flash/OpenFL only 2014-08-12 20:35:55 -07:00
Joshua Granick
36d55dad79 Update DefaultAssetLibrary for newer aether Flash embed method 2014-08-07 12:23:55 -07:00
Joshua Granick
086f9b3e81 Compile fix 2014-08-06 11:05:06 -07:00
Joshua Granick
4834e3ba1e Add support for image decoding/encoding with -Ddisable_cffi, minor fixes 2014-08-06 10:25:30 -07:00
Joshua Granick
8338bdf652 Adding image.resize (bilinear sampling) 2014-08-06 08:01:37 -07:00
Joshua Granick
fdbc6c2816 Update ByteArray and add support for CFFI-free Neko support 2014-08-05 22:56:04 -07:00
Joshua Granick
46f738681a Remove template console backend, to be completed in another project 2014-08-05 13:44:36 -07:00
Joshua Granick
3384f0029c Lime console fixes 2014-08-05 13:20:25 -07:00
Joshua Granick
f58fdc1d2c Update to newer harfbuzz repo 2014-08-05 10:17:41 -07:00
Joshua Granick
de0d6522da Fix harfbuzz commit version 2014-08-05 01:45:57 -07:00
Joshua Granick
f22859b69a Update to newer harfbuzz build 2014-08-05 01:33:53 -07:00
Joshua Granick
850ce2f269 Update license, fixes for harfbuzz 2014-08-04 11:03:56 -07:00
Matt Tuttle
35b8ffc87a Merge pull request #206 from MattTuttle/text-harfbuzz
Text rendering with Harfbuzz
2014-08-04 10:43:30 -05:00
MattTuttle
5727ca9623 fixing reference to Harfbuzz submodule 2014-08-04 10:25:18 -05:00
MattTuttle
f1f5497b9e Removing trace and improving text positions 2014-08-04 10:01:01 -05:00
MattTuttle
c2e73d7e9c Merge branch 'next' of https://github.com/openfl/lime into text-harfbuzz
Conflicts:
	lime/graphics/Font.hx
	project/include/graphics/Font.h
	project/src/ExternalInterface.cpp
	project/src/graphics/Font.cpp
2014-08-04 09:51:51 -05:00
Joshua Granick
373dd353ce Some handling for premultiplied data, color matrix fix 2014-08-03 20:40:42 -07:00
Joshua Granick
5a52509ec3 Compile fix 2014-08-03 18:50:05 -07:00
Joshua Granick
b8dfe9235b Add getPixels/setPixels 2014-08-03 18:44:28 -07:00
Joshua Granick
a3f8c34231 Runtime fix 2014-08-03 17:11:37 -07:00
Joshua Granick
54a9a516ab Image improvements 2014-08-03 16:45:41 -07:00
Joshua Granick
40c5065569 Image improvements, compile fix 2014-08-03 15:30:46 -07:00
Joshua Granick
9a87e17f60 Clean up Image class 2014-08-03 01:38:50 -07:00
Joshua Granick
52840059e0 Working on Lime Image methods 2014-08-02 17:31:46 -07:00
Joshua Granick
720a2090fb Update samples 2014-08-02 13:47:02 -07:00
Joshua Granick
51017010a8 Disband lime.media, create lime.audio and lime.math 2014-08-02 10:33:32 -07:00
Joshua Granick
d66f48a482 Restore Image as the default container type, with ImageBuffer underneath 2014-08-01 21:50:44 -07:00
Joshua Granick
1749a18ab4 Refactor into Image and ImageBuffer 2014-08-01 20:22:39 -07:00