wxWidgets/src
Vadim Zeitlin 39ad820bee Check for Win32 exceptions inside our WindowProc().
Don't let unhandled Win32 (i.e. structured) exceptions escape from wxWndProc()
as they can just disappear into thin air when running under WOW64 as 32 bit
exceptions can't propagate through 64 bit kernel. So catch them immediately
and pass them to the global handler while we have the chance to do it, as
we're never going to get it in the outer __try/__catch block in wxEntry() in
src/msw/main.cpp.

In particular, this allows to catch crashes in wxEVT_PAINT handlers, such as
the one in debughlp sample, again.

Closes #16656.
2015-07-27 02:30:40 +02:00
..
aui Don't test if a reference is null, this cannot happen. 2015-06-03 17:08:30 +02:00
common Don't hard code the number of stack frames after wxOnAssert(). 2015-07-05 18:39:37 +02:00
dfb
expat Fix arithmetic overflow in the bundled Expat library. 2015-07-27 00:42:28 +02:00
generic Fix incorrect flags in a sizer in wxDebugReportDialog. 2015-07-27 02:29:49 +02:00
gtk Fix wxSpinButton best size for GTK+ 3.12 and later, closes #17051 2015-07-16 07:13:42 -07:00
gtk1
html Add a debug check for HTML tag handlers being available. 2015-07-17 14:38:48 +02:00
jpeg
motif
msdos
msw Check for Win32 exceptions inside our WindowProc(). 2015-07-27 02:30:40 +02:00
osx Implemented wxPOWER_RESOURCE_SCREEN for OS X versions < 10.9 2015-07-22 14:36:26 +02:00
png
propgrid Fixed searching the elements in wxArrayPGProperty. 2015-07-20 21:50:30 +02:00
qt Fixed wxAppConsole spelling in the comments. 2015-06-03 17:14:09 +03:00
regex
ribbon
richtext No changes, just remove an unused variable. 2015-05-24 02:00:34 +02:00
stc Define also != operator, since find on OpenVMS-AXP needs it 2015-07-16 07:47:43 +02:00
tiff
univ
unix Never use events for blocking sockets under Unix. 2015-07-05 16:45:07 +02:00
x11 Remove WXWIN_OS_DESCRIPTION. 2015-05-22 02:29:49 +02:00
xml
xrc Add a check for wxWindow::Create() success to wxXRC. 2015-05-16 16:03:23 +02:00
zlib