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
/
render.f90
Age
Commit message (
Expand
)
Author
2022-01-26
Large updates to fix mouse wheel and scrollbar issues galore using updated ap...
Jeffrey Armstrong
2021-04-19
Fixed rendering of single-character lines
Jeffrey Armstrong
2021-02-23
Added favicon support. Fixed UTF-8 display on dumb renderer.
Jeffrey Armstrong
2021-02-18
Preformatted text should no longer wrap, and the stopping point for printing ...
Jeffrey Armstrong
2020-12-02
Added a new abstract call for renderers to signal layout completion. Switch ...
Jeffrey Armstrong
2020-09-25
Added a homepage on Windows that showcases AppGraphics.
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-09
Added support for quotes that are new in the spec. Looks pretty on Win32, un...
Jeffrey Armstrong
2020-06-08
Line wrapping now computed only once for proportional text unless requested b...
Jeffrey Armstrong
2020-05-23
Introduced new handling of other protocols under windows. Likely broke dumb ...
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-10
Fixed adjust link descriptions that contains tabs. Fixed minor makefile mixup.
Jeffrey Armstrong
2020-05-07
Fixed some more URL handling issues.
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
Back functionality now works
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
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