Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-02 | Move initialization to WM_CREATE. | John Ankarström | |
WM_CREATE is sent as soon as the window is created. This means that it is not a good idea to set window-specific variables in the code following CreateWindow. Instead, they should be set in the window procedure's response to WM_CREATE. | |||
2022-04-02 | Open only clicked episode on double-click. | John Ankarström | |
2022-04-01 | Free libraries. | John Ankarström | |
2022-04-01 | Support per-monitor DPI. | John Ankarström | |
2022-03-30 | Disregard foreign frames. | John Ankarström | |
I don't think they're necessary. | |||
2022-03-06 | Update data for all episodes at once. | John Ankarström | |
Previously, a remote request would be made once per episode. | |||
2022-02-17 | Even more cleanup. | John Ankarström | |
2022-02-17 | More cleanup. | John Ankarström | |
2022-02-16 | Clean up. | John Ankarström | |
2022-02-15 | Finish Win32 re-implementation. | John Ankarström | |
There are still things to be improved upon, but this commit marks feature parity with the XPCE version. | |||
2022-02-15 | Show data in data list view. | John Ankarström | |
2022-02-15 | Rework list view code. | John Ankarström | |