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 | 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 | InputWidget: Pasting replaces selected text | 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 | Text: Fixed color escape ASCII overflow | Jaakko Keränen | |
2020-08-31 | SidebarWidget: Fixed setting the mouse cursor | 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 | 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 | Creating identity with email address | 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 | Creating identity containing a domain | Jaakko Keränen | |
2020-08-28 | DocumentWidget: Fixed submission of user input | Jaakko Keränen | |
2020-08-28 | Window: Menu order | Jaakko Keränen | |
2020-08-28 | Cleanup | Jaakko Keränen | |
2020-08-28 | DocumentWidget: Slower smooth scroll speed | Jaakko Keränen | |
2020-08-27 | SidebarWidget: Working on identity commands | Jaakko Keränen | |
2020-08-26 | SidebarWidget: Working on identity selection | Jaakko Keränen | |
2020-08-26 | LabelWidget: Separate color for disabled buttons | Jaakko Keränen | |
2020-08-26 | DocumentWidget: Error page wouldn't show up | Jaakko Keränen | |
2020-08-26 | SidebarWidget: Working on identity commands | Jaakko Keränen | |
2020-08-26 | Window: Removed redundant menu item | Jaakko Keränen | |
Need a better solution to parallel triggering of commands from native menus and widgets. | |||
2020-08-25 | Cleanup | Jaakko Keränen | |
2020-08-25 | DocumentWidget: Smooth scrolling for keyboard | Jaakko Keränen | |
2020-08-25 | Theme tuning | Jaakko Keränen | |