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
/
listview.cpp
Age
Commit message (
Expand
)
Author
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
Add comments.
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
Clean up Dragger.
John Ankarström
2022-08-03
Remove m_bHeader from ListView.
John Ankarström
2022-08-03
Load uxtheme dynamically.
John Ankarström
2022-08-02
Implement draggable split.
John Ankarström
2022-07-31
Limit use of Hungarian notation.
John Ankarström
2022-07-29
Add ListView::FindNextItem.
John Ankarström
2022-07-26
Remove ANSI compatibility.
John Ankarström
2022-07-24
Improve window layout.
John Ankarström
2022-07-23
Improve UpdateLayout and ResizeColumns.
John Ankarström
2022-07-20
Simplify UpdateLayout.
John Ankarström
2022-07-20
Simplify require, prefer.
John Ankarström
2022-07-20
Improve ANSI compatibility.
John Ankarström
2022-07-20
Fix ANSI compatibility.
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
Formatting.
John Ankarström
2022-07-18
Add Unicode support to Win32Error.
John Ankarström
2022-07-17
Make ListView hWnd public.
John Ankarström
2022-07-17
Update type names and variable prefixes.
John Ankarström
2022-07-17
Name function arguments in headers.
John Ankarström
2022-07-17
Add const to pointers, update spacing.
John Ankarström
2022-07-17
Add const to places.
John Ankarström
2022-07-16
Formatting.
John Ankarström
2022-07-16
Add m_hWndParent to ListView.
John Ankarström
2022-07-15
Split defs.h into separate header files.
John Ankarström
2022-07-15
Change declaration style.
John Ankarström
2022-07-14
Code style.
John Ankarström
2022-07-14
Pass WM_DESTROY to ListView::WndProc.
John Ankarström
2022-07-14
Minor formal changes.
John Ankarström
2022-07-14
Initialize global variables in the right place.
John Ankarström
2022-07-11
Improve ElvSort.
John Ankarström
2022-07-11
Refactor, adjust minimum window size.
John Ankarström
2022-07-10
Convert to C++.
John Ankarström