| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 | James Tomasino | 2020-06-12 | 1 | -1/+1 |
| | |/ |
|
| * | | 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 |
| | |\ |
|
| | | * | 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 | 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 s... | Felix (xq) Queißner | 2020-06-11 | 13 | -63/+97 |
| * | 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 us... | Felix (xq) Queißner | 2020-06-10 | 8 | -11/+217 |
| * | Improves gophermaps: Now handle '+' correctly, improves gopher protocol such ... | Felix (xq) Queißner | 2020-06-10 | 6 | -17/+36 |
| * | 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 newest... | Felix (xq) Queißner | 2020-06-09 | 18 | -24/+246 |
| * | 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. | tastytea | 2020-06-08 | 1 | -0/+10 |
| * | | | Some README adjustments. | Felix (xq) Queißner | 2020-06-08 | 1 | -6/+9 |
| |/ / |
|
| * | | Changes finger responses to monospace font. | Felix (xq) Queißner | 2020-06-08 | 3 | -4/+9 |
| * | | Adds support for finger protocol. | Felix (xq) Queißner | 2020-06-08 | 8 | -11/+138 |
| * | | Adds loading progress display. | Felix (xq) Queißner | 2020-06-08 | 9 | -0/+20 |
| * | | Fixes bug with URL escaping, adds experimental text highlighting | Felix (xq) Queißner | 2020-06-08 | 6 | -7/+48 |
| |/ |
|
| * | Adds two new options for text display: gophermap rendering with text or icons... | Felix (xq) Queißner | 2020-06-08 | 16 | -76/+240 |
| * | Fixes #2: Adds command line parsing. | Felix (xq) Queißner | 2020-06-08 | 3 | -4/+22 |
| * | Improves gopher map rendering with icons and monospace font, adds status bar ... | Felix (xq) Queißner | 2020-06-08 | 24 | -52/+159 |
| * | Adds some notes about MacOS in bug section, adds patch for more casserts! | Felix (xq) Queißner | 2020-06-08 | 7 | -9/+15 |
| * | Updates changelog, readme. | Felix (xq) Queißner | 2020-06-08 | 2 | -4/+15 |
| * | Ubuntu20.04 patch commit. Happy hacking! | Felix Queißner | 2020-06-08 | 5 | -3/+9 |
| * | Adds changelog, utility menus, and support for file:// | Felix (xq) Queißner | 2020-06-08 | 16 | -21/+152 |
| * | Adds support for multimedia modules: Now can pla audio/ (tested) and video/ (... | Felix (xq) Queißner | 2020-06-08 | 8 | -5/+219 |