Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-29 | Change variable name. | John Ankarström | |
ctxt is so verbose. | |||
2022-08-29 | Small improvments. | John Ankarström | |
2022-08-29 | eb.el: Improve window handling. | John Ankarström | |
2022-08-28 | Replace Managed with Unique. | John Ankarström | |
2022-08-28 | Use reference instead of copy. | John Ankarström | |
2022-08-28 | Set termination handler for fetch thread. | John Ankarström | |
MSVC has separate handlers per thread. | |||
2022-08-27 | eb.el: Add eb-bookmarks. | John Ankarström | |
2022-08-27 | Support Debug/Release configurations. | John Ankarström | |
2022-08-27 | eb.el: Further improvements. | John Ankarström | |
2022-08-27 | eb.el: Minor improvements. | John Ankarström | |
Perhaps this should be a separate Emacs package named ide-tool-bar. | |||
2022-08-27 | eb.el: Add eb-quit-or-bury. | John Ankarström | |
2022-08-27 | eb.el: Add eb-tool-bar-mode. | John Ankarström | |
2022-08-26 | FileView: Add move constructor, assignment operator. | John Ankarström | |
2022-08-26 | Clean up. | John Ankarström | |
2022-08-26 | Use CMake. | John Ankarström | |
I don't love it, but it makes it possible to support Visual Studio in addition to MinGW GCC. | |||
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 | Use _DEBUG instead of DEBUG. | John Ankarström | |
This is what Visual Studio uses for its debug builds by default. | |||
2022-08-25 | Fix MSVC compatibility. | John Ankarström | |
2022-08-25 | FileView: Close handles on error in constructor. | John Ankarström | |
2022-08-25 | Fix FileView::Initialized bug. | John Ankarström | |
The bug doesn't appear with MinGW GCC, but when compiled with Visual Studio, the prorgam would perform a read access violation. | |||
2022-08-25 | Makefile: Remove b/wcharptr.obj. | 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 | 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 | |