aboutsummaryrefslogtreecommitdiff
path: root/favorites.f90
AgeCommit message (Collapse)Author
2020-08-11Added proper license notices to new files.Jeffrey Armstrong
2020-08-11Favorites can be removed too. Added some robustness to loading favorites, ↵Jeffrey Armstrong
especially when there are none remaining.
2020-08-11Favorites and internal pages are now working. Added symbols to buttons in ↵Jeffrey Armstrong
Windows based on new AppGraphics release.
2020-08-10Fixed favorite loading that caused string filling and pointer crashes. Now ↵Jeffrey Armstrong
calls win32 CreateDirectory on Windows. Fixed Fave button on Windows.
2020-08-10Dumb renderer now can mark favorites correctly. Placeholder for handling ↵Jeffrey Armstrong
internal links.
2020-08-08Added make_directory subroutine. Fixed allocatable favorites to be pointers ↵Jeffrey Armstrong
instead so the program doesn't crash.
2020-08-08Initial work on favorites added. Probably flat-out wrong...Jeffrey Armstrong