aboutsummaryrefslogtreecommitdiff
path: root/c/datalistview.cpp
AgeCommit message (Expand)Author
2022-07-26Remove ANSI compatibility.John Ankarström
2022-07-24Use Query object in DataListView::ShowEpisode.John Ankarström
2022-07-24Improve window layout.John Ankarström
2022-07-23Fix display of Unicode text.John Ankarström
2022-07-23Improve UpdateLayout and ResizeColumns.John Ankarström
2022-07-22Cache GetSystemMetrics values with variable template.John Ankarström
2022-07-20Simplify UpdateLayout.John Ankarström
2022-07-20Fix ANSI compatibility.John Ankarström
2022-07-19Use static member function instead of friend function.John Ankarström
2022-07-19Fix Prolog memory leaks.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-17Add const to pointers, update spacing.John Ankarström
2022-07-17Add const to places.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-15Reimplement Pl with variadic templatesJohn Ankarström
2022-07-15Change declaration style.John Ankarström
2022-07-14Initialize global variables in the right place.John Ankarström
2022-07-11Improve ElvSort.John Ankarström
2022-07-10Convert to C++.John Ankarström