Joshua Granick
|
9a91273a9b
|
iOS background fix
|
2016-11-21 17:14:31 -08:00 |
|
Joshua Granick
|
d9f5900685
|
Add guard against render event when in the background
|
2016-11-18 15:22:19 -08:00 |
|
Zeng Jie
|
8218d03b37
|
Fix SDL renderer scale calculation error
|
2016-11-14 12:18:05 +08:00 |
|
Joshua Granick
|
2c94bc255e
|
Android template improvements
|
2016-10-27 12:12:43 -07:00 |
|
Joshua Granick
|
fa452ccf64
|
Reduce CPU use on macOS
|
2016-10-11 14:39:20 -07:00 |
|
Joshua Granick
|
5b44617f9f
|
Add missing files
|
2016-09-20 07:45:04 -07:00 |
|
Joshua Granick
|
09f88c5145
|
Fix use of CADisplayLink on iOS
|
2016-09-15 13:05:40 -07:00 |
|
Joshua Granick
|
b883c9f530
|
Multi-window fix
|
2016-09-12 11:48:38 -07:00 |
|
Joshua Granick
|
c046d3d39d
|
Compile fix
|
2016-09-02 21:55:28 -07:00 |
|
Joshua Granick
|
cb6d15238d
|
Work on system directories
|
2016-09-02 21:08:21 -07:00 |
|
Joshua Granick
|
2918876ede
|
Add support for hidden windows, hide on munit tests
|
2016-08-10 11:07:31 -07:00 |
|
Lincoln Hamilton
|
5d247287ab
|
Fixed elseif to elif compile issue.
|
2016-08-07 11:48:20 -04:00 |
|
Joshua Granick
|
7b22fd1cc4
|
Fix Android crash in System directory check (resolve openfl/openfl#1219)
|
2016-08-05 11:30:48 -07: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
|
0f0491ddbe
|
Emscripten fix
|
2016-01-22 12:13:23 -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
|
b8646f1596
|
Move get display index to C++
|
2016-01-12 11:43:13 -08: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
|
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
|
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
|
3e4bd31fc6
|
Add renderer.readPixels (thank you @larsiusprime, close #666, close openfl/openfl#1003)
|
2016-01-08 13:15:34 -08:00 |
|
Joshua Granick
|
bd629f3a45
|
Update iOS system font path (remove 'Cache' from path)
|
2015-12-15 15:39:21 -08:00 |
|
Joshua Granick
|
314d25c4fe
|
Fix joystick connect ID
|
2015-12-09 10:04:06 -08:00 |
|
Joshua Granick
|
1f5ec4ada2
|
Quiet ANGLE warning message
|
2015-12-07 13:13:38 -08:00 |
|
Joshua Granick
|
8ef9b28939
|
Enable ANGLE by default (thanks @larsiusprime)
|
2015-12-01 18:16:35 -08:00 |
|
Joshua Granick
|
83e0bd46c2
|
Improve consistency of frame timing (thanks @mauvecow)
|
2015-10-19 19:15:40 -07:00 |
|
Joshua Granick
|
4879c265a2
|
Frame timing fix (thanks @mauvecow)
|
2015-10-19 17:44:48 -07:00 |
|
Joshua Granick
|
0a327595bc
|
Compile fix
|
2015-10-19 10:00:15 -07:00 |
|
Joshua Granick
|
e492ab1717
|
Fix compile warning
|
2015-10-16 10:58:39 -07:00 |
|
Joshua Granick
|
9c25859c8c
|
Improve GL version check
|
2015-10-16 10:45:53 -07:00 |
|
Joshua Granick
|
611df0d86c
|
Check for valid context before enabling OpenGL rendering
|
2015-10-16 09:56:21 -07:00 |
|
Joshua Granick
|
0cb8cd1bba
|
Fix red color on Galaxy S3
|
2015-10-13 08:24:28 -07:00 |
|
Joshua Granick
|
8daeb8f1d8
|
Add lime.ui.Joystick and dispatch joystick events
|
2015-10-05 18:48:36 -07:00 |
|
Joshua Granick
|
283e13386b
|
Add window.scale, let window width/height and mouse events be in logical points
|
2015-10-05 13:18:54 -07:00 |
|
Joshua Granick
|
0c087177c1
|
Update SDL and update how we handle retina
|
2015-10-05 11:50:21 -07:00 |
|
Joshua Granick
|
7e182981fe
|
Merge pull request #592 from tanis2000/tvos
tvOS support
|
2015-10-02 09:49:28 -07:00 |
|
Joshua Granick
|
a069328efb
|
Add System.allowScreenTimeout
|
2015-09-30 12:46:14 -07:00 |
|
Valerio Santinelli
|
c6b9772e96
|
Added the tvos target to the command line tool and started working on the TVOSPlatform and TVOSHelper
|
2015-09-29 09:24:11 +02:00 |
|
Nilsen Filc
|
41f110c3ba
|
Neutralize SDL_FINGERUP on Mac OSX
solves https://github.com/openfl/openfl/issues/815
|
2015-09-16 23:36:52 +02:00 |
|
Joshua Granick
|
19487619f0
|
Minor tweak
|
2015-09-16 08:13:11 -07:00 |
|
Joshua Granick
|
5b5528e7cb
|
Improve accelerometer support
|
2015-09-15 22:46:07 -07:00 |
|
Joshua Granick
|
1170702692
|
Accelerometer events
|
2015-09-15 16:30:15 -07:00 |
|
Joshua Granick
|
34d4b9cc13
|
Improve RPi support
|
2015-09-02 23:55:35 -07:00 |
|
Joshua Granick
|
f618c4648a
|
Make window.alert simpler
|
2015-09-02 17:59:30 -07:00 |
|
Joshua Granick
|
dc919adccc
|
Name window.notify back to window.alert and unify with simple message box support
|
2015-09-02 09:53:03 -07:00 |
|