aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Help: Fix jumping to anchors on elements that are not renderedHEADmasterEike Ziller10 days1-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
* Add missing license filesKai Köhne2022-10-192-0/+82
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Raise minimum Qt version to the lowest with general supportRobert Loehning2022-09-141-1/+1
* 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-225-3/+12
* Add license headers to cmake filesLucie Gérard2022-07-073-0/+9
* Make pageUp/Down scroll by 1 page onlyJarek Kobus2022-06-151-0/+1
* Use SPDX license identifiersLucie Gérard2022-05-1910-219/+44
* 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
* Add missing .gitattributes and .tag filesJani Heikkinen2021-05-112-0/+4
* 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-212-4/+11
* Update license headers againJarek Kobus2021-04-208-7/+37
* Add attribution file for assistantKai Köhne2021-04-202-0/+32
* Update license headersJarek Kobus2021-04-207-7/+28
* Generate linkHighlighted() also on leave eventJarek Kobus2021-04-202-3/+9
* TestBrowser: Add copy actionEike Ziller2021-04-201-0/+22
* TestBrowser: Add Browse buttonEike Ziller2021-04-201-2/+17
* TestBrowser: Add status widgetEike Ziller2021-04-201-6/+18
* Add linkHighlighted() and copyAvailable() signalsJarek Kobus2021-04-205-10/+71
* Fix cmake to work against Qt6Jarek Kobus2021-04-082-4/+3
* Make Home / End keys workingJarek Kobus2021-04-062-0/+16
* Add a minimal test browserEike Ziller2021-03-163-0/+127