summaryrefslogtreecommitdiff
path: root/src/ui
AgeCommit message (Collapse)Author
2021-03-10Mobile: Working on dialog stylingJaakko Keränen
2021-03-10Widget: Crash if moving widget is deletedJaakko Keränen
2021-03-09Mobile: Revising phone-style dialogsJaakko Keränen
Sliding panels and left-edge swipes.
2021-03-09LookupWidget: Fixed use of multiple search termsJaakko Keränen
The regexp wasn't formed correctly.
2021-03-09GmDocument: Light mode Gray document themeJaakko Keränen
The Gray theme now has a light and dark variant.
2021-03-09Widget: Border shadow appearanceJaakko Keränen
2021-03-09LabelWidget: Fine-tuning icon spacingJaakko Keränen
2021-03-08Show error placeholder if image is missingJaakko Keränen
IssueID #167
2021-03-08Improved custom link icons; link list spacingJaakko Keränen
Link lists and bullet lists are spaced the same way.
2021-03-08Scale images for displayJaakko Keränen
Resize images down to the maximum texture size or the screen size, whichever is smaller. IssueID #167
2021-03-08LabelWidget: Tuning icon alignmentJaakko Keränen
2021-03-08Fine-tuning touch behaviorJaakko Keränen
Avoid mouse motion events to prevent spurious hover states in the UI.
2021-03-08Local Gemini links can use Emoji/symbol from label textJaakko Keränen
Instead of the default link icon, if a label starts with an Emoji or symbol, use that as the icon. This only works with local Gemini links so important information about link destination is not hidden.
2021-03-07Merge branch 'dev' of skyjake.fi:skyjake/lagrange into devJaakko Keränen
2021-03-07Multithreading issuesJaakko 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-07Processing per-pixel scroll eventsJaakko Keränen
Do platform-specific processing of scroll events up front so widgets can support both types of scrolls everywhere. IssueID #166
2021-03-07Added more menu iconsJaakko Keränen
2021-03-07SidebarWidget: Mobile fontsJaakko Keränen
2021-03-07iOS: Haptic tap when long-pressingJaakko Keränen
2021-03-06Rasterize a few glyphs on every frameJaakko Keränen
Also various widget fixes/improvements.
2021-03-06SidebarWidget: Keeping track of edited bookmarkJaakko Keränen
2021-03-06Mobile: Dealing with keyboard heightJaakko 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-06Mobile: Dialog styling for phonesJaakko Keränen
2021-03-06Mobile: Widget interaction and appearanceJaakko Keränen
Overflow-scrollable allows momentum scrolls. Adjusting fonts in phone sheets.
2021-03-05UI color tuning; menu item backgroundsJaakko Keränen
2021-03-05Tuning iconsJaakko Keränen
2021-03-05Menu item iconsJaakko Keränen
2021-03-05Shadow edge for popupsJaakko Keränen
2021-03-05Defined a set of UI icons; use in menusJaakko Keränen
2021-03-05Restructuring dialogs for mobileJaakko Keränen
On a phone, dialogs are restructured to be more vertical and full-width.
2021-03-05Widget: Debugging reference keepingJaakko Keränen
2021-03-04LabelWidget: Added an optional iconJaakko Keränen
Label icons are intended for context menus.
2021-03-04Touch: Adjusting long pressJaakko Keränen
2021-03-04Save identity usage changes immediatelyJaakko Keränen
2021-03-04Touch: Slow drag adjustmentJaakko Keränen
2021-03-04Fixed buttons in Import Identity dialogJaakko Keränen
2021-03-04Touch: Tuning holding and swipingJaakko Keränen
2021-03-04Fixed a couple of undefined behaviorsJaakko Keränen
Conditions depending on uninitialized memory. Benign, though.
2021-03-04Windows: Fixed build; updated release notesJaakko Keränen
2021-03-04Window: Check for display pixel ratio changesJaakko Keränen
This works on macOS at least, still need to check other platforms. IssueID #83
2021-03-04Changing UI scaling at runtimeJaakko Keränen
UI scaling factor is applied when closing the Preferences dialog. IssueID #83
2021-03-03Load keyboard modifier mapping from modmap.txtJaakko Keränen
IssueID #87
2021-03-03Added full set of platform #definesJaakko Keränen
2021-03-03CapsLock as a modifier key; adding a modifier mapping tableJaakko Keränen
IssueID #87
2021-03-02Windows: App icon color for custom frameJaakko Keränen
2021-03-02Server certificates may also be verified by CAsJaakko Keränen
If the CA file/path are configured in preferences, trust CA verification over manual TOFU checks.
2021-03-02Window: Small top padding adjustmentJaakko Keränen
2021-02-27Fixed crash when creating a bookmarkJaakko Keränen
IssueID #184
2021-02-26Auto-reload without a valid request timeJaakko Keränen
2021-02-26Don't apply MIME hooks on downloaded filesJaakko Keränen