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
/
Makefile
Age
Commit message (
Expand
)
Author
2022-08-06
Makefile: Add wcharptr.obj, win.obj
John Ankarström
2022-08-03
Load uxtheme dynamically.
John Ankarström
2022-08-02
Implement draggable split.
John Ankarström
2022-07-30
Add debugging functions.
John Ankarström
2022-07-30
Makefile: Add commented console option.
John Ankarström
2022-07-29
Add ListView::FindNextItem.
John Ankarström
2022-07-24
Statically embed standard library.
John Ankarström
2022-07-18
Solve compiler warnings.
John Ankarström
2022-07-18
Use -O2 instead of -O.
John Ankarström
2022-07-18
Makefile: Add assembly target.
John Ankarström
2022-07-15
Makefile: Make deps.mk silently.
John Ankarström
2022-07-15
Add showdeps script.
John Ankarström
2022-07-15
Improve makedeps script.
John Ankarström
2022-07-15
Add makedeps.pl.
John Ankarström
2022-07-15
Use std::optional instead of std::unique_ptr for try_make.
John Ankarström
2022-07-14
Makefile: Fix main target.
John Ankarström
2022-07-14
Initialize global variables in the right place.
John Ankarström
2022-07-10
Convert to C++.
John Ankarström
2022-06-02
Simplify C interface to Prolog.
John Ankarström
2022-05-31
Update Makefile.
John Ankarström
2022-04-01
Enable DPI awareness.
John Ankarström
2022-04-01
Add Prolog support to TAGS.
John Ankarström
2022-04-01
Rework build system.
John Ankarström
2022-03-06
Update data for all episodes at once.
John Ankarström
2022-03-02
Change window class and executable name
John Ankarström
2022-02-18
Enable building without Eclipse.
John Ankarström
2022-02-17
Small changes.
John Ankarström
2022-02-17
Improve Makefile.
John Ankarström
2022-02-15
Show data list view.
John Ankarström
2022-02-15
Rework list view code.
John Ankarström
2022-02-15
Put C code and Prolog code in separate directories.
John Ankarström
2022-02-14
Stop command prompt from appearing.
John Ankarström
2022-02-14
Improve list view appearance.
John Ankarström
2022-02-14
Implement list view, "about" dialog.
John Ankarström
2022-02-13
Begin Win32 re-implementation.
John Ankarström