| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove toggleIsFavourite - no longer needed | Mike Skec | 2021-01-04 | 3 | -39/+4 |
| | | | | | also rename addToFavouritesPopup to showFavouritesPopup | ||||
| * | New popup when adding to favourites! | Mike Skec | 2021-01-04 | 8 | -4/+199 |
| | | |||||
| * | Allow to use external cmark | Karol Kosek | 2021-01-04 | 1 | -1/+6 |
| | | |||||
| * | fix build failures | Mike Skec | 2021-01-04 | 1 | -1/+2 |
| | | |||||
| * | better default fonts | Mike Skec | 2021-01-04 | 4 | -8/+42 |
| | | |||||
| * | Added 'busy' cursor while current tab is loading | Mike Skec | 2021-01-04 | 4 | -0/+39 |
| | | |||||
| * | No longer useing QPalette::Mid for url bar highlight | Mike Skec | 2021-01-04 | 1 | -2/+3 |
| | | | | | now uses QPalette::WindowText with a little alpha applied. Looks a lot better | ||||
| * | Tweak when url should be focused | Mike Skec | 2021-01-02 | 1 | -4/+1 |
| | | |||||
| * | Theming: only use standard icons on Linux | Mike Skec | 2021-01-02 | 1 | -0/+7 |
| | | | | | Windows and Mac don't support standard theme icons | ||||
| * | favourites: implement #77, and add rename context menus | Mike Skec | 2021-01-02 | 5 | -15/+69 |
| | | |||||
| * | Get rid of unneeded hacky code for fancy url bar | Mike Skec | 2021-01-02 | 4 | -19/+7 |
| | | |||||
| * | Fix bug with fancy url bar styling | Mike Skec | 2021-01-02 | 4 | -9/+22 |
| | | | | | We are now also using a custom colour for it in the default light/dark themes, just because we can get a little more control over how it looks. The OS Default theme uses the 'mid' colour from palette | ||||
| * | Compile with Qt 5.9 | Karol Kosek | 2021-01-02 | 2 | -2/+2 |
| | | |||||
| * | Fixes for building on ubuntu 20.04 / qt5.12 | George Dorn | 2021-01-02 | 1 | -5/+5 |
| | | |||||
| * | url bar focus change | Mike Skec | 2021-01-01 | 1 | -2/+1 |
| | | | | | when adding new tab the url bar is only focused if the tab is set as the focused tab | ||||
| * | Added UI density option. | Mike Skec | 2021-01-01 | 10 | -26/+139 |
| | | | | | 'Compact' is the default - saves screen space a bit. The old layout is available in the 'Classic' option | ||||
| * | Resolves the emoji problem, hopefully once and for all! Closes #102. | Felix (xq) Queißner | 2021-01-01 | 2 | -21/+47 |
| | | |||||
| * | urlbar styling: only remove styles if not already removed | Mike Skec | 2020-12-31 | 1 | -3/+9 |
| | | |||||
| * | Fix bug in settings dialog | Mike Skec | 2020-12-31 | 1 | -8/+8 |
| | | | | | Rows were not offsetted properly | ||||
| * | Fix segfault when opening settings dialog with no tabs | Mike Skec | 2020-12-31 | 1 | -9/+9 |
| | | |||||
| * | Add preference for url bar styling | Mike Skec | 2020-12-31 | 6 | -1/+59 |
| | | |||||
| * | Prevents URL bar styles appearing strange in settings dialog after changing ↵ | Mike Skec | 2020-12-31 | 3 | -2/+18 |
| | | | | | | | theme. do this by removing style while settings window is open | ||||
| * | urlbar colour formatting algorithm improvement | Mike Skec | 2020-12-31 | 1 | -9/+11 |
| | | | | | | | Now uses the more robust "authority" instead of hostname for determining format. This allows for proper highlighting when a port (e.g domain:1965) or user info (e.g joe@domain) is present. | ||||
| * | Added fancy url bar styling | Mike Skec | 2020-12-31 | 5 | -4/+123 |
| | | |||||
| * | Strip bgcolor attribute from html pages | Mike Skec | 2020-12-31 | 1 | -0/+4 |
| | | |||||
| * | Added prettier 'unsupported media type' page. | Mike Skec | 2020-12-31 | 1 | -9/+34 |
| | | | | | Now written in gemtext. A plaintext version is produced instead if plaintext_only is set | ||||
| * | DocumentStyle: fix for #39 | Mike Skec | 2020-12-31 | 1 | -1/+1 |
| | | | | | Was due to a missing 'break' statement, so settings with version value 1 would fall into the default case (returns from method). | ||||
| * | Fixes a few warnings and deprecation notices | Mike Skec | 2020-12-31 | 4 | -3/+4 |
| | | |||||
| * | mainwindow: new methods curTab and tabAt | Mike Skec | 2020-12-31 | 2 | -22/+34 |
| | | | | | So we don't have to write qobject_cast<BrowserTab*>(this->ui ... etc every time ;) | ||||
| * | #51: mouse buttons 4/5 for back/forward | Mike Skec | 2020-12-31 | 4 | -4/+27 |
| | | |||||
| * | AboutHandler: add emit keyword | Karol Kosek | 2020-12-30 | 1 | -1/+1 |
| | | |||||
| * | Use const variables | Karol Kosek | 2020-12-30 | 5 | -6/+6 |
| | | |||||
| * | DocumentStyle: use cheaper QColor initialization | Karol Kosek | 2020-12-30 | 1 | -8/+8 |
| | | |||||
| * | Pass QPoint by value | Karol Kosek | 2020-12-30 | 4 | -6/+6 |
| | | |||||
| * | const-reference large types | Karol Kosek | 2020-12-30 | 12 | -16/+16 |
| | | |||||
| * | Use multi-arg overload to save memory allocations | Karol Kosek | 2020-12-30 | 4 | -24/+17 |
| | | |||||
| * | Revert "file:// protocol now supports text/gemini" | Mike Skec | 2020-12-30 | 1 | -16/+2 |
| | | | | | This reverts commit 01b5d9be0163a43e1d57d77820ce6c334b7f5d85. | ||||
| * | Add preference to show hidden files in directory listings | Mike Skec | 2020-12-30 | 6 | -11/+73 |
| | | | | | also improved listing code so that files and dirs with spaces now display and function properly | ||||
| * | Simplify '~' expansion in url bar | Mike Skec | 2020-12-30 | 1 | -7/+3 |
| | | |||||
| * | Clear URL bar focus on return key press | Mike Skec | 2020-12-30 | 1 | -0/+2 |
| | | |||||
| * | Now support file:// directory listings | Mike Skec | 2020-12-30 | 1 | -0/+20 |
| | | |||||
| * | Tilde '~' now expanded in URL bar for file:// protocols | Mike Skec | 2020-12-30 | 1 | -1/+13 |
| | | | | | Expansion is done on return-key press | ||||
| * | file:// protocol now supports text/gemini | Mike Skec | 2020-12-30 | 1 | -2/+16 |
| | | | | | by checking file extension | ||||
| * | Fix home toolbar button | Mike Skec | 2020-12-30 | 2 | -0/+7 |
| | | |||||
| * | Add optional 'home' button to browser toolbar. | Mike Skec | 2020-12-29 | 7 | -0/+48 |
| | | | | | Can be disable in settings | ||||
| * | Add Ctrl+, Settings shortcut | Mike Skec | 2020-12-29 | 1 | -0/+3 |
| | | |||||
| * | MarkdownRenderer: indent lists | Karol Kosek | 2020-12-28 | 1 | -8/+11 |
| | | |||||
| * | Update regex for inline style stripping in HTML | Michael Skec | 2020-12-28 | 1 | -1/+1 |
| | | | | | | Now case-insensitive, and matches styles that have attributes. Co-authored-by: Karol Kosek <krkk@krkk.ct8.pl> | ||||
| * | Strip inline styles from HTML pages | Mike Skec | 2020-12-28 | 1 | -0/+4 |
| | | |||||
| * | Remove URL fragments before sending to server (#80) | Mike Skec | 2020-12-28 | 1 | -2/+2 |
| | | |||||
