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
/
main.cpp
Age
Commit message (
Expand
)
Author
2022-07-31
Limit use of Hungarian notation.
John Ankarström
2022-07-31
Simplify exception handling.
John Ankarström
2022-07-30
Simplify EpisodeListView::UpdateItem, remove m_lviFocus.
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
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
Change WM_MENUSELECT handling.
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
Add const.
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
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-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 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-19
Check Windows API calls for errors more consistently.
John Ankarström
2022-07-19
Remove old comment.
John Ankarström
2022-07-19
Formatting.
John Ankarström
2022-07-19
Remove CreateStatusBar function.
John Ankarström
2022-07-19
Use static member function instead of friend function.
John Ankarström
2022-07-19
Implement centered message box.
John Ankarström
2022-07-18
Improve Library::GetProcAddress.
John Ankarström
2022-07-18
Solve compiler warnings.
John Ankarström
2022-07-18
Add Unicode support to Win32Error.
John Ankarström
2022-07-18
Improve exception message.
John Ankarström
2022-07-18
Fix typo.
John Ankarström
2022-07-18
Formatting.
John Ankarström
2022-07-18
Fix 26bc4109.
John Ankarström
2022-07-18
Ensure that CBT hook is set and unset correctly.
John Ankarström
2022-07-17
Prefer f() over f(void).
John Ankarström
[next]