| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add ugly guppy:// v0.4 support | Dima Krasner | 2023-11-09 | 1 | -0/+2 |
| | | |||||
| * | Replace QInputDialog with custom dialog for queries | Xavier Del Campo Romero | 2023-10-13 | 1 | -2/+5 |
| | | | | | | | | | | | | Recent commits allowed multi-line input while reusing the QInputDialog object already defined by Kristall. However, QInputDialog lacks a way to access its QPlainTextEdit directly, and therefore set the wrap mode. Since QInputDialog does no wrapping, it is inconvenient for writing a long text (think of social media sites such as BBS or Station). Therefore, a custom QDialog-derived class, namely QueryDialog, has been provided. | ||||
| * | Introduce Qt 6 support | Alexey Andreyev | 2023-03-24 | 1 | -1/+1 |
| | | | | | With QT_VERSION_CHECK and core5compat module | ||||
| * | fix missing kristall version when not building in git repo | Carlos Henrique Lima Melara | 2022-12-30 | 1 | -1/+7 |
| | | |||||
| * | src/kristall.pro: append CPPFLAGS to CFLAGS and CXXFLAGS | Carlos Henrique Lima Melara | 2022-01-30 | 1 | -1/+4 |
| | | | | | qmake does not use QMAKE_CPPFLAGS, this is a hack to include it. | ||||
| * | new location macos 11 homebrew qt | quietok(david) | 2021-09-13 | 1 | -2/+2 |
| | | |||||
| * | Fix x86 for Haiku and maybe others | quietok(david) | 2021-09-13 | 1 | -0/+3 |
| | | |||||
| * | Fix building on macOS/arm64 | linear | 2021-09-05 | 1 | -5/+13 |
| | | | | | | | | | Homebrew installs to a different directory on macOS/arm64. this adds checks in the Makefile and in kristall.pro, and sets the correct paths to Homebrew depending on whether the build is targeting arm64 or not. | ||||
| * | Further improves localization (#191). Allows switching and setting the ↵ | Felix (xq) Queißner | 2021-05-08 | 1 | -0/+2 |
| | | | | | chosen localization properly. | ||||
| * | Respect *FLAGS environment variables. | tastytea | 2021-04-10 | 1 | -9/+5 |
| | | | | | | | | | | | This initializes QMAKE_CFLAGS, QMAKE_CXXFLAGS and QMAKE_LFLAGS with the corresponding environment variables on all OSs. The variables will be expanded when qmake is run[1]. This is a generalization of #171. [1] <https://doc.qt.io/archives/qt-4.8/qmake-advanced-usage.html#variables> | ||||
| * | kristall.pro: fix gumbo's pkg-config name | Karol Kosek | 2021-03-09 | 1 | -1/+1 |
| | | |||||
| * | Starts to implement new HTML renderer based on gumbo. Everything is a bit ↵ | Felix (xq) Queißner | 2021-03-08 | 1 | -0/+10 |
| | | | | | borked and only trivial documents work correctly. | ||||
| * | Implement interface translation | Carmina16 | 2021-03-06 | 1 | -1/+4 |
| | | |||||
| * | Only test for dpkg-buildflags on linux systems | Carlos Henrique Lima Melara | 2021-02-24 | 1 | -6/+8 |
| | | |||||
| * | Check if dpkg-buildflags is present and append flags in qmake for | Carlos Henrique Lima Melara | 2021-02-24 | 1 | -0/+8 |
| | | | | | hardening | ||||
| * | Search box: better reimplementation | Mike Skec | 2021-02-09 | 1 | -2/+4 |
| | | | | | This was necessary to fix a bug, where the URL bar becomes unusable while search box is visible. | ||||
| * | Add embedded icon for win32 | Michael Skec | 2021-02-07 | 1 | -0/+3 |
| | | |||||
| * | cache code refactor | Mike Skec | 2021-01-06 | 1 | -2/+4 |
| | | |||||
| * | Apply favourites button workaround | Mike Skec | 2021-01-05 | 1 | -2/+4 |
| | | | | | https://bugreports.qt.io/browse/QTBUG-2036 | ||||
| * | New popup when adding to favourites! | Mike Skec | 2021-01-04 | 1 | -2/+4 |
| | | |||||
| * | Allow to use external cmark | Karol Kosek | 2021-01-04 | 1 | -1/+6 |
| | | |||||
| * | remove debug | John Sennesael | 2020-10-20 | 1 | -1/+1 |
| | | |||||
| * | initial work on ansi escape char rendering | John Sennesael | 2020-10-20 | 1 | -1/+2 |
| | | |||||
| * | Adds primitive support for emoji fonts. | Felix (xq) Queißner | 2020-08-17 | 1 | -2/+3 |
| | | |||||
| * | Add Homebrew lib and include paths to build script | Jagger De Leo | 2020-07-06 | 1 | -0/+11 |
| | | | | | Add macOS app icon | ||||
| * | Makes windows build possible. | Felix Queißner | 2020-06-30 | 1 | -1/+9 |
| | | |||||
| * | Fixes #25 and #23, starts to implement new config/cache directory system. | Felix (xq) Queißner | 2020-06-28 | 1 | -0/+2 |
| | | |||||
| * | Fixes typo, adds middle-click to open link in new tab. | Felix (xq) Queißner | 2020-06-27 | 1 | -0/+2 |
| | | |||||
| * | Allows middle-clicking to close tabs. | Felix (xq) Queißner | 2020-06-27 | 1 | -0/+4 |
| | | |||||
| * | Starts to implement new markdown rendering | Felix (xq) Queißner | 2020-06-23 | 1 | -0/+4 |
| | | |||||
| * | Restructures the project source and cleans up a bit | Felix (xq) Queißner | 2020-06-22 | 1 | -45/+45 |
| | | |||||
| * | Includes cmark into build. | Felix (xq) Queißner | 2020-06-22 | 1 | -0/+3 |
| | | |||||
| * | Fixes makefile for libiconv on BSDs | Felix (xq) Queißner | 2020-06-21 | 1 | -0/+4 |
| | | |||||
| * | Starts implementation of certificate import/export. | Felix (xq) Queißner | 2020-06-20 | 1 | -0/+3 |
| | | |||||
| * | Reworks TLS trust to enable symmetry between HTTPS and Gemini | Felix (xq) Queißner | 2020-06-19 | 1 | -1/+4 |
| | | |||||
| * | Adds iconv implementation to convert between input charset and UTF-8 for ↵ | Felix (xq) Queißner | 2020-06-19 | 1 | -0/+2 |
| | | | | | display. | ||||
| * | Small fix: Client Certificates work for Gemini again. | Felix (xq) Queißner | 2020-06-18 | 1 | -2/+2 |
| | | |||||
| * | Makes gemini protocol handler a bit more robust.Makes style preview a file ↵ | Felix (xq) Queißner | 2020-06-17 | 1 | -0/+2 |
| | | | | | 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ßner | 2020-06-16 | 1 | -1/+10 |
| | | | | | code. Now all errors are handled the same. | ||||
| * | Adds improved client certificate management, adds server certificate management. | Felix (xq) Queißner | 2020-06-16 | 1 | -1/+14 |
| | | |||||
| * | Adds certificate manager, removes client certificate window. | Felix (xq) Queißner | 2020-06-12 | 1 | -0/+3 |
| | | |||||
| * | Fixes two overflow bugs in labels. No weird scaling based on links anymore. | Felix (xq) Queißner | 2020-06-12 | 1 | -0/+2 |
| | | |||||
| * | Keep -no-unused-parameter on non-MSVC | Alexandros Naskos | 2020-06-11 | 1 | -0/+6 |
| | | |||||
| * | Windows (MSVC) build fixes | Alexandros Naskos | 2020-06-11 | 1 | -3/+7 |
| | | |||||
| * | Adds first draft of client certificate management. | Felix (xq) Queißner | 2020-06-11 | 1 | -0/+5 |
| | | |||||
| * | Adds install target to makefile, adds support for transient client certificates. | Felix (xq) Queißner | 2020-06-10 | 1 | -0/+10 |
| | | |||||
| * | Improves image panning and zoom. Image view is now on a better default and ↵ | Felix (xq) Queißner | 2020-06-10 | 1 | -0/+5 |
| | | | | | usability. | ||||
| * | Adds some right click menus, fixes bug in gopher. | Felix (xq) Queißner | 2020-06-10 | 1 | -0/+3 |
| | | |||||
| * | Introduces plain text renderer for improved styling. | Felix (xq) Queißner | 2020-06-09 | 1 | -0/+2 |
| | | |||||
| * | Adds support for finger protocol. | Felix (xq) Queißner | 2020-06-08 | 1 | -0/+2 |
| | | |||||
