Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-28 | DocumentWidget: Don't repeat the hostname if visible | Jaakko Keränen | |
2020-07-28 | Added EMBED_IN_EXECUTABLE build option | Jaakko Keränen | |
The embedded resources can alternatively be read from a file called 'resources.bin'. | |||
2020-07-28 | Improved title user parsing; back/forward mouse buttons | Jaakko Keränen | |
2020-07-28 | Plaintext documents; unsupported MIME type error | Jaakko Keränen | |
2020-07-28 | Cancelling a fetch restores the previous URL | Jaakko Keränen | |
Just navigating back. | |||
2020-07-27 | Visualizing links | Jaakko Keränen | |
Show which links are to the same site, and which are HTTP/S, Gopher, or files. | |||
2020-07-27 | GmDocument: Add extra line spacing for wrapped lines | Jaakko Keränen | |
2020-07-27 | DocumentWidget: Fine-tuning | Jaakko Keränen | |
Stop hovering on links when fetching content, and clamp scroll position when resizing the view. | |||
2020-07-27 | Show user from URL in window title | Jaakko Keränen | |
2020-07-27 | DocumentWidget: Copying page contents, URLs | Jaakko Keränen | |
2020-07-27 | DocumentWidget: Marking a selection with the mouse | Jaakko Keränen | |
2020-07-27 | DocumentWidget: Change mouse cursor | Jaakko Keränen | |
Beam for document, hand for links, arrow for UI. | |||
2020-07-27 | DocumentWidget: Drawing marked ranges | Jaakko Keränen | |
2020-07-27 | InputWidget: Notify whether Enter was pressed | Jaakko Keränen | |
2020-07-27 | Improved search input focus behavior | Jaakko Keränen | |
2020-07-27 | Showing and hiding the search bar | Jaakko Keränen | |
2020-07-27 | Widget: Added flag for collapsing during arrange | Jaakko Keränen | |
2020-07-27 | Finding previous text | Jaakko Keränen | |
2020-07-27 | Added a subset of Symbola for more symbols | Jaakko Keränen | |
Non-ugly emoticons, box drawing, math symbols, etc. | |||
2020-07-26 | Finding text in the document | Jaakko Keränen | |
2020-07-26 | Window: Create a search bar | Jaakko Keränen | |
2020-07-26 | Added a new darkest gray to the palette | Jaakko Keränen | |
2020-07-26 | Asking for sensitive input | Jaakko Keränen | |
2020-07-26 | Asking the user for input | Jaakko Keränen | |
2020-07-26 | GmRequest: Tweaking cancel behavior | Jaakko Keränen | |
2020-07-26 | Full set of Gemini status codes | Jaakko Keränen | |
2020-07-26 | App: Fixed refresh getting stuck | Jaakko Keränen | |
2020-07-26 | Text: Added a new font for Emoji | Jaakko Keränen | |
Noto Emoji by Google, pretty good but not ideal. | |||
2020-07-25 | DocumentWidget: Center vertically if document is short | Jaakko Keränen | |
2020-07-25 | Right/center-aligned text; fixed menu shortcuts | Jaakko Keränen | |
2020-07-25 | DocumentWidget: Context menu | Jaakko Keränen | |
2020-07-25 | Widget: Drawing optional frames | Jaakko Keränen | |
2020-07-25 | Fixed event processing for menus and dialogs | Jaakko Keränen | |
2020-07-25 | Keep the navbar URL up to date | Jaakko Keränen | |
2020-07-25 | Use document top header as window title | Jaakko Keränen | |
2020-07-25 | Reload, Stop, and Home navbar buttons | 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 | App: Persistent history | Jaakko Keränen | |
2020-07-25 | Encode spaces in URLs | Jaakko Keränen | |
2020-07-25 | App: Maximum number of history items | Jaakko Keränen | |
2020-07-25 | Basic navigation history; Back and Forward are working | Jaakko Keränen | |
2020-07-24 | Navbar forward/backward icons | Jaakko Keränen | |
2020-07-24 | Text: Tweaking Source Sans Pro baseline | Jaakko Keränen | |
2020-07-24 | DocumentWidget: Scroll up and down with arrow keys | 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-24 | Added GmRequest for handling the request | Jaakko Keränen | |
This feels a little bit too complex, with GmRequest observing TlsRequest and then notifying its own audience. There are still some issues with cancelling requests as well. | |||
2020-07-23 | Entering URLs and updating the navbar | Jaakko Keränen | |
2020-07-23 | Added a TODO | Jaakko Keränen | |
2020-07-23 | Added a basic navigation bar with buttons and URL field | Jaakko Keränen | |
Not wired into anything yet. |