SmallBASIC for Windows 11.
- SDL: Update to SDL3
- SDL: Add editor tool bar
- SDL: Updated to use modern desktop icon
- SDL: Update help display
- FLTK: Updated to use modern desktop icon
- CONSOLE: Fix odd behavior with suppressing newline
- COMMON: Add image scaling
I2 = image("test.png", 0.5) ' downscaling by factor 2 I2.show(65,1) I3 = image("test.png", 2) ' upscaling by factor 2 I3.show(97,1) - COMMON: Fix bug with DELAY
- COMMON: fix module callback error
- COMMON: fix issue with space char before import 'c-module'
- COMMON: Add Transpose()
A = [1,2; 3,4; 5,6] print transpose(A) ' output: [1,3,5;2,4,6] - FIX: TICKS stops working after 50 days
- FIX: Non-posix baud rates