aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2022-07-26Use 's' instead of 'str' for as prefix for managed strings.John Ankarström
2022-07-23Fix display of Unicode text.John Ankarström
Turns out that SWI-Prolog's wide string functions, which I started using in 03fe361, do not convert between narrow Prolog atoms and wide C strings, as I mistakenly thought. Instead, they work with wide Prolog atoms. In hindsight, it is not surprising.
2022-07-20Use GetLastError() as default for Win32Error.John Ankarström
2022-07-17Update type names and variable prefixes.John Ankarström
2022-07-16README: Add information about Hungarian notation.John Ankarström
2022-07-15README: Add build instructions.John Ankarström
2022-07-15Update README.John Ankarström
2022-07-14Add pl.cpp to README.John Ankarström
2022-07-10Convert to C++.John Ankarström
I already hit upon some object-oriented programming patterns in *listview.c, so I felt that it would be natural to use this as an opportunity to learn C++.
2022-07-10Add plain-text README.John Ankarström