aboutsummaryrefslogtreecommitdiff
path: root/gemini-windows.prj
AgeCommit message (Expand)Author
2021-02-18Set tuning to native since this build machine is pretty old. Added placehold...Jeffrey 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-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-11Re-enabled Windows GUI mode for pretty controls.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-08Initial work on favorites added. Probably flat-out wrong...Jeffrey Armstrong
2020-05-21Added binary handler for windows gui. Fixed opening and writing of binary fi...Jeffrey Armstrong
2020-05-18Switched Windows build to use static C and Fortran runtimes.Jeffrey Armstrong
2020-05-18Fixed rendering when an error occurs in GUI client. GUI client window title ...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 does...Jeffrey Armstrong
2020-05-14Renderer class now has optional arguments for drawing text to indicate list i...Jeffrey Armstrong
2020-05-07Added a license that might annoy people. Added a readme and gave this mess a...Jeffrey Armstrong
2020-05-06Fixed silly Fortran mistakes regarding functions returning allocated strings....Jeffrey Armstrong
2020-05-05Added input handling with escaping, all untested.Jeffrey Armstrong
2020-05-05Actual client can now load and display a page using dumb_rendererJeffrey Armstrong
2020-05-01Initial work on a sensible, packaged connection system.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 p...Jeffrey Armstrong