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
/
data.cpp
Age
Commit message (
Expand
)
Author
2022-08-29
Small improvments.
John Ankarström
2022-08-28
Replace Managed with Unique.
John Ankarström
2022-08-28
Set termination handler for fetch thread.
John Ankarström
2022-08-26
Clean up.
John Ankarström
2022-08-26
Use FunctionW names explicitly instead of macros.
John Ankarström
2022-08-25
Fix MSVC compatibility.
John Ankarström
2022-08-24
Gray out Cancel immediately after it has been pressed.
John Ankarström
2022-08-24
Add File > Fetch > Cancel Fetch menu item.
John Ankarström
2022-08-24
WaitFor: Reset SIG_DONE.
John Ankarström
2022-08-24
Add FetchScreenwriters. Improve thread communication.
John Ankarström
2022-08-24
Fix bug in ParsedDoc.
John Ankarström
2022-08-23
Refactor HTML retrieval and parsing.
John Ankarström
2022-08-23
FetchData: Set bTVOriginal.
John Ankarström
2022-08-23
Reimplement SelectUnwatched.
John Ankarström
2022-08-23
Add Managed (generic RAII type).
John Ankarström
2022-08-22
Improve Win32Error, add Min.
John Ankarström
2022-08-22
Change initialization style.
John Ankarström
2022-08-22
Add InternetError exception.
John Ankarström
2022-08-22
Handle exceptions in fetching thread.
John Ankarström
2022-08-21
Reimplement WaitFor.
John Ankarström
2022-08-21
Fix memory bug.
John Ankarström
2022-08-21
Fetch wiki URL.
John Ankarström
2022-08-21
Rework remote data fetching.
John Ankarström
2022-08-17
Make FileView more type-safe.
John Ankarström
2022-08-16
Add data migration test.
John Ankarström
2022-08-16
Avoid serialization.
John Ankarström
2022-08-16
Implement preliminary IO.
John Ankarström
2022-08-15
Add basic serialization functions for ElvData.
John Ankarström