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 Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
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 Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
helpfrm.h Don't use a dummy menu with wxHtmlHelpFrame under OS X 2016-03-06 22:12:29 +01:00
helpwnd.h remove const from pass-by-value parameters 2016-01-16 10:55:01 -08:00
htmlcell.h Fix text jumps during selection dragging on MSW 2019-10-05 14:56:46 +02:00
htmldefs.h Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
htmlfilt.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
htmlpars.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
htmlproc.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
htmltag.h Add wxHtmlTag::GetParamAsString() convenience method. 2013-09-30 23:48:38 +00:00
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 Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
webkit.h Remove all trailing spaces 2019-01-30 17:35:54 +01:00
winpars.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00