index
:
EpisodeBrowser
data
master
GUI interface to locally stored TV series
Git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
c
/
datalistview.cpp
Age
Commit message (
Expand
)
Author
2022-08-04
Use C++ casts, nullptr.
John Ankarström
2022-08-03
Use Pascal case for all functions.
John Ankarström
2022-08-03
Split common.h to util.h, wcharptr.h and win.h.
John Ankarström
2022-08-03
Remove m_bHeader from ListView.
John Ankarström
2022-08-02
Improve wstring_owner, rename to wchar_ptr.
John Ankarström
2022-08-02
Implement draggable split.
John Ankarström
2022-07-31
Limit use of Hungarian notation.
John Ankarström
2022-07-30
Add wstring_owner, replacing std::wstring.
John Ankarström
2022-07-30
Add non-throwing variants of Query methods.
John Ankarström
2022-07-30
Formatting.
John Ankarström
2022-07-26
Use 's' instead of 'str' for as prefix for managed strings.
John Ankarström
2022-07-26
Remove ANSI compatibility.
John Ankarström
2022-07-24
Use Query object in DataListView::ShowEpisode.
John Ankarström
2022-07-24
Improve window layout.
John Ankarström
2022-07-23
Fix display of Unicode text.
John Ankarström
2022-07-23
Improve UpdateLayout and ResizeColumns.
John Ankarström
2022-07-22
Cache GetSystemMetrics values with variable template.
John Ankarström
2022-07-20
Simplify UpdateLayout.
John Ankarström
2022-07-20
Fix ANSI compatibility.
John Ankarström
2022-07-19
Use static member function instead of friend function.
John Ankarström
2022-07-19
Fix Prolog memory leaks.
John Ankarström
2022-07-17
Make ListView hWnd public.
John Ankarström
2022-07-17
Update type names and variable prefixes.
John Ankarström
2022-07-17
Add const to pointers, update spacing.
John Ankarström
2022-07-17
Add const to places.
John Ankarström
2022-07-17
Use SWI-Prolog's wide-character functions.
John Ankarström
2022-07-16
Formatting.
John Ankarström
2022-07-16
Rewrite TszFromSz as TsmFromSz.
John Ankarström
2022-07-16
Add m_hWndParent to ListView.
John Ankarström
2022-07-15
Split defs.h into separate header files.
John Ankarström
2022-07-15
Reimplement Pl with variadic templates
John Ankarström
2022-07-15
Change declaration style.
John Ankarström
2022-07-14
Initialize global variables in the right place.
John Ankarström
2022-07-11
Improve ElvSort.
John Ankarström
2022-07-10
Convert to C++.
John Ankarström