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-08-06
Add const.
John Ankarström
2022-08-06
Update cached system metrics on DPI change.
John Ankarström
2022-08-06
Minor changes.
John Ankarström
2022-08-06
Use typedefs when interacting with Win32 API.
John Ankarström
2022-08-05
Rename Dragger functions.
John Ankarström
2022-08-04
Use C++ casts, nullptr.
John Ankarström
2022-08-04
Clean up.
John Ankarström
2022-08-04
Add comments.
John Ankarström
2022-08-03
Minor changes.
John Ankarström
2022-08-03
Use Pascal case for all functions.
John Ankarström
2022-08-03
Split common.h to util.h, wcharptr.h and win.h.
John Ankarström
2022-08-03
Minor improvements.
John Ankarström
2022-08-03
Clean up Dragger.
John Ankarström
2022-08-03
Load uxtheme dynamically.
John Ankarström
2022-08-02
Improve wstring_owner, rename to wchar_ptr.
John Ankarström
2022-08-02
Replace maybe_make.
John Ankarström
2022-08-02
Remember data list view height across sessions.
John Ankarström
2022-08-02
Implement draggable split.
John Ankarström
2022-07-31
Make WsoFromSz and WsoCopy static member functions of wstring_owner.
John Ankarström
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
[next]