aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-14end-of-file marker should no longer be printed.Jeffrey Armstrong
2020-06-09Removed a debug output. Updated versioning for snaps.Jeffrey Armstrong
2020-06-09Added support for quotes that are new in the spec. Looks pretty on Win32, un...Jeffrey Armstrong
2020-06-08Line wrapping now computed only once for proportional text unless requested b...Jeffrey Armstrong
2020-06-03Added true error conditions to block infinite requests on failure.Jeffrey Armstrong
2020-06-02Minor change to layout engine to support proper line break tracking in the fu...Jeffrey Armstrong
2020-06-02Added a source zip file to the unix makefileJeffrey Armstrong
2020-05-31Imported jessl from GNC with major fix to library init code.Jeffrey Armstrong
2020-05-27Links are now shown in status bar when moused over in AppGraphics rendererJeffrey Armstrong
2020-05-27Code cleanup and better error handling on the AppGraphics renderer.Jeffrey Armstrong
2020-05-27Added an additional failure condition. Exit dumb_renderer on error with init...Jeffrey Armstrong
2020-05-27Fixed handling of status code in renderers. Added a desired_url variable to ...Jeffrey Armstrong
2020-05-23Introduced new handling of other protocols under windows. Likely broke dumb ...Jeffrey Armstrong
2020-05-21Minor fix to readmeJeffrey Armstrong
2020-05-21Minor readme updates.Jeffrey Armstrong
2020-05-21Merge branch 'master' of lilarm.approximatrix.com:gemini-fortranJeffrey Armstrong
2020-05-21Fixed first lines being removed after changes to status line handling. Windo...Jeffrey Armstrong
2020-05-21Updated GNU makefile. Changed snap version to 0.6.Jeffrey Armstrong
2020-05-21Added binary handler for windows gui. Fixed opening and writing of binary fi...Jeffrey Armstrong
2020-05-21Binary files are now actually handled in the dumb terminal version.Jeffrey Armstrong
2020-05-19Updated snap version to 0.5Jeffrey Armstrong
2020-05-19Minor changes to attempt to improve button rendering in the AppGraphics rende...Jeffrey Armstrong
2020-05-19Requests should now include SNI over TLSJeffrey Armstrong
2020-05-18Deleted some extraneous debug print statements. Added another image to the r...Jeffrey Armstrong
2020-05-18Fixed appending the last site on back operations, resulting in death of back ...Jeffrey Armstrong
2020-05-18Switched Windows build to use static C and Fortran runtimes.Jeffrey Armstrong
2020-05-18Merge branch 'master' of lilarm.approximatrix.com:gemini-fortranJeffrey Armstrong
2020-05-18Fixed rendering when an error occurs in GUI client. GUI client window title ...Jeffrey Armstrong
2020-05-17Fixed handling of server urls if a port is specified.Jeffrey Armstrong
2020-05-14Resizing implemented, but there are some little artifacts and nasty library b...Jeffrey Armstrong
2020-05-14Added scrolling and status bar to windows GUI rendererJeffrey Armstrong
2020-05-14Added a very minimal address bar for the windows GUI modeJeffrey Armstrong
2020-05-14Actually fixed the dumb renderer to show 23 lines so that the action prompt f...Jeffrey Armstrong
2020-05-14Snap version updateJeffrey 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-13Updated snap versionJeffrey Armstrong
2020-05-13Relative URL redirects should now work properly.Jeffrey Armstrong
2020-05-13Switched to a non-deprecated call for TLS initializationJeffrey Armstrong
2020-05-10Fixed adjust link descriptions that contains tabs. Fixed minor makefile mixup.Jeffrey Armstrong
2020-05-08Instructions to build a snapJeffrey Armstrong
2020-05-08Hid a not-so-useful debugging outputJeffrey Armstrong
2020-05-08Why did this use full paths in the first place?Jeffrey Armstrong
2020-05-08Added a GNU makefileJeffrey Armstrong
2020-05-07Updated readme with some images for funsiesJeffrey 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-06Fixed URL handling when base url doesn't end in a slashJeffrey Armstrong