aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* man: fix dateMike Skec2021-03-151-1/+1
| | | | The month in the date was set to the 'minute' that the help file was last modified
* mnemonics: remove dockwidget hackMike Skec2021-03-122-11/+3
|
* Add accelerators to menubarMike Skec2021-03-122-24/+33
| | | | A bit of a hack was needed to add these to the dock menu items - the accelerators won't work in non-English languages
* kristall.pro: fix gumbo's pkg-config nameKarol Kosek2021-03-091-1/+1
|
* Makefile: quote QMAKE_CONFIG variable to prevent word splittingKarol Kosek2021-03-091-1/+1
|
* Fixes #41.Felix (xq) Queißner2021-03-081-2/+5
|
* Restructures option dialog even more, adds option to strip '<nav>' tags.Felix (xq) Queißner2021-03-087-243/+301
|
* Starts cleaning up the settings UI a bit.Felix (xq) Queißner2021-03-082-112/+95
|
* Fixes missing header.Felix (xq) Queißner2021-03-081-0/+3
|
* New HTML rendering via HTML code generation.Felix (xq) Queißner2021-03-083-212/+107
|
* Experiments.Felix (xq) Queißner2021-03-081-11/+9
|
* Starts to implement new HTML renderer based on gumbo. Everything is a bit ↵Felix (xq) Queißner2021-03-0841-29/+36807
| | | | borked and only trivial documents work correctly.
* Changes gemini TLS to use 1.2 or higher. See #35 for discussion.Felix (xq) Queißner2021-03-071-1/+1
|
* Fix for the windows build.Felix (xq) Queißner2021-03-071-2/+2
|
* help.gemini: mention ANSI escapesMike Skec2021-03-072-1/+6
|
* Add preference for ANSI escape codesMike Skec2021-03-077-27/+92
|
* Add multi-line ansi escape sequencesMike Skec2021-03-075-8/+13
|
* GeminiRenderer: basis for ansi rendering in gemtext addedMike Skec2021-03-071-2/+13
| | | | Only applied to preformatted text currently. Does not work across multiple lines. No preference just yet
* GeminiRenderer: restructure code; makes highlighting work on non-paragraphsMike Skec2021-03-071-322/+328
|
* about:help: mention windowing shortcuts/optionsMike Skec2021-03-061-3/+6
|
* man: make mention of -w and -i optionsMike Skec2021-03-061-0/+8
|
* Moves all globals into a structure that can be deleted before the app ↵Felix (xq) Queißner2021-03-0622-215/+263
| | | | exists. Fixes #193.
* main.cpp: use QLibraryInfo to get the exact i18n pathKarol Kosek2021-03-061-1/+2
| | | | | Qt translation files were chosen only when you were in /usr/*, because of the relative path. Changing it to use QLibraryInfo fixes that.
* Installs proper nightly deployment.Felix (xq) Queißner2021-03-062-45/+35
|
* More CI. Fixes wrong brew package name.Felix (xq) Queißner2021-03-062-5/+6
|
* More CI stuff.Felix (xq) Queißner2021-03-061-8/+18
|
* More CI stuffFelix (xq) Queißner2021-03-061-5/+20
|
* Resolves gophermap rendering. Closes #22.Felix (xq) Queißner2021-03-0628-32/+65
|
* Improves deployment.Felix (xq) Queißner2021-03-061-4/+13
|
* Some cleanupCarmina162021-03-062-4/+1
|
* Implement interface translationCarmina162021-03-0613-129/+4260
|
* Tries to add MacOS build via actionsFelix (xq) Queißner2021-03-061-15/+44
|
* Closes #190Felix (xq) Queißner2021-03-063-19/+21
|
* Implements proper multi-window support.Felix (xq) Queißner2021-03-066-57/+178
|
* Starts preparing the codebase for multiple windows.Felix (xq) Queißner2021-03-063-37/+108
|
* Implements an IPC scheme for kristall. Closes #139.Felix (xq) Queißner2021-03-064-31/+317
|
* Fix #186: screwed line endings in copied textMike Skec2021-03-061-0/+10
|
* font -> font-select-symbolicKarol Kosek2021-03-064-8/+8
| | | | | | The "font" icon could sometimes refer to mimetype icon instead of the action icon. Changing the name to font-select-symbolic removes the ambiguity.
* palette -> color-select-symbolicKarol Kosek2021-03-064-13/+13
| | | | | | | | Many icon themes does not have the palette icon, which results in an empty button in the settings. It should fix a bug from one of the comments in #64. (but not the issue itself).
* Removes built manpage on cleanCarlos Henrique Lima Melara2021-03-041-0/+1
|
* Adds missing mkdir.Felix (xq) Queißner2021-03-031-0/+1
|
* Makefile: Change manpath to include PREFIXMichael Skec2021-03-021-2/+2
| | | | | Co-authored-by: Karol Kosek <krkk@krkk.ct8.pl> Signed-off-by: Mike Skec <skec@protonmail.ch>
* help.gemini: add spaces after headersMike Skec2021-03-022-2/+31
| | | | 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-022-25/+44
|
* Makefile: add man page to install/uninstall targetsMike Skec2021-03-021-1/+11
| | | | Currently we install the man page by default to /usr/share/man/man1/kristall.1. This should be fine - we allow users to specify the MANPATH variable on command line if they wish to install somewhere else. We could make it more complicated by using /usr/share/man:/usr/lib/jvm/default/man command to determine install location, but unless this becomes an issue, I don't think we'd need to use that
* Add awk script for gemtext to man conversionMike Skec2021-03-022-95/+127
|
* help.gemini: slight wording changes more suitable for man pageMike Skec2021-03-022-6/+5
|
* Man page generation script addedMike Skec2021-03-024-1/+161
| | | | Not yet added to make target. ^Cy also need some improving.
* Fix double line-feed in plain text documentsMike Skec2021-03-011-1/+15
|
* URI fix: mention RFC referenceMike Skec2021-03-011-4/+4
| | | | also checks if the *authority* is empty rather than the host