Yuri Kobets
2c033bff0b
Merge pull request #156 from kkoehne/master
...
gumbo: Fix MSVC warnings (64 bit)
2021-05-27 18:42:22 +03:00
Kai Köhne
f66b854983
gumbo: Fix MSVC warnings about conversion from '__int64' to 'int'
...
Fix warnings like
utf8.c(140): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data
2021-05-27 15:22:03 +02:00
Kai Köhne
7ada04638d
gumbo: Fix MSVC warnings about conversion from 'size_t' to 'int'
...
Fix warnings like
warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
with Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64
2021-05-27 14:54:57 +02:00
Yuri Kobets
b4c815c0ed
Merge pull request #150 from manisandro/master
...
Add licenses for bundled libraries, compile xxd from source instead of using pre-built binary
2021-03-23 19:28:34 +03:00
Sandro Mani
b49f3733a1
Bundle xxd as source, add option whether to use external xxd, add
...
license for xxd
2021-03-23 16:48:28 +01:00
Sandro Mani
66a8c38799
Add ASL2.0 license text for bundled gumbo
2021-03-23 16:48:28 +01:00
Yuri Kobets
68f9756edb
Merge pull request #149 from manisandro/master
...
Add option to link against external gumbo
2021-03-23 14:49:43 +03:00
Sandro Mani
86930c5a77
Add option to link against external gumbo
2021-03-23 11:41:36 +01:00
Yuri Kobets
b6442d9f34
Merge pull request #148 from manisandro/master
...
Patches from Fedora packaging
2021-03-17 17:36:34 +03:00
Sandro Mani
befbf12bf4
Honour LIB_SUFFIX to support distros using lib64
2021-03-17 11:32:38 +01:00
Sandro Mani
dbff4b5cbd
Add soversion
2021-03-17 11:31:34 +01:00
Yuri Kobets
db7f59d588
Merge pull request #144 from cristianadam/master
...
Build fix for MSVC 2019
2020-12-17 01:24:04 +03:00
Cristian Adam
3f3ccddc6e
Build fix for MSVC 2019
...
Fixes failures like:
..\..\src\plugins\help\qlitehtml\litehtml\src\num_cvt.cpp(62):
error C2440: 'initializing': cannot convert from 'const char [2]' to
'litehtml::tchar_t *' ..\..\src\plugins\help\qlitehtml\litehtml\src\num_cvt.cpp(62):
note: Conversion from string literal loses const qualifier (see /Zc:strictStrings)
2020-12-15 18:59:59 +01:00
Yuri Kobets
f016b0453f
Merge pull request #143 from e4z9/master
...
Increase minimum CMake version to 3.5
2020-12-15 18:23:16 +03:00
Eike Ziller
72ba3e516f
Increase minimum CMake version to 3.5
...
CMake 3.19 starts warning:
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
CMake 3.5 is already a very low minimum requirement.
2020-12-15 16:08:35 +01:00
Yuri Kobets
8c1f09405a
Merge pull request #142 from e4z9/master
...
Fix box width for ordered list markers
2020-12-15 12:30:34 +03:00
Eike Ziller
894985ac0b
Fix box width for ordered list markers
...
Amends 58e92d6dc6
2020-11-19 13:26:36 +01:00
Yuri Kobets
f06d139a0c
Merge pull request #137 from fpw/fix/float-left-padding
...
Fix #136 without breaking #51
2020-07-01 22:26:03 +03:00
Folke Will
cb8bff05a8
Fix indentation
2020-06-27 00:49:41 +02:00
Folke Will
c1657f5e29
Fix #51 and #136
2020-06-27 00:47:40 +02:00
Yuri Kobets
8eb3da4b75
Merge pull request #134 from JamieEclipse/master
...
Added support for loading HTML into an existing element
2020-06-15 00:35:41 +03:00
Unknown
3b0affe68e
Remove accidental temporary code to fix line breaks
2020-06-14 16:55:56 +01:00
Unknown
da53571a47
Added support for loading HTML into an existing element
2020-06-14 01:13:51 +01:00
Yuri Kobets
9e97f54890
Merge pull request #131 from jfpoole/fix-cmake-build
...
Fix CMake build on Linux
2020-05-18 10:10:20 +03:00
John Poole
b874f00bdb
Add missing file to CMakeLists.txt
2020-05-17 17:10:58 -04:00
Yuri Kobets
58e92d6dc6
Extended support for ordered lists.
...
Supported list-style-type: decimal, decimal-leading-zero, lower/upper-latin, lower/upper-alpha, lower/upper-roman, lower-greek
2020-05-10 02:55:34 +03:00
Alex Zhondin
259d96c2e1
added missing files
2020-05-09 13:44:24 +03:00
Alex Zhondin
948930ad35
support ordered lists
2020-05-09 13:44:24 +03:00
Yuri Kobets
90555f1758
Merge pull request #119 from adamfowleruk/feature-haiku
...
Feature haiku
2020-01-02 04:13:46 +03:00
Adam Fowler
eb433d8d66
Added rendering of html string
2020-01-01 10:44:08 -05:00
Adam Fowler
a3f0c1ca14
Updated README for Haiku OS support
2020-01-01 09:42:59 -05:00
Yuri Kobets
37fdac3fbf
Merge pull request #118 from adamfowleruk/feature-haiku
...
Feature haiku
2019-12-31 23:29:42 +03:00
Adam Fowler
911a6daf73
Added rendered message sending
2019-12-31 11:47:37 -05:00
Adam Fowler
4a58d5099d
First Haiku container implementation
2019-12-30 15:52:30 +00:00
Yuri Kobets
816730ff1f
Merge pull request #112 from e4z9/master
...
Fix build with MSVC 2019 and CMake
2019-10-28 16:26:41 +03:00
Eike Ziller
42ceb48b4b
Fix build with MSVC 2019 and CMake
...
The WIN32 define is missing with MSVC 2019, use _WIN32
2019-10-28 14:10:50 +01:00
Yuri Kobets
377d4dff56
Merge pull request #109 from great90/master
...
delete repeated include
2019-10-12 13:01:22 +03:00
great90
c218b3153e
delete repeated include
...
delete repeated include of "litehtml/stylesheet.h" and "litehtml/html_tag.h"
2019-10-12 09:52:15 +08:00
Yuri Kobets
25ae82ea7e
Fixed bug in rem units conversion
...
Closes #100
2019-09-29 18:50:53 +03:00
Yuri Kobets
72fcde2dd3
Fixed: image with max-height percent causes 0 height
...
Closes #93
2019-09-29 17:34:09 +03:00
Yuri Kobets
94996b27af
Removed gumbo.h from document.h, moved VS project into top directory, compile fix in src/html_tag.cpp
2019-09-29 14:30:14 +03:00
Yuri Kobets
3c69fceb9f
Merge pull request #103 from axalon900/cmake-include-directories
...
Moved src headers into discrete folders and updated include paths.
2019-09-29 13:17:11 +03:00
Yuri Kobets
e6e5e8d727
Merge pull request #104 from e4z9/master
...
Avoid compiler warning
2019-09-26 15:53:54 +03:00
Eike Ziller
ffee5462d3
Avoid compiler warning
...
warning: '&&' within '||' [-Wlogical-op-parentheses]
2019-09-26 14:47:12 +02:00
Martin Miralles-Cordal
fa610010b3
Moved src headers into discrete folders and updated include paths.
2019-09-22 16:59:03 -04:00
Yuri Kobets
881bb48dc7
Merge pull request #101 from cristianadam/uint_ptr
...
Use C++11's std::uint_ptr as litehtml::uint_ptr
2019-09-18 18:00:27 +03:00
Cristian Adam
b45d98cb0f
Use C++11's std::uint_ptr as litehtml::uint_ptr
...
void* causes linker errors with MinGW on Windows.
2019-09-18 16:47:18 +02:00
Yuri Kobets
2979ffbf45
#86 added support for CSS units rem
2019-09-03 02:06:59 +03:00
Yuri Kobets
6e4be791cc
#91 fixed: table/element with "display: inline-table" style is not visible
2019-09-03 01:23:03 +03:00
Yuri Kobets
293bed5592
Merge pull request #96 from cristianadam/utf8-option
...
CMake build: Add LITEHTML_UTF8 build option
2019-08-28 19:08:35 +03:00