Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-19 | Fixed clicking on tabs when banner is underneath | Jaakko Keränen | |
Banner was too eager to eat all mouse events. | |||
2021-11-13 | Updated AppData | Jaakko Keränen | |
2021-11-13 | Updated AppData: XML schema error | Jaakko Keränen | |
2021-11-13 | Updated AppData | Jaakko Keränen | |
2021-11-13 | Updated language strings | Jaakko Keränen | |
2021-11-13 | Updated release notes | Jaakko Keränen | |
2021-11-12 | Updated release notes | Jaakko Keränen | |
2021-11-10 | Updated release notes | Jaakko Keränen | |
2021-11-09 | Updated release notes | Jaakko Keränen | |
2021-11-08 | Bumped version number to 1.8.2 | Jaakko Keränen | |
2021-11-06 | Updated language strings | Jaakko Keränen | |
Cleaned up output of the string compilation script. | |||
2021-11-06 | Updated AppData | Jaakko Keränen | |
2021-11-06 | Updated release notes | Jaakko Keränen | |
2021-11-06 | Updated language strings | Jaakko Keränen | |
2021-11-04 | Added Czech UI translation | Jaakko Keränen | |
2021-11-04 | Updated release notes | Jaakko Keränen | |
2021-11-04 | Added Hungarian UI translation | Jaakko Keränen | |
2021-11-03 | Updated release notes: typo | Jaakko Keränen | |
2021-11-02 | Updated release notes | Jaakko Keränen | |
2021-11-02 | Updated release notes | Jaakko Keränen | |
2021-10-31 | CMake: `zip` is required for the build | Jaakko Keränen | |
Print error message if `zip` is not found. It is used for creating fontpacks. | |||
2021-10-30 | Removed hardcoded fonts from source repository | Jaakko Keränen | |
Font library is now maintained separately. | |||
2021-10-30 | Updated AppData | Jaakko Keränen | |
2021-10-30 | Added Ukrainian UI translation | Jaakko Keränen | |
Kudos to Alyssa Liddell for a 100% translation. | |||
2021-10-30 | Updated translations | Jaakko Keränen | |
2021-10-30 | Updated Help: TrueType collections | Jaakko Keränen | |
2021-10-28 | Updated Smol Emoji | Jaakko Keränen | |
A new warning triangle. | |||
2021-10-27 | Upgrade assistance: download "classic-set" fontpack | Jaakko Keränen | |
2021-10-27 | DocumentWidget: Security warnings | Jaakko Keränen | |
2021-10-27 | Updated documentation | Jaakko Keränen | |
Fonts and other changes. | |||
2021-10-26 | Cleanup; minor tweaks | Jaakko Keränen | |
2021-10-26 | Updated release notes | Jaakko Keränen | |
2021-10-26 | Preferences: Warn about missing glyphs | Jaakko Keränen | |
2021-10-26 | Dismissing document warnings; Banner hover | Jaakko Keränen | |
The warning about terminal emulation can be dismissed on site-specific basis. Banner items show a hover frame (like buttons) to indicate they can be clicked. | |||
2021-10-25 | Document presentation warnings | Jaakko Keränen | |
Warn the user about missing glyphs and potentially unsupported ANSI escapes. TODO: Site-specific setting for dismissed warning; fonts preference about missing glyph warnings. | |||
2021-10-25 | Banner: Error items; improved appearance | Jaakko Keränen | |
2021-10-23 | Mobile: Footer button fixes; missing strings | Jaakko Keränen | |
2021-10-22 | Mobile: Minor fixes and tweaks | Jaakko Keränen | |
Tab close button visibility, newly added preferences, "Manage Fonts" button, button icon color. | |||
2021-10-22 | Preferences: Visited links not bold by default | Jaakko Keränen | |
2021-10-20 | Installing individual TTF files; generate fontpack.ini | Jaakko Keränen | |
2021-10-19 | Updated language strings | Jaakko Keränen | |
2021-10-19 | Merge branch 'dev' into work/v1.8 | Jaakko Keränen | |
# Conflicts: # CMakeLists.txt # res/lang/de.bin # res/lang/en.bin # res/lang/eo.bin # res/lang/es.bin # res/lang/es_MX.bin # res/lang/fi.bin # res/lang/fr.bin # res/lang/gl.bin # res/lang/ia.bin # res/lang/ie.bin # res/lang/isv.bin # res/lang/pl.bin # res/lang/ru.bin # res/lang/sk.bin # res/lang/sr.bin # res/lang/tok.bin # res/lang/zh_Hans.bin # res/lang/zh_Hant.bin # src/app.c | |||
2021-10-19 | Updated language strings | Jaakko Keränen | |
2021-10-19 | Bumped version to 1.7.3; updated release notes | Jaakko Keränen | |
2021-10-18 | Preferences: ANSI escape flags | Jaakko Keränen | |
FG color and font style escapes can be enabled separately. FG color remains enabled by default like before. | |||
2021-10-17 | FontPack management via "about:fonts" | Jaakko Keränen | |
2021-10-17 | Media and FontPacks (work in progress) | Jaakko Keränen | |
Saving this as the last point of progress. This direction is too complicated: Media needs to be a lot more sophisticated to allow dynamic and interactive media at the level of FontPacks. (A bit like Player handles audio playback.) This will be reverted. FontPack management will happen using an another method. | |||
2021-10-15 | Text: Fixed a line wrapping issue | Jaakko Keränen | |
When the last safe break position was not in the current attributed run, the calculated wrap advance came out incorrect. This was possible when the first glyph in an attributed run didn't fit. | |||
2021-10-15 | Preferences: Option to bold visited links, too | Jaakko Keränen | |
Cleaned up serialization of the bool preferences a little. | |||
2021-10-14 | Preferences: ANSI escape sequences in Gemtext | Jaakko Keränen | |
It can be argued that using ANSI escapes to style text goes against the intended use of Gemtext. Therefore, all ANSI escapes are now disabled by default in Gemtext. |