wxwidgets/src/html
Vadim Zeitlin be4ec7b93d Fix default colours used by wxHtmlWindow in dark mode
Don't hardcode white background in wxHtmlWindow, but use
wxSYS_COLOUR_WINDOW, as was already done in wxHtmlWinParser in case when
wxHtmlWindow was not used at all.

Also use wxSYS_COLOUR_WINDOWTEXT for the default foreground and
light/dark-mode dependent link colour instead of hardcoded blue. As a
side effect, this uses a more appropriate colour for the links in the
light mode as well.

Add a link to the lists test page in the HTML test sample to allow
testing the links appearance easily (links present in the other pages of
this sample use fixed colours specified in HTML itself).
2023-06-01 17:00:14 +01:00
..
chm.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
descrip.mms define WXBUILDING when compiling the library on OpenVMS 2020-03-05 08:15:04 +01:00
helpctrl.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
helpdata.cpp Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
helpdlg.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
helpfrm.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
helpwnd.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
htmlcell.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
htmlfilt.cpp Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
htmlpars.cpp Use standard containers in wxHtmlParser 2023-04-18 00:54:12 +02:00
htmltag.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
htmlwin.cpp Fix default colours used by wxHtmlWindow in dark mode 2023-06-01 17:00:14 +01:00
htmprint.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
m_dflist.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
m_fonts.cpp Fix <big> and <small> behaviour in wxHTML 2022-01-14 01:28:42 +01:00
m_hline.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
m_image.cpp Stop using object array of ints in wxHtmlImageMapAreaCell code 2023-04-12 18:09:48 +01:00
m_layout.cpp Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
m_links.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
m_list.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
m_pre.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
m_span.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
m_style.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
m_tables.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
styleparams.cpp Stop using wxWidgets 1.xx wxString compatibility functions 2022-07-24 16:25:29 +02:00
winpars.cpp Fix default colours used by wxHtmlWindow in dark mode 2023-06-01 17:00:14 +01:00