Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-02 | Improve Window object. | John Ankarström | |
2022-09-02 | Improve Windows XP compatibility. | John Ankarström | |
Various bug fixes. | |||
2022-08-24 | Remove Prolog dependency. | John Ankarström | |
The only thing left to reimplement is the tracking of watched episodes in MPC-HC. | |||
2022-08-24 | Add FetchScreenwriters. Improve thread communication. | John Ankarström | |
2022-08-22 | Open episodes without Prolog. | John Ankarström | |
2022-08-22 | Improve Win32Error, add Min. | John Ankarström | |
2022-08-22 | Change initialization style. | John Ankarström | |
Because I don't want to have to remember what classes have initializer_list overloads. | |||
2022-08-22 | Add InternetError exception. | John Ankarström | |
2022-08-22 | Add Buf class. | John Ankarström | |
2022-08-22 | Handle exceptions in fetching thread. | John Ankarström | |
2022-08-21 | Reimplement WaitFor. | John Ankarström | |
2022-08-17 | Make FileView more type-safe. | John Ankarström | |
2022-08-11 | EBMessageBox: Take wstring_view instead of wchar_t*. | John Ankarström | |
2022-08-09 | Add WithNextWindow function. | John Ankarström | |
I'm not sure if this clarifies or complicates the control flow. My hope is the former. | |||
2022-08-06 | Use typedefs when interacting with Win32 API. | John Ankarström | |
It's not like they're ever going to change the definition of WORD (knock on wood) -- but I guess it's proper to use them as if their definitions might change. | |||
2022-08-04 | Use C++ casts, nullptr. | John Ankarström | |
2022-08-04 | Add comments. | 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 | |