aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-18Preformatted text should no longer wrap, and the stopping point for printing ...Jeffrey Armstrong
2020-12-15Added a Windows Store linkJeffrey Armstrong
2020-12-02Fixed status bar rendering issues in AppGraphics due to double-buffering.Jeffrey Armstrong
2020-12-02Added a new abstract call for renderers to signal layout completion. Switch ...Jeffrey Armstrong
2020-10-31Increased socket read timeout.Jeffrey Armstrong
2020-09-29Added some assets and a privacy policyJeffrey Armstrong
2020-09-25Fixed some rendering issues where an infinite loop could occur calculating li...Jeffrey Armstrong
2020-09-25Added a homepage on Windows that showcases AppGraphics.Jeffrey Armstrong
2020-08-11Added back more fixes for GNU makefileJeffrey Armstrong
2020-08-11Added proper license notices to new files.Jeffrey Armstrong
2020-08-11Re-enabled Windows GUI mode for pretty controls.Jeffrey Armstrong
2020-08-11Added support for mouse wheel scrollingJeffrey Armstrong
2020-08-11Fixed a ruined makefile generated on a Raspberry Pi.Jeffrey Armstrong
2020-08-11Updated GNU MakefileJeffrey Armstrong
2020-08-11Updated snap versionJeffrey Armstrong
2020-08-11Favorites can be removed too. Added some robustness to loading favorites, es...Jeffrey Armstrong
2020-08-11Favorites and internal pages are now working. Added symbols to buttons in Wi...Jeffrey Armstrong
2020-08-10Fixed favorite loading that caused string filling and pointer crashes. Now c...Jeffrey Armstrong
2020-08-10Dumb renderer now can mark favorites correctly. Placeholder for handling int...Jeffrey Armstrong
2020-08-08Fixed array overrun due to conversion of string from c pointer to Fortran poi...Jeffrey Armstrong
2020-08-08Added make_directory subroutine. Fixed allocatable favorites to be pointers ...Jeffrey Armstrong
2020-08-08Initial work on favorites added. Probably flat-out wrong...Jeffrey Armstrong
2020-07-01Pass actual timeout variable size on win32 and unix.Jeffrey Armstrong
2020-07-01Added socket timeout setting of 3 seconds, works on win32, needs unixy testing.Jeffrey Armstrong
2020-06-18Snap version updateJeffrey Armstrong
2020-06-18Improved line wrapping calcs to search for break from beginning of string. F...Jeffrey Armstrong
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