summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2021-12-30Android: Updating for latest SDL and revised Gradle projectJaakko Keränen
2021-12-28Viewing unsupported files in another appJaakko Keränen
After receiving content of unsupported type, show a footer action button to open it in another app. IssueID #135
2021-12-27Android: Keyboard height; other fixesJaakko Keränen
Send a notification from the Java side when the software keyboard is shown.
2021-12-26iOS: Bumped version and updated release notesJaakko Keränen
2021-12-25iOS: Default to idle sleep enabledJaakko Keränen
2021-12-25"Idle sleep" seems unnecessary with SDL 2.0.18Jaakko Keränen
2021-12-23Android: Updated CMake project to work as a subdirectoryJaakko Keränen
Android builds produce a static library instead of a regular executable.
2021-12-23Android: Setting up the buildJaakko Keränen
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.