Joshua Granick
cac82509da
Add support for embedded JS dependencies (embed Lime dependencies by default)
2019-02-12 13:30:07 -08:00
Joshua Granick
d9dbea7f6b
Try a hidden ApplicationMain.hx file instead
2019-02-07 16:43:42 -08:00
Joshua Granick
a6fbbe7257
Add hidden ApplicationMain macro for better code completion on new targets
2019-02-07 12:58:54 -08:00
Joshua Granick
864dcf74cc
Set length on cURL write
2019-02-06 11:38:50 -08:00
Skerper
4595ac7d80
Remove offset from alpha image
...
Offset was causing the alpha image to be misaligned
2019-02-05 20:40:11 -08:00
Jens Fischer
ee0c4a88c9
Hide __ASSET__ classes with @:noCompletion
2019-02-05 20:39:12 -08:00
Joshua Granick
ba6cc18fee
Clean up Haxe XML Fast/Access imports
2019-01-22 15:01:09 -08:00
Joshua Granick
820686f110
Compile fix
2019-01-21 13:16:11 -08:00
Joshua Granick
ed7cf4fbb7
Queue the Multi thread again if there's a pending request in the queue ( #1276 )
2019-01-21 12:32:53 -08:00
Joshua Granick
e582f8f6b4
Use thread to speed up cURL Multi in native HTTPRequest ( resolve #1276 )
2019-01-18 10:52:55 -08:00
Joshua Granick
ac7b0914b9
Fix types for events in ThreadPool
2019-01-18 10:51:18 -08:00
Joshua Granick
fe6548d791
HL fixes
2019-01-10 11:43:47 -08:00
Joshua Granick
9e078204a7
Add workaroudnd for onDropFile behavior on HTML5 (for now)
2019-01-09 12:05:16 -08:00
Joshua Granick
93a5cea26d
Fix possible Vorbis compilation error on Windows
2019-01-08 10:09:32 -08:00
Joshua Granick
464dc88c44
Improve native HTTPRequest performance
2019-01-07 13:32:17 -08:00
Joshua Granick
0557e64a4d
Improve assets cache break, allow disabling, or forcing a specific cache version
2019-01-04 14:29:31 -08:00
Joshua Granick
ac84c458f1
Don't dispatch window close on HTML5, since mobile browsers might not have really closed the browser page
2019-01-04 12:56:32 -08:00
Joshua Granick
8883366f10
Bump HTML5 HTTP request limit internally
2018-12-20 16:25:19 -08:00
Joshua Granick
e87d5c0801
Minor fix
2018-12-13 23:03:49 -08:00
Joshua Granick
eb0b2df706
Console font fixes
2018-12-10 21:20:01 -08:00
George FunBook
63cfd23e0b
check mousedown cancelled for context menu disabling
2018-12-10 16:09:06 -08:00
Joshua Granick
911e6b9862
CommonJS runtime fix
2018-12-10 16:08:10 -08:00
Joshua Granick
c83a66a703
Improve font embedded metrics/data
2018-12-10 14:04:47 -08:00
Joshua Granick
56a6ec0a08
Minor fix
2018-12-07 14:31:09 -08:00
Joshua Granick
b8aa0df9dc
Add cache break string to Assets library.json
2018-12-07 14:16:32 -08:00
Joshua Granick
68de78a9b9
Cleanup software gaussian blur
2018-11-28 21:43:57 -08:00
Łukasz Modliński
7314c37153
Switched return values in gaussianBlur
2018-11-27 09:59:42 -08:00
Joshua Granick
df0f77b91c
Skip pixel translation in blur if no offset or strength change
2018-11-20 08:57:32 -08:00
Łukasz Modliński
c72362f028
Reverted changes with strength
...
This actually broke DropShadow
2018-11-20 08:49:17 -08:00
imcasper
06982a4ac2
Update ImageDataUtil.hx
...
strength can smaller than one
2018-11-19 08:42:09 -08:00
Joshua Granick
3049e637b0
Docs fix
2018-11-15 15:51:31 -08:00
Joshua Granick
f89dfd956a
Compile fix
2018-11-15 15:44:08 -08:00
Joshua Granick
62d850a3e7
Compile fix
2018-11-15 13:45:06 -08:00
Joshua Granick
4e9de61186
Avoid CFFI for DataPointer conversions on C++
2018-11-15 13:28:07 -08:00
Joshua Granick
c49a90d451
Let SDL notify on Clipboard changes, progress on catching clipboard get/set failure (locked clipboard)
2018-11-15 10:24:11 -08:00
Łukasz Modliński
4735ed6c03
Swapped imgB and imgA back
...
This swap makes Blur actually work - otherwise it does not display at all.
2018-11-15 09:49:19 -08:00
imcasper
37b2eb014b
ImageDataUtil.gaussianBlur strength
2018-11-14 08:30:09 -08:00
Joshua Granick
263e73922e
Fix XML access warning
2018-11-13 10:19:31 -08:00
Joshua Granick
9302116537
Allow <window background="null" /> or "transparent" (in addition to "0x00000000") for transparent window
2018-11-12 11:03:04 -08:00
Joshua Granick
ce28056089
Fix -Ddom define ( resolve openfl/openfl#2067 )
2018-11-12 10:00:16 -08:00
Joshua Granick
c7b96e0be8
Timer fix
2018-11-05 11:20:15 -08:00
Joshua Granick
1b8df4203b
Hide AIR windows by default when running munit
2018-11-01 16:29:52 -07:00
Joshua Granick
6af853b002
Resolve issues in Font.renderGlyph(s)
2018-11-01 10:17:52 -07:00
Joshua Granick
33ea814926
Minor fix
2018-10-31 15:13:39 -07:00
Joshua Granick
344fb75bf8
Use lime.system.Locale instead of a new Language enum
2018-10-31 15:13:39 -07:00
Lars Doucet
0a08a82d0c
add language-specific rules (for e.g. Turkish) to Utf8String casing
...
fix utf8string casing
2018-10-31 15:13:39 -07:00
Joshua Granick
5129b337c8
Update HTML5HTTPRequest.hx
2018-10-31 14:58:24 -07:00
loudoweb
298d2b9ae6
Add forceLocal define to allow loading locally
...
Compiling with -DforceLocal allow files to be served locally when browser supports this.
Use case : Cordova use a webview and many files can't be loaded without allowing http status 0 as successful.
2018-10-31 14:58:24 -07:00
Joshua Granick
85934e498e
Fix error when rebuilding tools using Haxe 4 preview 5
2018-10-25 23:15:48 -07:00
Joshua Granick
fe0b6bf138
Improve support for Haxe 4 preview 5
2018-10-24 17:05:32 -07:00