aboutsummaryrefslogtreecommitdiff
path: root/c/episodelistview.cpp
AgeCommit message (Expand)Author
2022-09-07Normalize error message formatting.John Ankarström
2022-09-07Improve error handling.John Ankarström
2022-09-03Add Preferences dialog (WIP).John Ankarström
2022-09-02Improve Window object.John Ankarström
2022-09-02Use global Window object.John Ankarström
2022-08-28Use reference instead of copy.John Ankarström
2022-08-26Use FunctionW names explicitly instead of macros.John Ankarström
2022-08-25Fix MSVC compatibility.John Ankarström
2022-08-24Remove Prolog dependency.John Ankarström
2022-08-24Re-enable screenwriter limit.John Ankarström
2022-08-24Add FetchScreenwriters. Improve thread communication.John Ankarström
2022-08-23Reimplement SelectUnwatched.John Ankarström
2022-08-22Open episodes without Prolog.John Ankarström
2022-08-18Move file views out of EpisodeListView and DataListView.John Ankarström
2022-08-17Add FileView::Initialized constructor.John Ankarström
2022-08-17Minor cleanup.John Ankarström
2022-08-17Add CfgA.John Ankarström
2022-08-17Make FileView more type-safe.John Ankarström
2022-08-16EpisodeListView: Use FileView consistently.John Ankarström
2022-08-16Add data migration test.John Ankarström
2022-08-15Start moving data into C++.John Ankarström
2022-08-10Improve structure.John Ankarström
2022-08-06Use Swprintf instead of swprintf_s.John Ankarström
2022-08-06Update Hungarian notation for buffer sizes.John Ankarström
2022-08-04Use C++ casts, nullptr.John Ankarström
2022-08-04Add comments.John Ankarström
2022-08-03Minor changes.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-02Improve wstring_owner, rename to wchar_ptr.John Ankarström
2022-07-31Limit use of Hungarian notation.John Ankarström
2022-07-31Improve initial scroll position.John Ankarström
2022-07-30Simplify EpisodeListView::UpdateItem, remove m_lviFocus.John Ankarström
2022-07-30Add wstring_owner, replacing std::wstring.John Ankarström
2022-07-30Formatting.John Ankarström
2022-07-29Add ListView::FindNextItem.John Ankarström
2022-07-27Fix remaining memory bugs.John Ankarström
2022-07-27Fix memory bug.John Ankarström
2022-07-26Rewrite WM_MENUSELECT handling.John Ankarström
2022-07-26Use 's' instead of 'str' for as prefix for managed strings.John Ankarström
2022-07-26Remove ANSI compatibility.John Ankarström
2022-07-24Use Query object in DataListView::ShowEpisode.John Ankarström
2022-07-24Reorganize EpisodeListView::Update.John Ankarström
2022-07-24Use std::vector for tracking selected episodes.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-20Simplify require, prefer.John Ankarström