Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-08 | Cleanup | Jaakko Keränen | |
2020-09-08 | DocumentWidget: Minor link number tweak | Jaakko Keränen | |
2020-09-07 | LookupWidget: Finding identities | Jaakko Keränen | |
2020-09-07 | LookupWidget: Improved multi-word matches | Jaakko Keränen | |
All search terms must be found in order, but may have anything between them. | |||
2020-09-07 | Lookup improvements for history content | Jaakko Keränen | |
2020-09-07 | Widget: Fixed arranging where widgets uncollapse | Jaakko Keränen | |
2020-09-07 | ListWidget: Clear hover on scroll | Jaakko Keränen | |
2020-09-07 | LookupWidget: Working on history content search | Jaakko Keränen | |
2020-09-07 | Cleanup | Jaakko Keränen | |
2020-09-07 | LookupWidget: Show results for visited URLs | Jaakko Keränen | |
2020-09-07 | GmCerts: Suspicious double garbage collection | Jaakko Keränen | |
Something fishy going on here. | |||
2020-09-07 | Updating URL after selecting lookup item | Jaakko Keränen | |
2020-09-07 | LookupWidget: Improved keyboard navigation | Jaakko Keränen | |
2020-09-06 | LookupWidget: Keyboard focus and cursor | Jaakko Keränen | |
2020-09-06 | Widget: API convenience; fixed position flag | Jaakko Keränen | |
2020-09-06 | Added a LookupWidget with background thread | Jaakko Keränen | |
2020-09-06 | Cleanup | Jaakko Keränen | |
2020-09-06 | Toggling sidebar visibility with mode keys | Jaakko Keränen | |
2020-09-05 | List scrolling using visbuffer; draw press states | Jaakko Keränen | |
2020-09-05 | SidebarWidget: List item for the context menu | Jaakko Keränen | |
2020-09-05 | Text: Fixed the minor optimization | Jaakko Keränen | |
2020-09-05 | Cleanup | Jaakko Keränen | |
2020-09-05 | Fixed issues with the refactored sidebar | Jaakko Keränen | |
2020-09-05 | Text: Minor optimization | Jaakko Keränen | |
No need to check for word boundaries if wrapping is not being checked for. | |||
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 | 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-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-08-31 | SidebarWidget: Fixed setting the mouse cursor | Jaakko Keränen | |
2020-08-31 | Linux: Window restore workaround; revealing directories | Jaakko Keränen | |