summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-07-28Plaintext documents; unsupported MIME type errorJaakko Keränen
2020-07-28Cancelling a fetch restores the previous URLJaakko Keränen
Just navigating back.
2020-07-27Visualizing linksJaakko Keränen
Show which links are to the same site, and which are HTTP/S, Gopher, or files.
2020-07-27GmDocument: Add extra line spacing for wrapped linesJaakko Keränen
2020-07-27DocumentWidget: Fine-tuningJaakko Keränen
Stop hovering on links when fetching content, and clamp scroll position when resizing the view.
2020-07-27Show user from URL in window titleJaakko Keränen
2020-07-27DocumentWidget: Copying page contents, URLsJaakko Keränen
2020-07-27DocumentWidget: Marking a selection with the mouseJaakko Keränen
2020-07-27DocumentWidget: Change mouse cursorJaakko Keränen
Beam for document, hand for links, arrow for UI.
2020-07-27DocumentWidget: Drawing marked rangesJaakko Keränen
2020-07-27InputWidget: Notify whether Enter was pressedJaakko Keränen
2020-07-27Improved search input focus behaviorJaakko Keränen
2020-07-27Showing and hiding the search barJaakko Keränen
2020-07-27Widget: Added flag for collapsing during arrangeJaakko Keränen
2020-07-27Finding previous textJaakko Keränen
2020-07-27Added a subset of Symbola for more symbolsJaakko Keränen
Non-ugly emoticons, box drawing, math symbols, etc.
2020-07-26Finding text in the documentJaakko Keränen
2020-07-26Window: Create a search barJaakko Keränen
2020-07-26Added a new darkest gray to the paletteJaakko Keränen
2020-07-26Asking for sensitive inputJaakko Keränen
2020-07-26Asking the user for inputJaakko Keränen
2020-07-26GmRequest: Tweaking cancel behaviorJaakko Keränen
2020-07-26Full set of Gemini status codesJaakko Keränen
2020-07-26App: Fixed refresh getting stuckJaakko Keränen
2020-07-26Text: Added a new font for EmojiJaakko Keränen
Noto Emoji by Google, pretty good but not ideal.
2020-07-25DocumentWidget: Center vertically if document is shortJaakko Keränen
2020-07-25Right/center-aligned text; fixed menu shortcutsJaakko Keränen
2020-07-25DocumentWidget: Context menuJaakko Keränen
2020-07-25Widget: Drawing optional framesJaakko Keränen
2020-07-25Fixed event processing for menus and dialogsJaakko Keränen
2020-07-25Keep the navbar URL up to dateJaakko Keränen
2020-07-25Use document top header as window titleJaakko Keränen
2020-07-25Reload, Stop, and Home navbar buttonsJaakko Keränen
2020-07-25InputWidget: Long text may disappearJaakko Keränen
2020-07-25InputWidget: Adjusted paddingJaakko Keränen
Aligns better with labels.
2020-07-25App: Persistent historyJaakko Keränen
2020-07-25Encode spaces in URLsJaakko Keränen
2020-07-25App: Maximum number of history itemsJaakko Keränen
2020-07-25Basic navigation history; Back and Forward are workingJaakko Keränen
2020-07-24Navbar forward/backward iconsJaakko Keränen
2020-07-24Text: Tweaking Source Sans Pro baselineJaakko Keränen
2020-07-24DocumentWidget: Scroll up and down with arrow keysJaakko Keränen
2020-07-24Font update; ANSI color escapes; fixed URL updateJaakko 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-24Added GmRequest for handling the requestJaakko 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-23Entering URLs and updating the navbarJaakko Keränen
2020-07-23Added a TODOJaakko Keränen
2020-07-23Added a basic navigation bar with buttons and URL fieldJaakko Keränen
Not wired into anything yet.
2020-07-23DocumentWidget: Scrolling via scrollbar and keysJaakko Keränen
2020-07-23Added ScrollWidget for scroll barsJaakko Keränen
2020-07-23Added gray88 to the paletteJaakko Keränen
The page color theme should use its own separate palette, though, not the UI palette.