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
/
episodelistview.cpp
Age
Commit message (
Expand
)
Author
2022-08-06
Use Swprintf instead of swprintf_s.
John Ankarström
2022-08-06
Update Hungarian notation for buffer sizes.
John Ankarström
2022-08-04
Use C++ casts, nullptr.
John Ankarström
2022-08-04
Add comments.
John Ankarström
2022-08-03
Minor changes.
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-02
Improve wstring_owner, rename to wchar_ptr.
John Ankarström
2022-07-31
Limit use of Hungarian notation.
John Ankarström
2022-07-31
Improve initial scroll position.
John Ankarström
2022-07-30
Simplify EpisodeListView::UpdateItem, remove m_lviFocus.
John Ankarström
2022-07-30
Add wstring_owner, replacing std::wstring.
John Ankarström
2022-07-30
Formatting.
John Ankarström
2022-07-29
Add ListView::FindNextItem.
John Ankarström
2022-07-27
Fix remaining memory bugs.
John Ankarström
2022-07-27
Fix memory bug.
John Ankarström
2022-07-26
Rewrite WM_MENUSELECT handling.
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
Reorganize EpisodeListView::Update.
John Ankarström
2022-07-24
Use std::vector for tracking selected episodes.
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
Simplify require, prefer.
John Ankarström
2022-07-20
Fix ANSI compatibility.
John Ankarström
2022-07-20
Fix bug in and rename throw_nil, warn_nil.
John Ankarström
2022-07-19
Check Windows API calls for errors more consistently.
John Ankarström
2022-07-19
Use static member function instead of friend function.
John Ankarström
2022-07-19
Use Prolog string buffer marks.
John Ankarström
2022-07-18
Fix typo.
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
Minor formal changes.
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-11
Refactor, adjust minimum window size.
John Ankarström
2022-07-10
Convert to C++.
John Ankarström