Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-15 | GmDocument: Recognize "about:" links | Jaakko Keränen | |
2020-09-14 | Bumped version to 0.2 | Jaakko Keränen | |
2020-09-14 | Configuring without the_Foundation submodule | Jaakko Keränen | |
2020-09-13 | Added Kosugi Maru for Japanese text | Jaakko Keränen | |
Kosugi Maru is from Google Fonts and licensed used Apache License 2.0. | |||
2020-09-12 | Separated VisBuf from ListWidget | Jaakko Keränen | |
This will be used in DocumentWidget as well. | |||
2020-09-11 | XDG: Gemini scheme handler; URLs on the command line | Jaakko Keränen | |
2020-09-10 | MSYS: Don't install static libraries | Jaakko Keränen | |
2020-09-10 | SidebarWidget: Show menu only for items | Jaakko Keränen | |
2020-09-09 | Added header file for keyboard shortcuts | Jaakko Keränen | |
2020-09-09 | macOS: Tweaking build options | Jaakko Keränen | |
2020-09-09 | macOS: Deployment taget is 10.14 | Jaakko Keränen | |
2020-09-08 | Cleanup | Jaakko Keränen | |
2020-09-08 | Linux: Improved .desktop file | Jaakko Keränen | |
2020-09-08 | Default build type selection | Jaakko Keränen | |
2020-09-08 | Option to have the_Foundation in a subdirectory | Jaakko Keränen | |
2020-09-06 | Added a LookupWidget with background thread | Jaakko Keränen | |
2020-09-05 | Refactor: ListWidget for a general purpose list | Jaakko Keränen | |
The sidebar uses a ListWidget now, but the layout needs fixing. | |||
2020-09-04 | Text: Heavier bold font | Jaakko Keränen | |
2020-09-03 | Changed default font to Nunito | Jaakko Keränen | |
Nunito is licensed under OFL. | |||
2020-08-29 | Moved macOS sources to parent dir | Jaakko Keränen | |
2020-08-23 | Build option to disable kerning; other optimizations | Jaakko Keränen | |
2020-08-23 | Cleanup: Use ".binary" for binary files | Jaakko Keränen | |
2020-08-20 | Cleanup | Jaakko Keränen | |
2020-08-15 | Built-in embedded “about:” pages; Help menu | Jaakko Keränen | |
2020-08-14 | Added Bookmarks | Jaakko Keränen | |
2020-08-12 | Working on sidebar resizing | Jaakko Keränen | |
2020-08-10 | Added SidebarWidget | Jaakko Keränen | |
2020-08-09 | Deploy resources.bin if in use | Jaakko Keränen | |
2020-08-08 | Moved recent URLs history to DocumentWidget | Jaakko Keränen | |
App maintains the visited URLs database, but each DocumentWidget has its own stack of recent URLs for timeline navigation. | |||
2020-08-07 | Linux: Added app icon | Jaakko Keränen | |
2020-08-07 | Added an application icon | Jaakko Keränen | |
2020-08-04 | Added a large light font for the site banner | Jaakko Keränen | |
2020-08-03 | Working on server certificates | Jaakko Keränen | |
2020-07-31 | Use the full Symbola font; don't embed resources | Jaakko Keränen | |
The fonts are too large to embed comfortably. | |||
2020-07-30 | More readable italic font | Jaakko Keränen | |
Thin fonts are nice but not very legible. | |||
2020-07-29 | Moved History to its own type | 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 | Text: Added a new font for Emoji | Jaakko Keränen | |
Noto Emoji by Google, pretty good but not ideal. | |||
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 | Added ScrollWidget for scroll bars | Jaakko Keränen | |
2020-07-22 | GmDocument: Basic indents; bullets; bold font | Jaakko Keränen | |
2020-07-21 | Added GmDocument; very basic layout and render | Jaakko Keränen | |
2020-07-21 | Added DocumentWidget | Jaakko Keränen | |
2020-07-21 | Initial commit | Jaakko Keränen | |
Borrowing the app skeleton from Bitwise Harmony. |