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
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
m_templ.h
styleparams.h
webkit.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
winpars.h