aboutsummaryrefslogtreecommitdiff
path: root/dumb_render.f90
AgeCommit message (Expand)Author
2021-02-23Added favicon support. Fixed UTF-8 display on dumb renderer.Jeffrey Armstrong
2020-12-02Added a new abstract call for renderers to signal layout completion. Switch ...Jeffrey Armstrong
2020-08-11Favorites can be removed too. Added some robustness to loading favorites, es...Jeffrey Armstrong
2020-08-10Dumb renderer now can mark favorites correctly. Placeholder for handling int...Jeffrey Armstrong
2020-06-09Added support for quotes that are new in the spec. Looks pretty on Win32, un...Jeffrey Armstrong
2020-05-14Added scrolling and status bar to windows GUI rendererJeffrey Armstrong
2020-05-14Actually fixed the dumb renderer to show 23 lines so that the action prompt f...Jeffrey Armstrong
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-07Added a license that might annoy people. Added a readme and gave this mess a...Jeffrey Armstrong
2020-05-06File type is now returned for evaluation. Initial routines for saving implem...Jeffrey Armstrong
2020-05-06Fixed handling of bad server response code. Made input requests in the dumb ...Jeffrey Armstrong
2020-05-06Back functionality now worksJeffrey 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