summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2021-12-18Added LinkInfoJaakko Keränen
2021-12-17iOS: Bumped version number; updated release notesJaakko Keränen
2021-12-15iOS: Bumped version number; updated release notesJaakko Keränen
2021-12-14iOS: Bumped version number; updated release notesJaakko Keränen
2021-12-10iOS: Bumped version number; updated release notesJaakko Keränen
2021-12-08iOS: Bumped version number to 1.10 (2); updated release notesJaakko Keränen
2021-12-06iOS: Updated build dateJaakko Keränen
2021-12-06iOS: Platform-specific release notes and HelpJaakko Keränen
TODO: Help needs rewriting from a mobile perspective.
2021-12-05iOS: Register Iosevka for the monospace input widgetJaakko Keränen
2021-12-05iOS: Custom editor font and adjusted positioningJaakko Keränen
2021-12-02Refactored CertListWidget out of the sidebarJaakko Keränen
The identity list is needed elsewhere outside of the sidebar, so moved it into a specialized ListWidget class.
2021-11-30Bumped version numbers to 1.10Jaakko Keränen
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