wxwidgets/src
Vadim Zeitlin 0ef5cba62e Don't post process events twice but return correct value from ProcessEvent().
This is a further complication to the event handling code which aims to handle
correctly the case of wxScrollHelperEvtHandler which doesn't respect the
request to process events only in it but always passes it to the next handler
in the chain itself while still returning the correct value from
ProcessEvent() itself to avoid breaking code that relies on it, like the
background painting code in wxHtmlWindow.

This replaces the change of r64495 and does return true from DoTryChain() in
wxScrollHelperEvtHandler case but sets the "skipped" flag in the event itself
to indicate that it wasn't really processed and ProcessEvent() now checks it
after calling ProcessEventLocally() and returns the correct value
appropriately.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-06-06 12:41:51 +00:00
..
aui Update AUI floating windows position and not just size on resize. 2010-05-31 14:59:18 +00:00
cocoa Set popup menu invoking window in wxWindowBase and not in all ports. 2010-04-26 14:19:17 +00:00
common Don't post process events twice but return correct value from ProcessEvent(). 2010-06-06 12:41:51 +00:00
dfb Remove wxUSE_WCHAR_T checks. 2010-04-16 10:43:18 +00:00
expat avoiding double define warnings on osx 2009-09-24 09:54:57 +00:00
generic no real change: just rename "near" into "onNearPart" (MSVC doesn't like 'near' as variable name) 2010-06-03 21:14:34 +00:00
gtk Fix compilation errors in wxGTK wxDataViewCtrl in ANSI mode. 2010-06-06 12:41:43 +00:00
gtk1 Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTINY_CAPTION. 2010-05-10 21:09:57 +00:00
html Add <span> tag and limited support for CSS styles to wxHTML. 2010-05-30 23:12:25 +00:00
jpeg avoid double define warnings 2009-12-09 07:24:50 +00:00
mgl Removed wxFont::Set/GetNoAntiAliasing() implementations. 2009-10-09 13:04:59 +00:00
motif Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTINY_CAPTION. 2010-05-10 21:09:57 +00:00
msdos Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
msw Don't send selection events for an already selected item in wxMSW wxListBox. 2010-06-05 22:58:13 +00:00
os2 Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTINY_CAPTION. 2010-05-10 21:09:57 +00:00
osx fixing infinite recursion 2010-05-20 19:30:58 +00:00
palmos Add wxMessageDialog::GetEffectiveIcon() and use it in all ports. 2010-03-20 13:18:23 +00:00
png Make sure all Bakefile formats that use CRLF line feeds are set to use CRLF in SVN. 2009-10-08 04:07:02 +00:00
propgrid Fixed assert when editing wxFontProperty with unspecified value (fixes #12086) 2010-05-29 10:01:35 +00:00
regex Suppress dummy gcc warnings in regex library code. 2010-04-07 12:52:31 +00:00
ribbon support compiling for iphone 2010-05-20 17:58:38 +00:00
richtext Caret position corrected to end of selection 2010-05-30 14:00:35 +00:00
stc correcting error in OpenVMS makefile 2010-04-20 07:28:33 +00:00
tiff Make sure all Bakefile formats that use CRLF line feeds are set to use CRLF in SVN. 2009-10-08 04:07:02 +00:00
univ Set popup menu invoking window in wxWindowBase and not in all ports. 2010-04-26 14:19:17 +00:00
unix fix incoherency between the wxThread implementation based on MSW threads and pthread: Delete()ing a thread which hasn't started yet must return wxTHREAD_MISC_ERROR 2010-05-26 22:44:13 +00:00
wxWindows.xcodeproj updated the version to 2.9.1 2009-07-05 11:51:53 +00:00
x11 Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTINY_CAPTION. 2010-05-10 21:09:57 +00:00
xml fixed wxXmlDocument::Save() to interpret the indentstep argument correctly 2009-10-04 21:19:40 +00:00
xrc use wxToggleButtonXmlHandler::DoCreateBitmapToggleButton on supoorted platforms only 2010-05-27 13:45:06 +00:00
zlib
cwcopysetup.bat
cwdcopysetup.bat
wxJpeg.icc
wxPng.icc
wxTiff.icc
wxWin.icc
Wxwindll.icc
wxXpm.icc
wxZlib.icc