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
/
dumb_render.f90
Age
Commit message (
Expand
)
Author
2021-02-23
Added favicon support. Fixed UTF-8 display on dumb renderer.
Jeffrey Armstrong
2020-12-02
Added a new abstract call for renderers to signal layout completion. Switch ...
Jeffrey Armstrong
2020-08-11
Favorites can be removed too. Added some robustness to loading favorites, es...
Jeffrey Armstrong
2020-08-10
Dumb renderer now can mark favorites correctly. Placeholder for handling int...
Jeffrey Armstrong
2020-06-09
Added support for quotes that are new in the spec. Looks pretty on Win32, un...
Jeffrey Armstrong
2020-05-14
Added scrolling and status bar to windows GUI renderer
Jeffrey Armstrong
2020-05-14
Actually fixed the dumb renderer to show 23 lines so that the action prompt f...
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
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-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
2020-05-01
Added input and error display members to the renderer.
Jeffrey Armstrong
2020-04-28
Links are now rendered in the dumb renderer. Preparation sub now available b...
Jeffrey Armstrong
2020-04-24
Initial code commit
Jeffrey Armstrong