Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-10 | Mobile: Horizontal sidebar animation | Jaakko Keränen | |
Also fixing glitch with search input field where pressing Return would insert newline. | |||
2021-06-09 | Merge branch 'dev' into work/typesetter | Jaakko Keränen | |
# Conflicts: # src/gmdocument.c # src/ui/documentwidget.c # src/ui/inputwidget.h | |||
2021-05-25 | Removed Symbola, replaced with other/new fonts | Jaakko Keränen | |
Symbola's license is not permissive enough, so it has been removed. Added "Smol Emoji" with face emoticons and other UI characters for Lagrange. More symbols provided by Noto Sans Symbols and Noto Sans Symbols 2. The fallback fonts are now Iosevka, which has a pretty good coverage (although monospace), and the user's chosen TrueType font (which could still be a local copy of Symbola). Still a work in progress: some characters are missing. IssueID #283 | |||
2021-05-13 | Debug info shows total cache/RAM usage | Jaakko Keränen | |
2021-05-12 | DocumentWidget: Input query length validation | Jaakko Keränen | |
Enforce the maximum length of 1024 bytes for Gemini URLs. The input query prompt shows how many bytes are remaining. | |||
2021-05-12 | InputWidget: Expanding while editing | Jaakko Keränen | |
The navbar layout cannot accommodate more than one line of text, but allow the editor to expand while writing text. | |||
2021-03-12 | InputWidget: Set/get content padding | 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-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 | |||
2020-12-16 | URL decoding preference affects input widgets | Jaakko Keränen | |
2020-12-09 | InputWidget: Usability improvements | Jaakko Keränen | |
Select all when search bar gets focus, so it's easy to enter a new search term. One press of Escape will both unfocus and dismiss the search bar. IssueID #65 | |||
2020-09-25 | Document side elements; hover outline | Jaakko Keränen | |
2020-09-06 | LookupWidget: Keyboard focus and cursor | Jaakko Keränen | |
2020-08-30 | InputWidget: Marking, deleting, word skipping | Jaakko Keränen | |
2020-08-23 | InputWidget: Improved hint text | Jaakko Keränen | |
2020-08-23 | InputWidget: Hint text on empty content | Jaakko Keränen | |
2020-08-22 | Added BSD 2-clause license and copyright notices | Jaakko Keränen | |
2020-07-26 | Asking for sensitive input | Jaakko Keränen | |
2020-07-23 | Added a basic navigation bar with buttons and URL field | Jaakko Keränen | |
Not wired into anything yet. | |||
2020-07-21 | Initial commit | Jaakko Keränen | |
Borrowing the app skeleton from Bitwise Harmony. |