aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-18Deleted some extraneous debug print statements. Added another image to the ↵Jeffrey Armstrong
readme.
2020-05-18Fixed appending the last site on back operations, resulting in death of back ↵Jeffrey Armstrong
functionality.
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
now set to first encountered level 1 heading.
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 ↵Jeffrey Armstrong
bugs that need fixing.
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 ↵Jeffrey Armstrong
fits on the 24th.
2020-05-14Snap version updateJeffrey 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-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 ↵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-06Fixed URL handling when base url doesn't end in a slashJeffrey Armstrong
2020-05-06Fixed handling of bad server response code. Made input requests in the dumb ↵Jeffrey Armstrong
renderer a bit more pleasant.
2020-05-06Back functionality now worksJeffrey Armstrong
2020-05-06Fixed stream io under non-Windows systems. Updated non-Windows project.Jeffrey Armstrong
2020-05-06Fixed silly Fortran mistakes regarding functions returning allocated ↵Jeffrey Armstrong
strings. Added an unused history system. Fixed URL handling.
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-01Simple, single request function for retrieving a gemini page into a unit numberJeffrey Armstrong
2020-05-01Initial work on a sensible, packaged connection system.Jeffrey Armstrong
2020-05-01Added input and error display members to the renderer.Jeffrey Armstrong
2020-05-01SSL network connections now seem to work, including on windowsJeffrey Armstrong
2020-04-30Fixed initialization of windows networking. Fixed some overruns in hostent ↵Jeffrey Armstrong
processing.
2020-04-29Added some very low-level network codeJeffrey 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