aboutsummaryrefslogtreecommitdiff
path: root/ag_render.f90
AgeCommit message (Collapse)Author
2022-01-26Large updates to fix mouse wheel and scrollbar issues galore using updated ↵Jeffrey Armstrong
appgraphics routines.
2021-03-09Implemented everything using hi DPI.Jeffrey Armstrong
2021-03-08Favicons are now printed to the window's title barJeffrey Armstrong
2021-02-18Preformatted text should no longer wrap, and the stopping point for printing ↵Jeffrey Armstrong
preformatted text is now calculated. Removed double-accounting of borders in text width calculations.
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
AppGraphics renderer to double-buffered for smooth display. Accelerated mouse wheel.
2020-09-25Fixed some rendering issues where an infinite loop could occur calculating ↵Jeffrey Armstrong
line wrapping. Added icons on Win32.
2020-09-25Added a homepage on Windows that showcases AppGraphics.Jeffrey Armstrong
2020-08-11Added support for mouse wheel scrollingJeffrey Armstrong
2020-08-11Favorites and internal pages are now working. Added symbols to buttons in ↵Jeffrey Armstrong
Windows based on new AppGraphics release.
2020-08-10Fixed favorite loading that caused string filling and pointer crashes. Now ↵Jeffrey Armstrong
calls win32 CreateDirectory on Windows. Fixed Fave button on Windows.
2020-08-08Initial work on favorites added. Probably flat-out wrong...Jeffrey Armstrong
2020-06-09Added support for quotes that are new in the spec. Looks pretty on Win32, ↵Jeffrey Armstrong
untested in dumb renderer.
2020-06-08Line wrapping now computed only once for proportional text unless requested ↵Jeffrey Armstrong
by the renderer, providing better performance.
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-23Introduced new handling of other protocols under windows. Likely broke dumb ↵Jeffrey Armstrong
renderer for the moment.
2020-05-21Fixed first lines being removed after changes to status line handling. ↵Jeffrey Armstrong
Window title on AppGraphics now resets on new pages.
2020-05-19Minor changes to attempt to improve button rendering in the AppGraphics ↵Jeffrey Armstrong
renderer.
2020-05-18Fixed rendering when an error occurs in GUI client. GUI client window title ↵Jeffrey Armstrong
now set to first encountered level 1 heading.
2020-05-14Resizing implemented, but there are some little artifacts and nasty library ↵Jeffrey Armstrong
bugs that need fixing.
2020-05-14Added scrolling and status bar to windows GUI rendererJeffrey Armstrong
2020-05-14Added a very minimal address bar for the windows GUI modeJeffrey Armstrong
2020-05-14Initial commit of an AppGraphics renderer that actually works, though it ↵Jeffrey Armstrong
doesn't scroll or allow url entry.