Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-13 | DocumentWidget: Fixed appearance of Trust button | Jaakko Keränen | |
2021-11-12 | FontPack: Font dropdown includes IDs if ambiguous | Jaakko Keränen | |
If some fonts have the same human-readable name, the unique font ID will be added to show which font it actually is. | |||
2021-11-09 | DocumentWidget: Error message cleanup | Jaakko Keränen | |
Some error pages would show response meta string instead of the actual error title. Don't show the internal error numbes in Page Information. | |||
2021-11-09 | GmCerts: Allow trusting certificate regardless of domain name | Jaakko Keränen | |
2021-11-06 | Cleanup | Jaakko Keränen | |
2021-11-06 | Fixed issues with tall popup menus | Jaakko Keränen | |
A tall popup menu needs to use overflow scrolling, but the size of the display wasn't considered. Now a popup window is fit to the usable bounds of the display. | |||
2021-11-06 | DocumentWidget: Fixed incorrect document width | Jaakko Keränen | |
2021-11-04 | Added Czech UI translation | Jaakko Keränen | |
2021-11-04 | Added Hungarian UI translation | Jaakko Keränen | |
2021-11-04 | Widget: Scroll overflow widgets via mouse hover | Jaakko Keränen | |
Useful for tall menus and dialogs on the desktop. | |||
2021-11-03 | Popup menus with a selected item are allowed to overflow top/bottom | Jaakko Keränen | |
The point of positioning the selected item is that it must remain at the correct origin. Now it just needs a scrolling feature that checks mouse hover position on overflow widgets. | |||
2021-11-03 | Redo cached document layout if needed | Jaakko Keränen | |
Changing the fonts, zoom level, or window width will cause cached documents to be laid out again if they are restored from memory. | |||
2021-11-02 | macOS: Tab close buttons on the left | Jaakko Keränen | |
Platform convention. | |||
2021-11-01 | Fixed build with the simple text renderer | Jaakko Keränen | |
IssueID #372 | |||
2021-10-30 | Added Ukrainian UI translation | Jaakko Keränen | |
Kudos to Alyssa Liddell for a 100% translation. | |||
2021-10-29 | FontPack: Loading fonts from TTC files | Jaakko Keränen | |
2021-10-27 | Upgrade assistance: download "classic-set" fontpack | Jaakko Keränen | |
2021-10-27 | DocumentWidget: Security warnings | Jaakko Keränen | |
2021-10-26 | Text: Use "alternative font 1" escape for monospace | Jaakko Keränen | |
2021-10-26 | Cleanup; minor tweaks | Jaakko Keränen | |
2021-10-26 | FontPack: Visual tweaks on the content page | Jaakko Keränen | |
2021-10-26 | Preferences: Warn about missing glyphs | Jaakko Keränen | |
2021-10-26 | DocumentWidget: Don't update theme/banner on input prompts | Jaakko Keränen | |
2021-10-26 | DocumentWidget: Update theme/banner on response | Jaakko Keränen | |
As soon as the first part of a response is available, update the page theme and banner. | |||
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 | 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 | 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: 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 | 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 | 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 | GmDocument: "file://" is unthemed | Jaakko Keränen | |
2021-10-20 | iOS: Fixing the build | Jaakko Keränen | |