summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-09-03Text: 16-bit glyph cache; check maximum texture sizeJaakko Keränen
2020-09-03Changed default font to NunitoJaakko Keränen
Nunito is licensed under OFL.
2020-09-02DocumentWidget: Dynamic context menuJaakko Keränen
2020-09-02Window: Working on adding an option for software renderingJaakko Keränen
2020-09-02Text: Workaround for Raspberry Pi issueJaakko Keränen
2020-09-01Proxy improvementsJaakko Keränen
Verify domain name against the request and now against the original URL. HTTP proxy overrides the default handling of HTTP URLs.
2020-09-01GmDocument: Better formatting for Gopher URLsJaakko Keränen
2020-09-01InputWidget: Pasting replaces selected textJaakko Keränen
2020-09-01App: Missing deinitsJaakko Keränen
2020-09-01Scheme-specific proxies for Gopher and HTTPJaakko Keränen
Make requests via a proxy. TODO: What about the server domain verification? Check against the proxy hostname?
2020-09-01GmDocument: Slightly wider indents for more breathing roomJaakko Keränen
2020-09-01Text: Fixed color escape ASCII overflowJaakko Keränen
2020-09-01Updated stb headersJaakko Keränen
2020-08-31SidebarWidget: Fixed setting the mouse cursorJaakko Keränen
2020-08-31Linux: Window restore workaround; revealing directoriesJaakko Keränen
2020-08-31InputWidget: Move cursor, select with mouseJaakko Keränen
2020-08-30InputWidget: Undo, copy/cut, select allJaakko Keränen
2020-08-30InputWidget: Marking, deleting, word skippingJaakko Keränen
2020-08-30Maximum number of redirectsJaakko Keränen
Stop opening links automatically after five redirects.
2020-08-30Fixed value input dialog cancel behaviorJaakko Keränen
2020-08-30DocumentWidget: Check for non-Gemini redirectsJaakko Keränen
2020-08-29DocumentWidget: Crash on restoreJaakko Keränen
Error page tries to access the non-existent request. It should actually be checking the contents of the cached response...
2020-08-29Fixed crash when context menu is missingJaakko Keränen
2020-08-29Append a slash in absolute URLs without a pathJaakko Keränen
Saves a redirect.
2020-08-29Adjusted paddings: history separators, navbarJaakko Keränen
2020-08-29SidebarWidget: Improved appearance of identitiesJaakko Keränen
2020-08-29SidebarWidget: Identity use improvementsJaakko Keränen
2020-08-29CleanupJaakko Keränen
2020-08-29Creating identity with email addressJaakko Keränen
2020-08-29GmCerts: Fixed certificate importJaakko Keränen
2020-08-29Visualize identity in nav barJaakko Keränen
2020-08-29Context menu behavior improvementsJaakko Keränen
2020-08-29Moved macOS sources to parent dirJaakko Keränen
2020-08-28macOS: Revealing files of an identityJaakko Keränen
Finder is accessed via AppleScript.
2020-08-28Deleting identitiesJaakko Keränen
2020-08-28GmDocument: Default to preformatted tab width 4Jaakko Keränen
2020-08-28Creating identity containing a domainJaakko Keränen
2020-08-28GmRequest: Use selected identity for requestJaakko Keränen
2020-08-28DocumentWidget: Fixed submission of user inputJaakko Keränen
2020-08-28Window: Menu orderJaakko Keränen
2020-08-28CleanupJaakko Keränen
2020-08-28DocumentWidget: Slower smooth scroll speedJaakko Keränen
2020-08-27SidebarWidget: Working on identity commandsJaakko Keränen
2020-08-27GmCerts: Use a StringSet for identity URLsJaakko Keränen
2020-08-26SidebarWidget: Working on identity selectionJaakko Keränen
2020-08-26GmDocument: Adjusted first paragraph colorJaakko Keränen
2020-08-26LabelWidget: Separate color for disabled buttonsJaakko Keränen
2020-08-26DocumentWidget: Error page wouldn't show upJaakko Keränen
2020-08-26SidebarWidget: Working on identity commandsJaakko Keränen
2020-08-26Window: Removed redundant menu itemJaakko Keränen
Need a better solution to parallel triggering of commands from native menus and widgets.