Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-30 | Bumped version numbers to 1.10 | Jaakko Keränen | |
2021-11-29 | Bumped version number to 1.9.2 | Jaakko Keränen | |
2021-11-27 | Bumped version number to 1.9.1 | Jaakko Keränen | |
2021-11-23 | Added Turkish UI language | Jaakko Keränen | |
IssueID #396 | |||
2021-11-21 | Cleanup | Jaakko Keränen | |
2021-11-21 | Merge branch 'dev' into work/v1.9 | Jaakko Keränen | |
# Conflicts: # CMakeLists.txt # res/about/version.gmi | |||
2021-11-14 | Localized language names in Preferences | Jaakko Keränen | |
Each dropdown item now uses its own language. This avoids the need to translate all language names to every language, and also helps the user to find the language(s) they understand. The name strings are incorporated as C11 u8"" string literals, which hopefully won't cause compatibility issues as the_Foundation already requires C11. Note that the Translation dialog retains the localized language labels because the user may not speak the source language, so they need to see it in their own language. IssueID #391 | |||
2021-11-14 | CMake: use GNUInstallDirs for *nix | Anna “CyberTailor” | |
2021-11-14 | Bumped version number to 1.8.3 | Jaakko Keränen | |
2021-11-14 | Merge branch 'dev' into work/v1.9 | Jaakko Keränen | |
# Conflicts: # CMakeLists.txt # Depends.cmake # src/lang.c | |||
2021-11-08 | Bumped version number to 1.8.2 | Jaakko Keränen | |
2021-11-07 | macOS: Use Sparkle for automatic updates | Jaakko Keränen | |
2021-11-07 | Windows: Call the updater; added a missing resources | Jaakko Keränen | |
2021-11-04 | Added Czech UI translation | Jaakko Keränen | |
2021-11-04 | Merge branch 'dev' into work/v1.9 | Jaakko Keränen | |
# Conflicts: # src/lang.c | |||
2021-11-04 | Added Hungarian UI translation | Jaakko Keränen | |
2021-11-03 | Merge branch 'dev' of skyjake.fi:gemini/lagrange into dev | Jaakko Keränen | |
2021-11-03 | Freedesktop: Desktop file syntax | Jaakko Keränen | |
2021-10-31 | Changed format of resources.lgr | Jaakko Keränen | |
Resources are now stored in a ZIP archive, and it comes with an explicit version number. All the old embed/bincat stuff was removed as unnecessary. resources.lgr is also a valid fontpack, for loading the built-in fonts. IssueID #363 | |||
2021-10-31 | Cleanup | Jaakko Keränen | |
Removed extra font installation from CMakeLists. These are available separately and not managed by CMake. | |||
2021-10-31 | Bumped version number to 1.8.1 | Jaakko Keränen | |
2021-10-30 | Added Ukrainian UI translation | Jaakko Keränen | |
Kudos to Alyssa Liddell for a 100% translation. | |||
2021-10-26 | Unbundle the extra fonts | 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-23 | Mobile: Footer button fixes; missing strings | Jaakko Keränen | |
2021-10-08 | Font configuration; Prefs has a string value array | Jaakko Keränen | |
Added a second version of Iosevka with more line spacing, to be used as the default monospace document font. | |||
2021-10-07 | Load default.fontpack from resources.lgr | Jaakko Keränen | |
The mandatory fonts are in resources.lgr, but still packaged in a ZIP archive. | |||
2021-10-07 | Package all fonts into .fontpacks | Jaakko Keränen | |
All fonts except default.fontpack will be distributed separately, or at least outside of resources.lgr. | |||
2021-10-05 | Started working on font packs | Jaakko Keränen | |
2021-09-28 | Bumped version number to 1.7.1 | Jaakko Keränen | |
2021-09-25 | Lang: Added eo, es_MX, gl, isv, and sk | Jaakko Keränen | |
New almost completed or in-progress UI translations. | |||
2021-09-21 | Added build options for popup/macOS menus | Jaakko Keränen | |
2021-09-17 | iOS: Build date | Jaakko Keränen | |
2021-09-17 | iOS: Xcode has decided to change the bundle version | Jaakko Keränen | |
2021-09-17 | iOS: Bumped version number | Jaakko Keränen | |
2021-09-04 | iOS: Minor fixes | Jaakko Keränen | |
The SDL text input rectangle function applies some sort of offset that is inappropriate on iOS. | |||
2021-09-04 | iOS: Updated build number | Jaakko Keränen | |
2021-08-20 | Added build options to force phone/tablet mobile UI | Jaakko Keränen | |
These options are mostly useful on mobile platforms that are not iOS or Android, and for testing purposes. | |||
2021-08-20 | Added WebP decoding using libwebp | Jaakko Keränen | |
2021-08-20 | Merge branch 'dev' into work/v1.7 | Jaakko Keränen | |
# Conflicts: # CMakeLists.txt | |||
2021-08-17 | Changed default of ENABLE_RESIZE_DRAW to ON | Jaakko Keränen | |
Resize drawing seems to work better on many platforms so default to ON. | |||
2021-08-17 | Added build option for window drawing during resize | Jaakko Keränen | |
The option defaults to OFF because generally SDL should be handling this and the resize watcher is a bit of hack. | |||
2021-08-15 | Bumped version to 1.7 | Jaakko Keränen | |
2021-08-06 | Merge branch 'dev' into work/v1.7 | Jaakko Keränen | |
2021-08-03 | Bumped version to 1.6.3 | Jaakko Keränen | |
2021-08-01 | iOS: ext-deps target is undefined | Jaakko Keränen | |
2021-07-30 | Bumped version number to 1.6.2 | Jaakko Keränen | |
2021-07-26 | Bumped version to 1.6.1 | Jaakko Keränen | |
2021-07-26 | Depends: Even more build fixes | Jaakko Keränen | |
2021-07-26 | Depends: Trying a different tracking method | Jaakko Keränen | |
The external project install targets are not being executed in time, maybe this helps? |