Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-19 | Remote bookmark sources | Jaakko Keränen | |
Bookmarks tagged "remotesource" are fetched and all links are treated as remote bookmarks. Remote bookmarks are not saved locally. | |||
2020-12-18 | Import all links as bookmarks | Jaakko Keränen | |
2020-12-17 | Reorganized menus; added new bookmark list items | Jaakko Keränen | |
2020-12-16 | URL decoding preference affects input widgets | Jaakko Keränen | |
2020-12-15 | Window: More subtle rotating download animation | Jaakko Keränen | |
2020-12-15 | Window: Use a rotating arrow as the download animation | Jaakko Keränen | |
2020-12-15 | Window: Show a little animation during downloads | Jaakko Keränen | |
The Stop/Reload button shows a little Unicode animation during downloads. IssueID #101 | |||
2020-12-09 | macOS: Update shortcuts in menu items | Jaakko Keränen | |
When keybindings are changed the menus will need updating. | |||
2020-12-09 | InputWidget: Usability improvements | Jaakko Keränen | |
Select all when search bar gets focus, so it's easy to enter a new search term. One press of Escape will both unfocus and dismiss the search bar. IssueID #65 | |||
2020-12-06 | Fixed unnecessary immediate refresh | Jaakko Keränen | |
2020-12-04 | SidebarWidget: Interaction with the right sidebar | Jaakko Keränen | |
2020-12-04 | Added a second sidebar; removed hover outline | Jaakko Keränen | |
A sidebar on the right is a better solution than a kludgy non-interactive special-purpose outline that appears when hoving the mouse on the document scrollbar. | |||
2020-12-01 | Added dialog for changing feed type | Jaakko Keränen | |
This also gives feedback about a newly added subscription. | |||
2020-12-01 | Added key shortcut for subscibing to page | Jaakko Keränen | |
2020-11-30 | Added keybindings for prev/next tab | Jaakko Keränen | |
IssueID #75 | |||
2020-11-28 | Cleanup: Removed (hidden) preformatted wrap option | Jaakko Keränen | |
2020-11-28 | Updated release notes | Jaakko Keränen | |
2020-11-28 | Windows: Refreshing window contents during window resizing | Jaakko Keränen | |
SDL clears all buffered rendertargets so we must redraw everything. | |||
2020-11-28 | Workaround for SDL window resize issue | Jaakko Keränen | |
Rearrange and draw window contents with an event watcher during window resizing because SDL is blocking the main thread. Tested on macOS so far, may need a build option. In reference to SDL bug: https://bugzilla.libsdl.org/show_bug.cgi?id=2077 | |||
2020-11-27 | Feeds: Separate timestamps for posting and discovery | Jaakko Keränen | |
The discovery time is needed for knowing how long the entry can be retained in the history. | |||
2020-11-27 | Subscribing via menu; cleanup after unsubscribe | Jaakko Keränen | |
2020-11-27 | Window: Added "Show Feed Entries" menu item | Jaakko Keränen | |
2020-11-26 | Feeds: Manual refresh | Jaakko Keränen | |
2020-11-26 | Feeds: Working on menu items | Jaakko Keränen | |
2020-11-25 | Sidebar: Changed tab order, Bookmarks is first tab | Jaakko Keränen | |
2020-11-23 | Sidebar: Populate with feed entries | Jaakko Keränen | |
2020-11-20 | Unfocus UI widgets when window loses input focus | Jaakko Keränen | |
2020-11-18 | Ignore whitespace around user-entered URL | Jaakko Keränen | |
2020-11-17 | Window: Added notifications for window focus gain/loss | Jaakko Keränen | |
2020-11-16 | Closing the sidebar with Escape | Jaakko Keränen | |
2020-11-16 | Remember redirected URLs as visited | Jaakko Keränen | |
"visited.txt" will now remember URLs that were redirects, but those are not shown in the UI as part of the history. This fixes the issue where redirected URLs were not being shown as visited links in the UI. Beware if downgrading Lagrange: URLs in the history will get prefixed with "0000 ". Might be a good idea to switch to a forwards compatible format like JSON for these files. | |||
2020-11-14 | Navigating to parent directory or site root | Jaakko Keränen | |
Added keyboard shortcuts for navigating up to the parent directory and to the site root. Clicking the top banner also navigates to the site root. IssueID #29 | |||
2020-11-14 | Fixed copying the URL input field contents | Jaakko Keränen | |
2020-11-11 | Window: Create hidden to avoid shuffling position during launch | Jaakko Keränen | |
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-10-31 | Window: Dismiss sidebar with Escape | Jaakko Keränen | |
2020-10-30 | Updating LabelWidget command key | Jaakko Keränen | |
If the key bindings have a key for a command, LabelWidget will use it. | |||
2020-10-27 | Update history after response received | Jaakko Keränen | |
IssueID #13 | |||
2020-10-25 | Window: Workaround for a key handling issue | Jaakko Keränen | |
Likely a rare situation, but this workaround should be relatively safe -- ignore keydown events if they occur less than 10 milliseconds after the window has received input focus. IssueID #10 | |||
2020-10-25 | Window: Ensure window is redrawn after expose events | Jaakko Keränen | |
A window expose event should be treated as a refresh trigger. IssueID #11 | |||
2020-10-25 | Window: Ensure window is redrawn after expose event | Jaakko Keränen | |
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-16 | Open link in new tab with middle mouse button | Jaakko Keränen | |
IssueID #8 | |||
2020-10-14 | Player: Volume adjustment UI | Jaakko Keränen | |
2020-10-12 | Clear input focus when switching tabs | Jaakko Keränen | |
2020-10-11 | Paste from clipboard on middle mouse click | Jaakko Keränen | |
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-07 | Fixed constant window redrawing | Jaakko Keränen | |
There were a couple of uninitialized values, which meant that the hovering outline was sometimes interpreted to be in an indefinite animation. | |||
2020-10-04 | Fixed window position retain error | Jaakko Keränen | |
At least on macOS, there is a stray window move event during app launch that causes the wrong position to be saved. At launch, the window position comes from preferences. | |||
2020-09-30 | Windows: Initial/minimum window size vs. UI scale factor | Jaakko Keränen | |