summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2021-11-29Bumped version number to 1.9.2Jaakko Keränen
2021-11-27Bumped version number to 1.9.1Jaakko Keränen
2021-11-23Added Turkish UI languageJaakko Keränen
IssueID #396
2021-11-21CleanupJaakko Keränen
2021-11-21Merge branch 'dev' into work/v1.9Jaakko Keränen
# Conflicts: # CMakeLists.txt # res/about/version.gmi
2021-11-14Localized language names in PreferencesJaakko 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-14CMake: use GNUInstallDirs for *nixAnna “CyberTailor”
2021-11-14Bumped version number to 1.8.3Jaakko Keränen
2021-11-14Merge branch 'dev' into work/v1.9Jaakko Keränen
# Conflicts: # CMakeLists.txt # Depends.cmake # src/lang.c
2021-11-08Bumped version number to 1.8.2Jaakko Keränen
2021-11-07macOS: Use Sparkle for automatic updatesJaakko Keränen
2021-11-07Windows: Call the updater; added a missing resourcesJaakko Keränen
2021-11-04Added Czech UI translationJaakko Keränen
2021-11-04Merge branch 'dev' into work/v1.9Jaakko Keränen
# Conflicts: # src/lang.c
2021-11-04Added Hungarian UI translationJaakko Keränen
2021-11-03Merge branch 'dev' of skyjake.fi:gemini/lagrange into devJaakko Keränen
2021-11-03Freedesktop: Desktop file syntaxJaakko Keränen
2021-10-31Changed format of resources.lgrJaakko 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-31CleanupJaakko Keränen
Removed extra font installation from CMakeLists. These are available separately and not managed by CMake.
2021-10-31Bumped version number to 1.8.1Jaakko Keränen
2021-10-30Added Ukrainian UI translationJaakko Keränen
Kudos to Alyssa Liddell for a 100% translation.
2021-10-26Unbundle the extra fontsJaakko Keränen
2021-10-24Added BannerJaakko 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-23Mobile: Footer button fixes; missing stringsJaakko Keränen
2021-10-08Font configuration; Prefs has a string value arrayJaakko Keränen
Added a second version of Iosevka with more line spacing, to be used as the default monospace document font.
2021-10-07Load default.fontpack from resources.lgrJaakko Keränen
The mandatory fonts are in resources.lgr, but still packaged in a ZIP archive.
2021-10-07Package all fonts into .fontpacksJaakko Keränen
All fonts except default.fontpack will be distributed separately, or at least outside of resources.lgr.
2021-10-05Started working on font packsJaakko Keränen
2021-09-28Bumped version number to 1.7.1Jaakko Keränen
2021-09-25Lang: Added eo, es_MX, gl, isv, and skJaakko Keränen
New almost completed or in-progress UI translations.
2021-09-21Added build options for popup/macOS menusJaakko Keränen
2021-09-17iOS: Build dateJaakko Keränen
2021-09-17iOS: Xcode has decided to change the bundle versionJaakko Keränen
2021-09-17iOS: Bumped version numberJaakko Keränen
2021-09-04iOS: Minor fixesJaakko Keränen
The SDL text input rectangle function applies some sort of offset that is inappropriate on iOS.
2021-09-04iOS: Updated build numberJaakko Keränen
2021-08-20Added build options to force phone/tablet mobile UIJaakko Keränen
These options are mostly useful on mobile platforms that are not iOS or Android, and for testing purposes.
2021-08-20Added WebP decoding using libwebpJaakko Keränen
2021-08-20Merge branch 'dev' into work/v1.7Jaakko Keränen
# Conflicts: # CMakeLists.txt
2021-08-17Changed default of ENABLE_RESIZE_DRAW to ONJaakko Keränen
Resize drawing seems to work better on many platforms so default to ON.
2021-08-17Added build option for window drawing during resizeJaakko 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-15Bumped version to 1.7Jaakko Keränen
2021-08-06Merge branch 'dev' into work/v1.7Jaakko Keränen
2021-08-03Bumped version to 1.6.3Jaakko Keränen
2021-08-01iOS: ext-deps target is undefinedJaakko Keränen
2021-07-30Bumped version number to 1.6.2Jaakko Keränen
2021-07-26Bumped version to 1.6.1Jaakko Keränen
2021-07-26Depends: Even more build fixesJaakko Keränen
2021-07-26Depends: Trying a different tracking methodJaakko Keränen
The external project install targets are not being executed in time, maybe this helps?
2021-07-26Depends: Even more build fixesJaakko Keränen