| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Small fix: Client Certificates work for Gemini again. | Felix (xq) Queißner | 2020-06-18 | 2 | -3/+3 | |
| |/ | ||||||
| * | Makes cancelling gemini requests more robust. | Felix (xq) Queißner | 2020-06-17 | 2 | -5/+13 | |
| | | ||||||
| * | Makes gemini protocol handler a bit more robust.Makes style preview a file ↵ | Felix (xq) Queißner | 2020-06-17 | 13 | -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ßner | 2020-06-17 | 2 | -34/+87 | |
| | | ||||||
| * | Streamlines HTTP(S) interface and routes the redirects through BrowserTab as ↵ | Felix (xq) Queißner | 2020-06-16 | 3 | -12/+33 | |
| | | | | | well. Prepares for unified protocol handling. | |||||
| * | Improves SSL handling a tad. | Felix (xq) Queißner | 2020-06-16 | 3 | -6/+18 | |
| | | ||||||
| * | Adds improved error handling. | Felix (xq) Queißner | 2020-06-16 | 24 | -14/+226 | |
| | | ||||||
| * | Refactoring: Changes internal structure of requests and unifies a lot of ↵ | Felix (xq) Queißner | 2020-06-16 | 23 | -458/+557 | |
| | | | | | code. Now all errors are handled the same. | |||||
| * | Bugfix for krixano | Felix (xq) Queißner | 2020-06-16 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' of github.com:MasterQ32/kristall | Felix (xq) Queißner | 2020-06-16 | 1 | -0/+1 | |
| |\ | ||||||
| | * | Merge pull request #14 from krixano/master | Felix Queißner | 2020-06-16 | 1 | -0/+1 | |
| | |\ | | | | | | | Add aditional ubuntu dependency for qt svg | |||||
| | | * | Add aditional ubuntu dependency for qt svg | Christian Seibold | 2020-06-15 | 1 | -0/+1 | |
| | |/ | ||||||
| * / | Should fix the build problem for kwiecien | Felix (xq) Queißner | 2020-06-16 | 2 | -7/+1 | |
| |/ | ||||||
| * | Adds improved client certificate management, adds server certificate management. | Felix (xq) Queißner | 2020-06-16 | 30 | -41/+872 | |
| | | ||||||
| * | Merge branch 'master' of github.com:MasterQ32/kristall | Felix (xq) Queißner | 2020-06-12 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Merge pull request #8 from jamestomasino-forks/master | Felix Queißner | 2020-06-12 | 1 | -1/+1 | |
| | |\ | | | | | | | adds sourcefiles as dependency to build task | |||||
| | | * | adds sourcefiles as dependency to build task | James Tomasino | 2020-06-12 | 1 | -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ßner | 2020-06-12 | 14 | -37/+434 | |
| | | | ||||||
| * | | Fixes a small bug in the outline generator. | Felix (xq) Queißner | 2020-06-12 | 1 | -3/+17 | |
| |/ | ||||||
| * | Fixes #7: Wrong end-of-document detection. | Felix (xq) Queißner | 2020-06-12 | 2 | -3/+5 | |
| | | ||||||
| * | Fixes two overflow bugs in labels. No weird scaling based on links anymore. | Felix (xq) Queißner | 2020-06-12 | 6 | -3/+95 | |
| | | ||||||
| * | Merge branch 'master' of github.com:MasterQ32/kristall | Felix (xq) Queißner | 2020-06-11 | 4 | -3/+24 | |
| |\ | ||||||
| | * | Merge pull request #6 from alexnask/master | Felix Queißner | 2020-06-11 | 4 | -3/+24 | |
| | |\ | | | | | | | Windows (MSVC) build fixes | |||||
| | | * | Added OpenSSL build instructions for windows | Alexandros Naskos | 2020-06-11 | 1 | -1/+11 | |
| | | | | ||||||
| | | * | Keep -no-unused-parameter on non-MSVC | Alexandros Naskos | 2020-06-11 | 1 | -0/+6 | |
| | | | | ||||||
| | | * | Windows (MSVC) build fixes | Alexandros Naskos | 2020-06-11 | 3 | -4/+9 | |
| | |/ | ||||||
| * / | Adds two new themes, some credits. | Felix (xq) Queißner | 2020-06-11 | 4 | -22/+47 | |
| |/ | ||||||
| * | Merge pull request #4 from jamestomasino-forks/master | Felix Queißner | 2020-06-11 | 6 | -6/+31 | |
| |\ | | | | | overhaul of Makefile for clean install with desktop file and icons | |||||
| | * | overhaul of Makefile for clean install with desktop file and icons | James Tomasino | 2020-06-11 | 6 | -6/+31 | |
| |/ | ||||||
| * | Removes dependency on QRandomGenerator | Felix (xq) Queißner | 2020-06-11 | 1 | -5/+6 | |
| | | ||||||
| * | Some more TODO items. | Felix (xq) Queißner | 2020-06-11 | 1 | -0/+2 | |
| | | ||||||
| * | Slight improvements for client certificate display, permanent certs are now ↵ | Felix (xq) Queißner | 2020-06-11 | 13 | -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ßner | 2020-06-11 | 14 | -4/+642 | |
| | | ||||||
| * | Adds install target to makefile, adds support for transient client certificates. | Felix (xq) Queißner | 2020-06-10 | 21 | -26/+611 | |
| | | ||||||
| * | More help! | Felix (xq) Queißner | 2020-06-10 | 4 | -24/+190 | |
| | | ||||||
| * | Finishes features for Version 0.2 | Felix (xq) Queißner | 2020-06-10 | 1 | -5/+3 | |
| | | ||||||
| * | Improves image panning and zoom. Image view is now on a better default and ↵ | Felix (xq) Queißner | 2020-06-10 | 8 | -11/+217 | |
| | | | | | usability. | |||||
| * | Improves gophermaps: Now handle '+' correctly, improves gopher protocol such ↵ | Felix (xq) Queißner | 2020-06-10 | 6 | -17/+36 | |
| | | | | | that it now respects *the lone dot*. | |||||
| * | Enables desktop services via protocols. | Felix (xq) Queißner | 2020-06-10 | 5 | -13/+67 | |
| | | ||||||
| * | Adds some right click menus, fixes bug in gopher. | Felix (xq) Queißner | 2020-06-10 | 11 | -31/+136 | |
| | | ||||||
| * | Introduces plain text renderer for improved styling. | Felix (xq) Queißner | 2020-06-09 | 5 | -12/+53 | |
| | | ||||||
| * | Adds some more detailled roadmap plan | Felix (xq) Queißner | 2020-06-09 | 1 | -19/+33 | |
| | | ||||||
| * | Includes cmark markdown parser library. | Felix (xq) Queißner | 2020-06-09 | 116 | -0/+47704 | |
| | | ||||||
| * | Adds theme support: | Felix (xq) Queißner | 2020-06-09 | 9 | -5/+167 | |
| | | ||||||
| * | Adds internal preset handling. Still missing import/export. | Felix (xq) Queißner | 2020-06-09 | 4 | -21/+95 | |
| | | ||||||
| * | Adds audio/video marker. | Felix (xq) Queißner | 2020-06-09 | 1 | -0/+2 | |
| | | ||||||
| * | Adds document margin to markdown, plaintext, html. | Felix (xq) Queißner | 2020-06-09 | 2 | -2/+5 | |
| | | ||||||
| * | Adds help document, adds block quote support, updates gemini parser to ↵ | Felix (xq) Queißner | 2020-06-09 | 18 | -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/kristall | Felix (xq) Queißner | 2020-06-08 | 1 | -0/+10 | |
| |\ | ||||||
| | * | Merge pull request #3 from tastytea/desktop-entry | Felix Queißner | 2020-06-08 | 1 | -0/+10 | |
| | |\ | | | | | | | Add Desktop Entry. | |||||
