summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-12Added "about:about"Jaakko Keränen
IssueID #200
2021-03-12DocumentWidget: Slightly larger link click regionsJaakko Keränen
Now that links have margins between them, make them easier to hit.
2021-03-12Window: Embed reload button; sidebar context menuJaakko Keränen
2021-03-12InputWidget: Set/get content paddingJaakko Keränen
2021-03-12iOS: Added a separate Info.plist templateJaakko Keränen
2021-03-12iOS: Bumped versionJaakko Keränen
2021-03-11Added option to word wrap plain text filesJaakko Keränen
On by default because there is no horizontal scrolling for plain text files.
2021-03-11iOS: Updated buildJaakko Keränen
2021-03-11Depends: Fail if OpenSSL was not foundJaakko Keränen
2021-03-11iOS: Xcode project attributesJaakko Keränen
2021-03-11Mobile: Adjustments and fixes for iOSJaakko Keränen
2021-03-11Text: Additional custom link iconsJaakko Keränen
2021-03-11Bring back regular-bold Nunito for linksJaakko Keränen
The extra bold that is used for titles is too bold for links.
2021-03-10Mobile: Adjusting sidebar appearanceJaakko Keränen
2021-03-10GmDocument: Links use a bold, tinted fontJaakko Keränen
Links are important enough to stand out clearly. A bold font can be tinted with the primary theme color without losing readability.
2021-03-10Mobile: Phone-styled input dialogJaakko Keränen
2021-03-10Mobile: Styling for regular dialogsJaakko Keränen
2021-03-10Updated the_FoundationJaakko Keränen
2021-03-10Edge-dragging preference panelsJaakko Keränen
2021-03-10Mobile: Working on the phone preferencesJaakko Keränen
2021-03-10GmDocument: Colorful Light bannerJaakko Keränen
Lighter or darker depending on the UI theme.
2021-03-10Mobile: Working on dialog stylingJaakko Keränen
2021-03-10Widget: Crash if moving widget is deletedJaakko Keränen
2021-03-10GmDocument: Further link spacing tuningJaakko 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-09CMake: Ensure the submodule is up to dateJaakko Keränen
It remains to be seen if this is a sufficient safeguard. IssueID #197
2021-03-09GmDocument: Adjusted link list spacingJaakko Keränen
Blank lines in link lists need a bit of extra space.
2021-03-09Fixed buildJaakko Keränen
2021-03-09App: Initial bookmarksJaakko Keränen
Don't automatically make "Getting Started" a remote bookmark source. 1) Rather not DDOS my server. Remote sources are not cached currently. 2) While it's a nice demo of the feature, it's not essential. 3) Avoid appearance of a "call home" default that one needs to opt out of.
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-08Gemtext markup was visible with Monospace BodyJaakko Keränen
2021-03-07GmDocument: Adjusted consecutive link spacingJaakko Keränen
It makes link lists more readable to have a bit more space in between, especially if the links get wrapped.
2021-03-07Windows: Fixed horizontal mouse wheel directionJaakko Keränen
2021-03-07Merge branch 'dev' of skyjake.fi:skyjake/lagrange into devJaakko Keränen
2021-03-07macOS: Mouse wheel horizontal directionJaakko Keränen
2021-03-07GmCerts: Fixed checking for expiration timeJaakko Keränen
2021-03-07App: Fetch remote bookmarks after init finishedJaakko 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-07Updated the_FoundationJaakko Keränen
Multithreading issues.
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