Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-07 | Updated release notes | Jaakko Keränen | |
2022-02-05 | SidebarWidget: Fixed animations in the 2nd split | Jaakko Keränen | |
2022-02-05 | Updated release notes and AUTHORS | Jaakko Keränen | |
2022-02-04 | Updated release notes | Jaakko Keränen | |
2022-02-04 | macOS: Use Metal on >60 Hz displays | Jaakko 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-04 | Fixed issues with stripping ANSI escapes | Jaakko Keränen | |
2022-02-01 | Fixed ANSI color handling issues | Jaakko 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-30 | Updated release notes | Jaakko Keränen | |
2022-01-30 | Release notes broken to smaller pages | Jaakko Keränen | |
2022-01-30 | Cleanup | Jaakko Keränen | |
2022-01-30 | Text: Break words at backslashes | Jaakko Keränen | |
2022-01-29 | Don't have duplicate New Tab buttons | Jaakko Keränen | |
There tab buttons don't need a New Tab button if the navbar has it. | |||
2022-01-29 | Hierarchical navigation with Gopher and Titan | Jaakko Keränen | |
With Gopher, ensure that the item type changes to 1, and with Titan, change to normal Gemini. | |||
2022-01-28 | Updated release notes | Jaakko Keränen | |
2022-01-28 | Updated release notes | Jaakko Keränen | |
2022-01-27 | Updated release notes | Jaakko Keränen | |
2022-01-24 | Gopher: Set item type to 1 when navigating to parent | Jaakko Keränen | |
As suggested in: gemini://ruario.flounder.online/gemlog/2022-01-19_Some_Gopher_improvements_for_Lagrange.gmi | |||
2022-01-24 | Updated release notes and Smol Emoji | Jaakko Keränen | |
2022-01-20 | Updated language strings | Jaakko Keränen | |
2022-01-20 | Updated release notes | Jaakko Keränen | |
2022-01-17 | SidebarWidget: Fixed actions getting hidden on Feeds tab | Jaakko Keränen | |
2022-01-16 | SidebarWidget: Blank tabs cleanup | Jaakko Keränen | |
Contents of the empty sidebar (e.g., first launch) were a bit messy, with incorrect paddings and minor layout issues. | |||
2022-01-16 | Customizable navbar button actions | Jaakko Keränen | |
2022-01-14 | Updated release notes | Jaakko Keränen | |
2022-01-14 | Updated release notes | Jaakko Keränen | |
2022-01-07 | Updated release notes | Jaakko Keränen | |
2022-01-07 | Updated release notes | Jaakko Keränen | |
2022-01-07 | Updated release notes | Jaakko Keränen | |
2022-01-06 | Detect Devanagari text | Jaakko Keränen | |
Tell HarfBuzz when Devanagari has been detected. TODO: Check for other languages supported by HarfBuzz (there's a long list). IssueID #345 | |||
2022-01-05 | Updated release notes | Jaakko Keränen | |
2022-01-05 | Merge branch 'work/v1.10' into dev | Jaakko Keränen | |
# Conflicts: # CMakeLists.txt # Depends-Android.cmake # res/about/version.gmi # res/lang/cs.bin # res/lang/eo.bin # res/lang/es.bin # res/lang/fi.bin # res/lang/gl.bin # res/lang/ia.bin # res/lang/ie.bin # res/lang/ru.bin # res/lang/sr.bin # res/lang/tok.bin # res/lang/tr.bin # res/lang/uk.bin # res/lang/zh_Hant.bin # src/app.c # src/main.c # src/ui/documentwidget.c # src/ui/labelwidget.c # src/ui/sidebarwidget.c # src/ui/util.c | |||
2022-01-05 | Updated release notes | Jaakko Keränen | |
2022-01-04 | Bumped version number; updated release notes | Jaakko Keränen | |
2022-01-04 | Updated release notes | Jaakko Keränen | |
2022-01-04 | Updated release notes, language strings | Jaakko Keränen | |
2022-01-04 | Date in Gemini feed links is de-emphasized | Jaakko Keränen | |
Use a regular font weight and dimmer color for the entry date. | |||
2021-12-25 | GmDocument: Detect an invalid link | Jaakko Keränen | |
IssueID #427 | |||
2021-12-24 | Updated release notes | Jaakko Keränen | |
2021-12-24 | Updated release notes | Jaakko Keränen | |
2021-12-23 | Added UI language for Dutch (nl) | Jaakko Keränen | |
2021-12-18 | Updated release notes | Jaakko Keränen | |
2021-12-16 | Updated release notes and AUTHORS | Jaakko Keränen | |
2021-12-11 | Bumped version number to 1.9.3; updated release notes | Jaakko Keränen | |
2021-12-11 | Updated release notes | Jaakko Keränen | |
2021-12-10 | Fixed history with multiple items having the same URL | Jaakko Keränen | |
If there were multiple instances of the same URL in history, only the latest one's content would be used when navigating back/forward. | |||
2021-12-07 | Updated language strings | Jaakko Keränen | |
2021-12-02 | Refactored CertListWidget out of the sidebar | Jaakko Keränen | |
The identity list is needed elsewhere outside of the sidebar, so moved it into a specialized ListWidget class. | |||
2021-12-01 | Added switching to the identity toolbar menu | Jaakko Keränen | |
One can now use the identity toolbar menu to switch between client certificates that have been used on the current site. The five latest ones are remembered. | |||
2021-11-30 | Cleanup | Jaakko Keränen | |
2021-11-30 | Updated release notes | Jaakko Keränen | |