Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-30 | Translated using Weblate (Ukrainian) | Alyssa Liddell | |
Currently translated at 58.2% (336 of 577 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/uk/ | |||
2021-10-30 | Translated using Weblate (Ukrainian) | Alyssa Liddell | |
Currently translated at 57.8% (334 of 577 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/uk/ | |||
2021-10-30 | Translated using Weblate (Ukrainian) | Alyssa Liddell | |
Currently translated at 55.1% (318 of 577 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/uk/ | |||
2021-10-30 | Translated using Weblate (Ukrainian) | Alyssa Liddell | |
Currently translated at 53.0% (306 of 577 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/uk/ | |||
2021-10-30 | Translated using Weblate (Ukrainian) | Alyssa Liddell | |
Currently translated at 50.0% (289 of 577 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/uk/ | |||
2021-10-30 | Translated using Weblate (Ukrainian) | Alyssa Liddell | |
Currently translated at 47.1% (272 of 577 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/uk/ | |||
2021-10-30 | Translated using Weblate (Ukrainian) | Alyssa Liddell | |
Currently translated at 25.6% (148 of 577 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/uk/ | |||
2021-10-30 | Added translation using Weblate (Ukrainian) | Weblate Admin | |
2021-10-30 | Updated Help: TrueType collections | Jaakko Keränen | |
2021-10-29 | Fixed a memory leak in URL handling | Jaakko Keränen | |
2021-10-29 | FontPack: Loading fonts from TTC files | Jaakko Keränen | |
2021-10-29 | App: resources.lgr load order | Jaakko Keränen | |
Try loading from the local directory first, then the system-wide one. This way uninstalled builds are more likely to use the right resources. IssueID #363 | |||
2021-10-28 | Updated Smol Emoji | Jaakko Keränen | |
A new warning triangle. | |||
2021-10-28 | GmDocument: Markdown regex tweak | Jaakko Keränen | |
2021-10-28 | GmDocument: Restore old themes after CRC-32 was fixed | Jaakko Keränen | |
The corrected CRC-32 function produces different theme seeds. This restores the old behavior. | |||
2021-10-28 | Updated the_Foundation: Fixed CRC-32 | Jaakko Keränen | |
2021-10-28 | FontPack: Only load "default" from the resource file | Jaakko Keränen | |
2021-10-27 | Upgrade assistance: download "classic-set" fontpack | Jaakko Keränen | |
2021-10-27 | App: Upgrading to version 1.8.0 | Jaakko Keränen | |
Removal of the embedded font library means that the UI strings may not have the right fonts available. The app version is now recorded in prefs.cfg. | |||
2021-10-27 | Updated the_Foundation | Jaakko Keränen | |
2021-10-27 | DocumentWidget: Security warnings | Jaakko Keränen | |
2021-10-27 | Updated documentation | Jaakko Keränen | |
Fonts and other changes. | |||
2021-10-26 | Text: Use "alternative font 1" escape for monospace | Jaakko Keränen | |
2021-10-26 | Cleanup; minor tweaks | Jaakko Keränen | |
2021-10-26 | FontPack: Visual tweaks on the content page | Jaakko Keränen | |
2021-10-26 | Unbundle the extra fonts | Jaakko Keränen | |
2021-10-26 | Updated the_Foundation | Jaakko Keränen | |
2021-10-26 | Updated release notes | Jaakko Keränen | |
2021-10-26 | Preferences: Warn about missing glyphs | Jaakko Keränen | |
2021-10-26 | macOS: Try to prevent SDL from being weird at launch | Jaakko Keränen | |
There appears to be some hacks in SDL regarding launch-time app activation. At least on my Macs, this leads to the forced unhiding of the dock in what appears to be mostly random behavior. Attempting to disable the hack via an SDL hint and activate the app manually. | |||
2021-10-26 | DocumentWidget: Don't update theme/banner on input prompts | Jaakko Keränen | |
2021-10-26 | DocumentWidget: Update theme/banner on response | Jaakko Keränen | |
As soon as the first part of a response is available, update the page theme and banner. | |||
2021-10-26 | Dismissing document warnings; Banner hover | Jaakko Keränen | |
The warning about terminal emulation can be dismissed on site-specific basis. Banner items show a hover frame (like buttons) to indicate they can be clicked. | |||
2021-10-26 | SiteSpec: Converted to TOML syntax | Jaakko Keränen | |
Added a "dismissed warnings" value. | |||
2021-10-25 | Document presentation warnings | Jaakko Keränen | |
Warn the user about missing glyphs and potentially unsupported ANSI escapes. TODO: Site-specific setting for dismissed warning; fonts preference about missing glyph warnings. | |||
2021-10-25 | Message/question text wrapping; cleanup | Jaakko Keränen | |
2021-10-25 | Banner: Error items; improved appearance | Jaakko Keränen | |
2021-10-24 | Banner: Clicking on the site name | Jaakko Keränen | |
2021-10-24 | Added Banner | Jaakko Keränen | |
Banner will take over everything related to the page top banner. DocumentWidget's content positioning is a bit messy, and now that the banner is no longer part of the GmDocument, it needed a bit of revising. It would still benefit from proper functions for mapping coordinates to/from the GmDocument coordinate space. | |||
2021-10-24 | GmDocument: Fixed build issue | Jaakko Keränen | |
Use the standard `isdigit` from ctype.h. | |||
2021-10-24 | Cleanup | Jaakko Keränen | |
2021-10-23 | Mobile: Footer button fixes; missing strings | Jaakko Keränen | |
2021-10-23 | InputWidget: Per-pixel scrolling | Jaakko Keränen | |
2021-10-23 | UploadWidget: Remember token; Upload button visibility | Jaakko Keränen | |
The token is saved just like the text editor content. In a single panel layout, the Upload button should only be shown when a detail panel is visible. The text editor panel shouldn't scroll because the input widget does its own scrolling. | |||
2021-10-23 | Mobile: Notify about current panel change | Jaakko Keränen | |
2021-10-23 | DocumentWidget: Footer buttons in phone layout | Jaakko Keränen | |
Include a padding under the buttons to account for the toolbar. | |||
2021-10-23 | Mobile: Fixed ListWidget hover item | Jaakko Keränen | |
2021-10-23 | Cleanup | Jaakko Keränen | |
2021-10-22 | Util: Wrap value input prompt | Jaakko Keränen | |
2021-10-22 | Window: Close buttons on merged tabs | Jaakko Keränen | |