| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | MarkdownRenderer: apply replacing quotes | Karol Kosek | 2021-04-05 | 1 | -1/+2 | |
| | | ||||||
| * | Move replace_quotes to renderhelpers | Karol Kosek | 2021-04-05 | 3 | -81/+81 | |
| | | ||||||
| * | MarkdownRenderer: use blockquotes style from config | Karol Kosek | 2021-04-05 | 1 | -0/+6 | |
| | | ||||||
| * | MarkdownRenderer: use bullet list style from config | Karol Kosek | 2021-04-05 | 1 | -3/+1 | |
| | | ||||||
| * | MarkdownRenderer: use unordered list style from config | Karol Kosek | 2021-04-05 | 1 | -4/+5 | |
| | | ||||||
| * | MarkdownRenderer: follow centering first header option | Karol Kosek | 2021-04-05 | 1 | -1/+11 | |
| | | ||||||
| * | MarkdownRenderer: use header formatting from config | Karol Kosek | 2021-04-05 | 1 | -0/+3 | |
| | | | | | | | | | | Now, resetFormatting() between a header and a list block will add an empty block (because that's what resetFormatting()'s doing), which might look a bit off. I couldn't find a better way to this, since using cursor.movePosition(QTextCursor::NextBlock) won't centre the first header in the next commit. :// | |||||
| * | MarkdownRenderer: add default format parameter to resetFormatting() | Karol Kosek | 2021-04-05 | 1 | -5/+5 | |
| | | ||||||
| * | MarkdownRenderer: move resetting format to a separate function | Karol Kosek | 2021-04-05 | 1 | -8/+9 | |
| | | ||||||
| * | MarkdownRenderer: move page_title to RenderState struct | Karol Kosek | 2021-04-05 | 1 | -16/+19 | |
| | | ||||||
| * | don't depend on bash | omni | 2021-04-03 | 2 | -2/+2 | |
| | | ||||||
| * | systemdialog.ui: set style buttons names | Karol Kosek | 2021-04-02 | 1 | -66/+44 | |
| | | | | | The text is hidden unless the user doesn't have that icon installed. | |||||
| * | view source: remove question mark from title bar (#208) | Mike Skec | 2021-03-30 | 1 | -1/+1 | |
| | | ||||||
| * | BrowserTab: set port on relative redirects | Karol Kosek | 2021-03-28 | 1 | -0/+1 | |
| | | ||||||
| * | Restores geometry from previous root window. | Felix (xq) Queißner | 2021-03-17 | 1 | -27/+48 | |
| | | ||||||
| * | sessions: fix lazyload bug | Mike Skec | 2021-03-17 | 1 | -0/+1 | |
| | | ||||||
| * | rename PageMetadata struct to NamedUrl | Mike Skec | 2021-03-17 | 2 | -4/+4 | |
| | | | | | PageMetadata is a little misleading. NamedUrl sounds stupid but is a bit more accurate | |||||
| * | sessions: add 'lazyloading' for restored tabs | Mike Skec | 2021-03-17 | 4 | -7/+31 | |
| | | ||||||
| * | sessions: save page titles and read them before loading page | Mike Skec | 2021-03-17 | 4 | -7/+38 | |
| | | ||||||
| * | sessions: restore window tab indices | Mike Skec | 2021-03-17 | 3 | -18/+37 | |
| | | ||||||
| * | Adds option to have old or new session behaviour. Closes #187 | Felix (xq) Queißner | 2021-03-17 | 5 | -62/+102 | |
| | | ||||||
| * | First draft of session management. Always restores the latest session. | Felix (xq) Queißner | 2021-03-17 | 4 | -25/+130 | |
| | | ||||||
| * | Strip carriage-returns in gemtext | Mike Skec | 2021-03-17 | 1 | -0/+2 | |
| | | ||||||
| * | mark more strings for translation | OIS | 2021-03-16 | 6 | -26/+26 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | 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 | 8 | -29/+509 | |
| | | | | | 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 | |
| | | ||||||
| * | 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. | |||||
| * | Resolves gophermap rendering. Closes #22. | Felix (xq) Queißner | 2021-03-06 | 28 | -32/+65 | |
| | | ||||||
| * | Some cleanup | Carmina16 | 2021-03-06 | 2 | -4/+1 | |
| | | ||||||
| * | Implement interface translation | Carmina16 | 2021-03-06 | 11 | -129/+141 | |
| | | ||||||
| * | 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 | |
| | | ||||||
