Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-06 | App: Refresh vs. event handling | Jaakko Keränen | |
Keep processing all pending events, not stopping for refresh prematurely. | |||
2020-08-05 | Mark HTTP URLs visited in the history | Jaakko Keränen | |
2020-08-04 | Open HTTP in default browser | Jaakko Keränen | |
On macOS and Linux. | |||
2020-08-04 | Changing the document content text size | Jaakko Keränen | |
The glyph cache is purged whenever font sizes change. UI fonts are deliberately not changed in size so that UI metrics don't have to be recomputed. | |||
2020-08-04 | Remember scroll positions on visited pages | Jaakko Keränen | |
2020-08-03 | Server certificate TOFU | Jaakko Keränen | |
2020-08-03 | Working on server certificates | Jaakko Keränen | |
2020-08-01 | Fixed premature recycling | Jaakko Keränen | |
Processing events outside event loop lead to recycler being called when a refresh was requested. | |||
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 | History of visited URLs; visualize time of last link visit | Jaakko Keränen | |
2020-07-29 | Looking up URL visit times | Jaakko Keränen | |
2020-07-29 | Moved History to its own type | 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-26 | App: Fixed refresh getting stuck | Jaakko Keränen | |
2020-07-25 | Fixed event processing for menus and dialogs | Jaakko Keränen | |
2020-07-25 | Reload, Stop, and Home navbar buttons | Jaakko Keränen | |
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-23 | DocumentWidget: Scrolling via scrollbar and keys | Jaakko Keränen | |
2020-07-23 | Added ScrollWidget for scroll bars | Jaakko Keränen | |
2020-07-23 | App: Load home.gmi from the app data dir | Jaakko Keränen | |
2020-07-23 | Visualize links; open URL when clicked | Jaakko Keränen | |
2020-07-22 | Manual window refresh events | Jaakko Keränen | |
2020-07-21 | DocumentWidget: Fetching URL contents | Jaakko Keränen | |
2020-07-21 | Initial commit | Jaakko Keränen | |
Borrowing the app skeleton from Bitwise Harmony. |