Commit Graph

1872 Commits

Author SHA1 Message Date
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
Joshua Granick
a1862e43a5 Merge branch 'james4k_master' 2015-08-12 17:48:05 -07:00
Joshua Granick
60b490b8f7 Fix trace (window) on Neko 2015-08-12 15:53:42 -07:00
Joshua Granick
e25c847401 Add window.application 2015-08-12 15:41:54 -07:00
Joshua Granick
4b4b22b397 A little more work on multi-window 2015-08-12 15:20:35 -07:00
Joshua Granick
384cfd391c Dispatch when there are multiple renderers 2015-08-12 13:17:29 -07:00
Joshua Granick
24c565bbd8 Add initial lime.system.Clipboard implementation 2015-08-12 11:49:20 -07:00
Joshua Granick
8a1da80d67 Compile fix 2015-08-12 11:14:45 -07:00
Joshua Granick
13500879bf Dispatch mouse events when only touch events are received (Flash/HTML5, native already does this) 2015-08-12 11:03:09 -07:00
Joshua Granick
603da175d2 Make all touch events use normalized (0-1) coordinates 2015-08-12 10:58:02 -07:00
Joshua Granick
6d2930b369 Compile fix 2015-08-11 23:15:42 -07:00
Joshua Granick
dd8ca69353 Port JNI class from Lime legacy 2015-08-11 15:39:41 -07:00
Joshua Granick
f1b17dfb8d Improve Cairo font hinting 2015-08-10 09:59:29 -07:00