Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-24 | Lang: Added the German .bin resource | Jaakko Keränen | |
2021-03-23 | Lang: Added Russian to resources | Jaakko Keränen | |
IssueID #192 | |||
2021-03-23 | Lang: Initial version of the Finnish translation | Jaakko Keränen | |
2021-03-22 | Basic language string mechanism | Jaakko Keränen | |
Added a set of English strings. Lang can load a language. LabelWidget can replace IDs in the label. IssueID #192 | |||
2021-03-22 | Lang: Began replacing UI strings with IDs | Jaakko Keränen | |
IssueID #192 | |||
2021-03-21 | iOS: Bumped version | Jaakko Keränen | |
2021-03-19 | Cleanup | Jaakko Keränen | |
2021-03-18 | Draw soft popup menu border shadows | Jaakko Keränen | |
2021-03-18 | Scrollbar fading and periodic commands | Jaakko Keränen | |
Added a new mechanism to issue periodic but not per-frame commands. This is used for main-thread operations like checking if it's time to fade away the scrollbars. Scrollbars are faded away completely on Apple platforms. Adjusted list right margins accordingly. | |||
2021-03-17 | iOS: Bumped version to 6 | Jaakko Keränen | |
2021-03-15 | Added a page translation service | Jaakko Keränen | |
This is quite experimental. The page contents are sent to an instance of LibreTranslate (powered by Argos Translate), which may or may not successfully translate the contents without mangling the gemtext markup. | |||
2021-03-13 | iOS: Bumped version | Jaakko Keränen | |
2021-03-12 | Cleanup | Jaakko Keränen | |
2021-03-12 | Added "about:about" | Jaakko Keränen | |
IssueID #200 | |||
2021-03-12 | iOS: Added a separate Info.plist template | Jaakko Keränen | |
2021-03-12 | iOS: Bumped version | Jaakko Keränen | |
2021-03-11 | iOS: Updated build | Jaakko Keränen | |
2021-03-11 | iOS: Xcode project attributes | Jaakko Keränen | |
2021-03-11 | Mobile: Adjustments and fixes for iOS | Jaakko Keränen | |
2021-03-11 | Bring back regular-bold Nunito for links | Jaakko Keränen | |
The extra bold that is used for titles is too bold for links. | |||
2021-03-03 | Added full set of platform #defines | Jaakko Keränen | |
2021-03-01 | Added a resource for the --help instructions | Jaakko Keränen | |
IssueID #174 | |||
2021-02-28 | Single app instance; IPC mechanism | Jaakko Keränen | |
Only one instance of Lagrange is allowed to run per a runtime directory. Otherwise the instances will overwrite each others' files. Added a check at startup to see if an instance is already running. If so, options can be used to communicate with it. By default, a new tab is opened in the running instance. IssueID #37 IssueID #164 IssueID #174 IssueID #178 | |||
2021-02-27 | Bumped version number to 1.3 | Jaakko Keränen | |
2021-02-26 | DocumentWidget: Inline downloads | Jaakko Keränen | |
2021-02-22 | iOS: Assets in the CMake project | Jaakko Keränen | |
2021-02-18 | iOS: Working on touch event handling | Jaakko Keränen | |
Handle finger down, motion, and up events to implement basic taps, long presses, and inertia scrolling. Much finetuning still to be done, and certain widgets like input fields and scrollbars need a direct drag mode (they were working fine via the "mouse" events already). | |||
2021-02-13 | Windows: Custom frame app icon, finishing touches | Jaakko Keränen | |
2021-02-13 | Windows: Added app icon as resource | Jaakko Keränen | |
2021-02-11 | Windows: Experimenting with a custom window frame and title bar | Jaakko Keränen | |
Added the build option ENABLE_CUSTOM_FRAME that causes the window to be created as borderless. Lagrange's own UI widgets are used to draw the title bar elements, including the window buttons. There is plenty of sizing behavior still missing, for instance snapping to fullscreen left/right side, double-clicking the frame edges, and proper maximize mode that doesn't cover the entire screen. The window system menu is also missing, but that can be shown manually when appropriate. A command-line option should also be provided to disable winbar in case the default title bar is required. | |||
2021-02-08 | XDG: Consistent capitalization of the app ID | Jaakko Keränen | |
2021-02-07 | Added build option to always do relative resource lookup | Jaakko Keränen | |
This is to facilitate AppImage packaging for Linux. | |||
2021-02-05 | Experimenting with an iOS build | Jaakko Keränen | |
iPlatformApple applies to both macOS and iOS. Added iPlatformAppleDesktop and iPlatformAppleMobile to make a distinction between the two. IssueID #96 | |||
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-03 | Updated copyright year | Jaakko Keränen | |
2021-02-03 | Bumped version number to 1.2 | Jaakko Keränen | |
2021-01-29 | Bumped version number to 1.1.1 | Jaakko Keränen | |
2021-01-24 | Added an AppData XML document | Jaakko Keränen | |
2021-01-18 | Renamed ".binary" files | Jaakko Keränen | |
Use the .lgr extension for Lagrange binary files. | |||
2021-01-17 | Fixed Xcode warning | Jaakko Keränen | |
The product bundle identifier must match the Info.plist file. | |||
2021-01-04 | Added a client certificate import dialog | Jaakko Keränen | |
Todo: Drag-and-drop; the actual identity creation step. | |||
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-29 | Bumped version number to 1.1 | Jaakko Keränen | |
2020-12-27 | Bumped version number to 1.0.2 | Jaakko Keränen | |
2020-12-22 | Bumped version number fo 1.0.1 | Jaakko Keränen | |
2020-12-17 | Bumped version number to 1.0 | Jaakko Keränen | |
2020-12-13 | Bumped version number to 0.13.2 | Jaakko Keränen | |
2020-12-12 | Bumped version number to 0.13.1 | 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-10 | Bumped version number to 0.13 | Jaakko Keränen | |
Not just bug fixes here. |