aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Small fix: Client Certificates work for Gemini again.Felix (xq) Queißner2020-06-182-3/+3
|/
* Makes cancelling gemini requests more robust.Felix (xq) Queißner2020-06-172-5/+13
|
* Makes gemini protocol handler a bit more robust.Makes style preview a file ↵Felix (xq) Queißner2020-06-1713-36/+178
| | | | 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-172-34/+87
|
* Streamlines HTTP(S) interface and routes the redirects through BrowserTab as ↵Felix (xq) Queißner2020-06-163-12/+33
| | | | well. Prepares for unified protocol handling.
* Improves SSL handling a tad.Felix (xq) Queißner2020-06-163-6/+18
|
* Adds improved error handling.Felix (xq) Queißner2020-06-1624-14/+226
|
* Refactoring: Changes internal structure of requests and unifies a lot of ↵Felix (xq) Queißner2020-06-1623-458/+557
| | | | code. Now all errors are handled the same.
* Bugfix for krixanoFelix (xq) Queißner2020-06-161-1/+1
|
* Merge branch 'master' of github.com:MasterQ32/kristallFelix (xq) Queißner2020-06-161-0/+1
|\
| * Merge pull request #14 from krixano/masterFelix Queißner2020-06-161-0/+1
| |\ | | | | | | Add aditional ubuntu dependency for qt svg
| | * Add aditional ubuntu dependency for qt svgChristian Seibold2020-06-151-0/+1
| |/
* / Should fix the build problem for kwiecienFelix (xq) Queißner2020-06-162-7/+1
|/
* Adds improved client certificate management, adds server certificate management.Felix (xq) Queißner2020-06-1630-41/+872
|
* Merge branch 'master' of github.com:MasterQ32/kristallFelix (xq) Queißner2020-06-121-1/+1
|\
| * Merge pull request #8 from jamestomasino-forks/masterFelix Queißner2020-06-121-1/+1
| |\ | | | | | | adds sourcefiles as dependency to build task
| | * adds sourcefiles as dependency to build taskJames Tomasino2020-06-121-1/+1
| |/ | | | | | | | | | | | | Monitoring the modified state of source files for the build task means that simply running 'make' will detect if a rebuild is actually needed or not. Currently if the build file exists make is not run again. A clean must be run first, then make. This is an improvement on that.
* | Adds certificate manager, removes client certificate window.Felix (xq) Queißner2020-06-1214-37/+434
| |
* | Fixes a small bug in the outline generator.Felix (xq) Queißner2020-06-121-3/+17
|/
* Fixes #7: Wrong end-of-document detection.Felix (xq) Queißner2020-06-122-3/+5
|
* Fixes two overflow bugs in labels. No weird scaling based on links anymore.Felix (xq) Queißner2020-06-126-3/+95
|
* Merge branch 'master' of github.com:MasterQ32/kristallFelix (xq) Queißner2020-06-114-3/+24
|\
| * Merge pull request #6 from alexnask/masterFelix Queißner2020-06-114-3/+24
| |\ | | | | | | Windows (MSVC) build fixes
| | * Added OpenSSL build instructions for windowsAlexandros Naskos2020-06-111-1/+11
| | |
| | * Keep -no-unused-parameter on non-MSVCAlexandros Naskos2020-06-111-0/+6
| | |
| | * Windows (MSVC) build fixesAlexandros Naskos2020-06-113-4/+9
| |/
* / Adds two new themes, some credits.Felix (xq) Queißner2020-06-114-22/+47
|/
* Merge pull request #4 from jamestomasino-forks/masterFelix Queißner2020-06-116-6/+31
|\ | | | | overhaul of Makefile for clean install with desktop file and icons
| * overhaul of Makefile for clean install with desktop file and iconsJames Tomasino2020-06-116-6/+31
|/
* Removes dependency on QRandomGeneratorFelix (xq) Queißner2020-06-111-5/+6
|
* Some more TODO items.Felix (xq) Queißner2020-06-111-0/+2
|
* Slight improvements for client certificate display, permanent certs are now ↵Felix (xq) Queißner2020-06-1113-63/+97
| | | | selectable with double click and have icons, adds changelog into application itself: about:updates
* Adds first draft of client certificate management.Felix (xq) Queißner2020-06-1114-4/+642
|
* Adds install target to makefile, adds support for transient client certificates.Felix (xq) Queißner2020-06-1021-26/+611
|
* More help!Felix (xq) Queißner2020-06-104-24/+190
|
* Finishes features for Version 0.2Felix (xq) Queißner2020-06-101-5/+3
|
* Improves image panning and zoom. Image view is now on a better default and ↵Felix (xq) Queißner2020-06-108-11/+217
| | | | usability.
* Improves gophermaps: Now handle '+' correctly, improves gopher protocol such ↵Felix (xq) Queißner2020-06-106-17/+36
| | | | that it now respects *the lone dot*.
* Enables desktop services via protocols.Felix (xq) Queißner2020-06-105-13/+67
|
* Adds some right click menus, fixes bug in gopher.Felix (xq) Queißner2020-06-1011-31/+136
|
* Introduces plain text renderer for improved styling.Felix (xq) Queißner2020-06-095-12/+53
|
* Adds some more detailled roadmap planFelix (xq) Queißner2020-06-091-19/+33
|
* Includes cmark markdown parser library.Felix (xq) Queißner2020-06-09116-0/+47704
|
* Adds theme support:Felix (xq) Queißner2020-06-099-5/+167
|
* Adds internal preset handling. Still missing import/export.Felix (xq) Queißner2020-06-094-21/+95
|
* Adds audio/video marker.Felix (xq) Queißner2020-06-091-0/+2
|
* Adds document margin to markdown, plaintext, html.Felix (xq) Queißner2020-06-092-2/+5
|
* Adds help document, adds block quote support, updates gemini parser to ↵Felix (xq) Queißner2020-06-0918-24/+246
| | | | newest spec, adds support for arbitrary gemini files in about: space, adds url bar shortcut, fixes bug with line breaks in preformatted text
* Merge branch 'master' of github.com:MasterQ32/kristallFelix (xq) Queißner2020-06-081-0/+10
|\
| * Merge pull request #3 from tastytea/desktop-entryFelix Queißner2020-06-081-0/+10
| |\ | | | | | | Add Desktop Entry.