Commit Graph

1984 Commits

Author SHA1 Message Date
Joshua Granick
5a008fa80d Cleaner exit 2015-08-20 14:46:44 -07:00
Joshua Granick
56c0872b8a Use onWindowCreate() instead of init(), fix support for multiple GL windows, use window.renderer instead of currentRenderer 2015-08-20 13:39:53 -07:00
Joshua Granick
f79a73fa47 Fix test, application.createWindow instead of application.addWindow, remove application.removeWindow (use window.close) 2015-08-20 11:46:18 -07:00
Joshua Granick
04bbbcc180 Make application.windows an Array again 2015-08-20 10:32:15 -07:00
Joshua Granick
b44890502f Improve lime.app.Config 2015-08-20 10:23:23 -07:00
Joshua Granick
b99602cb8f Add window.stage 2015-08-20 09:29:55 -07:00
Joshua Granick
cd95209785 Unify Application create logic 2015-08-20 09:29:54 -07:00
Joshua Granick
2e8b99111e Merge pull request #548 from larsiusprime/blends
blend mode support
2015-08-20 09:01:03 -07:00
Lars A. Doucet
556d0962aa blend mode support 2015-08-20 10:37:06 -05:00
Joshua Granick
8ebb3733b3 Add default renderer upon adding window if it does not have one 2015-08-20 08:07:07 -07:00
Joshua Granick
4c0d09368e Compile fix, lock the HTML5 and Flash targets to one window (for now) 2015-08-19 18:35:01 -07:00
Joshua Granick
e6f133ab51 Update to support multiple windows 2015-08-19 18:09:45 -07:00
Joshua Granick
f7e53cdea8 Move Keyboard events back to Window 2015-08-19 16:30:36 -07:00
Joshua Granick
c666477b58 Make the Touch events more robust 2015-08-19 16:04:57 -07:00
Joshua Granick
cb95b5bdfc Compile fix 2015-08-19 13:03:13 -07:00
Joshua Granick
0fee391426 Allow multiple windows, close each one individually, exit when all are closed 2015-08-19 12:59:12 -07:00
Joshua Granick
8768d6114f Add window.id, add native EXIT event, filter window-based events and send to correct window instance 2015-08-19 12:36:30 -07:00
Joshua Granick
8a9db7a36a Update events, be aware of multiple windows 2015-08-19 10:23:11 -07:00
Joshua Granick
e02fa7c2c6 Improve Preloader 2015-08-18 17:36:56 -07:00
Joshua Granick
788e8c10e9 Fix input text with space in HTML5, need to look into when/how to prevent default for space and arrow keys to prevent page scrolling? 2015-08-18 11:56:29 -07:00
Joshua Granick
cacbc82acb Fix event.remove 2015-08-18 11:46:19 -07:00
Joshua Granick
9dea635392 Change Application onQuit to Module onExit 2015-08-17 18:11:55 -07:00
Joshua Granick
77d9da7e8e Allow editing of CairoFont load flags 2015-08-17 16:35:08 -07:00
Joshua Granick
b75dba81a2 Update Lime.java 2015-08-17 07:54:53 -07:00
Joshua Granick
d508519eb9 Merge pull request #546 from Rezmason/additional_key_mappings
Additional key mappings for Flash and HTML5 targets
2015-08-16 11:04:55 -07:00
Rezmason
df85a659f8 Extending key mappings in Flash and HTML5 targets, based on the Keyboard class specification in the AS3 Language Reference. Flash and HTML5 targets tested in Safari. 2015-08-16 10:40:09 -07:00
Joshua Granick
36f9540206 Merge pull request #545 from ibilon/tool
Fix desktop cross build
2015-08-16 08:19:38 -07:00
Joshua Granick
7db169c2ed Merge pull request #544 from ibilon/neko-ndll
Add linux, linux64 and windows neko ndll
2015-08-16 08:18:25 -07:00
Valentin Lemière
8db29b8972 Fix desktop cross build 2015-08-16 15:29:32 +02:00
Valentin Lemière
a3beb2b8b7 Add linux, linux64 and windows neko ndll 2015-08-16 14:54:49 +02:00
Joshua Granick
e091062d93 Merge pull request #543 from ibilon/patch-neko-linux
Update neko linux
2015-08-15 08:05:20 -07:00
Joshua Granick
0838c45e5b Merge pull request #542 from ibilon/patch-neko-win
Update neko windows
2015-08-15 08:02:31 -07:00
Valentin Lemière
1c9c9b51c5 Update neko linux 2015-08-15 13:12:50 +02:00
Valentin Lemière
323714d640 Update neko windows 2015-08-15 12:01:02 +02:00
Joshua Granick
521a66b140 Minor cleanup 2015-08-14 19:19:32 -07:00
Joshua Granick
27cf45a158 Merge pull request #539 from Matan/master
Added AIR detection to FlashBackend and toplevel directory paths.
2015-08-14 19:12:41 -07:00
Joshua Granick
f5814ac397 Use onQuit/quit instead of onApplicationExit 2015-08-13 18:01:08 -07:00
Joshua Granick
e4179d1474 Fast addition of exit event 2015-08-13 17:13:31 -07:00
Joshua Granick
de217c291c Update CHANGELOG 2.5.3 2015-08-13 10:43:37 -07:00
Joshua Granick
eba8f16b0d Update to 2.5.3 2015-08-13 10:43:06 -07:00
Joshua Granick
54ebc518fb Haxe 3.1.3 fix 2015-08-13 09:49:50 -07:00
Joshua Granick
06e4ccafad Haxe 3.1.3 fix 2015-08-13 09:47:59 -07:00
Joshua Granick
ad54746a55 Haxe 3.1.3 fix 2015-08-13 09:36:19 -07:00
Joshua Granick
464a3382ae Improve text input focus handling for Firefox 2015-08-13 09:31:33 -07:00
Matan Uberstein
97911ef011 Added AIR detection to FlashBackend and toplevel directory paths. 2015-08-13 18:29:22 +02:00
Joshua Granick
9a089976c1 Prevent default on arrows keys again 2015-08-13 09:04:58 -07:00
Joshua Granick
9496891126 Improve HTML5 text input events for mobile 2015-08-13 09:04:25 -07:00
Joshua Granick
06603c292e Add lime.system.Endian 2015-08-12 18:53:14 -07:00
Joshua Granick
010e347651 Compile fix 2015-08-12 18:02:50 -07:00
Joshua Granick
df30bad61b Cleanup 2015-08-12 17:59:18 -07:00