summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-23Mobile: Fixed ListWidget hover itemJaakko Keränen
2021-10-23CleanupJaakko Keränen
2021-10-22Util: Wrap value input promptJaakko Keränen
2021-10-22Window: Close buttons on merged tabsJaakko Keränen
2021-10-22Mobile: Minor fixes and tweaksJaakko Keränen
Tab close button visibility, newly added preferences, "Manage Fonts" button, button icon color.
2021-10-22CleanupJaakko Keränen
Very minor memory leaks.
2021-10-22Cleanup: Tidying up per-frame memory allocsJaakko Keränen
No need to use Garbage here to collect per-frame strings and arrays.
2021-10-22DocumentWidget: Not scrollable until mouse movedJaakko Keränen
The hover widget needs updating if the currently visible tab changes. Normally the hover widget is only updated when the mouse has moved.
2021-10-22CleanupJaakko Keränen
2021-10-22FontPack: Adjusted preformatted sizesJaakko Keränen
2021-10-22Preferences: Visited links not bold by defaultJaakko Keränen
2021-10-22Tab close buttons, shown on hoverJaakko Keränen
IssueID #354
2021-10-22Merge branch 'work/v1.8' into devJaakko Keränen
2021-10-22Working on tab close buttonsJaakko Keränen
An [x] button appears on tab buttons when hovering on them. Still needs a bit of layout tweaks and the first tab doesn't have a button yet.
2021-10-20iOS: Tell SDL not to bother with mouse eventsJaakko Keränen
2021-10-20Touch: Fixed motion eventsJaakko Keränen
The windowID was expected to be set, but wasn't for touch events. IssueID #351
2021-10-20Fixed a potential crashJaakko Keränen
Be more robust in `init_Url()`.
2021-10-20GmDocument: "file://" is unthemedJaakko Keränen
2021-10-20iOS: Fixing the buildJaakko Keränen
2021-10-20DocumentWidget: Glitches with link hoverJaakko Keränen
The invalid runs were sometimes discarded before they had a chance to be drawn.
2021-10-20Installing individual TTF files; generate fontpack.iniJaakko Keränen
2021-10-19Updated language stringsJaakko Keränen
2021-10-19Merge branch 'dev' into work/v1.8Jaakko 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-19Updated language stringsJaakko Keränen
2021-10-19Bumped version to 1.7.3; updated release notesJaakko Keränen
2021-10-19Preferences: Add bookmarks to bottom/topJaakko Keränen
IssueID #358 # Conflicts: # 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
2021-10-19Merge branch 'dev' of https://weblate.skyjake.fi/git/lagrange/ui into devJaakko Keränen
2021-10-19Text: Fixed a memory leakJaakko Keränen
When GlyphBuffers were freed, the array holding them wasn't.
2021-10-19FontPack: More compact info textJaakko Keränen
2021-10-18Updated README: Notes about iOSJaakko Keränen
Also cleaned up some styling inconsistencies.
2021-10-18Preferences: ANSI escape flagsJaakko Keränen
FG color and font style escapes can be enabled separately. FG color remains enabled by default like before.
2021-10-18DocumentWidget: Unsupported content downloadsJaakko Keränen
Don't try to show a document while a long download is progressing, especially if we don't have any way to present the document format.
2021-10-18FontPack: Improved memory managementJaakko Keränen
2021-10-18GmDocument: Fixed a potential crashJaakko Keränen
2021-10-18Text: Fixed a memory leakJaakko Keränen
When GlyphBuffers were freed, the array holding them wasn't.
2021-10-18CleanupJaakko Keränen
2021-10-18Updated the_FoundationJaakko Keränen
Block alloc behavior.
2021-10-17FontPack management via "about:fonts"Jaakko Keränen
2021-10-17Media 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-17Translated using Weblate (Galician)Xosé M
Currently translated at 100.0% (577 of 577 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/gl/
2021-10-15Text: Fixed a line wrapping issueJaakko 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-15Translated using Weblate (Czech)Tadeáš Erban
Currently translated at 30.3% (175 of 577 strings) Translation: Lagrange/User Interface Translate-URL: http://weblate.skyjake.fi/projects/lagrange/ui/cs/
2021-10-15Preferences: Option to bold visited links, tooJaakko Keränen
Cleaned up serialization of the bool preferences a little.
2021-10-14Preferences: Saving the ANSI escape preferenceJaakko Keränen
2021-10-14Preferences: ANSI escape sequences in GemtextJaakko 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-14DocumentWidget: Fixed media type checkingJaakko Keränen
2021-10-14App: Fixed a crash at shutdownJaakko Keränen
2021-10-13CleanupJaakko Keränen
2021-10-13Text attributes that change inside a runJaakko Keränen
These changes concern the situation when the attributes of text (i.e., font, color) are changed via escape sequences. The concept of "base attributes" was added so that the low-level text renderer knows which font/color to set when a "reset" escape sequence is encountered. This depends on what kind of text is being renderer, e.g., preformatted or regular paragraphs. The base attributes were added as variables in Text because it was getting unwieldy to pass all the information via the draw/measure/WrapText functions. GmDocument now has a GmTheme struct that collects the font and color information into a single place.
2021-10-13Added preference for font smoothingJaakko Keränen