Skip to content

r415

Pre-release
Pre-release
Compare
Choose a tag to compare
@magiblot magiblot released this 26 Jul 14:38
· 802 commits to master since this release

Windows/DOS binary release

Below are the DOS and DPMI32 binaries for the tvdemo and tvedit applications. DPMI32 binaries still work on 64-bit Windows 10.

Changelog

Turbo Vision

New features

  • The default size of TFileDialog has been increased (5a29fef) and some elements in TInfoPane are now left-aligned (c866692).
  • Ability to resize windows from their bottom left corner (4b6650c).

Performance improvements

  • Use alloca instead of heap allocations in certain cases (dab41bd).

Memory safety

  • TFileEditor: fix use-after-free on buffer resize (3327879, 5a378c4).
  • Fix an out-of-bounds access in TParagraph::text (41a6f42).
  • Fix several out-of-bounds acesses in TDrawBuffer (da11749, c37b8f7).
  • Fix views being resized beyond limits in extreme resolutions (d4a114c, 8b7bac2).
  • Fix read beyond null terminator in TListViewer (4acda91).