Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-04 | Fixed buttons in Import Identity dialog | Jaakko Keränen | |
2021-03-03 | CapsLock as a modifier key; adding a modifier mapping table | Jaakko Keränen | |
IssueID #87 | |||
2021-03-02 | Server certificates may also be verified by CAs | Jaakko Keränen | |
If the CA file/path are configured in preferences, trust CA verification over manual TOFU checks. | |||
2021-02-27 | Fixed crash when creating a bookmark | Jaakko Keränen | |
IssueID #184 | |||
2021-02-26 | Visual design improvements | Jaakko Keränen | |
URL input field has a maximum width. Adjusted navbar appearance and margins. Tuned UI palette and added UI accent color preference. | |||
2021-02-24 | Preferences: Dropdown styling | Jaakko Keränen | |
2021-02-24 | Source Sans Pro and Iosevka as font options | Jaakko Keränen | |
Allow the UI and monospace fonts to be used as page content fonts. | |||
2021-02-24 | Fixed text entry dialogs closing prematurely | Jaakko Keränen | |
2021-02-23 | Option to auto-reload a tab at a given interval | Jaakko Keränen | |
IssueID #116 | |||
2021-02-22 | Allow user to set any character as bookmark icon | Jaakko Keränen | |
The custom icons only appear in bookmark and feed lists, though. | |||
2021-02-22 | Dialog buttons on the right | Jaakko Keränen | |
Follow typical GUI conventions by placing dialog buttons on the right edge. This leaves space for additional actions on the left. | |||
2021-02-22 | iOS: Font adjustments | Jaakko Keränen | |
2021-02-21 | iOS: Working on menu styling | Jaakko Keränen | |
2021-02-21 | Animated widget offsets; phone sidebars | Jaakko Keränen | |
2021-02-20 | Revising sidebar placement for phones | Jaakko Keränen | |
In portrait mode, phones have no room for sidebars so need to use a different widget arrangement. | |||
2021-02-20 | iOS: Tweaks and changes for phone mode | Jaakko Keränen | |
Phone mode uses a modified user interface. Work in progress... | |||
2021-02-19 | iOS: Adjusting the UI for a tablet screen | Jaakko Keränen | |
2021-02-16 | Search engine queries via the navbar | Jaakko Keränen | |
Any text that doesn't look like a URL is passed onto the configured search URL as a query string. IssueID #157 | |||
2021-02-15 | Preferences: Saturation levels as percentages | Jaakko Keränen | |
2021-02-15 | Added user preference to disable vertical centering of pages | Jaakko Keränen | |
The centering option affects all pages, including "about:" and error messages. | |||
2021-02-13 | Windows: Custom frame preference; further minor tweaks | Jaakko Keränen | |
2021-02-03 | XDG: Check XDG_CONFIG_HOME and the user's download directory | Jaakko Keränen | |
Also added a build option to disable changing the user download directory within Lagrange, since that's set via XDG config. | |||
2021-02-02 | Improved focus switching for dialogs | Jaakko Keränen | |
Widgets can now be defined as being the "focus root", i.e., the topmost widget under which focus switching happens. Normally this is the window root widget, but dialogs use this flag to confine focus switching inside the dialog. InputWidget in Overwrite mode will focus switch to the next focusable widget when the text field becomes full. | |||
2021-01-27 | Added preference for maximum cache size | Jaakko Keränen | |
Rather than simply limiting each tab's cache to 50 most recent URLs, there is now a user-configurable maximum size. If more content is cached, the oldest/largest responses will be removed from memory. The default maximum cache size is 10 MB. IssueID #109 | |||
2021-01-17 | Improved menu button behavior | Jaakko Keränen | |
Clicking a menu button while the menu is open should just close the menu. Menus should not close if the mouse pointer leaves the window. | |||
2021-01-12 | Added keybinding for toggling URL hover showing | Jaakko Keränen | |
IssueID #64 | |||
2021-01-10 | Option to show full URL when hovering on a link | Jaakko Keränen | |
The URL is shown in the bottom of the page. IssueID #64 | |||
2021-01-04 | Added a client certificate import dialog | Jaakko Keränen | |
Todo: Drag-and-drop; the actual identity creation step. | |||
2021-01-03 | Creating a certificate import dialog | Jaakko Keränen | |
Just the widgets thus far. | |||
2020-12-29 | Added a bold UI font | Jaakko Keränen | |
The bold UI label font is used for highlighted sidebar items and default buttons. | |||
2020-12-22 | Cleanup: Language in New Identity dialog | Jaakko Keränen | |
2020-12-19 | Duplicating a bookmark; cloud icon color | Jaakko Keränen | |
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-19 | "Edit Feed..." opens Feed Settings | Jaakko Keränen | |
2020-12-19 | Opening unrecognized schemes in default browser | Jaakko Keränen | |
This works if the OS supports the scheme as built-in or via some handler application. IssueID #103 IssueID #84 | |||
2020-12-16 | URL decoding preference affects input widgets | 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-12 | Added option to show URL paths as encoded or decoded | Jaakko Keränen | |
IssueID #73 | |||
2020-12-06 | Fixed unnecessary immediate refresh | 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 | Editing feed title in Feed Settings dialog | Jaakko Keränen | |
2020-12-01 | Added dialog for changing feed type | Jaakko Keränen | |
This also gives feedback about a newly added subscription. | |||
2020-11-30 | Added keybindings for prev/next tab | Jaakko Keränen | |
IssueID #75 | |||
2020-11-27 | Widget: Allow scrolling tall widgets | Jaakko Keränen | |
Useful for menus and dialogs that wouldn't fit inside the window. | |||
2020-11-26 | SidebarWidget: Update bookmark tag menu items | Jaakko Keränen | |
2020-11-25 | Feeds: Check for update interval at launch | Jaakko Keränen | |
2020-11-25 | Narrower set of line widths | Jaakko Keränen | |
Made the Normal line width slightly narrower, and adjusted the other settings accordingly. | |||
2020-11-21 | Fixed popups being dismissed by media updates | Jaakko Keränen | |
2020-11-21 | Keyboard navigation mode for home row keys | Jaakko Keränen | |
Now there are keybindings for activating the keyboard navigation modes. The modifier-based mode remains as it was before, focusing on numbers, while the home row mode uses a separate activation key. One can erase the bindings to disable the corresponding modes. IssueID #34 | |||
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. |