don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files...
[wxWidgets.git] / src / msw / ole / automtn.cpp
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-09-26  Vadim Zeitlinusing CLSCTX_ALL fails with Microsoft Office applicatio...
2008-08-18  Vadim Zeitlinuse CLSCTX_ALL instead of CLSCTX_LOCAL_SERVER in Create...
2008-08-03  Vadim Zeitlinadd BSTR arrays handling in wxConvertOleToVariant(...
2008-05-29  Vadim Zeitlindon't give an error if VT_DATE variant is being release...
2008-05-08  Vadim Zeitlinfix some unused variables warnings reported by Borland
2007-12-22  Vadim Zeitlinhandle VT_ARRAY/VT_BYREF VARIANTs in wxConvertOleToVari...
2007-07-21  Vadim Zeitlincorrect closing comments in #endifs (patch 1756990)
2007-04-05  Vadim Zeitlinconstruct wxBasicString directly from wxString instead...
2007-03-19  Vadim Zeitlincorrected VT_DATE conversion (bug 1683882)
2006-11-12  Julian SmartUse LONG instead of long (some Wine headers complain)
2006-09-24  Vadim ZeitlinAdded wxUSE_VARIANT and the related checks, also added...
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-02-11  Julian SmartApplied part 2 of [ 1415183 ] a couple of wxAutomation...
2006-02-11  David Surovellfixed wx_media linkage/export problems - from RN patch
2006-01-26  Włodzimierz SkibaWarning fixes after recent commits.
2006-01-25  Julian SmartMove some OLE utilities to oleutils.cpp and simplified...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-10-08  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-08-20  Włodzimierz SkibaRemoved obsolete (Open) Watcom conditions.
2004-08-16  Włodzimierz SkibaTRUE/true, FALSE/false, whitespace cleaning.
2004-05-31  Włodzimierz SkibaRemoved condition of old Watcom times. Open Watcom...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-03  Chris Elliottfinal part of SF patch #904166 (DMC fix)
2003-08-14  Julian SmartMisc warning fixes by ABX
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-11  Julian SmartMore WinCE mods
2003-03-28  Julian SmartUse wxDateTime
2003-02-16  Julian SmartAdded start at accessibility functionality
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2003-01-07  Julian SmartApplied patch [ 662321 ] Port of wxWindows to Wine
2003-01-03  Julian SmartClean up memory if have to exit early
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-08  Julian SmartAdded a note about bug in Mingw32 headers.
2002-08-30  Julian SmartMods for Wine compilation
2002-06-23  Julian SmartApplied patch [ 546335 ] Added Automation types and...
2001-06-29  Julian SmartFurther wxUniv fixes
2001-06-27  Vadim ZeitlinMSW compilation fixes - widgets sample runs!
2001-06-08  Julian SmartSupport for Cygwin 1.0 (thought it worked before, but...)
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-06  Julian SmartSome doc corrections; Watcom C++ corrections; VC++...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-20  Stefan CsomorCW Pro 5 Adaptions (the .old.mcp are the Pro 4 Files)
1999-08-09  J. Russell SmythChanges to allow OLE to compile under mingw32/gcc-2.95
1999-07-26  Ove KaavenMake this compile in Unicode mode
1999-07-15  Vadim Zeitlinsome warnings suppressed
1999-06-09  Julian SmartGetting various compilers to work with wxWin again
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-05  Julian SmartwxNotebook fixes for Win16; VC++ 4 fixes for OLE files...
1999-02-22  Julian SmartMinor changes
1999-02-18  Stefan Csomormbstowcs hack for CodeWarrior's MSL
1999-02-04  Julian SmartFixed compilation for when not including <windows.h>
1998-12-18  Julian SmartPartial Watcom C++ 10.6 support added (doesn't link...
1998-12-11  Julian SmartSome stubs includes removed from wxMotif; wxNotebook...
1998-12-08  Julian SmartAdded wxAutomationObject class.