Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-23 | Add Show In Explorer context menu item.data | John Ankarström | |
2022-09-07 | Simplify Err message format. | John Ankarström | |
2022-09-07 | Normalize error message formatting. | John Ankarström | |
2022-09-07 | Don't throw from WinMain. | John Ankarström | |
WinMain is noexcept. | |||
2022-09-07 | Improve error handling. | John Ankarström | |
2022-09-03 | Improve error handling. | John Ankarström | |
2022-09-03 | Add Preferences dialog (WIP). | John Ankarström | |
2022-09-02 | Add Act. | John Ankarström | |
2022-09-02 | Improve Window object. | John Ankarström | |
2022-09-02 | Use global Window object. | John Ankarström | |
This makes it easier to control initialization and maintain RAII. | |||
2022-09-02 | Improve Windows XP compatibility. | John Ankarström | |
Various bug fixes. | |||
2022-08-28 | Set termination handler for fetch thread. | John Ankarström | |
MSVC has separate handlers per thread. | |||
2022-08-26 | Use FunctionW names explicitly instead of macros. | John Ankarström | |
It's uglier, but it makes Visual Studio show better tooltips. | |||
2022-08-26 | Remove IDM_FORGET, IDM_LOOKUP. | John Ankarström | |
2022-08-25 | Fix MSVC compatibility. | John Ankarström | |
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 File > Fetch > Cancel Fetch menu item. | John Ankarström | |
2022-08-24 | Re-enable screenwriter limit. | John Ankarström | |
2022-08-24 | Add FetchScreenwriters. Improve thread communication. | John Ankarström | |
2022-08-23 | Refactor HTML retrieval and parsing. | John Ankarström | |
2022-08-23 | Make exceptions within WndProc non-fatal. | 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 | Handle exceptions in fetching thread. | John Ankarström | |
2022-08-21 | Reimplement WaitFor. | John Ankarström | |
2022-08-18 | Move file views out of EpisodeListView and DataListView. | John Ankarström | |
2022-08-17 | Install terminate handler before initialization of globals. | John Ankarström | |
2022-08-17 | Add FileView::Initialized constructor. | John Ankarström | |
2022-08-17 | Add CfgA. | John Ankarström | |
2022-08-16 | EpisodeListView: Use FileView consistently. | John Ankarström | |
2022-08-15 | Start moving data into C++. | John Ankarström | |
This is the first step in the process of getting rid of the SWI Prolog dependency. We'll see how it goes. | |||
2022-08-15 | Add testing system.HEADmaster | John Ankarström | |
2022-08-15 | Fix bug... | John Ankarström | |
If with init-statement makes me sad, because it is very confusing. | |||
2022-08-13 | Minor changes. | John Ankarström | |
2022-08-11 | Minor formatting. | John Ankarström | |
2022-08-10 | Improve structure. | John Ankarström | |
2022-08-09 | Add eb.el. | John Ankarström | |
Emacs is not a great IDE out-of-the-box, but it is very flexible -- and in many ways a lot more transparent than most normal IDEs. | |||
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-07 | Add showtodo script. | John Ankarström | |
2022-08-07 | Add Strcpy. | John Ankarström | |
2022-08-07 | Simplify WaitFor. | John Ankarström | |
2022-08-07 | Use mark. | John Ankarström | |
2022-08-06 | Add const. | John Ankarström | |
2022-08-06 | Update cached system metrics on DPI change. | John Ankarström | |
2022-08-06 | Minor changes. | John Ankarström | |
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-05 | Rename Dragger functions. | John Ankarström | |
2022-08-04 | Use C++ casts, nullptr. | John Ankarström | |
2022-08-04 | Clean up. | John Ankarström | |
2022-08-04 | Add comments. | John Ankarström | |