aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-20Simplify templates.John Ankarström
2022-07-19Use std::declval.John Ankarström
2022-07-19Formatting.John Ankarström
2022-07-19Check Windows API calls for errors more consistently.John Ankarström
2022-07-19Remove old comment.John Ankarström
2022-07-19Formatting.John Ankarström
2022-07-19Remove CreateStatusBar function.John Ankarström
2022-07-19Use static member function instead of friend function.John Ankarström
2022-07-19Add comments.John Ankarström
2022-07-19Remove EBMessageBoxA.John Ankarström
2022-07-19Use Prolog string buffer marks.John Ankarström
2022-07-19Fix Prolog memory leaks.John Ankarström
2022-07-19Implement centered message box.John Ankarström
2022-07-18Improve Library::GetProcAddress.John Ankarström
2022-07-18Solve compiler warnings.John Ankarström
2022-07-18Add Unicode support to Win32Error.John Ankarström
2022-07-18Improve exception message.John Ankarström
2022-07-18Fix typo.John Ankarström
2022-07-18Formatting.John Ankarström
2022-07-18Avoid leak in Prolog interface.John Ankarström
2022-07-18Fix 26bc4109.John Ankarström
2022-07-18Ensure that CBT hook is set and unset correctly.John Ankarström
2022-07-18Use -O2 instead of -O.John Ankarström
2022-07-18Makefile: Add assembly target.John Ankarström
2022-07-17Prefer f() over f(void).John Ankarström
2022-07-17Make ListView hWnd public.John Ankarström
2022-07-17Update type names and variable prefixes.John Ankarström
2022-07-17Name function arguments in headers.John Ankarström
2022-07-17Add const to pointers, update spacing.John Ankarström
2022-07-17Add const to places.John Ankarström
2022-07-17Remove TsmFromSz.John Ankarström
2022-07-17Use SWI-Prolog's wide-character functions.John Ankarström
2022-07-17makedeps: Fix regular expression.John Ankarström
2022-07-16Formatting.John Ankarström
2022-07-16README: Add information about Hungarian notation.John Ankarström
2022-07-16Rewrite TszFromSz as TsmFromSz.John Ankarström
2022-07-16Add m_hWndParent to ListView.John Ankarström
2022-07-16Ensure c++-mode is used in header files.John Ankarström
2022-07-15Makefile: Make deps.mk silently.John Ankarström
2022-07-15Add showdeps script.John Ankarström
2022-07-15Split defs.h into separate header files.John Ankarström
2022-07-15README: Add build instructions.John Ankarström
2022-07-15Fix typo.John Ankarström
2022-07-15Improve makedeps script.John Ankarström
2022-07-15Add Win32Error exception class.John Ankarström
2022-07-15Update README.John Ankarström
2022-07-15Add makedeps.pl.John Ankarström
2022-07-15Show error and exit gracefully on uncaught exception.John Ankarström
2022-07-15Add support for Prolog exceptions.John Ankarström
2022-07-15Use C++17 for Flycheck.John Ankarström