summaryrefslogtreecommitdiff
path: root/res
AgeCommit message (Collapse)Author
2022-02-11Merge branch 'dev' into work/v1.11Jaakko Keränen
2022-02-11Updated language stringsJaakko Keränen
2022-02-11Updated release notesJaakko Keränen
2022-02-11Added a binding for "Paste Preceding Line"Jaakko Keränen
2022-02-10Updated release notesJaakko Keränen
2022-02-09SidebarWidget: Update after identity addition/deletionJaakko Keränen
2022-02-09Merge branch 'dev' into work/v1.11Jaakko Keränen
# Conflicts: # res/lang/eo.bin # res/lang/ie.bin
2022-02-09DocumentWidget: "Paste Preceding Line" should be undoableJaakko Keränen
2022-02-09Updated release notesJaakko Keränen
2022-02-09Updated release notesJaakko Keränen
2022-02-08Fonts: Improved fallback glyph searchJaakko Keränen
The fontpack documentation says that when a glyph isn't found, all available fonts are checked in priority order. However, the implementation didn't actually do this. Now there is a separate priority mapping for loaded fonts so they can be quickly scanned for any missing glyphs in the right order. "iosevka-body" was prioritized higher because it provides a number of UI icons.
2022-02-08Updated release notesJaakko Keränen
2022-02-07Updated release notesJaakko Keränen
2022-02-06Recompiled UI stringsJaakko Keränen
2022-02-06Merge branch 'dev' into work/v1.11Jaakko Keränen
# Conflicts: # CMakeLists.txt # res/fonts/SmolEmoji-Regular.ttf # res/lang/gl.bin # src/app.c
2022-02-05SidebarWidget: Fixed animations in the 2nd splitJaakko Keränen
2022-02-05Updated release notes and AUTHORSJaakko Keränen
2022-02-04Updated release notesJaakko Keränen
2022-02-04macOS: Use Metal on >60 Hz displaysJaakko Keränen
The problem with the occasional stutters related to SDL_WaitEvent() are still there, but on a 120 Hz display it's even worse to be stuck on 60 Hz. Metal is required for 120 Hz.
2022-02-04Fixed issues with stripping ANSI escapesJaakko Keränen
2022-02-01Fixed ANSI color handling issuesJaakko Keränen
Added the missing BG escapes 100-107, and fixed how the FG is adjusted to keep text legible. Previously it was not considering the actual BG color being applied to a text run.
2022-01-30Updated release notesJaakko Keränen
2022-01-30Release notes broken to smaller pagesJaakko Keränen
2022-01-30CleanupJaakko Keränen
2022-01-30Text: Break words at backslashesJaakko Keränen
2022-01-29Don't have duplicate New Tab buttonsJaakko Keränen
There tab buttons don't need a New Tab button if the navbar has it.
2022-01-29Hierarchical navigation with Gopher and TitanJaakko Keränen
With Gopher, ensure that the item type changes to 1, and with Titan, change to normal Gemini.
2022-01-28iOS: Updated release notesJaakko Keränen
2022-01-28Updated release notesJaakko Keränen
2022-01-28Updated release notesJaakko Keränen
2022-01-27Updated release notesJaakko Keränen
2022-01-26Added a man pageJaakko Keränen
Generated with Pandoc.
2022-01-24Android: Bumped version number; updated release notesJaakko Keränen
2022-01-24iOS: Bumped version number; updated release notesJaakko Keränen
2022-01-24Gopher: Set item type to 1 when navigating to parentJaakko Keränen
As suggested in: gemini://ruario.flounder.online/gemlog/2022-01-19_Some_Gopher_improvements_for_Lagrange.gmi
2022-01-24Updated release notes and Smol EmojiJaakko Keränen
2022-01-22Updated Smol EmojiJaakko Keränen
2022-01-22Updated Smol EmojiJaakko Keränen
2022-01-21iOS: Bumped version, updated release notesJaakko Keränen
2022-01-20Android: External downloads; Back button handling; bumped versionJaakko Keränen
2022-01-20Updated language stringsJaakko Keränen
2022-01-20Updated language stringsJaakko Keränen
2022-01-20Merge branch 'dev' into work/v1.11Jaakko Keränen
# Conflicts: # res/lang/cs.bin # res/lang/es.bin # res/lang/ru.bin # res/lang/sr.bin # res/lang/tr.bin # res/lang/uk.bin
2022-01-20Updated language stringsJaakko Keränen
2022-01-20Updated release notesJaakko Keränen
2022-01-19Fontpack lookup via missing glyphsJaakko Keränen
IssueID #435
2022-01-17SidebarWidget: Fixed actions getting hidden on Feeds tabJaakko Keränen
2022-01-17Updated language stringsJaakko Keränen
2022-01-16Added menu string for customizing toolbarJaakko Keränen
2022-01-16Updated language stringsJaakko Keränen