Joshua Granick
58275329cc
Minor WebAssembly adjustments
2023-05-30 08:54:19 -07:00
Apprentice-Alchemist
50cc49c66d
Fix filewatcher RemoveDirectory issue.
...
Windows headers define RemoveDirectory as RemoveDirectoryA.
system/FileWatcher.h needs to be included after any headers that might include windows headers.
2022-04-28 19:42:50 +02:00
Apprentice-Alchemist
a288feca96
Add hashlink as a submodule.
2022-04-28 19:42:41 +02:00
Apprentice-Alchemist
c394aea8f1
Rename a few functions.
...
Currently there's conflicts between the names in the C code, and the names the haxe compiler would expect for HL/C.
This commit fixes those conflicts.
2022-04-28 19:42:40 +02:00
Joshua Granick
6dce7ad79a
Progress on newer NDK support (forces minimum API from 14 to 16)
2019-04-05 18:07:13 -07:00
Joshua Granick
3b9ca3a770
Fixes for vdynamic return types
2019-03-14 12:34:08 -07:00
Joshua Granick
2dcd5c969c
Add missing minor changes to internal Clipboard API
2018-11-15 19:15:18 -08:00
Joshua Granick
884f1d5a8e
Compile fixes for WinRT UWP
2018-07-20 20:46:15 -07:00
Joshua Granick
78e99bf1d9
Remove whitespace lines
2018-07-18 17:32:51 -07:00
Joshua Granick
727d1cdfa6
Compile fix
2018-06-25 12:06:28 -07:00
Joshua Granick
c92960e6d7
Compile fix
2018-06-22 14:11:50 -07:00
Joshua Granick
8e91009bc4
Cleanup event types
2018-06-21 22:03:13 -07:00
Joshua Granick
9e9ec78a3b
HL bindings
2018-06-15 00:22:24 -07:00
Joshua Granick
ba0c91e107
Work on HL bytes, HL blocking fixes, etc
2018-06-13 10:06:47 -07:00
Joshua Granick
58057a4457
Cleanup imports
2018-06-11 14:19:37 -07:00
Joshua Granick
5c407fe87b
Minor fixes, fix compilation without HashLink library
2018-06-11 13:10:17 -07:00
Joshua Granick
ebda41a737
Better HL support, HelloWorld running in software
2018-06-09 08:28:49 -07:00
Joshua Granick
5dc5f47dd4
More progress on bindings
2018-06-09 08:25:16 -07:00
Joshua Granick
d0b9e00c0f
Progress on HL bindings
2018-06-09 08:24:13 -07:00
Joshua Granick
223137d484
Move _mbsrtowcs to System
2018-04-22 11:26:26 -07:00
Joshua Granick
4971f3222c
Rename System manufacturer/model to deviceVendor/deviceModel, and version to platformVersion, add platformName/platformLabel
2018-01-29 13:01:33 -08:00
Joshua Granick
639a58a4d5
Add System.manufacturer, Systemem.model, System.version (TODO: Windows)
2018-01-26 17:52:19 -08:00
Joshua Granick
3cfbc799e8
Fix older MSVC build
2017-09-26 13:36:27 -07:00
Joshua Granick
28e5833a39
Migrate FileWatcher to EFSW
2017-09-26 10:41:03 -07:00
Joshua Granick
a70a948329
Rename new API to FileWatcher ( resolve #1064 )
2017-09-26 06:18:13 -07:00
Joshua Granick
0bdeee533d
Add initial file watcher API
2017-09-25 16:46:58 -07:00
Joshua Granick
a4d232d715
Add color output to Windows 10 command prompt
2017-09-22 15:10:57 -07:00
Joshua Granick
a4a4f2665d
Compile fix
2017-09-12 14:56:08 -07:00
Joshua Granick
45054e39d6
Improve handling of Image endianness ( resolve #1018 , resolve #1070 )
2017-09-12 12:32:14 -07:00
Joshua Granick
f4e003d799
Improve Clipboard support, add Clipboard.onUpdate ( resolve #925 )
2017-06-06 19:32:33 -07:00
Joshua Granick
4dba54c66c
Cleanup native OpenGL object creation
2017-03-08 13:15:10 -08:00
Joshua Granick
81c4926802
Add window.displayMode for fullscreen display mode switching
2017-02-28 11:32:55 -08:00
Joshua Granick
9c5a3590bd
Improve display.dpi values
2017-01-26 14:36:08 -08:00
Joshua Granick
7f7273fff4
Initial Vorbis bindings, rename lime.audio to lime.media
2017-01-06 17:39:35 -08:00
Joshua Granick
54a8f32f60
Add System.openFile / System.openURL
2016-11-11 16:46:43 -08:00
Joshua Granick
5b44617f9f
Add missing files
2016-09-20 07:45:04 -07:00
Joshua Granick
83ac4fa432
Update Locale
2016-09-07 14:47:37 -07:00
Joshua Granick
cb6d15238d
Work on system directories
2016-09-02 21:08:21 -07:00
Joshua Granick
8502635421
Initial implemention of lime.system.Locale
2016-09-02 14:17:28 -07:00
Joshua Granick
81b87ce76a
Simplify display.dpi to diagonal value
2016-01-12 09:39:19 -08:00
Lars Doucet
b240ff08e8
Expose display device DPI
2016-01-12 09:15:28 -06:00
Joshua Granick
a069328efb
Add System.allowScreenTimeout
2015-09-30 12:46:14 -07:00
Joshua Granick
de970f1bae
Include patched HXCPP CFFIPrime.h, fix static Lime build
2015-09-24 15:59:30 -07:00
Joshua Granick
4a8fe40024
Add lime.system.CFFIPointer
2015-09-23 09:19:45 -07:00
Joshua Granick
1170702692
Accelerometer events
2015-09-15 16:30:15 -07:00
Joshua Granick
24c565bbd8
Add initial lime.system.Clipboard implementation
2015-08-12 11:49:20 -07:00
Joshua Granick
dd8ca69353
Port JNI class from Lime legacy
2015-08-11 15:39:41 -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
Joshua Granick
fd376e6f99
Working on the Display API
2015-07-31 12:10:57 -07:00
Lars A. Doucet
8c24a8ad24
displays -- add bounds
2015-07-30 16:23:30 -05:00