Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-13 | Touch: Long-press context click on any widget | Jaakko Keränen | |
2021-03-13 | Mobile: Showing identities via navbar | Jaakko Keränen | |
2021-03-13 | LabelWidget: Adjusting spacing on tablets | Jaakko Keränen | |
2021-03-13 | Window: Toggle sidebar via phone menu | Jaakko Keränen | |
2021-03-13 | Fixed resizing of input dialogs | 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 | Widget: Arranging cleanup wrt. collapsing | Jaakko Keränen | |
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 | Touch: Drag behavior for input fields | Jaakko Keränen | |
Allow long-pressing in touchDrag widgets. | |||
2021-03-12 | Cleanup | Jaakko Keränen | |
2021-03-12 | DocumentWidget: Bookmarking a wrapped link | Jaakko Keränen | |
Only the clicked part of the label text was used for the bookmark. | |||
2021-03-12 | DocumentWidget: Don't handle clicks elsewhere | Jaakko Keränen | |
2021-03-12 | Added "about:about" | Jaakko Keränen | |
IssueID #200 | |||
2021-03-12 | DocumentWidget: Slightly larger link click regions | Jaakko Keränen | |
Now that links have margins between them, make them easier to hit. | |||
2021-03-12 | Window: Embed reload button; sidebar context menu | Jaakko Keränen | |
2021-03-12 | InputWidget: Set/get content padding | Jaakko Keränen | |
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-11 | Mobile: Adjustments and fixes for iOS | Jaakko Keränen | |
2021-03-11 | Text: Additional custom link icons | Jaakko Keränen | |
2021-03-11 | Bring back regular-bold Nunito for links | Jaakko Keränen | |
The extra bold that is used for titles is too bold for links. | |||
2021-03-10 | Mobile: Adjusting sidebar appearance | Jaakko Keränen | |
2021-03-10 | GmDocument: Links use a bold, tinted font | Jaakko 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-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 | GmDocument: Colorful Light banner | Jaakko Keränen | |
Lighter or darker depending on the UI theme. | |||
2021-03-10 | Mobile: Working on dialog styling | Jaakko Keränen | |
2021-03-10 | Widget: Crash if moving widget is deleted | Jaakko Keränen | |
2021-03-10 | GmDocument: Further link spacing tuning | Jaakko Keränen | |
2021-03-09 | Mobile: Revising phone-style dialogs | Jaakko Keränen | |
Sliding panels and left-edge swipes. | |||
2021-03-09 | LookupWidget: Fixed use of multiple search terms | Jaakko Keränen | |
The regexp wasn't formed correctly. | |||
2021-03-09 | GmDocument: Adjusted link list spacing | Jaakko Keränen | |
Blank lines in link lists need a bit of extra space. | |||
2021-03-09 | Fixed build | Jaakko Keränen | |
2021-03-09 | App: Initial bookmarks | Jaakko 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-09 | GmDocument: Light mode Gray document theme | Jaakko Keränen | |
The Gray theme now has a light and dark variant. | |||
2021-03-09 | Widget: Border shadow appearance | Jaakko Keränen | |
2021-03-09 | LabelWidget: Fine-tuning icon spacing | Jaakko Keränen | |
2021-03-08 | Show error placeholder if image is missing | Jaakko Keränen | |
IssueID #167 | |||
2021-03-08 | Improved custom link icons; link list spacing | Jaakko Keränen | |
Link lists and bullet lists are spaced the same way. | |||
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-08 | LabelWidget: Tuning icon alignment | Jaakko Keränen | |
2021-03-08 | Fine-tuning touch behavior | Jaakko Keränen | |
Avoid mouse motion events to prevent spurious hover states in the UI. | |||
2021-03-08 | Local Gemini links can use Emoji/symbol from label text | Jaakko 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-08 | Gemtext markup was visible with Monospace Body | Jaakko Keränen | |
2021-03-07 | GmDocument: Adjusted consecutive link spacing | Jaakko Keränen | |
It makes link lists more readable to have a bit more space in between, especially if the links get wrapped. | |||
2021-03-07 | Windows: Fixed horizontal mouse wheel direction | Jaakko Keränen | |
2021-03-07 | Merge branch 'dev' of skyjake.fi:skyjake/lagrange into dev | Jaakko Keränen | |
2021-03-07 | macOS: Mouse wheel horizontal direction | Jaakko Keränen | |