Skip to content

Releases: toshinagata/LuaAppMaker

v0.1.8

20 Mar 14:37
Compare
Choose a tag to compare
v0.1.8 Pre-release
Pre-release
  • Debugging support is improved (for runtime errors)
  • Building on Linux is now based on Debian9 (still experimental)
  • Building on Linux is supported.
  • wxWidgets version is changed to 3.1.5. Older Mac is still supported with wxWidgets 3.0.3.

v0.1.7

27 Aug 12:15
Compare
Choose a tag to compare
v0.1.7 Pre-release
Pre-release
  • Fix resourcePath setup in creating standalone application
  • Handling of wxWebView in old Windows OS is improved.
  • Open and About menu commands are implemented (when no wxmain.lua is given)
  • Win: handling of non-ASCII path/file names is improved.

v0.1.6

17 Aug 03:48
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release
  • Make Standalone Application is improved, so that the files beginning with '.
    ' or '_' are ignored.
  • Application startup and cleanup codes are improved.

v0.1.5

15 Aug 10:10
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release
  • LuaJIT 2.1.0-beta3 is supported.
  • wxLua updated to 2021/08/15 version
  • Runtime error can be trapped while debugging in ZeroBrane Studio
  • Support for ZeroBrane Studio: '@n expression' allows evaluation of expression within the n-th stack frame
  • Debugging support with ZeroBrane Studio is improved.
  • Mac: NSPrincipalClass entry is added to Info.plist, that should enable Retina display support.
  • LuaApp.OpenMultipleDocuments (callback) and LuaApp.Reload() are implemented.
  • wxlua: handling of wxMemoryBuffer is improved
  • wxlua: wxLuaDataObject:GetDataHere was fixed
  • Win: static link of libwinpthread (with mingw)
  • When quitting, dialogs are closed differently from other windows
  • Version string (the newest git tag) can be accessed as LuaApp.version

v0.1.3

25 Jan 07:51
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release
  • Some wxGraphicsContext methods accept Lua table as an array of wxPoint2DDoubles

v0.1.2

04 Jan 01:55
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
  • wxEVT_COMMAND_XXXX event types can now be accessed via new names wxEVT_XXXX

v0.1.1

21 Dec 06:46
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • wxGraphicsContext::GetTextExtent() is fixed, so that the method returns the expected values.
  • Fix 'Creating standalone application' (some remaining appearance of 'wxLuaApp' is replaced with 'LuaAppMaker')

v0.1.0

11 Dec 14:19
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First release.