aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-26Added copyright updates. Changed project to disable debugging for release.HEADmasterJeffrey Armstrong
2022-01-26Large updates to fix mouse wheel and scrollbar issues galore using updated ap...Jeffrey Armstrong
2021-05-13URLs that are just server names will now get an added slash.Jeffrey Armstrong
2021-04-19Switched back to scratch fileJeffrey Armstrong
2021-04-19Fixed rendering of single-character linesJeffrey Armstrong
2021-03-09Implemented everything using hi DPI.Jeffrey Armstrong
2021-03-08Changed some internal links.Jeffrey Armstrong
2021-03-08Favicons are now printed to the window's title barJeffrey Armstrong
2021-02-23Fixed GNU makefile.Jeffrey Armstrong
2021-02-23Switched default site to medusae.space for non-windowsJeffrey Armstrong
2021-02-23Added favicon support. Fixed UTF-8 display on dumb renderer.Jeffrey Armstrong
2021-02-18Set tuning to native since this build machine is pretty old. Added placehold...Jeffrey Armstrong
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