Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-14 | Fixed copying the URL input field contents | Jaakko Keränen | |
2020-11-11 | Fixed: Mishandled format string | Jaakko Keränen | |
IssueID #31 | |||
2020-10-28 | InputWidget: Buffer contents of unfocused input fields | Jaakko Keränen | |
No need to redraw the text string on every frame. | |||
2020-10-11 | Focus behavior of the URL entry field | Jaakko Keränen | |
Opening a new tab will now set input focus to the URL field. Switching tabs when the URL field is focused will select the full new URL. There was an issue previously where selecting a bookmark while the URL field was focused would cause unexpected behavior. The URL was first unfocused and that would trigger the document to fetch the URL that was in the input field. | |||
2020-09-25 | Document side elements; hover outline | Jaakko Keränen | |
2020-09-18 | InputWidget: Update cursor position when text changes | Jaakko Keränen | |
2020-09-17 | Download progress indicator for large downloads | Jaakko Keränen | |
2020-09-10 | Linux: Tweaking shortcut keys | Jaakko Keränen | |
2020-09-09 | InputWidget: Clear selection when text is changed | Jaakko Keränen | |
2020-09-09 | InputWidget: Mark range out of bounds | Jaakko Keränen | |
Apparently after some sequence of edits/navigation, the URL input's selected range ended up out of bounds. Probably it isn't being cleared everywhere it should be. | |||
2020-09-06 | LookupWidget: Keyboard focus and cursor | Jaakko Keränen | |
2020-09-04 | InputWidget: Cursor visible while moving/inserting | Jaakko Keränen | |
2020-09-01 | InputWidget: Pasting replaces selected text | Jaakko Keränen | |
2020-08-31 | InputWidget: Move cursor, select with mouse | Jaakko Keränen | |
2020-08-30 | InputWidget: Undo, copy/cut, select all | 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-08-16 | Keyboard-based link navigation; general improvements | Jaakko Keränen | |
2020-08-16 | InputWidget: Height should match LabelWidget | Jaakko Keränen | |
2020-08-16 | Palette has UI colors; defined Light theme colors | Jaakko Keränen | |
2020-08-11 | Document outline; jumping to clicked heading | Jaakko Keränen | |
2020-08-02 | Flag for tight label padding; aligning labels visually | Jaakko Keränen | |
2020-07-27 | InputWidget: Notify whether Enter was pressed | Jaakko Keränen | |
2020-07-27 | Showing and hiding the search bar | Jaakko Keränen | |
2020-07-26 | Asking for sensitive input | Jaakko Keränen | |
2020-07-25 | InputWidget: Long text may disappear | Jaakko Keränen | |
2020-07-25 | InputWidget: Adjusted padding | Jaakko Keränen | |
Aligns better with labels. | |||
2020-07-25 | Encode spaces in URLs | Jaakko Keränen | |
2020-07-24 | Font update; ANSI color escapes; fixed URL update | Jaakko Keränen | |
Newer version of the Fira fonts, and added a separate UI font (Source Sans Pro). The text renderer checks for the 4-bit ANSI color escapes for the setting the foreground color. InputWidget supports paste from clipboard. The navbar updates the current URL when the page has been loaded. | |||
2020-07-23 | Entering URLs and updating the navbar | 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. |