aboutsummaryrefslogtreecommitdiff
path: root/src/about
Commit message (Collapse)AuthorAgeFilesLines
* src/about/help.gemini: fix typo (completly -> completely)Carlos Henrique Lima Melara2022-12-251-1/+1
|
* Add support for XHTML This patch sends XHTML down the HTML renderer path ↵Thomas Groman2021-05-081-0/+1
| | | | | | instead of erroring out unsupported mime. It does not implement XHTML exactly to the spec. That could hopefully be looked at in the future. Signed-off-by: Thomas Groman <tgroman@nuegia.net>
* Restructures option dialog even more, adds option to strip '<nav>' tags.Felix (xq) Queißner2021-03-081-19/+34
|
* help.gemini: mention ANSI escapesMike Skec2021-03-071-0/+5
|
* about:help: mention windowing shortcuts/optionsMike Skec2021-03-061-3/+6
|
* Resolves gophermap rendering. Closes #22.Felix (xq) Queißner2021-03-061-7/+8
|
* Closes #190Felix (xq) Queißner2021-03-061-0/+2
|
* Implements proper multi-window support.Felix (xq) Queißner2021-03-061-1/+4
|
* Implements an IPC scheme for kristall. Closes #139.Felix (xq) Queißner2021-03-062-1/+6
|
* help.gemini: add spaces after headersMike Skec2021-03-021-0/+29
| | | | It seems common in gemtext to have a line of spacing after headings. helps with readability a bit
* help.gemini: changes and additionsMike Skec2021-03-021-23/+42
|
* help.gemini: slight wording changes more suitable for man pageMike Skec2021-03-021-4/+4
|
* help.gemini: add centre-h1 infoMike Skec2021-02-281-3/+2
|
* help.gemini: add emoji preference infoMike Skec2021-02-271-0/+2
|
* Fix some typos pointed by Debian lintian in src/about/help.geminiCarlos Henrique Lima Melara2021-02-241-4/+4
|
* More consistent line height in headings and preformatted blocksMike Skec2021-02-231-2/+2
| | | | Also updates help.gemini to reflect changes
* help.gemini: remove duplicated shortcutKarol Kosek2021-02-231-1/+0
| | | | Co-authored-by: Mike Skec <skec@protonmail.ch>
* help.gemini: add shortcuts from #86 and #95 to the manualKarol Kosek2021-02-231-1/+6
|
* Add 'indent size' optionMike Skec2021-02-231-1/+7
| | | | Also includes some about:help additions
* List item symbol preferneceMike Skec2021-02-201-0/+2
|
* Change default blockquote indent to 1Mike Skec2021-02-201-1/+1
| | | | I think it's a nicer default
* Update help.geminiMike Skec2021-02-181-3/+59
| | | | Also add icons to root/parent navigation menu options, and move the preferences for them in the settings dialog
* help.gemini: add help entry for search engineMike Skec2021-02-151-0/+12
|
* Tries to enable windows builds with github actions.Felix (xq) Queißner2020-08-171-1/+1
|
* Makes TLS editor columns sortable. Closes #42.Felix (xq) Queißner2020-08-171-0/+1
|
* Adds 'show document source' menu item. Closes #11.Felix (xq) Queißner2020-08-171-0/+1
|
* Updates changelog a bitFelix (xq) Queißner2020-08-171-2/+9
|
* Adds primitive support for emoji fonts.Felix (xq) Queißner2020-08-171-0/+5
|
* Implements style preview for kristall document styles. Allows importing them ↵Felix (xq) Queißner2020-06-292-0/+28
| | | | via the preview site.
* Some more manualFelix (xq) Queißner2020-06-211-8/+18
|
* Adds 'OS Default' theme.Felix (xq) Queißner2020-06-211-0/+1
|
* Fixes some minor bugs, uses MimeType more, updates help.gemini and ↵Felix (xq) Queißner2020-06-212-38/+80
| | | | updates.gemini.
* Updates the existing manual sections up-to-date.Felix (xq) Queißner2020-06-211-9/+40
|
* Small changes.Felix (xq) Queißner2020-06-191-1/+3
|
* Adds safety measure to prevent Kristall send too large input messages to the ↵Felix (xq) Queißner2020-06-191-0/+1
| | | | server.
* Adds iconv implementation to convert between input charset and UTF-8 for ↵Felix (xq) Queißner2020-06-191-1/+2
| | | | display.
* Rescopes version 0.3, adds roadmap plans for 0.4.Felix (xq) Queißner2020-06-181-3/+5
|
* Reworks global settings handling, improves redirection configuration.Felix (xq) Queißner2020-06-181-0/+1
|
* Makes client certificate usage a bit more secure.Felix (xq) Queißner2020-06-181-0/+1
|
* Makes gemini protocol handler a bit more robust.Makes style preview a file ↵Felix (xq) Queißner2020-06-172-0/+22
| | | | in about: instead of hardcoding it. Starts to implement the options menu for redirection configuration.
* Refactoring: Changes internal structure of requests and unifies a lot of ↵Felix (xq) Queißner2020-06-161-1/+1
| | | | code. Now all errors are handled the same.
* Adds improved client certificate management, adds server certificate management.Felix (xq) Queißner2020-06-161-0/+2
|
* Fixes #7: Wrong end-of-document detection.Felix (xq) Queißner2020-06-121-1/+3
|
* Slight improvements for client certificate display, permanent certs are now ↵Felix (xq) Queißner2020-06-111-0/+38
| | | | selectable with double click and have icons, adds changelog into application itself: about:updates
* More help!Felix (xq) Queißner2020-06-101-11/+184
|
* Adds help document, adds block quote support, updates gemini parser to ↵Felix (xq) Queißner2020-06-092-0/+71
newest spec, adds support for arbitrary gemini files in about: space, adds url bar shortcut, fixes bug with line breaks in preformatted text