aboutsummaryrefslogtreecommitdiff
path: root/c/defs.h
AgeCommit message (Expand)Author
2022-07-15Split defs.h into separate header files.John Ankarström
2022-07-15Add Win32Error exception class.John Ankarström
2022-07-15Add support for Prolog exceptions.John Ankarström
2022-07-15Use std::optional instead of std::unique_ptr for try_make.John Ankarström
2022-07-15Replace Library::Load with try_make_unique template.John Ankarström
2022-07-15Don't crash on Prolog exceptions.John Ankarström
2022-07-15Reimplement Pl with variadic templatesJohn Ankarström
2022-07-15Change declaration style.John Ankarström
2022-07-15Add wrapper for LoadLibrary, FreeLibrary.John Ankarström
2022-07-14Minor formal changes.John Ankarström
2022-07-14Initialize global variables in the right place.John Ankarström
2022-07-11Improve ElvSort.John Ankarström
2022-07-11Refactor, adjust minimum window size.John Ankarström
2022-07-10Convert to C++.John Ankarström
2022-06-02Add Plp, Plg functions.John Ankarström
2022-06-02Simplify C interface to Prolog.John Ankarström
2022-05-31Remember focused episode.John Ankarström
2022-05-28Add option to show/hide other screenwriters.John Ankarström
2022-04-28Fix selection and update-related bugs.John Ankarström
2022-04-27Press left/right to select next/previous unwatched episode.John Ankarström
2022-04-27Update episode order after rating.John Ankarström
2022-04-25Flip title and rating columns.John Ankarström
2022-04-15Sort by episode number if rating is equal.John Ankarström
2022-04-07Reset focus after refresh.John Ankarström
2022-04-04Remove column headers from data list view.John Ankarström
2022-04-02Move initialization to WM_CREATE.John Ankarström
2022-04-02Clean up UpdateTheme.John Ankarström
2022-04-02Open only clicked episode on double-click.John Ankarström
2022-04-01Adjust formatting.John Ankarström
2022-04-01Support per-monitor DPI.John Ankarström
2022-03-31Set minimum window height.John Ankarström
2022-03-30Disregard foreign frames.John Ankarström
2022-03-30Include windows.h in defs.h.John Ankarström
2022-03-02Open episode on Enter, but in a better way.John Ankarström
2022-03-02Open episode on Enter.John Ankarström
2022-03-02Handle theme updates, improve focus handlingJohn Ankarström
2022-02-18Resize data list view depending on number of items.John Ankarström
2022-02-17Even more cleanup.John Ankarström
2022-02-17More cleanup.John Ankarström
2022-02-16Clean up.John Ankarström
2022-02-16Select most recently watched episode by default.John Ankarström
2022-02-15Finish Win32 re-implementation.John Ankarström
2022-02-15Show data in data list view.John Ankarström
2022-02-15Show data list view.John Ankarström
2022-02-15Combine header files.John Ankarström