axmol/core/platform
RH 4abc7f4a94
Only pause GLSurfaceView if activity is moved to the background, and not if it just loses focus (#1942)
* Only pause GLSurfaceView if activity is being stopped, and not if it just loses focus

* Add copyright notice

* Ensure foreground and background events are not sent out on initial app start
Remove work-around in nativeOnResume to avoid calling applicationWillEnterForeground twice since it is no longer required
Remove redundant setRenderMode calls in AxmolGLSurfaceView

* Add copyright notices
2024-06-09 10:18:34 +08:00
..
android Only pause GLSurfaceView if activity is moved to the background, and not if it just loses focus (#1942) 2024-06-09 10:18:34 +08:00
apple Fix passing non null terminated strings for null terminated params (#1924) 2024-05-25 08:07:31 +08:00
ios Fix passing non null terminated strings for null terminated params (#1924) 2024-05-25 08:07:31 +08:00
linux Cleanup cc stubs (#1847) 2024-04-25 00:51:00 +08:00
mac Fix passing non null terminated strings for null terminated params (#1924) 2024-05-25 08:07:31 +08:00
wasm Cleanup cc stubs (#1847) 2024-04-25 00:51:00 +08:00
win32 Cleanup cc stubs (#1847) 2024-04-25 00:51:00 +08:00
winrt Add support for necessary events to be sent regardless of event dispatcher enabled state (#1940) 2024-05-30 13:34:25 +08:00
Application.h WASM: use shorten target platform name 'wasm' instead 'emscripten' 2023-09-05 22:17:18 +08:00
ApplicationBase.cpp Fix memory leaks refreshed (#1638) 2024-01-29 22:30:14 +08:00
ApplicationBase.h Fix memory leaks refreshed (#1638) 2024-01-29 22:30:14 +08:00
CMakeLists.txt Fix ci 2024-03-24 05:20:59 +08:00
Common.h Cleanup cc stubs (#1847) 2024-04-25 00:51:00 +08:00
Device.h Fix Device::getPixelRatio for win32,android 2023-12-13 01:56:53 +08:00
FileStream.cpp Make FileStream open file for write share flags same with cstd 2024-04-06 22:47:00 +08:00
FileStream.h Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
FileUtils.cpp Fix FileUtils on macOS (#1863) 2024-04-30 20:03:58 +08:00
FileUtils.h Add JobSystem support (#1968) 2024-06-07 00:33:01 +08:00
GL.h Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
GLView.cpp Merge: 41714a04fd 2631c8405b 2023-09-02 19:56:50 +08:00
GLView.h Rename ax::Ref ==> ax::Object (#1877) 2024-05-03 22:15:08 +08:00
GLViewImpl.cpp Ensure the window size is correct (#1855) 2024-04-27 03:09:52 +08:00
GLViewImpl.h Rename ax::Ref ==> ax::Object (#1877) 2024-05-03 22:15:08 +08:00
IFileStream.h Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
Image.cpp Cleanup cc stubs (#1847) 2024-04-25 00:51:00 +08:00
Image.h Rename ax::Ref ==> ax::Object (#1877) 2024-05-03 22:15:08 +08:00
PlatformConfig.h Set AX_USE_METAL and AX_USE_GL to 1 if defined (#1916) 2024-05-23 01:27:26 +08:00
PlatformDefine.h Improve dll support (#1706) 2024-02-20 05:37:12 +08:00
PlatformMacros.h Allow overriding defines without modifying engine source (#1710) 2024-02-21 09:40:04 +08:00
SAXParser.cpp Trim leading and trailing whitespace characters for the HTML parsing option (#1687) 2024-02-15 14:51:42 +08:00
SAXParser.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
StdC.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00