Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-05 | Widget: More granularity for drawing widgets | Jaakko Keränen | |
Allow draw background and children separately. | |||
2020-09-05 | Refactor: ListWidget for a general purpose list | Jaakko Keränen | |
The sidebar uses a ListWidget now, but the layout needs fixing. | |||
2020-09-05 | Option to force break very long lines | Jaakko Keränen | |
Even preformatted lines may need to be wrapped so the content remains visible, since there is no horizontal scrolling. However, this is off by default so ASCII art isn't broken in narrow windows. | |||
2020-09-04 | InputWidget: Cursor visible while moving/inserting | Jaakko Keränen | |
2020-09-04 | GmDocument: Wider font needs smaller indents | Jaakko Keränen | |
2020-09-04 | Information about font licenses | Jaakko Keränen | |
2020-09-04 | Text: Heavier bold font | Jaakko Keränen | |
2020-09-03 | GmDocument: Light theme cleanup | Jaakko Keränen | |
2020-09-03 | SidebarWidget: Faster hover change redraw | Jaakko Keränen | |
Don't redraw all the items, only the affected ones. | |||
2020-09-03 | Text: Fixes | Jaakko Keränen | |
2020-09-03 | Window: Print more renderer info | Jaakko Keränen | |
2020-09-03 | Text: Keep a cache of common glyph indices | Jaakko Keränen | |
2020-09-03 | Text: 16-bit glyph cache; check maximum texture size | Jaakko Keränen | |
2020-09-03 | Changed default font to Nunito | Jaakko Keränen | |
Nunito is licensed under OFL. | |||
2020-09-02 | DocumentWidget: Dynamic context menu | Jaakko Keränen | |
2020-09-02 | Window: Working on adding an option for software rendering | Jaakko Keränen | |
2020-09-02 | Text: Workaround for Raspberry Pi issue | Jaakko Keränen | |
2020-09-02 | Merge branch 'master' of skyjake.fi:skyjake/lagrange | Jaakko Keränen | |
2020-09-01 | Proxy improvements | Jaakko 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-01 | GmDocument: Better formatting for Gopher URLs | Jaakko Keränen | |
2020-09-01 | InputWidget: Pasting replaces selected text | Jaakko Keränen | |
2020-09-01 | App: Missing deinits | Jaakko Keränen | |
2020-09-01 | Scheme-specific proxies for Gopher and HTTP | Jaakko Keränen | |
Make requests via a proxy. TODO: What about the server domain verification? Check against the proxy hostname? | |||
2020-09-01 | GmDocument: Slightly wider indents for more breathing room | Jaakko Keränen | |
2020-09-01 | Text: Fixed color escape ASCII overflow | Jaakko Keränen | |
2020-09-01 | Updated stb headers | Jaakko Keränen | |
2020-09-01 | Text: Newer version of Symbola | Jaakko Keränen | |
2020-08-31 | SidebarWidget: Fixed setting the mouse cursor | Jaakko Keränen | |
2020-08-31 | Linux: Window restore workaround; revealing directories | Jaakko Keränen | |
2020-08-31 | InputWidget: Move cursor, select with mouse | Jaakko Keränen | |
2020-08-30 | InputWidget: Undo, copy/cut, select all | Jaakko Keränen | |
2020-08-30 | InputWidget: Marking, deleting, word skipping | Jaakko Keränen | |
2020-08-30 | Maximum number of redirects | Jaakko Keränen | |
Stop opening links automatically after five redirects. | |||
2020-08-30 | Fixed value input dialog cancel behavior | Jaakko Keränen | |
2020-08-30 | DocumentWidget: Check for non-Gemini redirects | Jaakko Keränen | |
2020-08-29 | DocumentWidget: Crash on restore | Jaakko Keränen | |
Error page tries to access the non-existent request. It should actually be checking the contents of the cached response... | |||
2020-08-29 | Fixed crash when context menu is missing | Jaakko Keränen | |
2020-08-29 | Append a slash in absolute URLs without a path | Jaakko Keränen | |
Saves a redirect. | |||
2020-08-29 | Adjusted paddings: history separators, navbar | Jaakko Keränen | |
2020-08-29 | SidebarWidget: Improved appearance of identities | Jaakko Keränen | |
2020-08-29 | SidebarWidget: Identity use improvements | Jaakko Keränen | |
2020-08-29 | Cleanup | Jaakko Keränen | |
2020-08-29 | Creating identity with email address | Jaakko Keränen | |
2020-08-29 | GmCerts: Fixed certificate import | Jaakko Keränen | |
2020-08-29 | Visualize identity in nav bar | Jaakko Keränen | |
2020-08-29 | Context menu behavior improvements | Jaakko Keränen | |
2020-08-29 | Moved macOS sources to parent dir | Jaakko Keränen | |
2020-08-28 | macOS: Revealing files of an identity | Jaakko Keränen | |
Finder is accessed via AppleScript. | |||
2020-08-28 | Deleting identities | Jaakko Keränen | |
2020-08-28 | GmDocument: Default to preformatted tab width 4 | Jaakko Keränen | |