Age | Commit message (Expand) | Author |
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 | Fix LvHeight. | 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 | Persist "View Watched" setting. | 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 |
2022-04-04 | Use file-local instead of function-local static variables. | John Ankarström |
2022-04-04 | Size first list view column according to contents. | John Ankarström |
2022-04-04 | Rewrite episode data code. | John Ankarström |
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 | Move initialization to WM_CREATE. | John Ankarström |
2022-04-02 | Properly hide focus rectangles. | John Ankarström |
2022-04-02 | Clean up UpdateTheme. | John Ankarström |
2022-04-02 | Open only clicked episode on double-click. | John Ankarström |
2022-04-02 | Properly hide focus rectangles. | John Ankarström |
2022-04-01 | Clean up application manifest. | 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 | Free libraries. | John Ankarström |
2022-04-01 | Support per-monitor DPI. | John Ankarström |
2022-04-01 | Enable DPI awareness. | John Ankarström |
2022-04-01 | Fix control flow in UpdateTheme. | John Ankarström |
2022-04-01 | File > Reset selects most recently watched episode. | John Ankarström |
2022-04-01 | Change case block indentation. | John Ankarström |
2022-04-01 | Clarify control flow in UpdateTheme. | John Ankarström |
2022-04-01 | Update comment style. | John Ankarström |
2022-04-01 | Apply context menu commands to all selected items. | John Ankarström |
2022-03-31 | Fix child window focus on re-activation. | John Ankarström |
2022-03-31 | Set minimum window height. | John Ankarström |
2022-03-31 | Rename rgArgs to argv. | John Ankarström |
2022-03-30 | Disregard foreign frames. | John Ankarström |
2022-03-30 | Include windows.h in defs.h. | John Ankarström |
2022-03-29 | Show all episodes, not just local copies. | John Ankarström |
2022-03-28 | Clean up. | John Ankarström |