aboutsummaryrefslogtreecommitdiff
path: root/render.f90
AgeCommit message (Collapse)Author
2021-02-18Preformatted text should no longer wrap, and the stopping point for printing ↵Jeffrey Armstrong
preformatted text is now calculated. Removed double-accounting of borders in text width calculations.
2020-12-02Added a new abstract call for renderers to signal layout completion. Switch ↵Jeffrey Armstrong
AppGraphics renderer to double-buffered for smooth display. Accelerated mouse wheel.
2020-09-25Added a homepage on Windows that showcases AppGraphics.Jeffrey Armstrong
2020-08-08Initial work on favorites added. Probably flat-out wrong...Jeffrey Armstrong
2020-06-18Improved line wrapping calcs to search for break from beginning of string. ↵Jeffrey Armstrong
Fixed unnecessary connection error when reporting unsupported protocol by adding a protocol fail status.
2020-06-09Added support for quotes that are new in the spec. Looks pretty on Win32, ↵Jeffrey Armstrong
untested in dumb renderer.
2020-06-08Line wrapping now computed only once for proportional text unless requested ↵Jeffrey Armstrong
by the renderer, providing better performance.
2020-05-23Introduced new handling of other protocols under windows. Likely broke dumb ↵Jeffrey Armstrong
renderer for the moment.
2020-05-21Binary files are now actually handled in the dumb terminal version.Jeffrey Armstrong
2020-05-14Added scrolling and status bar to windows GUI rendererJeffrey Armstrong
2020-05-14Initial commit of an AppGraphics renderer that actually works, though it ↵Jeffrey Armstrong
doesn't scroll or allow url entry.
2020-05-14Renderer class now has optional arguments for drawing text to indicate list ↵Jeffrey Armstrong
items, headings, etc. Dumb renderer now draws headings a bit nicer.
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 ↵Jeffrey Armstrong
a name.
2020-05-06Some minor memory safety improvementsJeffrey Armstrong
2020-05-06File type is now returned for evaluation. Initial routines for saving ↵Jeffrey Armstrong
implemented but unused.
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 ↵Jeffrey Armstrong
before every layout is performed.
2020-04-24Initial code commitJeffrey Armstrong