updated makefile-mac to wx 3.2.7
removed the AGL framework from makefile-mac (no longer needed)
cv.save has optional flag to force saving PNG at 72dpi on macOS
Glui: use OpenGL ES 2 for rendering viewport
Glui: new build was needed to comply with App Store requirements
updated makefiles to include gui-common and gui-ios in srcdist
created a new application icon (closer to Lua icon)
Glui: tidied up some loose ends
Glui: improved glu.getstring when given a lengthy prompt
minor improvements to CrossCards.lua
startup.lua no longer shows third column if there are no user scripts
Glui: speed up cube animation on iOS
Glui: minor improvements to progress dialog
updated Glu version to 1.3
Glui: switched to URLSession so we can show progress of downloads
Glui: minor improvements to downloading scripts
Glui: allow user to cancel a download
Glui: include a few scripts in the initial Downloads folder
Glui: handle long press gestures
Glui: updated the documentation
Glui: fixed bug in CrossCards.lua
Glui: improved CrossCards.lua and fixed a problem with swipe events
Glui: improved the app icon a little bit
Glui: minor fixes
Glui: minor change to cplus module
Glui: scripts have the option of hiding the EXIT button
Glui: improved pop-up menus in SlidingBlocks.lua
Glui: removed Shift/Option/Control buttons and related code
more improvements to SlidingBlocks.lua
fixed various problems in SlidingBlocks.lua and added more puzzles
fixed minor problem with radio buttons
Glui: various cosmetic improvements
Glui: added optional modifier buttons (not fully implemented yet)
Glui: minor improvement to events.lua, and documented the new folders
Glui: various changes to the help docs
Glui: fixed problem with cv.load on iOS 18
minor improvements to bouncing-ball.lua
Glui: avoid transforms.lua crashing app (probably due to weird iOS bug)
improved your-scripts.lua on iOS
improved various sample scripts on iOS
documented the scripting differences in Glui
Glui: better handling of touch/pan/zoom gestures
Glui: Samples.lua is nicer on iOS
Glui: fixed some problems with help links
Glui: better if swipe event includes location of first touch
Glui: Breakout is nicer on iOS, and fixed dragging tiles in CrossCards
Glui: improved fonts.lua
Glui: better swipe detection
Glui: CanvasDemo is nicer on iOS
Glui: only detect fast swipes
Glui: RubiksCube is nicer on iOS
Glui: RandomGraphs is nicer on iOS
Glui: CrossCards is nicer on iOS
Glui: fixed a bug running scripts from the help tab
Glui: updated MobileVLCKit version
Glui: added support for .ogg files (thanks to VLCKit)
Glui: implemented swipe events
Glui: better handling of Documents folder (and avoid hard-coding its name)
Glui: added Stop/Run button to console window
Glui: glu.getstring has an extra arg for specifying a numeric keyboard
Glui: simplified cv.paste and cv.stroke
Glui: fixed bug in cv.scale
Glui: added Download button to startup.lua
Glui: removed Help from gui-common
Glui: added Help button to startup.lua
Glui: console now supports escape codes
Glui: fixed problems with glu.sound (and ogg files are now just ignored)
Glui: implemented glu.sound (but sadly no support for .ogg files)
Glui: implemented glu.show
Glui: fixed zooming problems
removed drag event from Glu and fixed some problems in Glui
Glui: implemented cv.save and fixed problem with cv.scale
Glui: increased default sizes for buttons, text, etc
Glui: simplified cv.paste and cv.stroke
Glui: cv.paste supports arbitrary transforms
Glui: cv.load now supports SVG files (thanks to Mikko Mononen and NanoSVG)
Glui: prevent memory warnings in cv.scale
Glui: implemented cv.scale
Glui: implemented cv.load (but no SVG support as yet)
Glui: no need for a drag event
Glui: fixed a number of problems
Glui: fixed a problem with img links
Glui: renamed a few things and fixed some problems
Glui: fixed problems with glu.open
Glui: implemented glu.open (not quite finished)
Glui: implemented glu.save
Glui: implemented glu.savechanges
Glui: better handling of escape codes in console text (still not supported though)
Glui: Warning and Note dialogs need to be truly modal
Glui: implemented glu.getstring
Glui: fixed problem with userdir
Glui: implemented multiconsoles and improved error handling
Glui: implemented a console window
Glui: fixed various problems
Glui: improved gesture handling