Commit Graph

2430 Commits

Author SHA1 Message Date
Joshua Granick
8421979626 Update to 2.9.1 2016-03-28 10:37:52 -07:00
Joshua Granick
75bb6905af alloc_string does a copy (need to clean up some memory) 2016-03-14 10:11:37 -07:00
Joshua Granick
0579d97b9e Merge pull request #701 from rocket-games/fix-system-dir-mem-leak
Fix system dir string leak
2016-03-14 09:35:15 -07:00
Joshua Granick
3e4981dbc3 Merge pull request #702 from soywiz/fix-async-loadBytes
Make DefaultAssetsLibrary.loadBytes binary-safe in flash
2016-03-14 09:34:24 -07:00
Joshua Granick
2bc4eec617 Update native window size and position immediately after fullscreen change 2016-03-13 22:02:40 -07:00
Carlos Ballesteros Velasco
55ab5b5672 Make DefaultAssetsLibrary.loadBytes binary-safe in flash 2016-03-10 14:29:17 +01:00
Jonathan Como
72184c843c Free string after converting to value when getting the SystemDirectory 2016-03-09 16:18:17 -08:00
Joshua Granick
95bec1c4a1 Do not set a default meta company value 2016-03-01 13:35:37 -08:00
Joshua Granick
4b2520a13f Add flag for allow high DPI 2016-03-01 11:53:54 -08:00
Joshua Granick
78bf85b766 Move drop file event to Window, handle mouse capture automatically 2016-03-01 10:45:33 -08:00
Yanrishatum
85ec75fd59 Drag&Drop support; SDL_CaptureMode support; Maximize window support; 2016-03-01 09:53:24 -08:00
Joshua Granick
3a7d8b80e5 Fix suffix name for new HXCPP plus Lime legacy 2016-02-19 19:30:05 -08:00
Joshua Granick
ac0085908c Initial support for haxelib 'path' attribute 2016-02-15 12:47:21 -08:00
Joshua Granick
f21fe6bc2b Merge pull request #689 from mikkelmr/develop
Added missing dependency for IOS
2016-02-13 08:09:20 -08:00
Mikkel Munck Rasmussen
ffebb78446 Added missing dependency for IOS
Makes included examples build againg.
2016-02-11 13:32:39 +01:00
Joshua Granick
21b7993bd5 Add guard in PathHelper 2016-02-04 14:27:49 -08:00
Joshua Granick
8cb537ccd6 Add polyfill for canvas context.isPointInStroke (fix openfl/openfl#973) 2016-02-04 14:23:15 -08:00
Joshua Granick
4b5ea217ba Patch issue where Cairo may render at wrong font size (fix openfl/openfl#1023) 2016-01-26 09:36:23 -08:00
Joshua Granick
0f0491ddbe Emscripten fix 2.9.0 2016-01-22 12:13:23 -08:00
Joshua Granick
7eea607731 Update CHANGELOG 2016-01-22 10:39:26 -08:00
Joshua Granick
ae99a783c6 Update to 2.9.0 2016-01-22 10:39:17 -08:00
Joshua Granick
13b4c9263c Improve application exit, try to allow exit to be canceled 2016-01-22 10:38:45 -08:00
Joshua Granick
5454568301 Merge pull request #679 from DanielUranga/readPixels_fix
Renderer.readPixels fix
2016-01-22 09:19:06 -08:00
Daniel Uranga
119c281d05 Set Renderer.readPixels alpha channel to be non-transparent on native targets 2016-01-21 01:25:20 -03:00
Joshua Granick
35b555f04a Prevent use of Lime classes in Lime legacy 2016-01-20 14:00:19 -08:00
Joshua Granick
8b595c877d Include environment in if/unless project XML checks 2016-01-19 16:11:16 -08:00
Joshua Granick
93b694bd05 Define FINAL and RELEASE in the template context 2016-01-15 12:32:30 -08:00
Joshua Granick
9228bddd87 Allow disabling of disabling keyboard browser events in HTML5 2016-01-15 12:32:19 -08:00
Joshua Granick
e9f7839680 Add a try/catch, in case an -armv5 style argument does not match an expected ARM architecture 2016-01-13 09:16:59 -08:00
Joshua Granick
b8646f1596 Move get display index to C++ 2016-01-12 11:43:13 -08:00
Joshua Granick
bd7bb51000 Add display.dpi for Flash, default value for HTML5 2016-01-12 09:45:13 -08:00
Joshua Granick
d44dd7b27e Compile fix 2016-01-12 09:44:57 -08:00
Joshua Granick
81b87ce76a Simplify display.dpi to diagonal value 2016-01-12 09:39:19 -08:00
Joshua Granick
d1d6e22673 Merge pull request #669 from larsiusprime/display_dpi
Expose display device DPI
2016-01-12 09:33:29 -08:00
Lars Doucet
b240ff08e8 Expose display device DPI 2016-01-12 09:15:28 -06:00
Joshua Granick
c626ca1ff8 Patch in support for disabling copy of NDLL files 2016-01-11 16:43:01 -08:00
Joshua Granick
95308643e0 Patch in support for disabling copy of NDLL files 2016-01-11 16:27:14 -08:00
Joshua Granick
f6377c0596 Try and fix the MSVC -19 issue (and keep older HXCPP compatibility) 2016-01-11 10:14:31 -08:00
Joshua Granick
f39f06aadf Update to new Cairo/Pixman lib versions 2016-01-08 18:30:43 -08:00
Joshua Granick
b42c5f78c7 Cleanup 2016-01-08 18:30:34 -08:00
Lars Doucet
dd792c0863 proper HX_WINDOWS guard 2016-01-08 15:14:48 -08:00
Lars A. Doucet
2345beced9 Add linux/mac leads for implementing setting window resizability at runtime. 2016-01-08 15:14:48 -08:00
Lars A. Doucet
0ba90daaf4 remove ill-advised "fullscreen borderless" function that doesn't really work anyways. Didn't realize existing default fullscreen was already a "fullscreen borderless" solution. 2016-01-08 15:14:48 -08:00
Lars A. Doucet
1e662edeab add setBorderless and setResizable stubs to HTML5Window 2016-01-08 15:14:48 -08:00
Lars A. Doucet
d3351a24ed Window: better switching between fullscreenBorderless and back 2016-01-08 15:14:47 -08:00
Lars A. Doucet
e86ac9cc75 added borderless, resizable, and fullscreenBorderless properties to Window.hx.
Caveats: resizable can only be set at runtime for windows right now as SDL does not support it natively and has to be added per platform.
2016-01-08 15:14:47 -08:00
Joshua Granick
dccf208fa5 Integrate directory dialog support 2016-01-08 15:09:38 -08:00
Lars A. Doucet
1ddb43b990 CFFI hookups for nfd "open directory" functionality 2016-01-08 15:05:34 -08:00
Joshua Granick
97fb0dcccc Move threshold logic to CFFI again 2016-01-08 14:51:38 -08:00
Joshua Granick
0bf3017ce8 Cleanup 2016-01-08 14:15:24 -08:00