Age | Commit message (Expand) | Author |
2022-08-03 | Clean up Dragger. | John Ankarström |
2022-08-03 | Remove m_bHeader from ListView. | John Ankarström |
2022-08-03 | Load uxtheme dynamically. | John Ankarström |
2022-08-02 | Improve wstring_owner, rename to wchar_ptr. | John Ankarström |
2022-08-02 | Replace maybe_make. | John Ankarström |
2022-08-02 | Remember data list view height across sessions. | John Ankarström |
2022-08-02 | Double-click dragger to reset. | John Ankarström |
2022-08-02 | Implement draggable split. | John Ankarström |
2022-07-31 | Make WsoFromSz and WsoCopy static member functions of wstring_owner. | 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-31 | Simplify exception handling. | John Ankarström |
2022-07-31 | Move EBMessageBox's CBTProc into lambda. | John Ankarström |
2022-07-31 | Use _snwprintf_s instead of swprintf_s for wszf. | John Ankarström |
2022-07-30 | Simplify EpisodeListView::UpdateItem, remove m_lviFocus. | John Ankarström |
2022-07-30 | Add debugging functions. | John Ankarström |
2022-07-30 | Show dynamic status bar tips. | John Ankarström |
2022-07-30 | Add wstring_owner, replacing std::wstring. | John Ankarström |
2022-07-30 | Makefile: Add commented console option. | 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-29 | Add ListView::FindNextItem. | John Ankarström |
2022-07-29 | Use swprintf_s instead of string streams. | John Ankarström |
2022-07-28 | Refactor thread/timer. | John Ankarström |
2022-07-27 | Fix typo. | John Ankarström |
2022-07-27 | Fix status bar help message. | John Ankarström |
2022-07-27 | Fix remaining memory bugs. | John Ankarström |
2022-07-27 | Change WM_MENUSELECT handling. | John Ankarström |
2022-07-27 | Fix memory bug. | John Ankarström |
2022-07-27 | Improve resource.h. | John Ankarström |
2022-07-27 | Fix About dialog text. | 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-26 | Improve Win32Error, library handling code. | John Ankarström |
2022-07-25 | Move menu command processing to separate functions. | John Ankarström |
2022-07-25 | Reorganize resource IDs, message handling. | John Ankarström |
2022-07-25 | Show menu item info in status bar. | John Ankarström |
2022-07-24 | Improve makedeps. | John Ankarström |
2022-07-24 | Update layout on theme change. | John Ankarström |
2022-07-24 | Fix PL_get_tchars. | 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 | Add const. | John Ankarström |
2022-07-24 | Statically embed standard library. | John Ankarström |
2022-07-24 | Use std::vector for tracking selected episodes. | John Ankarström |
2022-07-24 | Rename g_hFocus to g_hWndFocus. | 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 | Prevent scrollbar from flickering. | John Ankarström |