index
:
EpisodeBrowser
data
master
GUI interface to locally stored TV series
Git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
c
Age
Commit message (
Expand
)
Author
2022-07-30
Add debugging functions.
John Ankarström
2022-07-30
Show dynamic status bar tips.
John Ankarström
2022-07-30
Add wstring_owner, replacing std::wstring.
John Ankarström
2022-07-30
Add non-throwing variants of Query methods.
John Ankarström
2022-07-30
Formatting.
John Ankarström
2022-07-29
Add ListView::FindNextItem.
John Ankarström
2022-07-29
Use swprintf_s instead of string streams.
John Ankarström
2022-07-28
Refactor thread/timer.
John Ankarström
2022-07-27
Fix typo.
John Ankarström
2022-07-27
Fix status bar help message.
John Ankarström
2022-07-27
Fix remaining memory bugs.
John Ankarström
2022-07-27
Change WM_MENUSELECT handling.
John Ankarström
2022-07-27
Fix memory bug.
John Ankarström
2022-07-27
Improve resource.h.
John Ankarström
2022-07-27
Fix About dialog text.
John Ankarström
2022-07-26
Rewrite WM_MENUSELECT handling.
John Ankarström
2022-07-26
Use 's' instead of 'str' for as prefix for managed strings.
John Ankarström
2022-07-26
Remove ANSI compatibility.
John Ankarström
2022-07-26
Improve Win32Error, library handling code.
John Ankarström
2022-07-25
Move menu command processing to separate functions.
John Ankarström
2022-07-25
Reorganize resource IDs, message handling.
John Ankarström
2022-07-25
Show menu item info in status bar.
John Ankarström
2022-07-24
Update layout on theme change.
John Ankarström
2022-07-24
Fix PL_get_tchars.
John Ankarström
2022-07-24
Use Query object in DataListView::ShowEpisode.
John Ankarström
2022-07-24
Reorganize EpisodeListView::Update.
John Ankarström
2022-07-24
Add const.
John Ankarström
2022-07-24
Use std::vector for tracking selected episodes.
John Ankarström
2022-07-24
Rename g_hFocus to g_hWndFocus.
John Ankarström
2022-07-24
Improve window layout.
John Ankarström
2022-07-23
Fix display of Unicode text.
John Ankarström
2022-07-23
Prevent scrollbar from flickering.
John Ankarström
2022-07-23
Improve UpdateLayout and ResizeColumns.
John Ankarström
2022-07-22
Cache GetSystemMetrics values with variable template.
John Ankarström
2022-07-22
Set owner of termination message box.
John Ankarström
2022-07-22
Simplify AWTEXT, AWFUN.
John Ankarström
2022-07-21
Simplify OnTerminate.
John Ankarström
2022-07-20
Improve fatal error messages.
John Ankarström
2022-07-20
Simplify UpdateLayout.
John Ankarström
2022-07-20
Simplify require, prefer.
John Ankarström
2022-07-20
Use GetLastError() as default for Win32Error.
John Ankarström
2022-07-20
Improve ANSI compatibility.
John Ankarström
2022-07-20
Fix ANSI compatibility.
John Ankarström
2022-07-20
Use template instead of Win32Error::twhat.
John Ankarström
2022-07-20
Fix timer.
John Ankarström
2022-07-20
Fix bug in and rename throw_nil, warn_nil.
John Ankarström
2022-07-20
Simplify templates.
John Ankarström
2022-07-19
Use std::declval.
John Ankarström
2022-07-19
Formatting.
John Ankarström
2022-07-19
Check Windows API calls for errors more consistently.
John Ankarström
[next]