summaryrefslogtreecommitdiff
path: root/src/drivers/Unix
AgeCommit message (Collapse)Author
2022-03-23Remove vsscanf_l() call from Win32 driver (it appears to be a BSD-ism and ↵ian.macarthur
unsupported by the MS tools) and rename several clocale specific methods from "name" to "vname" since they take a va_list not a variable list of arguments.
2022-03-21Fix for issue #418 : some warnings about unused functions.ManoloFLTK
2022-03-21Remove unnecessary constructors.ManoloFLTK
2022-03-20 Fix issue #413: Commit 29d9e31 creates memory handling problem under macOS.ManoloFLTK
2022-03-04Add the Wayland platform to FLTK 1.4ManoloFLTK