Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
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 | Size first list view column according to contents. | John Ankarström | |
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 | 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 | Properly hide focus rectangles. | John Ankarström | |
For some reason, UISF_HIDEFOCUS must not be set for the main window. | |||
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 | |
With WM_CHANGEUISTATE, they would show up again after certain actions. | |||
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 | |
It is NOT done, however. | |||
2022-04-01 | Fix control flow in UpdateTheme. | John Ankarström | |
Fixes 4f98051cbe62171775f6b319400b6dc6c2841e07. | |||
2022-04-01 | File > Reset selects most recently watched episode. | John Ankarström | |
2022-04-01 | Change case block indentation. | John Ankarström | |
This avoids the following: } } | |||
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 | |
More informative, really. | |||
2022-03-30 | Disregard foreign frames. | John Ankarström | |
I don't think they're necessary. |