summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-16Dismiss menus when clicking outside themJaakko Keränen
Added a new widget flag for notifying about missed mouse clicks. Only used in popup menus at the moment. IssueID #2
2020-09-15Added software rendering fallback and --sw optionJaakko Keränen
2020-09-15GmDocument: Recognize "about:" linksJaakko Keränen
2020-09-15Updated Help and moved licenses to another pageJaakko Keränen
2020-09-15Updated Help about TLS client certificatesJaakko Keränen
2020-09-15VisBuf: Invalidating the bufferJaakko Keränen
The state of the VisBuf should be fully cleared when invalidating. IssueID #1
2020-09-15Version 0.2 in the release notesJaakko Keränen
2020-09-15GmDocument: Possible use of uninitialized valueJaakko Keränen
It was possible that the previous line type was unset under certain circumstances.
2020-09-15Release notes for 0.1.1Jaakko Keränen
2020-09-15Updated READMEJaakko Keränen
2020-09-15CleanupJaakko Keränen
2020-09-15Updated README with macOS notesJaakko Keränen
2020-09-15DocumentWidget: Check current tab for commandsJaakko Keränen
Some commands were being handled by all tabs even though they are relevant only to the current one. IssueID #3
2020-09-15macOS: Diff about a small SDL (2.0.12+) tweakJaakko Keränen
SDL 2.0.12 on macOS currently emulates a regular mouse wheel when swiping on the trackpad, which is not a great experience for GUI apps. Lagrange uses momentum scrolling, so these changes to SDL are needed to enable single-pixel mouse wheel increments.
2020-09-15Updated HelpJaakko Keränen
2020-09-14Bumped version to 0.2Jaakko Keränen
2020-09-14Default sidebar modeJaakko Keränen
Logically the default should be the first sidebar tab.
2020-09-14Updated version historyJaakko Keränen
2020-09-14Removed questionable forced modification of const dataJaakko Keränen
The embedded data blocks were declared as global const variables, but the compiler was forced to initialize them as non-const data. There is no real need to keep these const, so let's not do this.
2020-09-14Updated READMEJaakko Keränen
Specified required OpenSSL version and added a note about git submodules.
2020-09-14Configuring without the_Foundation submoduleJaakko Keränen
2020-09-14Added the_Foundation as a Git submoduleJaakko Keränen
2020-09-14Windows: Open default browser via "cmd.exe start"Jaakko Keränen
This is not a super robust solution, but should work in most cases.
2020-09-13Default set of bookmarks for first runJaakko Keränen
2020-09-13Updated READMEJaakko Keränen
2020-09-13DocumentWidget: Drawing images that have alphaJaakko Keränen
2020-09-13Updated READMEJaakko Keränen
2020-09-13Added repository README and example screenshotJaakko Keränen
2020-09-13Updated version.gmi with 0.1 featuresJaakko Keränen
2020-09-13Updated Help pageJaakko Keränen
2020-09-13Added Kosugi Maru for Japanese textJaakko Keränen
Kosugi Maru is from Google Fonts and licensed used Apache License 2.0.
2020-09-12CleanupJaakko Keränen
2020-09-12DocumentWidget: Drawing marked rangesJaakko Keränen
2020-09-12Paint: Keeping track of the set render targetJaakko Keränen
2020-09-12Text: Slightly fewer render target switchesJaakko Keränen
2020-09-12Added range helperJaakko Keränen
2020-09-12DocumentWidget: Use VisBuf for bufferingJaakko Keränen
2020-09-12VisBuf: Method for marking textures as validJaakko Keränen
2020-09-12ListWidget: CleanupJaakko Keränen
2020-09-12GmDocument: Bolder arrow for linksJaakko Keränen
2020-09-12CopyrightJaakko Keränen
2020-09-12Separated VisBuf from ListWidgetJaakko Keränen
This will be used in DocumentWidget as well.
2020-09-12ListWidget: Tweaking item drawingJaakko Keränen
2020-09-12CleanupJaakko Keränen
2020-09-12ListWidget: CleanupJaakko Keränen
2020-09-11ListWidget: Improved scroll bufferingJaakko Keränen
Using less memory and doing less copying/drawing.
2020-09-11Integer range utilitiesJaakko Keränen
2020-09-11CleanupJaakko Keränen
2020-09-11DocumentWidget: Smooth mouse wheel scrollingJaakko Keränen
2020-09-11XDG: Gemini scheme handler; URLs on the command lineJaakko Keränen