Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-27 | Update episode order after rating. | John Ankarström | |
2022-04-25 | Flip title and rating columns. | John Ankarström | |
2022-04-25 | Rate from 1 to 10. | John Ankarström | |
2022-04-23 | Fix ElvSelectRecent. | John Ankarström | |
2022-04-18 | Fix episode update in ElvSelectRecent. | John Ankarström | |
2022-04-18 | Support combined filters. | John Ankarström | |
2022-04-15 | Sort by episode number if rating is equal. | John Ankarström | |
2022-04-13 | Fix typo. | John Ankarström | |
2022-04-13 | Change variable. | John Ankarström | |
2022-04-13 | Persist sort order. | John Ankarström | |
2022-04-13 | Ensure focused item is visible after sort. | John Ankarström | |
2022-04-07 | Implement sorting. | John Ankarström | |
2022-04-07 | Add status bar. | John Ankarström | |
2022-04-07 | Reset focus after refresh. | John Ankarström | |
2022-04-07 | Add "View TV Originals" option. | John Ankarström | |
2022-04-06 | Fix small reselection bug, make selection array static. | John Ankarström | |
2022-04-06 | Check bounds of episode selection array. | John Ankarström | |
2022-04-06 | Properly restore selection after refresh. | John Ankarström | |
2022-04-06 | Re-select correct episode after toggling "View Watched". | John Ankarström | |
2022-04-06 | Fix most recent episode selection when "View Watched" is disabled. | John Ankarström | |
2022-04-06 | Add View > Watched Episodes menu item. | John Ankarström | |
2022-04-05 | Add episode ratings. | John Ankarström | |
2022-04-04 | Don't start updating episode list until after window is drawn. | John Ankarström | |
This ensures the window is displayed before the episodes are loaded, which is important on slow internet connections. | |||
2022-04-04 | Use file-local instead of function-local static variables. | John Ankarström | |
This pollutes the global scope, but it removes the unnecessary check that is otherwise done every time the function is called. | |||
2022-04-04 | Rewrite episode data code. | John Ankarström | |
TODO: Ignore duplicate hints. | |||
2022-04-04 | Remove column headers from data list view. | John Ankarström | |
2022-04-04 | Show onfocused list view selection with gray background. | John Ankarström | |
2022-04-03 | Rename last_episode/1 to episode_count/1. | John Ankarström | |
2022-04-02 | Open only clicked episode on double-click. | John Ankarström | |
2022-04-01 | Open all selected episodes on Return. | John Ankarström | |
2022-04-01 | Adjust formatting. | John Ankarström | |
2022-04-01 | Update tracked episodes when creating episode list view. | John Ankarström | |
2022-04-01 | Always scroll when selecting most recently watched episode. | John Ankarström | |
2022-04-01 | Support per-monitor DPI. | John Ankarström | |
2022-04-01 | Change case block indentation. | John Ankarström | |
This avoids the following: } } | |||
2022-03-30 | Disregard foreign frames. | John Ankarström | |
I don't think they're necessary. | |||
2022-03-29 | Show all episodes, not just local copies. | John Ankarström | |
Ideally, I'd like to distinguish them visually, but it is a bit complicated. For now, I don't really care. | |||
2022-03-23 | Sort episodes. | John Ankarström | |
2022-03-03 | Update code style. | John Ankarström | |
2022-03-02 | Open episode on Enter, but in a better way. | John Ankarström | |
2022-03-02 | Open episode on Enter. | John Ankarström | |
This case cannot be handled by NM_RETURN, as the Return key is handled by IsDialogMessage (in the message loop in main), which sends a WM_GETDLGCODE message to the active control. | |||
2022-03-02 | Handle theme updates, improve focus handling | John Ankarström | |
2022-02-25 | Small improvements. | John Ankarström | |
2022-02-17 | Small changes. | John Ankarström | |
2022-02-17 | Update tracked episodes upon window activation. | John Ankarström | |
2022-02-17 | Even more cleanup. | John Ankarström | |
2022-02-17 | More cleanup. | John Ankarström | |
2022-02-16 | Make column headers unclickable. | John Ankarström | |
2022-02-16 | Clean up. | John Ankarström | |
2022-02-16 | Make refresh smoother. | John Ankarström | |