Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-23 | Add Show In Explorer context menu item.data | John Ankarström | |
2022-12-31 | Update eb.el | John Ankarström | |
2022-11-25 | Fix episode fetch bug. | John Ankarström | |
Fetched episodes would not be displayed, as the episode count was not updated. | |||
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-07 | Fix WithNextWindow bug. | John Ankarström | |
2022-09-03 | Fix Preferences dialog tab order. | 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 | eb.el: Small improvements. | John Ankarström | |
2022-09-02 | Add Act. | John Ankarström | |
2022-09-02 | Fix bug in EBMessageBox. | John Ankarström | |
g_hWnd being null did no harm, but g_window being null... | |||
2022-09-02 | Improve Window object. | John Ankarström | |
2022-09-02 | eb.el: Open eb-dired on the left. | 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-09-02 | Add UniqueOk. | John Ankarström | |
2022-09-02 | Improve build system. | John Ankarström | |
2022-08-31 | eb.el: Run fleeting window close code consistently. | John Ankarström | |
2022-08-31 | eb.el: Fit window to buffer horizontally. | John Ankarström | |
2022-08-31 | eb.el: Ignore minibuffer window selection. | John Ankarström | |
2022-08-31 | eb.el: Improve eb-dired. | John Ankarström | |
2022-08-30 | eb.el: Fix fleeting window size. | John Ankarström | |
2022-08-30 | Fix Unique Good, Bad. Simplify HTML parser. | John Ankarström | |
Good and Bad should obviously do the exact opposite thing to what they did. | |||
2022-08-30 | eb.el: Fix eb--fleeting--window-hook. | John Ankarström | |
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. |