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
/
ag_render.f90
Age
Commit message (
Expand
)
Author
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-03-08
Favicons are now printed to the window's title bar
Jeffrey Armstrong
2021-02-18
Preformatted text should no longer wrap, and the stopping point for printing ...
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
Added support for mouse wheel scrolling
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-06-09
Added support for quotes that are new in the spec. Looks pretty on Win32, un...
Jeffrey Armstrong
2020-06-08
Line wrapping now computed only once for proportional text unless requested b...
Jeffrey Armstrong
2020-05-27
Links are now shown in status bar when moused over in AppGraphics renderer
Jeffrey Armstrong
2020-05-27
Code cleanup and better error handling on the AppGraphics renderer.
Jeffrey Armstrong
2020-05-23
Introduced new handling of other protocols under windows. Likely broke dumb ...
Jeffrey Armstrong
2020-05-21
Fixed first lines being removed after changes to status line handling. Windo...
Jeffrey Armstrong
2020-05-19
Minor changes to attempt to improve button rendering in the AppGraphics rende...
Jeffrey Armstrong
2020-05-18
Fixed rendering when an error occurs in GUI client. GUI client window title ...
Jeffrey Armstrong
2020-05-14
Resizing implemented, but there are some little artifacts and nasty library b...
Jeffrey Armstrong
2020-05-14
Added scrolling and status bar to windows GUI renderer
Jeffrey Armstrong
2020-05-14
Added a very minimal address bar for the windows GUI mode
Jeffrey Armstrong
2020-05-14
Initial commit of an AppGraphics renderer that actually works, though it does...
Jeffrey Armstrong