Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-26 | SiteSpec: Converted to TOML syntax | Jaakko Keränen | |
Added a "dismissed warnings" value. | |||
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 | Message/question text wrapping; cleanup | Jaakko Keränen | |
2021-10-25 | Banner: Error items; improved appearance | Jaakko Keränen | |
2021-10-24 | Banner: Clicking on the site name | Jaakko Keränen | |
2021-10-24 | Added Banner | Jaakko Keränen | |
Banner will take over everything related to the page top banner. DocumentWidget's content positioning is a bit messy, and now that the banner is no longer part of the GmDocument, it needed a bit of revising. It would still benefit from proper functions for mapping coordinates to/from the GmDocument coordinate space. | |||
2021-10-24 | GmDocument: Fixed build issue | Jaakko Keränen | |
Use the standard `isdigit` from ctype.h. | |||
2021-10-24 | Cleanup | Jaakko Keränen | |
2021-10-23 | Mobile: Footer button fixes; missing strings | Jaakko Keränen | |
2021-10-23 | InputWidget: Per-pixel scrolling | Jaakko Keränen | |
2021-10-23 | UploadWidget: Remember token; Upload button visibility | Jaakko Keränen | |
The token is saved just like the text editor content. In a single panel layout, the Upload button should only be shown when a detail panel is visible. The text editor panel shouldn't scroll because the input widget does its own scrolling. | |||
2021-10-23 | Mobile: Notify about current panel change | Jaakko Keränen | |
2021-10-23 | DocumentWidget: Footer buttons in phone layout | Jaakko Keränen | |
Include a padding under the buttons to account for the toolbar. | |||
2021-10-23 | Mobile: Fixed ListWidget hover item | Jaakko Keränen | |
2021-10-23 | Cleanup | Jaakko Keränen | |
2021-10-22 | Util: Wrap value input prompt | Jaakko Keränen | |
2021-10-22 | Window: Close buttons on merged tabs | 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 | Cleanup | Jaakko Keränen | |
Very minor memory leaks. | |||
2021-10-22 | Cleanup: Tidying up per-frame memory allocs | Jaakko Keränen | |
No need to use Garbage here to collect per-frame strings and arrays. | |||
2021-10-22 | DocumentWidget: Not scrollable until mouse moved | Jaakko 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-22 | Cleanup | Jaakko Keränen | |
2021-10-22 | FontPack: Adjusted preformatted sizes | Jaakko Keränen | |
2021-10-22 | Preferences: Visited links not bold by default | Jaakko Keränen | |
2021-10-22 | Tab close buttons, shown on hover | Jaakko Keränen | |
IssueID #354 | |||
2021-10-22 | Merge branch 'work/v1.8' into dev | Jaakko Keränen | |
2021-10-22 | Working on tab close buttons | Jaakko 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-20 | iOS: Tell SDL not to bother with mouse events | Jaakko Keränen | |
2021-10-20 | Touch: Fixed motion events | Jaakko Keränen | |
The windowID was expected to be set, but wasn't for touch events. IssueID #351 | |||
2021-10-20 | Fixed a potential crash | Jaakko Keränen | |
Be more robust in `init_Url()`. | |||
2021-10-20 | GmDocument: "file://" is unthemed | Jaakko Keränen | |
2021-10-20 | iOS: Fixing the build | Jaakko Keränen | |
2021-10-20 | DocumentWidget: Glitches with link hover | Jaakko Keränen | |
The invalid runs were sometimes discarded before they had a chance to be drawn. | |||
2021-10-20 | Installing individual TTF files; generate fontpack.ini | Jaakko Keränen | |
2021-10-19 | Preferences: Add bookmarks to bottom/top | Jaakko 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-19 | Text: Fixed a memory leak | Jaakko Keränen | |
When GlyphBuffers were freed, the array holding them wasn't. | |||
2021-10-19 | FontPack: More compact info text | 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-18 | DocumentWidget: Unsupported content downloads | Jaakko 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-18 | FontPack: Improved memory management | Jaakko Keränen | |
2021-10-18 | GmDocument: Fixed a potential crash | Jaakko Keränen | |
2021-10-18 | Text: Fixed a memory leak | Jaakko Keränen | |
When GlyphBuffers were freed, the array holding them wasn't. | |||
2021-10-18 | Cleanup | Jaakko Keränen | |
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: Saving the ANSI escape preference | Jaakko Keränen | |
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-14 | DocumentWidget: Fixed media type checking | Jaakko Keränen | |