aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
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-06-02Simplify C interface to Prolog.John Ankarström
2022-05-31Update Makefile.John Ankarström
2022-04-01Enable DPI awareness.John Ankarström
It is NOT done, however.
2022-04-01Add Prolog support to TAGS.John Ankarström
2022-04-01Rework build system.John Ankarström
The Makefile was originally written for Eclipse, but I no longer use Eclipse.
2022-03-06Update data for all episodes at once.John Ankarström
Previously, a remote request would be made once per episode.
2022-03-02Change window class and executable nameJohn Ankarström
2022-02-18Enable building without Eclipse.John Ankarström
2022-02-17Small changes.John Ankarström
2022-02-17Improve Makefile.John Ankarström
2022-02-15Show data list view.John Ankarström
2022-02-15Rework list view code.John Ankarström
2022-02-15Put C code and Prolog code in separate directories.John Ankarström
2022-02-14Stop command prompt from appearing.John Ankarström
2022-02-14Improve list view appearance.John Ankarström
2022-02-14Implement list view, "about" dialog.John Ankarström
2022-02-13Begin Win32 re-implementation.John Ankarström