Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-08 | Mobile: Fixed preference panels | Jaakko Keränen | |
Must disable the hidden panels. | |||
2021-04-05 | Mobile: Fixing the build post-1.3 | Jaakko Keränen | |
2021-04-05 | Added option to disable bold links | Jaakko Keränen | |
IssueID #233 | |||
2021-04-04 | DocumentWidget: Key navigation mode vs. bound actions | Jaakko Keränen | |
Events are dispatched first to child widgets, so the menus and actions of DocumentWidget were still handling key navigation events even though they shouldn't. | |||
2021-04-03 | Lang: Added Occidental and Serbian | Jaakko Keränen | |
IssueID #192 | |||
2021-03-30 | Widget: Arrangement debugging; min size | Jaakko Keränen | |
There is a problem with repeated arrangements: the previous set sizes affect subsequent outcomes. This results in Preferences not being able to reduce in size, only to expand. It should be possible to reset sizes back to zero/minimum size before starting an arrangement, but LabelWidget needs to cooperate by using `minSize` to set its default size. `minSize` is preferable to fixedSize because then the widget can go through the usual arranging logic. To be continued at a later time... | |||
2021-03-29 | Widget: Flag for allowing horizontal overflow | Jaakko Keränen | |
Two-column headings are supposed to span both columns. | |||
2021-03-29 | Lang: Added Chinese (Traditional) | Jaakko Keränen | |
2021-03-29 | Preferences: Partially reorganized grouping | Jaakko Keränen | |
With new options introduced, a slightly different grouping makes more sense. | |||
2021-03-29 | Preferences: Collapse preformatted blocks on page load | Jaakko Keränen | |
IssueID #180 | |||
2021-03-29 | Fixed: Keyboard shortcuts stop working | Jaakko Keränen | |
Menus can't be disabled or otherwise their items can't be triggered any more. Hidden menus are still supposed to receive key events. IssueID #224 | |||
2021-03-29 | Improving alt text animation; cleaned up key shortcut labels | Jaakko Keränen | |
Remove extra Plus signs from key shortcuts. | |||
2021-03-29 | Default dialog buttons show key shortcut | Jaakko Keränen | |
2021-03-27 | InputWidget: Select by word | Jaakko Keränen | |
IssueID #134 | |||
2021-03-27 | DocumentWidget: Advanced text selection | Jaakko Keränen | |
Double click to select by word, triple click by paragraph. IssueID #134 | |||
2021-03-27 | Processing of double clicks | Jaakko Keränen | |
The click handling utility no longer treats double clicks as a special case. An arbitrary number of clicks is kept in a separate counter. | |||
2021-03-27 | Lang: Added Spanish (es) | Jaakko Keränen | |
IssueID #192 | |||
2021-03-26 | Cleanup: Omit partially translated "de" | Jaakko Keränen | |
Only show the languages that are currently (more or less) fully translated. IssueID #192 | |||
2021-03-26 | Cleanup | Jaakko Keränen | |
2021-03-25 | Preferences: Removed extra % characters | Jaakko Keränen | |
2021-03-25 | Preferences: Revised language selection dropdown | Jaakko Keränen | |
Visible IDs since the language names are also localized. | |||
2021-03-25 | Lang: Added Chinese (Simplified) | Jaakko Keränen | |
IssueID #192 | |||
2021-03-24 | Preferences: Added Russian and German UI languages | Jaakko Keränen | |
2021-03-23 | Lang: Added Russian to resources | Jaakko Keränen | |
IssueID #192 | |||
2021-03-23 | UI language preference; switching at runtime | Jaakko Keränen | |
IssueID #192 | |||
2021-03-23 | Lang: Applied string IDs everywhere | Jaakko Keränen | |
More or less everywhere? IssueID #192 | |||
2021-03-23 | Lang: Applied more string IDs | Jaakko Keränen | |
IssueID #192 | |||
2021-03-21 | iOS: Save to Files; hide toolbar on scroll | Jaakko Keränen | |
There is no downloads directory on mobile. Instead, the downloaded file is temporarily cached and given to the iOS document picker to export. Added an option to hide the bottom toolbar while scrolling down. | |||
2021-03-18 | Draw soft popup menu border shadows | Jaakko Keränen | |
2021-03-18 | Scrollbar fading and periodic commands | Jaakko Keränen | |
Added a new mechanism to issue periodic but not per-frame commands. This is used for main-thread operations like checking if it's time to fade away the scrollbars. Scrollbars are faded away completely on Apple platforms. Adjusted list right margins accordingly. | |||
2021-03-17 | Cleanup | Jaakko Keränen | |
2021-03-16 | Translation: Remember last used languages | Jaakko Keränen | |
2021-03-16 | Mobile: Dialog layout fixes | Jaakko Keränen | |
Orientation and safe inset changes are now applied to phone dialogs. There is still the occasional unscrollable dialog, but it seems random? | |||
2021-03-15 | Mobile: Find on page, various minor tweaks | Jaakko Keränen | |
On mobile, the search bar appears at the top of the page. Keep the haptic engine running so there is no delay before each effect. After a long-press, remove the "mouse" from the display area so there is no misleading hover. Widget border top/bottom use metrics. | |||
2021-03-15 | Translation: Handling cancellation/errors | Jaakko Keränen | |
2021-03-15 | Added a page translation service | Jaakko Keränen | |
This is quite experimental. The page contents are sent to an instance of LibreTranslate (powered by Argos Translate), which may or may not successfully translate the contents without mangling the gemtext markup. | |||
2021-03-13 | Fixed resizing of input dialogs | Jaakko Keränen | |
2021-03-12 | Cut/copy/paste paste via menus | Jaakko Keränen | |
IssueID #175 | |||
2021-03-11 | Added option to word wrap plain text files | Jaakko Keränen | |
On by default because there is no horizontal scrolling for plain text files. | |||
2021-03-10 | Mobile: Phone-styled input dialog | Jaakko Keränen | |
2021-03-10 | Mobile: Styling for regular dialogs | Jaakko Keränen | |
2021-03-10 | Edge-dragging preference panels | Jaakko Keränen | |
2021-03-10 | Mobile: Working on the phone preferences | Jaakko Keränen | |
2021-03-10 | Mobile: Working on dialog styling | Jaakko Keränen | |
2021-03-09 | Mobile: Revising phone-style dialogs | Jaakko Keränen | |
Sliding panels and left-edge swipes. | |||
2021-03-06 | Rasterize a few glyphs on every frame | Jaakko Keränen | |
Also various widget fixes/improvements. | |||
2021-03-06 | Mobile: Dialog styling for phones | Jaakko Keränen | |
2021-03-06 | Mobile: Widget interaction and appearance | Jaakko Keränen | |
Overflow-scrollable allows momentum scrolls. Adjusting fonts in phone sheets. | |||
2021-03-05 | UI color tuning; menu item backgrounds | Jaakko Keränen | |
2021-03-05 | Restructuring dialogs for mobile | Jaakko Keränen | |
On a phone, dialogs are restructured to be more vertical and full-width. |