Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Cleanup | Jaakko Keränen | |
2020-12-06 | Updated release notes | Jaakko Keränen | |
2020-12-06 | Fixed truncated tab titles; unfocus input on right-click | Jaakko Keränen | |
IssueID #53 | |||
2020-12-06 | Updated release notes | Jaakko Keränen | |
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-05 | Updated Help | Jaakko Keränen | |
Multiple sidebars, no more hover outline. | |||
2020-12-05 | Bumped version number to 0.12.1 | Jaakko Keränen | |
2020-12-04 | Updated release notes and Help | Jaakko Keränen | |
Documentation for MIME hooks. | |||
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 | |
2020-12-02 | Added MimeHooks | Jaakko Keränen | |
This is a very powerful mechanism: translate the contents of any request to something else when the original MIME type matches a configured regexp. The external hook command may still elect not to process the request. | |||
2020-12-02 | Feeds: Checking which feeds have been checked | Jaakko Keränen | |
The wrong IDs was being used. | |||
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-12-01 | Subscribing to new headings on a page | Jaakko Keränen | |
When "subscribed" and "headings" tags are used, the subscribed page is tracked for newly added headings (of any kind). This works for the weiph/pikkulogs out there. | |||
2020-12-01 | Added key shortcut for subscibing to page | Jaakko Keränen | |
2020-12-01 | Text: Caching the tallest glyphs | Jaakko Keränen | |
Reserve one more glyph cache row size so the tallest glyphs fit. | |||
2020-12-01 | SidebarWidget: Show up to 100 feed entries | Jaakko Keränen | |
2020-12-01 | GmDocument: Spacing before/after links | Jaakko Keränen | |
Respect the source whitespace, but leave half a line at minimum. | |||
2020-12-01 | Text: Dealing with soft hyphens | Jaakko Keränen | |
With regard to gemini://gemini.conman.org/test/torture/0050. | |||
2020-12-01 | DocumentWidget: Error page of unknown status code | Jaakko Keränen | |
2020-12-01 | GmRequest: Parsing the header | Jaakko Keränen | |
Use a regexp to parse the received header. This is better for recognizing invalid headers, e.g., gemini://gemini.conman.org/test/torture/0039. | |||
2020-11-30 | Updated README | Jaakko Keränen | |
Install via Homebrew. | |||
2020-11-30 | DocumentWidget: Clear input focus when clicking | Jaakko Keränen | |
If the document handles a left click, clear input focus from any widget that had it. IssueID #51 | |||
2020-11-30 | Updated the_Foundation | Jaakko Keränen | |
Socket connection has a timeout. IssueID #74 | |||
2020-11-30 | Added keybindings for prev/next tab | Jaakko Keränen | |
IssueID #75 | |||
2020-11-30 | Feeds: Save the correct refresh time | Jaakko Keränen | |
2020-11-30 | GmDocument: Special icon for query links | Jaakko Keränen | |
2020-11-29 | GitHub: Maybe the locales aren't installed? | Jaakko Keränen | |
2020-11-29 | GitHub: Maybe the right locale is missing | Jaakko Keränen | |
2020-11-29 | GitHub: More descriptive build artifact names | Jaakko Keränen | |
2020-11-29 | GitHub: UTF-8 issue in package signing | Jaakko Keränen | |
Maybe this helps, who knows. | |||
2020-11-29 | GitHub: Problem with CI script | Jaakko Keränen | |
2020-11-29 | GitHub: Trying out some automated build rules | Jaakko Keränen | |
2020-11-29 | Feeds: Trim en/em dashes from entry titles | Jaakko Keränen | |
2020-11-29 | Feeds: Worker saves feeds in the background | Jaakko Keränen | |
No need to wait until quitting the app to write the feeds state to disk. | |||
2020-11-28 | Bumped version number to 0.12 | Jaakko Keränen | |
2020-11-28 | Fixed build on macOS 10.13 | Jaakko Keränen | |