aboutsummaryrefslogtreecommitdiff
path: root/files.f90
AgeCommit message (Collapse)Author
2021-04-19Fixed rendering of single-character linesJeffrey Armstrong
2020-08-11Favorites and internal pages are now working. Added symbols to buttons in ↵Jeffrey Armstrong
Windows based on new AppGraphics release.
2020-06-14end-of-file marker should no longer be printed.Jeffrey Armstrong
2020-06-08Line wrapping now computed only once for proportional text unless requested ↵Jeffrey Armstrong
by the renderer, providing better performance.
2020-05-27Fixed handling of status code in renderers. Added a desired_url variable to ↵Jeffrey Armstrong
maintain a current_url when a failure occurs.
2020-05-21Added binary handler for windows gui. Fixed opening and writing of binary ↵Jeffrey Armstrong
files so it works on windows too. Removed all tabs from link lines for simpler processing.
2020-05-07Added a license that might annoy people. Added a readme and gave this mess ↵Jeffrey Armstrong
a name.
2020-05-06Fixed stream io under non-Windows systems. Updated non-Windows project.Jeffrey Armstrong
2020-05-06Fixed silly Fortran mistakes regarding functions returning allocated ↵Jeffrey Armstrong
strings. Added an unused history system. Fixed URL handling.
2020-05-05Actual client can now load and display a page using dumb_rendererJeffrey Armstrong
2020-04-24Initial code commitJeffrey Armstrong