wxWidgets/src
2009-05-11 21:54:34 +00:00
..
aui fix for crash when undocking AUI toolbars (same as r59107 in 2.8 branch) 2009-05-02 15:09:24 +00:00
cocoa compilation fix after wxBrushStyle changes (closes #9593) 2009-03-22 21:58:21 +00:00
common don't check for connected state of UDP sockets which are never connected (closes #10717) 2009-05-09 17:26:35 +00:00
dfb fixed deadlock when posting events from another thread to wxDFB (patch from #10408 by Anders Larsen) 2009-05-05 16:09:40 +00:00
expat changed ds[pw] files to use CRLF eol style and not native one (this helps if you have them on a partition exported via Samba from Unix to Windows) 2007-06-30 12:13:58 +00:00
generic set wxWS_EX_TRANSIENT flag for splash screen to prevent it from being implicitly used as dialog parent 2009-05-09 12:22:45 +00:00
gtk don't use GetParent() in GetParentForModalDialog() itself as it can be called before m_parent is initialized 2009-05-09 16:55:37 +00:00
gtk1 wxGTK1 compilation fixes 2009-03-22 21:42:40 +00:00
html first stab at having webkit under osx_cocoa working 2009-05-06 18:22:04 +00:00
jpeg fix typo in __WWXMAC__ 2008-08-13 12:31:13 +00:00
mgl replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL 2009-03-22 12:53:48 +00:00
motif replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL 2009-03-22 12:53:48 +00:00
msdos s/wxSplitPath/wxFileName::SplitPath 2009-01-07 01:47:47 +00:00
msw fixed wxRadioBox positioning to take the client area origin into account; also simplified the code to avoid duplication with the base class version 2009-05-11 21:54:34 +00:00
os2 remove another occurrence of FindSuitableParent 2009-05-09 12:31:16 +00:00
osx Reapplied some previous patches that got lost while merging the Cocoa implementation 2009-05-11 11:28:55 +00:00
palmos remove wxMSW-specific FindSuitableParent() and use GetParentForModalDialog() everywhere; extend it with additional checks and remove redundant ones elsewhere 2009-05-09 12:26:15 +00:00
png merged libpng 1.2.34 into the trunk (see #10043) 2009-01-25 13:15:09 +00:00
propgrid Fixed bug: wxPropertyGridInterface::SetPropertyReadOnly() with wxPG_DONT_RECURSE flag didn't do anything 2009-05-02 07:41:21 +00:00
regex added eVC project file for building regex library (patch 1753200) 2007-07-13 12:57:46 +00:00
richtext Fixed wxRTC AltGr+key input on Windows 2009-04-02 09:51:13 +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 use wxSTB_ as prefix for wxStatusBar styles; add support for wxSTB_ELLIPSIZE_* flags under wxGTK; support wxSTB_SHOW_TIPS even if no ellipsization mode is active; update the sample to allow the user to choose the wxStatusBar style dynamically 2009-04-25 12:59:09 +00:00
unix remove semicolon from wxDECLARE_EVENT; having it there was inconsistent with other wxXXX_EVENT macros and generally unexpected 2009-04-14 12:47:46 +00:00
wxWindows.xcodeproj fixing file paths after renaming 2008-06-11 19:14:39 +00:00
x11 replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL 2009-03-22 12:53:48 +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 add support for loading wxListCtrl items and wxImageLists from XRC (closes #10647) 2009-05-07 17:29:57 +00:00
zlib compilation fix for WinCE 2007-07-29 14:21:30 +00:00
cwcopysetup.bat
cwdcopysetup.bat
wxJpeg.icc
wxPng.icc
wxTiff.icc
wxWin.icc
Wxwindll.icc
wxXpm.icc
wxZlib.icc