Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2021-10-13 | Added preference for font smoothing | Jaakko Keränen | |
2021-10-11 | Preferences: Add bookmarks to bottom/top | Jaakko Keränen | |
IssueID #358 | |||
2021-10-11 | Merge branch 'dev' into work/v1.8 | Jaakko Keränen | |
# Conflicts: # CMakeLists.txt # res/lang/es.bin # res/lang/fr.bin # res/lang/gl.bin # res/lang/ie.bin # res/lang/ru.bin # res/lang/sk.bin # res/lang/sr.bin # res/lang/tok.bin # src/ui/documentwidget.c | |||
2021-10-11 | Updated AppData for v1.7.2 | Jaakko Keränen | |
2021-10-11 | Updated translations | Jaakko Keränen | |
2021-10-11 | Updated release notes | Jaakko Keränen | |
2021-10-11 | Media refactoring; working on FontPack management | Jaakko Keränen | |
Media still needs more work to get rid of redundancies and make lookups faster. FontPacks are manipulated as Media items (not unlike images) so they can be previewed on page, and installed via a click. FontPack management is not trivial as it includes such details as versioning and whether individual packs are enabled or disabled. | |||
2021-10-10 | Feeds: Added option to ignore web links | Jaakko Keränen | |
2021-10-09 | Preferences: Selecting fonts to use | Jaakko Keränen | |
Now all the available fonts are selectable in the dialog. Added preformatted and UI font settings and shuffled the order a bit to make more sense. | |||
2021-10-08 | Font configuration; Prefs has a string value array | Jaakko Keränen | |
Added a second version of Iosevka with more line spacing, to be used as the default monospace document font. | |||
2021-10-07 | Package all fonts into .fontpacks | Jaakko Keränen | |
All fonts except default.fontpack will be distributed separately, or at least outside of resources.lgr. | |||
2021-10-07 | FontPack: Documented font properties | Jaakko Keränen | |
2021-10-07 | Updated Smol Emoji | Jaakko Keränen | |
The icon for an open bookmark folder (vertical right angle bracket). | |||
2021-10-06 | Fixed a couple of font issues | Jaakko Keränen | |
Scaling of monospace and symbols; cache reset. | |||
2021-10-06 | Revised runtime font management | Jaakko Keränen | |
The built-in fonts are loaded via FontPack, and the font table is now constructed dynamically based on available fonts. A full set of variants (style, size) are prepared for each font, but some of the data gets allocated lazily when needed. GmRun needed a larger allocation for fonts, so now all the fields are combined into a single bit field. TODO: Glyph scaling, vertical offsets, and symbol lookup are still not fully working. | |||
2021-10-05 | Started working on font packs | Jaakko Keränen | |
2021-10-03 | Updated release notes | Jaakko Keränen | |
2021-10-03 | Updated AppData for v1.7.1 | Jaakko Keränen | |
2021-10-03 | Help: Replaced link to GUS | Jaakko Keränen | |
2021-10-02 | Updated Help: bookmark folders | Jaakko Keränen | |
2021-10-01 | Fixed widget hiding in translation dialog | Jaakko Keränen | |
"From"/"To" fields were not being hidden when translation request was submitted. | |||
2021-10-01 | Updated release notes | Jaakko Keränen | |
2021-10-01 | Fixed failure to parse Atom feed entry time | Jaakko Keränen | |
Atom XML feed timestamps may have a T or a space as the separator between the date and the time. IssueID #348 | |||
2021-09-30 | Updated release notes | Jaakko Keränen | |
2021-09-27 | Updated AppData for v1.7 | Jaakko Keränen | |
2021-09-27 | Updated release notes | Jaakko Keränen | |
2021-09-25 | Lang: Added eo, es_MX, gl, isv, and sk | Jaakko Keränen | |
New almost completed or in-progress UI translations. | |||
2021-09-25 | Merge branch 'work/v1.7' into dev | Jaakko Keränen | |
2021-09-24 | Bookmarks: Deleting a tree of bookmarks | Jaakko Keränen | |
Sidebar asks for confirmation when deleting a folder hierarchy of bookmarks. | |||
2021-09-24 | Bookmark folders | Jaakko Keränen | |
The user can now create bookmark folders, and drag bookmarks into them. Folders can also be nested. The bookmark sorting menu item sorts inside the chosen folder/root. Remote bookmark sources appear also as folders, although they cannot be sorted/edited. IssueID #339 | |||
2021-09-17 | Mobile: Updated a few strings | Jaakko Keränen | |
2021-09-14 | UploadWidget: Identity selection (mobile) | Jaakko Keränen | |
2021-09-13 | Mobile: New selection logic for InputWidget | Jaakko Keränen | |
Touch-based interaction requires a different kind of selection and copy/paste behavior. This isn't done yet; especially multi-line text still needs work. | |||
2021-09-11 | Mobile: Many UI improvements; Upload UI | Jaakko Keränen | |
2021-09-09 | Updated release notes | Jaakko Keränen | |
2021-09-08 | Lang: Added "Special tags" string | Jaakko Keränen | |
2021-09-07 | App: Added options -w, -h for window sizing | Jaakko Keränen | |
2021-09-07 | Added BG-to-FG image colorization mode | Jaakko Keränen | |
2021-09-07 | Added image colorization preference | Jaakko Keränen | |
Option to colorize images to grayscale, text color, or preformatted color. | |||
2021-09-04 | Merge branch 'dev' into work/v1.7 | Jaakko Keränen | |
# Conflicts: # CMakeLists.txt # res/about/version.gmi | |||
2021-09-04 | Updated release notes | Jaakko Keränen | |
2021-09-01 | Bumped version to 1.6.6; updated release notes | Jaakko Keränen | |
2021-08-29 | Merge branch 'dev' into work/v1.7 | Jaakko Keränen | |
2021-08-29 | Updated release notes | Jaakko Keränen | |
2021-08-29 | Updated release notes | Jaakko Keränen | |
2021-08-29 | Updated Smol Emoji | Jaakko Keränen | |
2021-08-26 | Updated release notes | Jaakko Keränen | |
2021-08-25 | Merge branch 'dev' into work/v1.7 | Jaakko Keränen | |
# Conflicts: # CMakeLists.txt # res/about/version.gmi |