Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-12 | Text: Slightly fewer render target switches | Jaakko Keränen | |
2020-09-12 | Added range helper | Jaakko Keränen | |
2020-09-12 | DocumentWidget: Use VisBuf for buffering | Jaakko Keränen | |
2020-09-12 | VisBuf: Method for marking textures as valid | Jaakko Keränen | |
2020-09-12 | ListWidget: Cleanup | Jaakko Keränen | |
2020-09-12 | GmDocument: Bolder arrow for links | Jaakko Keränen | |
2020-09-12 | Copyright | Jaakko Keränen | |
2020-09-12 | Separated VisBuf from ListWidget | Jaakko Keränen | |
This will be used in DocumentWidget as well. | |||
2020-09-12 | ListWidget: Tweaking item drawing | Jaakko Keränen | |
2020-09-12 | Cleanup | Jaakko Keränen | |
2020-09-12 | ListWidget: Cleanup | Jaakko Keränen | |
2020-09-11 | ListWidget: Improved scroll buffering | Jaakko Keränen | |
Using less memory and doing less copying/drawing. | |||
2020-09-11 | Integer range utilities | Jaakko Keränen | |
2020-09-11 | Cleanup | Jaakko Keränen | |
2020-09-11 | DocumentWidget: Smooth mouse wheel scrolling | Jaakko Keränen | |
2020-09-11 | XDG: Gemini scheme handler; URLs on the command line | Jaakko Keränen | |
2020-09-11 | macOS: Handling launch URLs and drop'n'drop | Jaakko Keränen | |
Improved drop and drop event handling: multiple dropped files/URLs open in new tabs. The application registers gemini: as a handled URL scheme. | |||
2020-09-10 | Fixed switching focus with Tab key | Jaakko Keränen | |
Focus should go from URL bar to lookup results, and only then to the find bar. | |||
2020-09-10 | SidebarWidget: Show menu only for items | Jaakko Keränen | |
2020-09-10 | Linux: Tweaking shortcut keys | Jaakko Keränen | |
2020-09-10 | Cleanup | Jaakko Keränen | |
2020-09-10 | Cleanup | Jaakko Keränen | |
2020-09-10 | GmCerts: Creating the 'idents' directory | Jaakko Keränen | |
2020-09-09 | Added header file for keyboard shortcuts | Jaakko Keränen | |
2020-09-09 | InputWidget: Clear selection when text is changed | Jaakko Keränen | |
2020-09-09 | InputWidget: Mark range out of bounds | Jaakko Keränen | |
Apparently after some sequence of edits/navigation, the URL input's selected range ended up out of bounds. Probably it isn't being cleared everywhere it should be. | |||
2020-09-09 | GmCerts: Checking if an identity is in use | Jaakko Keränen | |
2020-09-09 | Cleanup | Jaakko Keränen | |
2020-09-09 | GmCerts: Certificate issuer | Jaakko Keränen | |
It makes sense for a self-signed certificate to be issued by the same entity who is the subject. | |||
2020-09-09 | macOS: Deployment taget is 10.14 | Jaakko Keränen | |
2020-09-08 | Updated "about:help" with more content | Jaakko Keränen | |
2020-09-08 | LookupWidget: Item selection tweaks | Jaakko Keränen | |
2020-09-08 | Cleanup | Jaakko Keränen | |
2020-09-08 | LookupWidget: Identities lookup and commands | Jaakko Keränen | |
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 | |