Skip to content

PDCursesMod 4.3.5

Compare
Choose a tag to compare
@Bill-Gray Bill-Gray released this 29 Nov 03:06
· 299 commits to master since this release
d3f6fe6

(See docs/HISTORY.md for more details, and/or the Git log for extreme detail.)

  • WinGUI is again single-threaded, resulting in considerably simpler code and fixing some resizing issues. See pull request #240. 6962ab6
  • Framebuffer port can now use either the (deprecated) Linux framebuffer system or the DRM (Direct Rendering Manager) system. DRM is not supported on some older systems and the Linux framebuffer is not supported on newer ones. DRM also can be used with *BSD; the Linux framebuffer really is a Linux-only solution. e9bc09c
  • delwin() now returns ERR if you attempt to delete a window with active subwindows, or a window that wasn't allocated by PDCursesMod or which has already been freed. c643c0d 3b14813
  • delscreen() deletes all windows associated with a SCREEN. 26e473c
  • Added ncurses extensions for opaque WINDOW structs, from Markus Uhlin. 7bb822b 22fecc1
  • PDC_free_memory_allocations() (see below) was unnecessary; if we follow the specifications for delscreen(), as we now do, all that memory gets freed in the natural course of things. 0223039 60138ca
  • Both SDLs could have problems in finding fonts on some Linuxes. Fixes from Mark Hessling. 1e4bcc9 9cf041e
  • getch() and wget_wch() could return erroneous values in WinCon for values greater than 127. e54d03f e86d9c3
  • Lots of small bug fixes and improvements... again, see docs/HISTORY.md for more details.