Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-24 | iOS: Bumped version | Jaakko Keränen | |
2021-04-24 | Gempub cover page; cleanup | Jaakko Keränen | |
Use MIME hooks to generate a Gempub cover page with a preloaded cover image. This required applying MIME filtering to "file://" requests as well. Todo: More cleanup, add a gempub.c. | |||
2021-04-24 | Added "Show Downloads" and "Open Downloaded File" | Jaakko Keränen | |
Contents of the Downloads folder can now be viewed as a directory index page. | |||
2021-04-24 | Updated the_Foundation | Jaakko Keränen | |
2021-04-24 | Renamed image file | Jaakko Keränen | |
The image size is actually 512x512. | |||
2021-04-23 | File URLs support directories and ZIP archives | Jaakko Keränen | |
One is now able to view directory and ZIP archive contents using file URLs. Directory contents are shown as a list of links, enabling previewing supported formats. A link to the parent directory is included at the top of the page. ZIP archives behave like directories, except they also recognize "index.gmi" and "index.gemini" files and display them instead of the regular directory index (when viewing a directory inside a ZIP archive). This enables archiving a Gemini capsule and browsing it as a ZIP archive. Added a preference to disable loading of index pages. | |||
2021-04-23 | Cleanup | Jaakko Keränen | |
2021-04-23 | DocumentWidget: Crash after receiving a redirect | Jaakko Keränen | |
The `GmRequest` object is destroyed after handling a redirect, but afterwards a check was still made to cache the request contents. IssueID #148 | |||
2021-04-23 | Lang: Changed a source string | Jaakko Keränen | |
Made "error.unsupported.suggestsave" slightly more generic so it can be used in another context. | |||
2021-04-23 | Updated the_Foundation | Jaakko Keränen | |
2021-04-23 | Updated the_Foundation | Jaakko Keränen | |
2021-04-23 | Updated the_Foundation | Jaakko Keränen | |
Support for reading ZIP archives. | |||
2021-04-22 | Widget: Clicking outside a popup menu | Jaakko Keränen | |
The click is eaten to avoid accidentally clicking anything outside the menu. | |||
2021-04-22 | Updated the_Foundation | Jaakko Keränen | |
IssueID #251 | |||
2021-04-22 | Fixed dialog item formatting | Jaakko Keränen | |
Confused the `-` prefix and `---` as separator. | |||
2021-04-22 | ListWidget: Use SmoothScroll | Jaakko Keränen | |
2021-04-22 | SmoothScroll is a UI utility; moved it | Jaakko Keränen | |
2021-04-22 | Cleanup | Jaakko Keränen | |
2021-04-22 | DocumentWidget: SmoothScroll utility | Jaakko Keränen | |
Added a `SmoothScroll` utility to make the smooth scroll and bounce behavior applicable elsewhere as well. | |||
2021-04-21 | Mobile: Working on scroll bounce behavior | Jaakko Keränen | |
2021-04-21 | Touch: Stopping momentum scroll | Jaakko Keränen | |
When a widget runs out of scrollable area, stop any momentum scrolls. | |||
2021-04-21 | Mobile: Added Settings > About | Jaakko Keränen | |
2021-04-21 | Mobile: Autoreload intervals are missing | Jaakko Keränen | |
2021-04-21 | iOS: Background audio; MP3/AAC playback | Jaakko Keränen | |
2021-04-21 | Window: "Use system theme" turned off inadvertently | Jaakko Keränen | |
2021-04-20 | iOS: Fixed momentum scroll timing | Jaakko Keränen | |
The scrolling stutters were being caused by timing and not slow text rendering. Now the momentum scroll is locked to display refresh rate. | |||
2021-04-20 | Cleanup | Jaakko Keränen | |
2021-04-20 | Touch: Resuming a drag scroll from momentum | Jaakko Keränen | |
Continue a scroll if there's still a momentum scroll ongoing instead of checking long-press. | |||
2021-04-20 | iOS: Haptic tap at 100% pinch zoom | Jaakko Keränen | |
2021-04-20 | DocumentWidget: Pre-rendering finetuning | Jaakko Keränen | |
Ensure there is more buffered content available in the current scrolling direction, and also make sure that all buffers get pre-rendered after a short delay with the view being stationary. | |||
2021-04-20 | Widget: Added a utility method | Jaakko Keränen | |
2021-04-20 | Mobile: Fixed invalid touch positions | Jaakko Keränen | |
2021-04-20 | GmDocument: Adjusting narrow margin collapse | Jaakko Keränen | |
2021-04-20 | GmDocument: Collapse margins in narrow layout | Jaakko Keränen | |
2021-04-19 | Updated README: Repository URL changed | Jaakko Keränen | |
2021-04-18 | Player: Fixed audio media type check | Jaakko Keränen | |
IssueID #249 | |||
2021-04-18 | Dealing with a missing host name | Jaakko Keränen | |
2021-04-18 | Added French as UI language option | Jaakko Keränen | |
2021-04-18 | Added build option to disable IPC | Jaakko Keränen | |
It may take a while to add D-Bus support, so adding a way to disable the incompatible IPC mechanism for Flatpak builds. IssueID #245 | |||
2021-04-18 | Lang: Recompiled language strings | Jaakko Keränen | |
2021-04-18 | Merge branch 'dev' of https://weblate.skyjake.fi/git/lagrange/ui into dev | Jaakko Keränen | |
2021-04-17 | Translated using Weblate (Serbian) | Страхиња Радић | |
Currently translated at 100.0% (436 of 436 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/sr/ | |||
2021-04-17 | Translated using Weblate (French) | methbkts | |
Currently translated at 72.2% (315 of 436 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fr/ | |||
2021-04-17 | Translated using Weblate (French) | MCMic | |
Currently translated at 72.2% (315 of 436 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/fr/ | |||
2021-04-17 | Updated Help | Jaakko Keränen | |
2021-04-17 | Window: Cleanup | Jaakko Keränen | |
2021-04-17 | if LAGRANGE_OVERRIDE_DPI is set, use that as the DPI | Charles | |
If the setting is invalid (e.g. the variable is set to something which is not an integer), then a warning is printed to standard error, and the environment variable is ignored. If the environment variable is an empty string, it is also ignored. | |||
2021-04-17 | Composing an URL with an IPv6 host | Jaakko Keränen | |
The brackets that were removed must be put back if needed. | |||
2021-04-17 | Parsing an IPv6 URL | Jaakko Keränen | |
The brackets are part of the URL notation and should not be considered part of the IPv6 address itself. | |||
2021-04-17 | DocumentWidget: Undefined behavior | Jaakko Keränen | |