Commit Graph

1894 Commits

Author SHA1 Message Date
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
Joshua Granick
b64811c23e Merge pull request #535 from Hasufel/patch-3
Cater for two's complement in joypad analog axis
2015-08-09 07:01:10 -07:00
Nilsen Filc
e5870a4ca2 Cater for two's complement in joypad analog axis
Cater for two's complement in joypad analog axis - positive analog and triggers would otherwise send wrong valueif divided by 32768 when 32767 is max.
2015-08-09 12:17:20 +02:00
Joshua Granick
0a70994bdc Haxe 3.1.3 fix 2015-08-07 23:36:16 -07:00
Joshua Granick
6434c67b00 Template fix 2015-08-07 21:55:09 -07:00
Joshua Granick
6573d57e0e Improve HTML5 onTextInput 2015-08-07 21:54:54 -07:00
Joshua Granick
1835e67d38 Fix event.has 2015-08-07 21:54:53 -07:00
James Gray
0d3b334473 console: set initial image pixel format 2015-08-06 19:01:51 -05:00
James Gray
4e0b3eb173 Merge tag '2.5.2'
Conflicts:
	lime/graphics/utils/ImageDataUtil.hx
2015-08-06 18:04:28 -05:00
James Gray
37d0a23268 ps3 fixes
Will all change with upstream updates
2015-08-05 09:50:01 +02:00
Joshua Granick
9a0c35344a Merge pull request #532 from ibilon/travis
Use new travis mode
2015-08-01 12:38:13 -07:00
Valentin Lemière
bb24b23463 Use new travis mode 2015-08-01 19:45:58 +02:00
Joshua Granick
de8c4298d4 Fix support for some JPEG images 2015-08-01 07:50:27 -07:00
Joshua Granick
28321ddc58 Minor change 2015-07-31 20:51:59 -07:00
Joshua Granick
ef9263abe1 Merge pull request #529 from jarnik/master
settable lime.ui.Window.title, SDL only
2015-07-31 20:46:26 -07:00
Joshua Granick
903e300aa2 Move getDisplay to the backends, minor fixes 2015-07-31 20:26:18 -07:00
Joshua Granick
f1b0967137 Build fix 2015-07-31 20:04:08 -07:00
Joshua Granick
67b3c09541 Ensure that HTML5 window.display returns the correct index (since window.x is not in screen coordinates) 2015-07-31 20:00:32 -07:00
Joshua Granick
0635e85681 Add Display for HTML5/Flash 2015-07-31 19:59:20 -07:00
Joshua Granick
1d723e1d0e Add window.display 2015-07-31 19:44:03 -07:00
Joshua Granick
2290e26c4d We cannot maintain an updated list of displays, change to 'System.getDisplay' instead 2015-07-31 19:34:41 -07:00
James Gray
b5e2f28217 add ps3 target handler 2015-07-31 19:38:37 -05:00
Joshua Granick
fd376e6f99 Working on the Display API 2015-07-31 12:10:57 -07:00
Joshua Granick
0b9926a87a Merge branch 'larsiusprime-displays' 2015-07-31 11:13:47 -07:00
Jarnik
b4efea23dd lime.ui.Window.title dummy functions for flash and html5 2015-07-31 08:29:46 +02:00
Jarnik
83fcb82cce settable lime.ui.Window.titlem, SDL only 2015-07-31 08:08:12 +02:00
Lars A. Doucet
8c24a8ad24 displays -- add bounds 2015-07-30 16:23:30 -05:00
Lars A. Doucet
691de634e3 displays: ConstVector2 -> Resolution 2015-07-30 16:01:25 -05:00
Lars A. Doucet
2e61c9619b displays -- remove more test code 2015-07-30 15:51:00 -05:00