wxWidgets/include/wx/html
Pavel Kalugin a7dc1c0e0f Fix text jumps during selection dragging on MSW
When selecting the text in wxHtmlWindow by dragging the mouse the text
to the right of the selection sometimes jumps horizontally. This happens
only on MSW and only for TrueType fonts. The reason is that
wxDC::GetPartialTextExtents() and wxDC::GetTextExtent() give different
results if the text contains characters with underhangs or overhangs.

Fix this by caching results of wxDC::GetPartialTextExtents() and using
them instead of calling wxDC::GetTextExtent().
2019-10-05 14:56:46 +02:00
..
forcelnk.h
helpctrl.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
helpdata.h Use ctor-initializer rather than assignment for non-POD class members 2019-02-25 10:23:35 -08:00
helpdlg.h
helpfrm.h Don't use a dummy menu with wxHtmlHelpFrame under OS X 2016-03-06 22:12:29 +01:00
helpwnd.h
htmlcell.h Fix text jumps during selection dragging on MSW 2019-10-05 14:56:46 +02:00
htmldefs.h
htmlfilt.h
htmlpars.h
htmlproc.h
htmltag.h
htmlwin.h Redraw selection in wxHtmlWindow on focus event 2019-10-05 14:56:46 +02:00
htmprint.h Remove unnecessary heap allocations in wxHtmlDCRenderer 2018-08-25 14:29:25 +02:00
m_templ.h Remove unnecessary semicolon at top level 2017-08-21 00:19:31 +02:00
styleparams.h
webkit.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
winpars.h