Age | Commit message (Expand) | Author |
2022-08-24 | Add FetchScreenwriters. Improve thread communication. | John Ankarström |
2022-08-23 | Reimplement SelectUnwatched. | John Ankarström |
2022-08-22 | Open episodes without Prolog. | John Ankarström |
2022-08-18 | Move file views out of EpisodeListView and DataListView. | John Ankarström |
2022-08-17 | Add FileView::Initialized constructor. | John Ankarström |
2022-08-17 | Minor cleanup. | John Ankarström |
2022-08-17 | Add CfgA. | John Ankarström |
2022-08-17 | Make FileView more type-safe. | John Ankarström |
2022-08-16 | EpisodeListView: Use FileView consistently. | John Ankarström |
2022-08-16 | Add data migration test. | John Ankarström |
2022-08-15 | Start moving data into C++. | John Ankarström |
2022-08-10 | Improve structure. | John Ankarström |
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 |