]> git.saurik.com Git - wxWidgets.git/commit
Support some CSS styles for the links in wxHTML too.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Oct 2012 22:38:56 +0000 (22:38 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Oct 2012 22:38:56 +0000 (22:38 +0000)
commit0d7acfb995b00c7a78e4d6f1a62c813427d2fae9
tree2613df55999acb475c9841c3d657ff326596bb62
parentbca27719fef2e86c0b4f909e3c4c2a1b2671b234
Support some CSS styles for the links in wxHTML too.

Refactor limited CSS styles support for <span> tag to reuse it for <a> tag as
well.

Closes #14599.

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