Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-17 | Added "about:bookmarks" | Jaakko Keränen | |
A simple way to export all or some of your bookmarks. | |||
2020-12-17 | Text: Tuned content monospace line spacing | Jaakko Keränen | |
2020-12-16 | Fixed link to Help from the Identities sidebar tab | Jaakko Keränen | |
2020-12-16 | Progress bar colors; thicker on HiDPI displays | Jaakko Keränen | |
One should be able to see the progress bar in light mode, too. IssueID #101 | |||
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-13 | macOS: Disable page navigation while editing text | Jaakko Keränen | |
The Cmd+Left/Right keys used both for page navigation (by default) and for moving the cursor inside text editor. The input widget keys should take precedence. | |||
2020-12-13 | Fixed UI text color regression | Jaakko Keränen | |
2020-12-12 | Text: Clip glyphs to fit vertically | Jaakko Keränen | |
There may be partial overlaps with full-height glyphs because the fonts are scaled unhinted. | |||
2020-12-12 | Text: Smaller monospace body font | Jaakko Keränen | |
2020-12-12 | InputWidget: Double-click to select all | Jaakko Keränen | |
2020-12-12 | New monospace font; flexible mono spacing | Jaakko Keränen | |
Iosevka replaces Fira Mono as the monospace font. Emojis are now allowed to be wider than normal monospace glyphs. However, if whitespace permits, the original monospacing is restored. IssueID #73 | |||
2020-12-12 | Added option to show URL paths as encoded or decoded | Jaakko Keränen | |
IssueID #73 | |||
2020-12-12 | InputWidget: Allow variable-width fonts | Jaakko Keränen | |
2020-12-12 | IDN applies to all network schemes | Jaakko Keränen | |
But not "file" or "about". | |||
2020-12-11 | GmRequest: Punycode for domain names | Jaakko Keränen | |
To support Internationalized Domain Names, we need to encode domain names using Punycode. IssueID #73 | |||
2020-12-10 | SidebarWidget: Cleanup; Identities context menu | Jaakko Keränen | |
2020-12-10 | Feeds: Show entries in lookup results | Jaakko Keränen | |
2020-12-09 | Added keybindings for zooming | Jaakko Keränen | |
2020-12-09 | macOS: Update shortcuts in menu items | Jaakko Keränen | |
When keybindings are changed the menus will need updating. | |||
2020-12-09 | DocumentWidget: Clicking on certificate warning | Jaakko Keränen | |
Show the Certificate Status dialog. IssueID #93 | |||
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-09 | SidebarWidget: Fixed layout issue | Jaakko Keränen | |
After launching with the sidebar closed, it would open with an incorrect height. | |||
2020-12-09 | Cleanup | Jaakko Keränen | |
2020-12-09 | Ignore SIGPIPE | Jaakko Keränen | |
We'll just handle the failed write. IssueID #92 | |||
2020-12-08 | Text: Ignore Unicode joiners and modifiers | Jaakko Keränen | |
The fonts bundled with Lagrange currently do not have all the latest Unicode symbols, so we'll ignore the joiners and modifiers for gender and skin color. A better option would be to fall back to system-provided text rendering, if that is available. IssueID #81 | |||
2020-12-07 | Cleanup | Jaakko Keränen | |
Don't leak a string list. | |||
2020-12-07 | Set REQUEST_URL in the MIME hook environment | Jaakko Keränen | |
This time without a race. IssueID #90 | |||
2020-12-07 | Text: Align monospace glyph sizing to pixel grid | Jaakko Keränen | |
This is a better solution than a magic 0.25 pixel offset. To eliminate partially occupied glyph edge pixels, scale the glyphs slightly so they align with full pixels. Scaling is only done horizontally so it doesn't affect line height. IssueID #86 | |||
2020-12-07 | MimeHooks: Check if the hook program was started | Jaakko Keränen | |
IssueID #89 | |||
2020-12-06 | MimeHooks: Request URL via environment variable | Jaakko Keränen | |
IssueID #90 | |||
2020-12-06 | Report errors in MIME hooks; added to about:debug | Jaakko Keränen | |
2020-12-06 | Added build option for sleeping while idle | Jaakko Keränen | |
It appears at least on macOS, SDL is doing a while lot of stuff while waiting for new events. Perhaps because it has some sort of high-frequency input/sensor processing? Not sure. Now Lagrange will idle by polling events every 15 ms and sleeping in between. This reduces CPU time by an order of magnitude on macOS. Need to still test on other platforms. | |||
2020-12-06 | Fixed unnecessary immediate refresh | Jaakko Keränen | |
2020-12-06 | Fixed truncated tab titles; unfocus input on right-click | Jaakko Keränen | |
IssueID #53 | |||
2020-12-05 | DocumentWidget: Default to plain text for text/* | Jaakko Keränen | |
Also application/json. IssueID #88 | |||
2020-12-05 | Text: Mitigate box-drawing character issues | Jaakko Keränen | |
IssueID #86 | |||
2020-12-04 | SidebarWidget: Confirmation dialogs vs. which sidebar | Jaakko Keränen | |
Identify the owner of the dialog using the normal widget "ptr:" argument. | |||
2020-12-04 | Windows: Dealing with "file:///" URIs | Jaakko Keränen | |
2020-12-04 | SidebarWidget: Minimum and maximum widths considering both sidebars | 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-03 | Fixed misaligned Unicode box lines | Jaakko Keränen | |
IssueID #82 | |||
2020-12-03 | DocumentWidget: Certificate warning improvements | Jaakko Keränen | |
2020-12-02 | GmRequest: Don't remain locked while running MIME hooks | Jaakko Keränen | |
2020-12-02 | Show a banner warning about certificate issues | Jaakko Keränen | |
2020-12-02 | MimeHooks: Parsing more than one hook | Jaakko Keränen | |
2020-12-02 | MimeHooks: Fixed issue with waiting for output | Jaakko Keränen | |