| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | man: fix date | Mike Skec | 2021-03-15 | 1 | -1/+1 | |
| | | | | | The month in the date was set to the 'minute' that the help file was last modified | |||||
| * | mnemonics: remove dockwidget hack | Mike Skec | 2021-03-12 | 2 | -11/+3 | |
| | | ||||||
| * | Add accelerators to menubar | Mike Skec | 2021-03-12 | 2 | -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 name | Karol Kosek | 2021-03-09 | 1 | -1/+1 | |
| | | ||||||
| * | Makefile: quote QMAKE_CONFIG variable to prevent word splitting | Karol Kosek | 2021-03-09 | 1 | -1/+1 | |
| | | ||||||
| * | Fixes #41. | Felix (xq) Queißner | 2021-03-08 | 1 | -2/+5 | |
| | | ||||||
| * | Restructures option dialog even more, adds option to strip '<nav>' tags. | Felix (xq) Queißner | 2021-03-08 | 7 | -243/+301 | |
| | | ||||||
| * | Starts cleaning up the settings UI a bit. | Felix (xq) Queißner | 2021-03-08 | 2 | -112/+95 | |
| | | ||||||
| * | Fixes missing header. | Felix (xq) Queißner | 2021-03-08 | 1 | -0/+3 | |
| | | ||||||
| * | New HTML rendering via HTML code generation. | Felix (xq) Queißner | 2021-03-08 | 3 | -212/+107 | |
| | | ||||||
| * | Experiments. | Felix (xq) Queißner | 2021-03-08 | 1 | -11/+9 | |
| | | ||||||
| * | Starts to implement new HTML renderer based on gumbo. Everything is a bit ↵ | Felix (xq) Queißner | 2021-03-08 | 41 | -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ßner | 2021-03-07 | 1 | -1/+1 | |
| | | ||||||
| * | Fix for the windows build. | Felix (xq) Queißner | 2021-03-07 | 1 | -2/+2 | |
| | | ||||||
| * | help.gemini: mention ANSI escapes | Mike Skec | 2021-03-07 | 2 | -1/+6 | |
| | | ||||||
| * | Add preference for ANSI escape codes | Mike Skec | 2021-03-07 | 7 | -27/+92 | |
| | | ||||||
| * | Add multi-line ansi escape sequences | Mike Skec | 2021-03-07 | 5 | -8/+13 | |
| | | ||||||
| * | GeminiRenderer: basis for ansi rendering in gemtext added | Mike Skec | 2021-03-07 | 1 | -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-paragraphs | Mike Skec | 2021-03-07 | 1 | -322/+328 | |
| | | ||||||
| * | about:help: mention windowing shortcuts/options | Mike Skec | 2021-03-06 | 1 | -3/+6 | |
| | | ||||||
| * | man: make mention of -w and -i options | Mike Skec | 2021-03-06 | 1 | -0/+8 | |
| | | ||||||
| * | Moves all globals into a structure that can be deleted before the app ↵ | Felix (xq) Queißner | 2021-03-06 | 22 | -215/+263 | |
| | | | | | exists. Fixes #193. | |||||
| * | main.cpp: use QLibraryInfo to get the exact i18n path | Karol Kosek | 2021-03-06 | 1 | -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ßner | 2021-03-06 | 2 | -45/+35 | |
| | | ||||||
| * | More CI. Fixes wrong brew package name. | Felix (xq) Queißner | 2021-03-06 | 2 | -5/+6 | |
| | | ||||||
| * | More CI stuff. | Felix (xq) Queißner | 2021-03-06 | 1 | -8/+18 | |
| | | ||||||
| * | More CI stuff | Felix (xq) Queißner | 2021-03-06 | 1 | -5/+20 | |
| | | ||||||
| * | Resolves gophermap rendering. Closes #22. | Felix (xq) Queißner | 2021-03-06 | 28 | -32/+65 | |
| | | ||||||
| * | Improves deployment. | Felix (xq) Queißner | 2021-03-06 | 1 | -4/+13 | |
| | | ||||||
| * | Some cleanup | Carmina16 | 2021-03-06 | 2 | -4/+1 | |
| | | ||||||
| * | Implement interface translation | Carmina16 | 2021-03-06 | 13 | -129/+4260 | |
| | | ||||||
| * | Tries to add MacOS build via actions | Felix (xq) Queißner | 2021-03-06 | 1 | -15/+44 | |
| | | ||||||
| * | Closes #190 | Felix (xq) Queißner | 2021-03-06 | 3 | -19/+21 | |
| | | ||||||
| * | Implements proper multi-window support. | Felix (xq) Queißner | 2021-03-06 | 6 | -57/+178 | |
| | | ||||||
| * | Starts preparing the codebase for multiple windows. | Felix (xq) Queißner | 2021-03-06 | 3 | -37/+108 | |
| | | ||||||
| * | Implements an IPC scheme for kristall. Closes #139. | Felix (xq) Queißner | 2021-03-06 | 4 | -31/+317 | |
| | | ||||||
| * | Fix #186: screwed line endings in copied text | Mike Skec | 2021-03-06 | 1 | -0/+10 | |
| | | ||||||
| * | font -> font-select-symbolic | Karol Kosek | 2021-03-06 | 4 | -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-symbolic | Karol Kosek | 2021-03-06 | 4 | -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 clean | Carlos Henrique Lima Melara | 2021-03-04 | 1 | -0/+1 | |
| | | ||||||
| * | Adds missing mkdir. | Felix (xq) Queißner | 2021-03-03 | 1 | -0/+1 | |
| | | ||||||
| * | Makefile: Change manpath to include PREFIX | Michael Skec | 2021-03-02 | 1 | -2/+2 | |
| | | | | | | Co-authored-by: Karol Kosek <krkk@krkk.ct8.pl> Signed-off-by: Mike Skec <skec@protonmail.ch> | |||||
| * | help.gemini: add spaces after headers | Mike Skec | 2021-03-02 | 2 | -2/+31 | |
| | | | | | It seems common in gemtext to have a line of spacing after headings. helps with readability a bit | |||||
| * | help.gemini: changes and additions | Mike Skec | 2021-03-02 | 2 | -25/+44 | |
| | | ||||||
| * | Makefile: add man page to install/uninstall targets | Mike Skec | 2021-03-02 | 1 | -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 conversion | Mike Skec | 2021-03-02 | 2 | -95/+127 | |
| | | ||||||
| * | help.gemini: slight wording changes more suitable for man page | Mike Skec | 2021-03-02 | 2 | -6/+5 | |
| | | ||||||
| * | Man page generation script added | Mike Skec | 2021-03-02 | 4 | -1/+161 | |
| | | | | | Not yet added to make target. ^Cy also need some improving. | |||||
| * | Fix double line-feed in plain text documents | Mike Skec | 2021-03-01 | 1 | -1/+15 | |
| | | ||||||
| * | URI fix: mention RFC reference | Mike Skec | 2021-03-01 | 1 | -4/+4 | |
| | | | | | also checks if the *authority* is empty rather than the host | |||||
