Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-13 | Lang: Added Polish UI translation | Jaakko Keränen | |
IssueID #192 | |||
2021-05-13 | SidebarWidget: Never disable for context menu | Jaakko Keränen | |
Sidebars were disabled so the hover item wouldn't change while accessing a context menu, but that's no longer necessary because the context item is tracked separately. | |||
2021-05-13 | Widget: Remove timed commands when destroyed | Jaakko Keränen | |
2021-05-12 | Keep labels aligned with expanding inputs | Jaakko Keränen | |
A widget may copy its height from another widget. | |||
2021-05-12 | InputWidget: Shift-click to select a range | Jaakko Keränen | |
2021-05-12 | DocumentWidget: Input query length validation | Jaakko Keränen | |
Enforce the maximum length of 1024 bytes for Gemini URLs. The input query prompt shows how many bytes are remaining. | |||
2021-05-12 | Cleanup | Jaakko Keränen | |
Use the Return key symbol consistently, also in the Search Query indicator. The input dialog "Send" label now no longer needs the "⇒" icon. | |||
2021-05-12 | InputWidget: Expanding while editing | Jaakko Keränen | |
The navbar layout cannot accommodate more than one line of text, but allow the editor to expand while writing text. | |||
2021-05-12 | DocumentWidget: Clean up drawing | Jaakko Keränen | |
Children drawn were twice? | |||
2021-05-11 | InputWidget: Word wrapping, inserting newlines | Jaakko Keränen | |
2021-05-09 | Window: Workaround for lack of window expose event | Jaakko Keränen | |
IssueID #264 | |||
2021-05-09 | Fixed showing of pinning indicator | Jaakko Keränen | |
The indicator always shows the current tab's status. | |||
2021-05-09 | Window: Fixed closing all tabs in the left split | Jaakko Keränen | |
Take the current tab from the other side if the active side is out of tabs. | |||
2021-05-09 | Window: Keep the current tab when unsplitting | Jaakko Keränen | |
2021-05-09 | BindingsWidget: Scrollbar is not shown | Jaakko Keränen | |
IssueID #257 | |||
2021-05-07 | Window: First move with custom frame may be cancelled | Jaakko Keränen | |
Use of uninitialized memory. | |||
2021-05-07 | Gempub: Restoring pages from cache | Jaakko Keränen | |
Only auto-open the first chapter when navigating normally, and not via cache. Otherwise the previous read position would be lost. | |||
2021-05-06 | DocumentWidget: Update pinning indicator | Jaakko Keränen | |
2021-05-06 | Root: Indicator appearance | Jaakko Keränen | |
2021-05-06 | Indicate pinning state in URL bar | Jaakko Keränen | |
2021-05-06 | Window: Split focus indicator in light mode | Jaakko Keränen | |
Also fixed a stale focused widget pointer when closing the split. | |||
2021-05-06 | Gempub: Decode URLs, only load cover image | Jaakko Keränen | |
2021-05-06 | Split view: Fixed theme and title updates | Jaakko Keränen | |
Now every DocumentWidget is guaranteed a unique ID. The window title is updated when the keyroot chages. | |||
2021-05-05 | Bookmark editor has toggles for some special tags | Jaakko Keränen | |
2021-05-05 | Gempub: Split to show index and first chapter | Jaakko Keränen | |
When opening a Gempub, split the window and show the index page and the first chapter. | |||
2021-05-05 | Window: Pinning preference vs. new splits | Jaakko Keränen | |
The pinning direction affects which side links are opened by default. | |||
2021-05-05 | Lang: New strings for directory/archive browsing | Jaakko Keränen | |
2021-05-05 | Added keybinding for closing other tabs | Jaakko Keränen | |
2021-05-04 | Adding special tag buttons to bookmark editor | Jaakko Keränen | |
2021-05-04 | Split view pinning, "linksplit" special tag | Jaakko Keränen | |
A navigation aid: when in split mode, option to keep one of the tabs pinned to the current page so all links open to the side. Added "linksplit" bookmark tag to activate view splitting when opening a link on the page. | |||
2021-05-04 | Window: Opening links to the side | Jaakko Keränen | |
2021-05-04 | Use Shift to open links to the side | Jaakko Keränen | |
2021-05-04 | Highlight links opened in other tabs | Jaakko Keränen | |
The primary purpose is to aid navigation in split view, so one can see exactly which links have been opened. | |||
2021-05-04 | Lang: Added Toki Pona | Jaakko Keränen | |
IssueID #192 | |||
2021-05-04 | DocumentWidget: Update the correct fetch progress | Jaakko Keränen | |
2021-05-03 | Window: Dispatch key events only to the root with key focus | Jaakko Keränen | |
2021-05-03 | Window: Rearranged menu items | Jaakko Keränen | |
2021-05-03 | Paint: Fixed build with older SDL versions | Jaakko Keränen | |
IssueID #259 | |||
2021-05-03 | Added menu items for view splitting | Jaakko Keränen | |
2021-05-03 | Lang: Added new and missing strings | Jaakko Keränen | |
IssueID #192 | |||
2021-05-02 | DocumentWidget: Retain Gempub data; cleanup | Jaakko Keränen | |
Keep hold of the `Gempub` data while the page is open so it can be used for other purposes. | |||
2021-05-02 | DocumentWidget: Update the right lock button | Jaakko Keränen | |
2021-05-02 | Window: Added split swapping; cleanup | Jaakko Keränen | |
2021-05-02 | Text: No unnecessary recaching; cleanup | Jaakko Keränen | |
2021-05-02 | LabelWidget: Option to disable min height | Jaakko Keränen | |
Sizing of the embedded indicators in the URL bar requires smaller than default minimum height. | |||
2021-05-02 | Added a Gempub helper | Jaakko Keränen | |
`Gempub` opens and parses a Gempub archive and provides access to the contents in a common way. | |||
2021-04-30 | Windows: Fixed custom frame in split modes | Jaakko Keränen | |
Hide duplicated window controls. | |||
2021-04-30 | InputWidget: Highlight only in focused root | Jaakko Keränen | |
2021-04-30 | LabelWidget: Implicit minimum size | Jaakko Keränen | |
2021-04-30 | Revising and fixing widget layout | Jaakko Keränen | |
Some of the logic for arranging widgets was invalid, leading to problems with the navbar: - cannot resize children if own size depends on their size - expanding children won't expand unless resizing all children |