]> git.saurik.com Git - wxWidgets.git/commit
Add support for background-color style to span element in wxHTML.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Sep 2012 22:20:58 +0000 (22:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Sep 2012 22:20:58 +0000 (22:20 +0000)
commitf5413b878c19eafae19edb48455d0d79b37b0ffc
treedacbfebfa5481d4ac353839102c1a297ad8f458f
parenta0393f972507cfb8e6286294f12d74e8d3bdb228
Add support for background-color style to span element in wxHTML.

Add code for setting/restoring background mode and use it to implement support
for changing the text background colour.

Closes #14443.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/html/htmlcell.h
include/wx/html/htmldefs.h
include/wx/html/winpars.h
samples/html/test/test.htm
src/html/htmlcell.cpp
src/html/m_span.cpp
src/html/winpars.cpp