aboutsummaryrefslogtreecommitdiff
path: root/src/browsertab.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Paves road for new favourite system: Refactors the favourites into tree ↵Felix (xq) Queißner2020-06-291-5/+14
| | | | structure instead of flat list.
* Implements style preview for kristall document styles. Allows importing them ↵Felix (xq) Queißner2020-06-291-9/+113
| | | | via the preview site.
* 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 ↵Felix (xq) Queißner2020-06-281-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ß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 ↵Felix (xq) Queißner2020-06-211-19/+8
| | | | updates.gemini.
* 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
| | | | server.
* Adds iconv implementation to convert between input charset and UTF-8 for ↵Felix (xq) Queißner2020-06-191-14/+111
| | | | display.
* 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
|
* Makes client certificate usage a bit more secure.Felix (xq) Queißner2020-06-181-0/+16
|
* Makes cancelling gemini requests more robust.Felix (xq) Queißner2020-06-171-2/+4
|
* Makes gemini protocol handler a bit more robust.Makes style preview a file ↵Felix (xq) Queißner2020-06-171-3/+8
| | | | in about: instead of hardcoding it. Starts to implement the options menu for redirection configuration.
* Introduces cross-host and cross-scheme redirection warnings.Felix (xq) Queißner2020-06-171-34/+85
|
* Adds improved error handling.Felix (xq) Queißner2020-06-161-2/+42
|
* Refactoring: Changes internal structure of requests and unifies a lot of ↵Felix (xq) Queißner2020-06-161-279/+191
| | | | code. Now all errors are handled the same.
* Adds improved client certificate management, adds server certificate management.Felix (xq) Queißner2020-06-161-0/+6
|
* Adds install target to makefile, adds support for transient client certificates.Felix (xq) Queißner2020-06-101-16/+69
|
* Improves image panning and zoom. Image view is now on a better default and ↵Felix (xq) Queißner2020-06-101-5/+22
| | | | usability.
* Enables desktop services via protocols.Felix (xq) Queißner2020-06-101-6/+19
|
* Adds some right click menus, fixes bug in gopher.Felix (xq) Queißner2020-06-101-0/+36
|
* Introduces plain text renderer for improved styling.Felix (xq) Queißner2020-06-091-12/+6
|
* Adds document margin to markdown, plaintext, html.Felix (xq) Queißner2020-06-091-1/+4
|
* Adds help document, adds block quote support, updates gemini parser to ↵Felix (xq) Queißner2020-06-091-1/+15
| | | | newest spec, adds support for arbitrary gemini files in about: space, adds url bar shortcut, fixes bug with line breaks in preformatted text
* Changes finger responses to monospace font.Felix (xq) Queißner2020-06-081-0/+7
|
* Adds support for finger protocol.Felix (xq) Queißner2020-06-081-0/+14
|
* Adds loading progress display.Felix (xq) Queißner2020-06-081-0/+8
|
* Fixes bug with URL escaping, adds experimental text highlightingFelix (xq) Queißner2020-06-081-1/+1
|
* Adds two new options for text display: gophermap rendering with text or ↵Felix (xq) Queißner2020-06-081-4/+7
| | | | icons, all text documents as text/plain, prepares option for text highlighting.
* Improves gopher map rendering with icons and monospace font, adds status bar ↵Felix (xq) Queißner2020-06-081-22/+16
| | | | with more infos, fixes file dialog for older qt versions.
* Adds some notes about MacOS in bug section, adds patch for more casserts!Felix (xq) Queißner2020-06-081-1/+1
|
* Ubuntu20.04 patch commit. Happy hacking!Felix Queißner2020-06-081-3/+1
|
* Adds changelog, utility menus, and support for file://Felix (xq) Queißner2020-06-081-8/+40
|
* Adds support for multimedia modules: Now can pla audio/ (tested) and video/ ↵Felix (xq) Queißner2020-06-081-4/+13
| | | | (untested).
* Some minor improvements in gopher rendering.Felix (xq) Queißner2020-06-081-5/+36
|
* Starts to implement gopher protocol and gophermap support. Heavily WIP, but ↵Felix (xq) Queißner2020-06-081-4/+23
| | | | you can already surf on gopherspace!