aboutsummaryrefslogtreecommitdiff
path: root/src/browsertab.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Pass QPoint by valueKarol Kosek2020-12-301-1/+1
* const-reference large typesKarol Kosek2020-12-301-1/+1
* Use multi-arg overload to save memory allocationsKarol Kosek2020-12-301-5/+4
* Simplify '~' expansion in url barMike Skec2020-12-301-7/+3
* Clear URL bar focus on return key pressMike Skec2020-12-301-0/+2
* Tilde '~' now expanded in URL bar for file:// protocolsMike Skec2020-12-301-1/+13
* Fix home toolbar buttonMike Skec2020-12-301-0/+5
* Add optional 'home' button to browser toolbar.Mike Skec2020-12-291-0/+2
* Update regex for inline style stripping in HTML Michael Skec2020-12-281-1/+1
* Strip inline styles from HTML pagesMike Skec2020-12-281-0/+4
* Remove URL fragments before sending to server (#80)Mike Skec2020-12-281-2/+2
* MarkdownRenderer: add title parsingKarol Kosek2020-12-281-1/+2
* BrowserTab: escape HTML sequences in titleKarol Kosek2020-12-281-4/+3
* Window title now contains page titleMike Skec2020-12-271-0/+2
* Added page title parsing for Gemini and HTMLMike Skec2020-12-271-4/+39
* Use standard icon namesKarol Kosek2020-12-271-4/+2
* Fix #79. Also added Ctrl+U shortcut for 'View page source'Mike Skec2020-12-261-1/+8
* Fix fav_button not being re-checked after cancelling 'delete favourite' messa...Mike Skec2020-12-261-0/+3
* Fix fav_button not being re-enabled after successful load.Mike Skec2020-12-261-2/+1
* Add font color rule for theme previewsKarol Kosek2020-12-241-1/+2
* theme changes are now reflected instantly upon confirmation.Mike Skec2020-12-241-13/+25
* Add 'view source' to right-click context menuMike Skec2020-12-241-1/+9
* gemini: respect sensitive input (status 11)nixo2020-10-291-1/+2
* Set text color for default stylesheetLiam Cooke2020-09-031-1/+1
* Adds 'show document source' menu item. Closes #11.Felix (xq) Queißner2020-08-171-0/+37
* Add back and forward context menu optionsSteve Winslow2020-08-171-0/+12
* Paves road for new favourite system: Refactors the favourites into tree struc...Felix (xq) Queißner2020-06-291-5/+14
* Implements style preview for kristall document styles. Allows importing them ...Felix (xq) Queißner2020-06-291-9/+113
* Makes Ctrl-LMB on a link open into a new tab.Felix (xq) Queißner2020-06-291-2/+2
* Huge refacoring of the settings stuff. Provides automated migration between o...Felix (xq) Queißner2020-06-281-19/+19
* Implements Ctrl-F search, fully featured (F3, Shift-F3, Ctrl-F, Escape)Felix (xq) Queißner2020-06-271-0/+64
* Fixes typo, adds middle-click to open link in new tab.Felix (xq) Queißner2020-06-271-4/+7
* Starts to implement new markdown renderingFelix (xq) Queißner2020-06-231-7/+6
* Restructures the project source and cleans up a bitFelix (xq) Queißner2020-06-221-11/+11
* Fixes some minor bugs, uses MimeType more, updates help.gemini and updates.ge...Felix (xq) Queißner2020-06-211-19/+8
* Adds option for manually trusting a TLS server.Felix (xq) Queißner2020-06-211-3/+45
* tries to fix code for netbsd.Felix (xq) Queißner2020-06-211-0/+4
* Removes deprecation warning for setTabStopWidth, tries to fix netbsd build.Felix (xq) Queißner2020-06-211-2/+8
* Makes previous code a tad nicer.Felix (xq) Queißner2020-06-201-26/+19
* Adds new feature: Auto-enable and host matching for client certificatesFelix (xq) Queißner2020-06-201-14/+69
* English is hardFelix (xq) Queißner2020-06-201-7/+7
* Fixes bug in client certificate handlingFelix (xq) Queißner2020-06-191-17/+15
* Implements network timeouts.Felix (xq) Queißner2020-06-191-0/+25
* Fixes non-updating status bar, fixes bug in the mime parser.Felix (xq) Queißner2020-06-191-4/+9
* Fixed multimedia bug.Felix (xq) Queißner2020-06-191-1/+2
* Allows user to skip over invalid TLS connections and fetch the content anyways.Felix (xq) Queißner2020-06-191-5/+37
* Adds safety measure to prevent Kristall send too large input messages to the ...Felix (xq) Queißner2020-06-191-8/+22
* Adds iconv implementation to convert between input charset and UTF-8 for disp...Felix (xq) Queißner2020-06-191-14/+111
* Rescopes version 0.3, adds roadmap plans for 0.4.Felix (xq) Queißner2020-06-181-2/+0
* Reworks global settings handling, improves redirection configuration.Felix (xq) Queißner2020-06-181-9/+16