Skip to content

Releases: brackeen/glfm

0.9.0

10 Dec 20:41
Compare
Choose a tag to compare
  • Added glfmAndroidGetActivity() (Android only)
  • Removed functions that were moved to a separate project, file-compat. That project also works on Windows, Linux, and macOS.
    • Removed Android helpers for printf and fopen
    • Removed glfmGetDirectoryPath()
    • Removed glfmGetLanguage()
  • Emscripten: iPhone X safe area support on iOS 11.2.
  • See all changes

0.8.2

16 Oct 00:11
Compare
Choose a tag to compare
  • Renamed glfmGetDisplayWidth/glfmGetDisplayHeight to glfmGetDisplaySize.
  • Added glfmSetDisplayChrome function.
  • Added glfmGetDisplayChromeInsets function (iPhone X support).
  • Emscripten: Fixed issues with mobile.
  • See all changes

0.8.1

03 Jul 00:34
Compare
Choose a tag to compare
  • Added functions for character input and for showing the virtual keyboard.
  • Added glfmGetProcAddress function.
  • Added tvOS support.
  • Android: Improved back button handling.
  • iOS: Improved iPad Split View and Slide Over support.
  • See all changes

0.8

12 Mar 20:29
Compare
Choose a tag to compare
0.8
  • Added CMake support.
  • Added glfmGetDirectoryPath function.
  • Added Android helper functions for printf and fopen.
  • Removed glfmLog and GLFMAsset.
  • Removed Preferences API.
  • Removed iOS 7 support.