| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implements #245 | Felix "xq" Queißner | 2021-11-20 | 1 | -0/+2 |
| * | sessions: add 'lazyloading' for restored tabs | Mike Skec | 2021-03-17 | 1 | -1/+4 |
| * | sessions: save page titles and read them before loading page | Mike Skec | 2021-03-17 | 1 | -1/+1 |
| * | sessions: restore window tab indices | Mike Skec | 2021-03-17 | 1 | -0/+4 |
| * | First draft of session management. Always restores the latest session. | Felix (xq) Queißner | 2021-03-17 | 1 | -0/+1 |
| * | New HTML rendering via HTML code generation. | Felix (xq) Queißner | 2021-03-08 | 1 | -0/+2 |
| * | Closes #190 | Felix (xq) Queißner | 2021-03-06 | 1 | -4/+4 |
| * | Implements proper multi-window support. | Felix (xq) Queißner | 2021-03-06 | 1 | -0/+7 |
| * | Fix window geometry/state not being saved in some environments | Mike Skec | 2021-02-23 | 1 | -0/+2 |
| * | Add basic root/parent navigation options to menu, with shortcuts | Mike Skec | 2021-02-17 | 1 | -0/+4 |
| * | status bar: show request status when loading pages | Mike Skec | 2021-01-10 | 1 | -0/+9 |
| * | status bar: New file cache indicator | Mike Skec | 2021-01-10 | 1 | -0/+1 |
| * | favourite popup: adding group combobox! | Mike Skec | 2021-01-07 | 1 | -0/+2 |
| * | cache code refactor | Mike Skec | 2021-01-06 | 1 | -28/+0 |
| * | Implement #21 with cached pages | Mike Skec | 2021-01-06 | 1 | -2/+2 |
| * | Basic caching functionality implemented | Mike Skec | 2021-01-06 | 1 | -0/+27 |
| * | favourites: implement #77, and add rename context menus | Mike Skec | 2021-01-02 | 1 | -0/+2 |
| * | Get rid of unneeded hacky code for fancy url bar | Mike Skec | 2021-01-02 | 1 | -1/+0 |
| * | Added UI density option. | Mike Skec | 2021-01-01 | 1 | -0/+4 |
| * | Prevents URL bar styles appearing strange in settings dialog after changing t... | Mike Skec | 2020-12-31 | 1 | -0/+2 |
| * | mainwindow: new methods curTab and tabAt | Mike Skec | 2020-12-31 | 1 | -0/+2 |
| * | #51: mouse buttons 4/5 for back/forward | Mike Skec | 2020-12-31 | 1 | -0/+2 |
| * | Pass QPoint by value | Karol Kosek | 2020-12-30 | 1 | -2/+2 |
| * | Window title now contains page title | Mike Skec | 2020-12-27 | 1 | -0/+2 |
| * | Add 'view source' to right-click context menu | Mike Skec | 2020-12-24 | 1 | -0/+2 |
| * | Adds 'show document source' menu item. Closes #11. | Felix (xq) Queißner | 2020-08-17 | 1 | -0/+2 |
| * | Adds basic editing for favourite groups | Felix (xq) Queißner | 2020-06-29 | 1 | -2/+0 |
| * | Changes theme initialization a tad. | Felix (xq) Queißner | 2020-06-29 | 1 | -2/+0 |
| * | Huge refacoring of the settings stuff. Provides automated migration between o... | Felix (xq) Queißner | 2020-06-28 | 1 | -6/+0 |
| * | Restructures the project source and cleans up a bit | Felix (xq) Queißner | 2020-06-22 | 1 | -2/+2 |
| * | Introduces light and dark icon themes. | Felix (xq) Queißner | 2020-06-22 | 1 | -8/+11 |
| * | Fixes non-updating status bar, fixes bug in the mime parser. | Felix (xq) Queißner | 2020-06-19 | 1 | -1/+5 |
| * | Refactoring: Changes internal structure of requests and unifies a lot of code... | Felix (xq) Queißner | 2020-06-16 | 1 | -3/+0 |
| * | Adds certificate manager, removes client certificate window. | Felix (xq) Queißner | 2020-06-12 | 1 | -0/+2 |
| * | Fixes two overflow bugs in labels. No weird scaling based on links anymore. | Felix (xq) Queißner | 2020-06-12 | 1 | -1/+3 |
| * | Slight improvements for client certificate display, permanent certs are now s... | Felix (xq) Queißner | 2020-06-11 | 1 | -0/+2 |
| * | Adds some right click menus, fixes bug in gopher. | Felix (xq) Queißner | 2020-06-10 | 1 | -0/+4 |
| * | Adds help document, adds block quote support, updates gemini parser to newest... | Felix (xq) Queißner | 2020-06-09 | 1 | -0/+4 |
| * | Adds two new options for text display: gophermap rendering with text or icons... | Felix (xq) Queißner | 2020-06-08 | 1 | -1/+0 |
| * | Improves gopher map rendering with icons and monospace font, adds status bar ... | Felix (xq) Queißner | 2020-06-08 | 1 | -0/+5 |
| * | Adds changelog, utility menus, and support for file:// | Felix (xq) Queißner | 2020-06-08 | 1 | -0/+6 |
| * | Starts to implement gopher protocol and gophermap support. Heavily WIP, but y... | Felix (xq) Queißner | 2020-06-08 | 1 | -1/+1 |
| * | Adds support for light/dark widget theme, adds experiemental support for http... | Felix (xq) Queißner | 2020-06-07 | 1 | -1/+5 |
| * | Implements multi-protocol support. Adds support for HTTP/HTTPS, adds settings... | Felix (xq) Queißner | 2020-06-07 | 1 | -0/+2 |
| * | Adds rendering of about:blank and about:favourites. | Felix (xq) Queißner | 2020-06-06 | 1 | -1/+1 |
| * | Moves source code into subdirectory. | Felix (xq) Queißner | 2020-06-06 | 1 | -0/+78 |