aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Help: Fix jumping to anchors on elements that are not renderedHEADmasterEike Ziller2024-04-101-3/+8
* Update master CSS from litehtmlEike Ziller2024-03-061-47/+91
* Ensure the font pointer isn't nullJarek Kobus2024-02-261-1/+4
* Fix qbs buildChristian Stenger2024-02-151-8/+31
* Make it possible to opt-out of using system litehtmlEike Ziller2024-02-141-1/+4
* Suppress warnings from litehtml headers when compiling qlitehtmlEike Ziller2024-02-131-0/+5
* Make sure that test building is actually disabledEike Ziller2024-02-121-0/+1
* Update litehtml to v0.9Eike Ziller2024-02-065-246/+272
* Support turning antialiasing of fonts offEike Ziller2023-08-235-0/+24
* Update litehtml to v0.6Kai Köhne2023-02-142-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Remove outdated version checksRobert Löhning2022-09-121-30/+0
* Fix litehtml submodule stateEike Ziller2022-09-011-0/+0
* Fix qurl encoding/decodingMarcus Tillmanns2022-09-011-2/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-222-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Make pageUp/Down scroll by 1 page onlyJarek Kobus2022-06-151-0/+1
* Use SPDX license identifiersLucie Gérard2022-05-196-162/+12
* Suppress compile warnings from litehtmlEike Ziller2022-05-171-0/+12
* Update litehtml to latest masterChristian Stenger2022-02-231-0/+0
* Fix qbs buildChristian Stenger2022-02-171-0/+9
* Fix parsing of float numbers with different localesEvgeniy A. Dushistov2022-02-153-2/+2
* Fix a rather dire warning about usage of not-virtual destructorEvgeniy A. Dushistov2021-11-012-1/+1
* Update litehtml submodule to the last versionJarek Kobus2021-10-271-0/+0
* Make Numpad and Page actions workingJarek Kobus2021-10-201-6/+17
* Document upstream gumbo versionKai Köhne2021-09-091-0/+1
* Force static build of litehtmlEike Ziller2021-08-311-0/+3
* Fix installation of .lib file on WindowsEike Ziller2021-08-121-1/+1
* Fix handling of links that only consist of fragmentEike Ziller2021-07-121-0/+3
* Fix static library suffix on WindowsLi Xinwei2021-05-201-1/+1
* Fix .lib suffix on Windows to contain major version numberEike Ziller2021-05-201-1/+3
* Add CMake variable for specifying archive install pathEike Ziller2021-05-191-1/+7
* qbs build: Adapt to "product" deprecationChristian Kandeler2021-05-111-3/+3
* Fix static build on WindowsEike Ziller2021-05-051-1/+5
* Add option for building qlitehtml staticallyEike Ziller2021-05-041-1/+5
* Make it possible to compile qlitehtml without clipboard featureJarek Kobus2021-04-211-0/+4
* Update license headers againJarek Kobus2021-04-206-6/+6
* Add attribution file for assistantKai Köhne2021-04-202-0/+32
* Update license headersJarek Kobus2021-04-206-7/+25
* Generate linkHighlighted() also on leave eventJarek Kobus2021-04-202-3/+9
* Add linkHighlighted() and copyAvailable() signalsJarek Kobus2021-04-205-10/+71
* Fix cmake to work against Qt6Jarek Kobus2021-04-081-3/+1
* Make Home / End keys workingJarek Kobus2021-04-062-0/+16
* Fix some cases of "relative URL" resolutionEike Ziller2021-03-151-3/+15
* Fix construction of base URLEike Ziller2021-03-151-6/+7
* Do not force a specific C++ standard on the libraryEike Ziller2021-03-121-2/+0
* Fix QVector detaching (clazy warning)Kai Pastor2021-03-071-6/+10
* Remove obsolete local variableKai Pastor2021-03-041-1/+0
* Add a root CMakeLists.txtKai Pastor2021-03-041-2/+4
* Require at least Qt 5.11Kai Pastor2021-03-031-1/+1