aboutsummaryrefslogtreecommitdiff
path: root/render.f90
AgeCommit message (Expand)Author
2020-05-14Initial commit of an AppGraphics renderer that actually works, though it does...Jeffrey Armstrong
2020-05-14Renderer class now has optional arguments for drawing text to indicate list i...Jeffrey Armstrong
2020-05-10Fixed adjust link descriptions that contains tabs. Fixed minor makefile mixup.Jeffrey Armstrong
2020-05-07Fixed some more URL handling issues.Jeffrey Armstrong
2020-05-07Added a license that might annoy people. Added a readme and gave this mess a...Jeffrey Armstrong
2020-05-06Some minor memory safety improvementsJeffrey Armstrong
2020-05-06File type is now returned for evaluation. Initial routines for saving implem...Jeffrey Armstrong
2020-05-06Back functionality now worksJeffrey Armstrong
2020-05-05Added input handling with escaping, all untested.Jeffrey Armstrong
2020-05-05Fixed link handling. Can now navigate links and page up/down.Jeffrey Armstrong
2020-05-05Actual client can now load and display a page using dumb_rendererJeffrey Armstrong
2020-05-01Added input and error display members to the renderer.Jeffrey Armstrong
2020-04-28Links are now rendered in the dumb renderer. Preparation sub now available b...Jeffrey Armstrong
2020-04-24Initial code commitJeffrey Armstrong