Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-24 | Gray out Cancel immediately after it has been pressed. | John Ankarström | |
2022-08-24 | Add File > Fetch > Cancel Fetch menu item. | John Ankarström | |
2022-08-24 | Change size of CfgA::limitToScreenwriter. | John Ankarström | |
2022-08-24 | Re-enable screenwriter limit. | John Ankarström | |
2022-08-24 | WaitFor: Reset SIG_DONE. | John Ankarström | |
2022-08-24 | Add FetchScreenwriters. Improve thread communication. | John Ankarström | |
2022-08-24 | Fix bug in ParsedDoc. | John Ankarström | |
The parser context wants its own buffer, apparently. (The documentation is a little ... sub-par.) | |||
2022-08-23 | Refactor HTML retrieval and parsing. | John Ankarström | |
2022-08-23 | Formatting. | John Ankarström | |
2022-08-23 | FetchData: Set bTVOriginal. | John Ankarström | |
I cheat a little and only compare the first two characters. | |||
2022-08-23 | Reimplement SelectUnwatched. | John Ankarström | |
2022-08-23 | Add Managed (generic RAII type). | John Ankarström | |
2022-08-23 | Use thread_local instead of __thread. | John Ankarström | |
2022-08-23 | Make exceptions within WndProc non-fatal. | 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 | Clean up tests. | 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 | Makefile: Include and link to libxml2. | John Ankarström | |
2022-08-21 | Reimplement WaitFor. | John Ankarström | |
2022-08-21 | Fix memory bug. | John Ankarström | |
2022-08-21 | Fetch wiki URL. | John Ankarström | |
2022-08-21 | Rework remote data fetching. | John Ankarström | |
2022-08-20 | Fix XML test. | John Ankarström | |
2022-08-20 | Test XML parsing. | John Ankarström | |
2022-08-18 | Link with Wininet library. | John Ankarström | |
2022-08-18 | Experiment with Wininet. | John Ankarström | |
The plan is to fetch remote episode data in C++ instead of Prolog. Wininet seems to be sufficient for fetching the HTML, but I'm still not sure how the HTML is best parsed. | |||
2022-08-18 | Whatever. | John Ankarström | |
2022-08-18 | Move file views out of EpisodeListView and DataListView. | John Ankarström | |
2022-08-17 | Fix off-by-one error. | John Ankarström | |
2022-08-17 | DataListView: Use file view. | John Ankarström | |
2022-08-17 | Add cEp to CfgA. | John Ankarström | |
2022-08-17 | Install terminate handler before initialization of globals. | John Ankarström | |
2022-08-17 | Fix HasVersion. | John Ankarström | |
2022-08-17 | Fix CfgA. | John Ankarström | |
It's a bit stupid to rely on a constant whose value I don't control myself. | |||
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-16 | Avoid serialization. | John Ankarström | |
A great benefit of this is that the program doesn't need to COPY the data from the file view to the struct. | |||
2022-08-16 | Implement preliminary IO. | John Ankarström | |
It might be a good idea to eschew the structs and access the data directly from the view. Alternatively, the serialization functions might be rewritten to simply memcpy the structs, after either adding __attribute__((packed)) or ensuring consistent padding. | |||
2022-08-15 | Add basic serialization functions for ElvData. | 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 in Strcpy. Add Sprintf, Wcscpy. | John Ankarström | |