| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add preference for url bar styling | Mike Skec | 2020-12-31 | 1 | -1/+2 | |
| | | ||||||
| * | Prevents URL bar styles appearing strange in settings dialog after changing ↵ | Mike Skec | 2020-12-31 | 1 | -1/+2 | |
| | | | | | | | 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 | 1 | -3/+100 | |
| | | ||||||
| * | 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 | |||||
| * | Fixes a few warnings and deprecation notices | Mike Skec | 2020-12-31 | 1 | -1/+1 | |
| | | ||||||
| * | #51: mouse buttons 4/5 for back/forward | Mike Skec | 2020-12-31 | 1 | -2/+2 | |
| | | ||||||
| * | Pass QPoint by value | Karol Kosek | 2020-12-30 | 1 | -1/+1 | |
| | | ||||||
| * | const-reference large types | Karol Kosek | 2020-12-30 | 1 | -1/+1 | |
| | | ||||||
| * | Use multi-arg overload to save memory allocations | Karol Kosek | 2020-12-30 | 1 | -5/+4 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | Tilde '~' now expanded in URL bar for file:// protocols | Mike Skec | 2020-12-30 | 1 | -1/+13 | |
| | | | | | Expansion is done on return-key press | |||||
| * | Fix home toolbar button | Mike Skec | 2020-12-30 | 1 | -0/+5 | |
| | | ||||||
| * | Add optional 'home' button to browser toolbar. | Mike Skec | 2020-12-29 | 1 | -0/+2 | |
| | | | | | Can be disable in settings | |||||
| * | 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 | |
| | | ||||||
| * | MarkdownRenderer: add title parsing | Karol Kosek | 2020-12-28 | 1 | -1/+2 | |
| | | ||||||
| * | BrowserTab: escape HTML sequences in title | Karol Kosek | 2020-12-28 | 1 | -4/+3 | |
| | | ||||||
| * | Window title now contains page title | Mike Skec | 2020-12-27 | 1 | -0/+2 | |
| | | ||||||
| * | Added page title parsing for Gemini and HTML | Mike Skec | 2020-12-27 | 1 | -4/+39 | |
| | | ||||||
| * | Use standard icon names | Karol Kosek | 2020-12-27 | 1 | -4/+2 | |
| | | | | | | | document-{export,import}, and view-certificate aren't in the standard though. https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html | |||||
| * | Fix #79. Also added Ctrl+U shortcut for 'View page source' | Mike Skec | 2020-12-26 | 1 | -1/+8 | |
| | | ||||||
| * | Fix fav_button not being re-checked after cancelling 'delete favourite' ↵ | Mike Skec | 2020-12-26 | 1 | -0/+3 | |
| | | | | | messagebox | |||||
| * | Fix fav_button not being re-enabled after successful load. | Mike Skec | 2020-12-26 | 1 | -2/+1 | |
| | | ||||||
| * | Add font color rule for theme previews | Karol Kosek | 2020-12-24 | 1 | -1/+2 | |
| | | | | | | Closes #46, although the real fix for sites was already in #58 - here it is for the rest of the places. | |||||
| * | theme changes are now reflected instantly upon confirmation. | Mike Skec | 2020-12-24 | 1 | -13/+25 | |
| | | ||||||
| * | Add 'view source' to right-click context menu | Mike Skec | 2020-12-24 | 1 | -1/+9 | |
| | | ||||||
| * | gemini: respect sensitive input (status 11) | nixo | 2020-10-29 | 1 | -1/+2 | |
| | | ||||||
| * | Set text color for default stylesheet | Liam Cooke | 2020-09-03 | 1 | -1/+1 | |
| | | | | | | | | Fixes a bug where only the background color is styled for error messages, so the error gets the OS text color. Closes #57 | |||||
| * | Adds 'show document source' menu item. Closes #11. | Felix (xq) Queißner | 2020-08-17 | 1 | -0/+37 | |
| | | ||||||
| * | Add back and forward context menu options | Steve Winslow | 2020-08-17 | 1 | -0/+12 | |
| | | | | | | | | | | This adds "Back" and "Forward" options to the right-click context menu. This makes it easier to navigate back and forth among pages without having to navigate the mouse to the upper-left corner each time. Signed-off-by: Steve Winslow <steve@swinslow.net> | |||||
| * | Paves road for new favourite system: Refactors the favourites into tree ↵ | Felix (xq) Queißner | 2020-06-29 | 1 | -5/+14 | |
| | | | | | structure instead of flat list. | |||||
| * | Implements style preview for kristall document styles. Allows importing them ↵ | Felix (xq) Queißner | 2020-06-29 | 1 | -9/+113 | |
| | | | | | via the preview site. | |||||
| * | Makes Ctrl-LMB on a link open into a new tab. | Felix (xq) Queißner | 2020-06-29 | 1 | -2/+2 | |
| | | ||||||
| * | Huge refacoring of the settings stuff. Provides automated migration between ↵ | Felix (xq) Queißner | 2020-06-28 | 1 | -19/+19 | |
| | | | | | old and new configuration file stuff. Themes are now just files in a folder instead of encoded data in the config file. | |||||
| * | Implements Ctrl-F search, fully featured (F3, Shift-F3, Ctrl-F, Escape) | Felix (xq) Queißner | 2020-06-27 | 1 | -0/+64 | |
| | | ||||||
| * | Fixes typo, adds middle-click to open link in new tab. | Felix (xq) Queißner | 2020-06-27 | 1 | -4/+7 | |
| | | ||||||
| * | Starts to implement new markdown rendering | Felix (xq) Queißner | 2020-06-23 | 1 | -7/+6 | |
| | | ||||||
| * | Restructures the project source and cleans up a bit | Felix (xq) Queißner | 2020-06-22 | 1 | -11/+11 | |
| | | ||||||
| * | Fixes some minor bugs, uses MimeType more, updates help.gemini and ↵ | Felix (xq) Queißner | 2020-06-21 | 1 | -19/+8 | |
| | | | | | updates.gemini. | |||||
| * | Adds option for manually trusting a TLS server. | Felix (xq) Queißner | 2020-06-21 | 1 | -3/+45 | |
| | | ||||||
| * | tries to fix code for netbsd. | Felix (xq) Queißner | 2020-06-21 | 1 | -0/+4 | |
| | | ||||||
| * | Removes deprecation warning for setTabStopWidth, tries to fix netbsd build. | Felix (xq) Queißner | 2020-06-21 | 1 | -2/+8 | |
| | | ||||||
| * | Makes previous code a tad nicer. | Felix (xq) Queißner | 2020-06-20 | 1 | -26/+19 | |
| | | ||||||
| * | Adds new feature: Auto-enable and host matching for client certificates | Felix (xq) Queißner | 2020-06-20 | 1 | -14/+69 | |
| | | ||||||
| * | English is hard | Felix (xq) Queißner | 2020-06-20 | 1 | -7/+7 | |
| | | ||||||
| * | Fixes bug in client certificate handling | Felix (xq) Queißner | 2020-06-19 | 1 | -17/+15 | |
| | | ||||||
