Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-18 | Windows: Use a batch file to open URLs in browser | Jaakko Keränen | |
Opening via urlopen.bat works under MSYS bash as well. The .bat file is also a place where the user can customize which browser to open. | |||
2020-09-17 | Updated release notes | Jaakko Keränen | |
2020-09-17 | Preferences: Setting the Download folder | Jaakko Keränen | |
2020-09-17 | DocumentWidget: Working on "Save Page" | Jaakko Keränen | |
2020-09-17 | Added a "Save Page" menu item | Jaakko Keränen | |
2020-09-17 | Recognize and visualize "mailto:" links | Jaakko Keränen | |
"mailto:" links now have their own icon and when clicked they open the URL in the default web browser. IssueID #5 | |||
2020-09-15 | Added software rendering fallback and --sw option | Jaakko Keränen | |
2020-09-14 | Windows: Open default browser via "cmd.exe start" | Jaakko Keränen | |
This is not a super robust solution, but should work in most cases. | |||
2020-09-13 | Default set of bookmarks for first run | 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 | SidebarWidget: Show menu only for items | Jaakko Keränen | |
2020-09-08 | LookupWidget: Item selection tweaks | Jaakko Keränen | |
2020-09-08 | LookupWidget: Identities lookup and commands | Jaakko Keränen | |
2020-09-07 | LookupWidget: Working on history content search | Jaakko Keränen | |
2020-09-06 | LookupWidget: Keyboard focus and cursor | Jaakko Keränen | |
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-03 | Changed default font to Nunito | Jaakko Keränen | |
Nunito is licensed under OFL. | |||
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 | 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-08-31 | Linux: Window restore workaround; revealing directories | Jaakko Keränen | |
2020-08-30 | Maximum number of redirects | Jaakko Keränen | |
Stop opening links automatically after five redirects. | |||
2020-08-29 | Cleanup | Jaakko Keränen | |
2020-08-29 | Creating identity with email address | 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 | Creating identity containing a domain | Jaakko Keränen | |
2020-08-26 | Cleanup: Running tickers | Jaakko Keränen | |
2020-08-25 | Cleanup | Jaakko Keränen | |
2020-08-25 | DocumentWidget: Smooth scrolling for keyboard | Jaakko Keränen | |
2020-08-25 | It's called a "scheme" | Jaakko Keränen | |
2020-08-25 | Added sidebar context menu items; cursor setting | Jaakko Keränen | |
2020-08-25 | Posting global commands | Jaakko Keränen | |
2020-08-24 | SidebarWidget: List identities as sidebar items | Jaakko Keränen | |
2020-08-24 | Updated for the_Foundation API changes | Jaakko Keränen | |
2020-08-23 | Checking identity creation input values | Jaakko Keränen | |
2020-08-23 | Working on New Identity dialog | Jaakko Keränen | |
2020-08-23 | Added an identity creation dialog | Jaakko Keränen | |
2020-08-23 | Cleanup: Use ".binary" for binary files | Jaakko Keränen | |
2020-08-23 | Create bookmarks using a dialog | Jaakko Keränen | |
2020-08-22 | Added BSD 2-clause license and copyright notices | Jaakko Keränen | |
2020-08-20 | Added system theme setting | Jaakko Keränen | |
2020-08-16 | Added Pure Black and Pure White themes | Jaakko Keränen | |
Font changes cause window redrawing to pause so document layout doesn’t get an intermediate update with a different width. Sheets are mouse-modal. | |||
2020-08-16 | Palette has UI colors; defined Light theme colors | Jaakko Keränen | |
2020-08-15 | Built-in embedded “about:” pages; Help menu | Jaakko Keränen | |
2020-08-15 | Init and scroll position improvements | Jaakko Keränen | |
Scroll positions are saved as normalized positions so they don’t get affected by zoom differences. | |||
2020-08-14 | Cleaner window initialization | Jaakko Keränen | |
Create the window using the correct size and position, and don’t show the window contents while app state is being restored. | |||
2020-08-14 | Adding and viewing bookmarks | Jaakko Keränen | |
2020-08-13 | App-wide document zoom; added --echo option for debugging | Jaakko Keränen | |
Fonts are shared by all documents, so zoom likewise needs to be app-wide. |