Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-23 | Added Feeds | Jaakko Keränen | |
Feeds fetches bookmarks with the "subscribed" tag and looks for feed-formatted links. The found links are added to the database of feed entries. | |||
2020-11-23 | External Link Opening: Use xdg-open from $PATH | Zach DeCook | |
2020-11-21 | Saving inline media content to Downloads | Jaakko Keränen | |
2020-11-21 | Added option to load image instead of scrolling | Jaakko Keränen | |
One can now read through a page and load all inline images simply by repeatedly pressing Space or cursor down. Key repeat events do not trigger image loads. | |||
2020-11-20 | Preferences: Added a Gemini proxy | Jaakko Keränen | |
2020-11-15 | Cleanup | Jaakko Keränen | |
2020-11-15 | Added a preference for monospace body text | Jaakko Keränen | |
Monospace body font can be set separately for Gemini and Gopher. | |||
2020-11-14 | Recognize "gopher:" in command line arguments | Jaakko Keränen | |
IssueID #36 | |||
2020-11-08 | Revised identity creation dialog | Jaakko Keränen | |
Make it clear what "temporary" means, and put all the mandatory fields at the top. | |||
2020-11-07 | Treat Gopher as an unsupported protocol | Jaakko Keränen | |
2020-11-06 | Added an option to disable smooth scrolling | Jaakko Keränen | |
IssueID #27 | |||
2020-11-06 | Bypassing proxy on URL open with "noproxy" | Jaakko Keränen | |
IssueID #25 | |||
2020-11-06 | Link context menu item to bypass proxy | Jaakko Keränen | |
IssueID #25 | |||
2020-11-04 | App: Save bookmarks after changes | Jaakko Keränen | |
IssueID #24 | |||
2020-11-04 | Windows: Improvements to file URL/path handling | Jaakko Keränen | |
IssueID #23 | |||
2020-11-02 | Fixed potential crash at app shutdown | Jaakko Keranen | |
Delete garbage collected widgets in Window deinitialization. Widgets should not continue to exist if there is no Window. | |||
2020-11-02 | Fix opening of mailto: links | Alyssa Rosenzweig | |
This code path is used for opening both http/s and mailto links. On macOS, open is used generically handling both nicely. On Linux, x-www-browser was used for both, meaning it would attempt to open mailto links with the browser. This -does- work but is clunky. On my system, my defaults are Firefox for web and mutt for email, so if I clicked a mailto, Firefox would open (slow!) just to go out of focus as it opens mutt. Let's just mirror the macOS behaviour and use xdg-open for both kinds of links. Then the browser will be used for http/s and the mail client for mailto and everyone's happy. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> | |||
2020-11-01 | App: Compiling on "Other" platforms | Jaakko Keranen | |
Testing on OpenBSD. | |||
2020-10-31 | Preferences: Basic key bindings UI | Jaakko Keränen | |
One can now bind keys in Preferences. The configured keys aren't yet saved, though. | |||
2020-10-30 | Added a key binding mechanism | Jaakko Keränen | |
The document scrolling keys are now handled via bindings. | |||
2020-10-29 | SidebarWidget: Improving blank Identities tab | Jaakko Keränen | |
If there are no identities, the Identities tab now shows a button for creating one, and a link to the Help documentation. | |||
2020-10-27 | Update history after response received | Jaakko Keränen | |
IssueID #13 | |||
2020-10-20 | Added quote indicator preference | Jaakko Keränen | |
Also, added a command that gets posted when the mouse exits or enters the window area. This lets the hover outline to be updated accordingly. | |||
2020-10-20 | Added timestamps to serialized responses | Jaakko Keränen | |
A new version of the binary serialization format that includes timestamps for GmResponse. | |||
2020-10-18 | Added more document color themes | Jaakko Keränen | |
The dark and light themes are now configurable in Preferences. | |||
2020-10-16 | Loading resources from a predetermined path | Jaakko Keränen | |
2020-10-15 | Determining app executable location | Jaakko Keränen | |
IssueID #9 | |||
2020-10-11 | Remember which Preferences tab is open | Jaakko Keränen | |
2020-10-11 | Added a preference for heading font | Jaakko Keränen | |
Body and heading fonts can be selected separately. | |||
2020-10-11 | Focus behavior of the URL entry field | Jaakko Keränen | |
Opening a new tab will now set input focus to the URL field. Switching tabs when the URL field is focused will select the full new URL. There was an issue previously where selecting a bookmark while the URL field was focused would cause unexpected behavior. The URL was first unfocused and that would trigger the document to fetch the URL that was in the input field. | |||
2020-10-09 | Fixed memory leak on tab close | Jaakko Keränen | |
The DocumentWidget was not actually deleted when a tab was closed, only hidden. | |||
2020-09-30 | Windows: Initial/minimum window size vs. UI scale factor | Jaakko Keränen | |
2020-09-26 | Preferences: Added side icon, hover outline | Jaakko Keränen | |
2020-09-25 | Document side elements; hover outline | Jaakko Keränen | |
2020-09-21 | App: Saving the "Big 1st paragraph" setting | Jaakko Keränen | |
2020-09-21 | Preferences: Line width, 1st paragraph; tab switch keys | Jaakko Keränen | |
2020-09-21 | Merge branch 'release' into dev | Jaakko Keränen | |
Window state bug fixes from the release branch. | |||
2020-09-21 | macOS: Window size/mode restoration tweaks | Jaakko Keränen | |
Don't bother with maximized mode, it causes a needless animation at launch. | |||
2020-09-21 | Restoring maximized windows | Jaakko Keränen | |
Window position and size are stored when move/resize events are received, not only when the window is closed. | |||
2020-09-21 | Document theme color saturation preference | Jaakko Keränen | |
2020-09-21 | Added Prefs; placeholders for new options | Jaakko Keränen | |
2020-09-20 | Opening links in a new background tab | Jaakko Keränen | |
2020-09-19 | Cleanup | Jaakko Keränen | |
Merge glitch. | |||
2020-09-19 | Windows: Updated a comment about urlopen.bat | Jaakko Keränen | |
2020-09-19 | Merge branch 'dev' into release | Jaakko Keränen | |
# Conflicts: # CMakeLists.txt # res/about/help.gmi # res/about/version.gmi # src/app.c # src/ui/documentwidget.c | |||
2020-09-18 | Home button opens a random "homepage" bookmark | Jaakko Keränen | |
2020-09-18 | Added build options for X11 | Jaakko Keränen | |
Build option to use software rendering if running under X11, and another option to set the position of a window only after the window has been shown. The latter is a workaround for an SDL bug regarding window borders affecting the initial position. | |||
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 | |