aboutsummaryrefslogtreecommitdiff
path: root/c/listview.cpp
AgeCommit message (Expand)Author
2022-08-06Use typedefs when interacting with Win32 API.John Ankarström
2022-08-05Rename Dragger functions.John Ankarström
2022-08-04Use C++ casts, nullptr.John Ankarström
2022-08-04Add comments.John Ankarström
2022-08-03Use Pascal case for all functions.John Ankarström
2022-08-03Split common.h to util.h, wcharptr.h and win.h.John Ankarström
2022-08-03Clean up Dragger.John Ankarström
2022-08-03Remove m_bHeader from ListView.John Ankarström
2022-08-03Load uxtheme dynamically.John Ankarström
2022-08-02Implement draggable split.John Ankarström
2022-07-31Limit use of Hungarian notation.John Ankarström
2022-07-29Add ListView::FindNextItem.John Ankarström
2022-07-26Remove ANSI compatibility.John Ankarström
2022-07-24Improve window layout.John Ankarström
2022-07-23Improve UpdateLayout and ResizeColumns.John Ankarström
2022-07-20Simplify UpdateLayout.John Ankarström
2022-07-20Simplify require, prefer.John Ankarström
2022-07-20Improve ANSI compatibility.John Ankarström
2022-07-20Fix ANSI compatibility.John Ankarström
2022-07-20Fix bug in and rename throw_nil, warn_nil.John Ankarström
2022-07-19Check Windows API calls for errors more consistently.John Ankarström
2022-07-19Formatting.John Ankarström
2022-07-18Add Unicode support to Win32Error.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-16Formatting.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-15Change declaration style.John Ankarström
2022-07-14Code style.John Ankarström
2022-07-14Pass WM_DESTROY to ListView::WndProc.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