wxWidgets/src
Vadim Zeitlin a58804eae1 Reset static flag on cleanup.
s_stdIDsAdded was not reset and so the standard IDs were not added again if
the library was initialized, shut down and initialized again.

Closes #11075.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-08-05 17:24:57 +00:00
..
aui Removed commented out code. 2009-08-05 17:24:10 +00:00
cocoa Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
common Use wxFileInputStream if wxFFileInputStream is not available. 2009-08-05 17:24:22 +00:00
dfb Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
expat Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
generic non-pch build fix 2009-08-05 04:59:18 +00:00
gtk Fix SetToolTip(NULL) to unset the tooltip. 2009-07-28 17:48:37 +00:00
gtk1 Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
html Use stock id instead of duplicating its string label in CheckFit(). 2009-07-25 16:41:25 +00:00
jpeg fix typo in __WWXMAC__ 2008-08-13 12:31:13 +00:00
mgl Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
motif Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
msdos Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
msw Added missing wxUSE_FONTENUM check. 2009-08-05 17:24:32 +00:00
os2 Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
osx Cleaned up low level OS X sources. 2009-08-05 17:24:50 +00:00
palmos Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
png merged libpng 1.2.34 into the trunk (see #10043) 2009-01-25 13:15:09 +00:00
propgrid In wxPropertyGridPageState::DoDelete(), clear grid's m_propHover if it matches the property being deleted 2009-07-31 14:03:42 +00:00
regex Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
richtext Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
stc include windows.h instead of basetsd.h directly as this doesn't seem to be supported by mingw64 2009-04-20 23:42:04 +00:00
tiff don't use AC_CANONICAL_TARGET in libtiff configure: this is unnecessary as it's not a cross-compiler and also doesn't work when running it as sub-configure when caching is enabled (because the host and the build aliases are cached by the top level configure but the target one is not and autoconf-generated code doesn't deal with this situation correctly) 2009-02-15 15:26:07 +00:00
univ Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
unix Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
wxWindows.xcodeproj updated the version to 2.9.1 2009-07-05 11:51:53 +00:00
x11 Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
xml better check for conversion failure in OutputString(); use wxScopedCharBuffer::length() instead of strlen() 2009-04-13 17:49:56 +00:00
xrc Reset static flag on cleanup. 2009-08-05 17:24:57 +00:00
zlib
cwcopysetup.bat
cwdcopysetup.bat
wxJpeg.icc
wxPng.icc
wxTiff.icc
wxWin.icc
Wxwindll.icc
wxXpm.icc
wxZlib.icc