Commit Graph

4290 Commits

Author SHA1 Message Date
Joshua Granick
6eeaad6ee8 Update SSE config for OpenAL, Pixman and SDL 2018-12-03 09:00:43 -08:00
Joshua Granick
1a5090d5be Fix GL_MakeCurrent call 2018-11-29 17:26:49 -08:00
Joshua Granick
02cdb126eb Fix memory leak in bytes.Value (resolve openfl/openfl#2075) 2018-11-29 17:07:56 -08:00
Joshua Granick
18502d49c0 Make sure can set our GL context as the current on Window creation 2018-11-29 12:37:08 -08:00
Joshua Granick
68de78a9b9 Cleanup software gaussian blur 2018-11-28 21:43:57 -08:00
Joshua Granick
465aa7418d Add WinRT 64-bit support to tools 2018-11-27 12:24:23 -08:00
Joshua Granick
e7c38e55f6 WinRT compile fixes 2018-11-27 10:02:35 -08:00
Łukasz Modliński
7314c37153 Switched return values in gaussianBlur 2018-11-27 09:59:42 -08:00
70/V9
992f7b70d1 Use electron.main.App.commandLine type
`electron.main.App.commandLine` is now defined in electron externs, no need for untyped workaround anymore.
2018-11-24 12:53:04 -08:00
Joshua Granick
d8ab14f08f Fix -rebuild flag when using Neko target on windows 2018-11-21 12:17:24 -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
2dcd5c969c Add missing minor changes to internal Clipboard API 2018-11-15 19:15:18 -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
P.J.Shand
5bbfd42f59 --autoplay-policy, no-user-gesture-required flags to allow video and audio to play without user input 2018-11-12 11:42:12 -08:00
Joshua Granick
734ed288ab Make DIV transparent when no window background is set 2018-11-12 11:03:59 -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
2ae6f7a8f0 Update libraries with minor edits 2018-11-05 19:18:17 -08:00
Joshua Granick
ab4dcf243a Add a mutex around Lime Bytes 2018-11-05 11:27:36 -08:00
Joshua Granick
c7b96e0be8 Timer fix 2018-11-05 11:20:15 -08:00
Joshua Granick
df0827f4a6 First pass at WinRT app builds 2018-11-01 17:33:42 -07:00
Thomas Byrne
e2cf19e14c Added compiler flag to prevent auto-opening of DevTools (-D suppress_devtools). 2018-11-01 16:50:29 -07:00
Thomas Byrne
49d472c278 Electron HXML was not including 'html', 'html5' & '-debug' flags for main application (only for ElectronSetup.hx) 2018-11-01 16:50:29 -07: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
Joshua Granick
e659af9ee9 Make sure events are cancelable (resolve #1250) 2018-10-19 15:22:39 -07:00
Łukasz Modliński
e4b67f7e64 Missing import for Vector4 2018-10-19 14:42:43 -07:00
Łukasz Modliński
e2a09d3910 Method for software Displacement Map Filtering
With optional, bilinear filtering. This may be an initial implementation for now. Can be improved later on.
2018-10-19 14:42:43 -07:00
loudoweb
f6d24f2d19 improve saving file on html5 (allow also better support of safari mobile which need correct mime type to open the file) 2018-10-17 13:05:56 -07:00
Joshua Granick
4a8125e036 Support more HTML5 keycodes (based on wesbos/keycodes, resolve openfl/openfl#1575) 2018-10-12 14:30:38 -07:00
Joshua Granick
e588fc9526 Minor fix 2018-10-12 11:09:07 -07:00
Joshua Granick
742c21c52a Help for -minify should be on build, not run 2018-10-12 11:04:15 -07:00
Joshua Granick
858a2dc793 Compile fix 2018-10-10 15:23:02 -07:00
Joshua Granick
a5bef44d65 Improve handling oof corrupted PNG images (resolves openfl/openfl#1999) 2018-10-10 14:57:27 -07:00