Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-20 | Mobile: Sidebar toggling navbar button | Jaakko Keränen | |
2021-03-19 | macOS: Added "about:about" to Help menu | Jaakko Keränen | |
2021-03-19 | Window: Reduce navbar padding on portrait phone | Jaakko Keränen | |
2021-03-18 | Window: Fixed reload button height | Jaakko Keränen | |
2021-03-18 | macOS: Fixed build | Jaakko Keränen | |
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 | Moved "Find on page" menu item | Jaakko Keränen | |
Mobile "Find on page" is now in the nav menu. Added icons to sidebar toggle items. | |||
2021-03-17 | InputWidget: In a narrow window, omit the default URL scheme | Jaakko Keränen | |
The default URL scheme is "gemini". If missing, it will always be added back when making requests. This allows it to be omitted from the URL input field if space needs saving. Other schemes, like "gopher", won't be omitted. | |||
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-13 | Text: Removed pending glyphs tracker | Jaakko Keränen | |
2021-03-13 | Cleanup | Jaakko Keränen | |
2021-03-13 | Touch: Long-press context click on any widget | Jaakko Keränen | |
2021-03-13 | Window: Toggle sidebar via phone menu | Jaakko Keränen | |
2021-03-13 | Arrange URL child indicators; widget arrangement | Jaakko Keränen | |
The indicators in the URL input field are now arranged horizontally, so they don't overlap. Improved arrangement of (un)collapsed widgets. | |||
2021-03-13 | Mobile: Simplified window event handling | Jaakko Keränen | |
The desktop window events do things that are not relevant on mobile, and may in fact be harmful. Since mobile is essentially fullscreen only, needed updates to root size are done whenever the window is redrawn. | |||
2021-03-12 | Cut/copy/paste paste via menus | Jaakko Keränen | |
IssueID #175 | |||
2021-03-12 | Window: Embed reload button; sidebar context menu | Jaakko Keränen | |
2021-03-10 | Mobile: Adjusting sidebar appearance | Jaakko Keränen | |
2021-03-10 | Mobile: Phone-styled input dialog | Jaakko Keränen | |
2021-03-10 | Mobile: Working on the phone preferences | Jaakko Keränen | |
2021-03-09 | Mobile: Revising phone-style dialogs | Jaakko Keränen | |
Sliding panels and left-edge swipes. | |||
2021-03-08 | Scale images for display | Jaakko Keränen | |
Resize images down to the maximum texture size or the screen size, whichever is smaller. IssueID #167 | |||
2021-03-07 | Multithreading issues | Jaakko Keränen | |
It was possible that the window was accessed from a background request `postCommand` before the window was created. The CA file/path from preferences must be set before TlsRequest is used. | |||
2021-03-07 | Added more menu icons | Jaakko Keränen | |
2021-03-06 | Rasterize a few glyphs on every frame | Jaakko Keränen | |
Also various widget fixes/improvements. | |||
2021-03-06 | Mobile: Dealing with keyboard height | Jaakko Keränen | |
The software keyboard obstructs part of the UI, so need to offset the view if the focused input widget would not be visible. | |||
2021-03-05 | Defined a set of UI icons; use in menus | Jaakko Keränen | |
2021-03-04 | LabelWidget: Added an optional icon | Jaakko Keränen | |
Label icons are intended for context menus. | |||
2021-03-04 | Windows: Fixed build; updated release notes | Jaakko Keränen | |
2021-03-04 | Window: Check for display pixel ratio changes | Jaakko Keränen | |
This works on macOS at least, still need to check other platforms. IssueID #83 | |||
2021-03-04 | Changing UI scaling at runtime | Jaakko Keränen | |
UI scaling factor is applied when closing the Preferences dialog. IssueID #83 | |||
2021-03-03 | Load keyboard modifier mapping from modmap.txt | Jaakko Keränen | |
IssueID #87 | |||
2021-03-03 | Added full set of platform #defines | Jaakko Keränen | |
2021-03-03 | CapsLock as a modifier key; adding a modifier mapping table | Jaakko Keränen | |
IssueID #87 | |||
2021-03-02 | Windows: App icon color for custom frame | Jaakko Keränen | |
2021-03-02 | Window: Small top padding adjustment | Jaakko Keränen | |
2021-02-26 | Visual design improvements | Jaakko Keränen | |
URL input field has a maximum width. Adjusted navbar appearance and margins. Tuned UI palette and added UI accent color preference. | |||
2021-02-24 | Window: Adjusted lock spacing | Jaakko Keränen | |
2021-02-24 | Window: Adjusted lock icon spacing | Jaakko Keränen | |
2021-02-24 | Lock button is embedded in the URL field | Jaakko Keränen | |
2021-02-23 | Show a search indicator in the URL bar | Jaakko Keränen | |
Indicate to user when entered text will be user for a search engine query. IssueID #157 | |||
2021-02-22 | iOS: Font adjustments | Jaakko Keränen | |
2021-02-21 | iOS: Tablet and phone menus | Jaakko Keränen | |
2021-02-21 | Animated widget offsets; phone sidebars | Jaakko Keränen | |
2021-02-20 | iOS: More spacing for lists | Jaakko Keränen | |
2021-02-20 | Revising sidebar placement for phones | Jaakko Keränen | |
In portrait mode, phones have no room for sidebars so need to use a different widget arrangement. | |||
2021-02-20 | iOS: Removed 2nd sidebar; background tweaks | Jaakko Keränen | |
2021-02-20 | iOS: Toolbar/navbar button visibility | Jaakko Keränen | |