index
:
LR-87
master
A cross-platform Gemini client written entirely in Fortran
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.F90
Age
Commit message (
Expand
)
Author
2021-05-13
URLs that are just server names will now get an added slash.
Jeffrey Armstrong
2021-04-19
Switched back to scratch file
Jeffrey Armstrong
2021-04-19
Fixed rendering of single-character lines
Jeffrey Armstrong
2021-02-23
Switched default site to medusae.space for non-windows
Jeffrey Armstrong
2021-02-23
Added favicon support. Fixed UTF-8 display on dumb renderer.
Jeffrey Armstrong
2021-02-18
Set tuning to native since this build machine is pretty old. Added placehold...
Jeffrey Armstrong
2020-09-25
Added a homepage on Windows that showcases AppGraphics.
Jeffrey Armstrong
2020-08-11
Favorites can be removed too. Added some robustness to loading favorites, es...
Jeffrey Armstrong
2020-08-11
Favorites and internal pages are now working. Added symbols to buttons in Wi...
Jeffrey Armstrong
2020-08-10
Fixed favorite loading that caused string filling and pointer crashes. Now c...
Jeffrey Armstrong
2020-08-08
Added make_directory subroutine. Fixed allocatable favorites to be pointers ...
Jeffrey Armstrong
2020-08-08
Initial work on favorites added. Probably flat-out wrong...
Jeffrey Armstrong
2020-06-18
Improved line wrapping calcs to search for break from beginning of string. F...
Jeffrey Armstrong
2020-06-08
Line wrapping now computed only once for proportional text unless requested b...
Jeffrey Armstrong
2020-06-03
Added true error conditions to block infinite requests on failure.
Jeffrey Armstrong
2020-05-27
Code cleanup and better error handling on the AppGraphics renderer.
Jeffrey Armstrong
2020-05-27
Added an additional failure condition. Exit dumb_renderer on error with init...
Jeffrey Armstrong
2020-05-27
Fixed handling of status code in renderers. Added a desired_url variable to ...
Jeffrey Armstrong
2020-05-23
Introduced new handling of other protocols under windows. Likely broke dumb ...
Jeffrey Armstrong
2020-05-21
Added binary handler for windows gui. Fixed opening and writing of binary fi...
Jeffrey Armstrong
2020-05-21
Binary files are now actually handled in the dumb terminal version.
Jeffrey Armstrong
2020-05-14
Added scrolling and status bar to windows GUI renderer
Jeffrey Armstrong
2020-05-14
Initial commit of an AppGraphics renderer that actually works, though it does...
Jeffrey Armstrong
2020-05-14
Renderer class now has optional arguments for drawing text to indicate list i...
Jeffrey Armstrong
2020-05-07
Added a license that might annoy people. Added a readme and gave this mess a...
Jeffrey Armstrong
2020-05-06
Some minor memory safety improvements
Jeffrey Armstrong
2020-05-06
File type is now returned for evaluation. Initial routines for saving implem...
Jeffrey Armstrong
2020-05-06
Fixed handling of bad server response code. Made input requests in the dumb ...
Jeffrey Armstrong
2020-05-06
Back functionality now works
Jeffrey Armstrong
2020-05-06
Fixed silly Fortran mistakes regarding functions returning allocated strings....
Jeffrey Armstrong
2020-05-05
Added input handling with escaping, all untested.
Jeffrey Armstrong
2020-05-05
Fixed link handling. Can now navigate links and page up/down.
Jeffrey Armstrong
2020-05-05
Actual client can now load and display a page using dumb_renderer
Jeffrey Armstrong