aboutsummaryrefslogtreecommitdiff
path: root/c
AgeCommit message (Expand)Author
2022-07-22Simplify AWTEXT, AWFUN.John Ankarström
2022-07-21Simplify OnTerminate.John Ankarström
2022-07-20Improve fatal error messages.John Ankarström
2022-07-20Simplify UpdateLayout.John Ankarström
2022-07-20Simplify require, prefer.John Ankarström
2022-07-20Use GetLastError() as default for Win32Error.John Ankarström
2022-07-20Improve ANSI compatibility.John Ankarström
2022-07-20Fix ANSI compatibility.John Ankarström
2022-07-20Use template instead of Win32Error::twhat.John Ankarström
2022-07-20Fix timer.John Ankarström
2022-07-20Fix bug in and rename throw_nil, warn_nil.John Ankarström
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-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-16Formatting.John Ankarström
2022-07-16Rewrite TszFromSz as TsmFromSz.John Ankarström
2022-07-16Add m_hWndParent to ListView.John Ankarström
2022-07-15Split defs.h into separate header files.John Ankarström
2022-07-15Add Win32Error exception class.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 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