index
:
LR-87
master
A cross-platform Gemini client written entirely in Fortran
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gemini-windows.prj
Age
Commit message (
Expand
)
Author
2022-01-26
Added copyright updates. Changed project to disable debugging for release.
HEAD
master
Jeffrey Armstrong
2022-01-26
Large updates to fix mouse wheel and scrollbar issues galore using updated ap...
Jeffrey Armstrong
2021-03-09
Implemented everything using hi DPI.
Jeffrey Armstrong
2021-02-18
Set tuning to native since this build machine is pretty old. Added placehold...
Jeffrey Armstrong
2020-12-02
Fixed status bar rendering issues in AppGraphics due to double-buffering.
Jeffrey Armstrong
2020-12-02
Added a new abstract call for renderers to signal layout completion. Switch ...
Jeffrey Armstrong
2020-09-25
Fixed some rendering issues where an infinite loop could occur calculating li...
Jeffrey Armstrong
2020-09-25
Added a homepage on Windows that showcases AppGraphics.
Jeffrey Armstrong
2020-08-11
Re-enabled Windows GUI mode for pretty controls.
Jeffrey Armstrong
2020-08-11
Favorites and internal pages are now working. Added symbols to buttons in Wi...
Jeffrey Armstrong
2020-08-10
Fixed favorite loading that caused string filling and pointer crashes. Now c...
Jeffrey Armstrong
2020-08-08
Initial work on favorites added. Probably flat-out wrong...
Jeffrey Armstrong
2020-05-21
Added binary handler for windows gui. Fixed opening and writing of binary fi...
Jeffrey Armstrong
2020-05-18
Switched Windows build to use static C and Fortran runtimes.
Jeffrey Armstrong
2020-05-18
Fixed rendering when an error occurs in GUI client. GUI client window title ...
Jeffrey Armstrong
2020-05-14
Added scrolling and status bar to windows GUI renderer
Jeffrey Armstrong
2020-05-14
Initial commit of an AppGraphics renderer that actually works, though it does...
Jeffrey Armstrong
2020-05-14
Renderer class now has optional arguments for drawing text to indicate list i...
Jeffrey Armstrong
2020-05-07
Added a license that might annoy people. Added a readme and gave this mess a...
Jeffrey Armstrong
2020-05-06
Fixed silly Fortran mistakes regarding functions returning allocated strings....
Jeffrey Armstrong
2020-05-05
Added input handling with escaping, all untested.
Jeffrey Armstrong
2020-05-05
Actual client can now load and display a page using dumb_renderer
Jeffrey Armstrong
2020-05-01
Initial work on a sensible, packaged connection system.
Jeffrey Armstrong
2020-05-01
SSL network connections now seem to work, including on windows
Jeffrey Armstrong
2020-04-30
Fixed initialization of windows networking. Fixed some overruns in hostent p...
Jeffrey Armstrong