]> git.saurik.com Git - wxWidgets.git/history - src/msw/ole/oleutils.cpp
Add support for VT_I8 (long long) values to wxAutomationObject.
[wxWidgets.git] / src / msw / ole / oleutils.cpp
2012-04-14  Vadim ZeitlinAdd support for VT_I8 (long long) values to wxAutomatio...
2012-04-05  Vadim ZeitlinRemove support for MetroWerks CodeWarrior compiler.
2011-12-22  Steve LamertonMark various OLE helper functions as DLL exported so...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-04  Vadim ZeitlinAlso accept VT_R4 (float) VARIANTs in wxMSW OLE code.
2011-01-29  Vadim ZeitlinOLE uses VARIANT_TRUE and not TRUE for its boolean...
2010-01-03  Václav SlavíkRemoved some outdated compiler checks in OLE code.
2010-01-03  Václav SlavíkRemoved wxClearVariant() and wxReleaseVariant().
2010-01-03  Václav SlavíkMoved wxConvertVariantToOle and wxConvertOleToVariant...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2008-12-21  Vadim Zeitlinreally fix the length of the string returned by wxConve...
2008-02-05  Vadim Zeitlinlength passed to WideCharToMultiByte() was off by one...
2008-02-04  Vadim Zeitlinuse BSTR length to also deal with NULs inside BSTRs...
2008-02-04  Vadim Zeitlinuse WideCharToMultiByte() instead of wcstombs() to...
2007-11-17  Vadim Zeitlinhandle NULL BSTRs as empty ones per Microsoft convention
2007-11-13  Vadim Zeitlinuse standard functions for BSTR handling instead of...
2007-04-04  Vadim Zeitlincompilation fix for Unicode build: remove ambiguity...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-02-11  David Surovellfixed wx_media linkage/export problems - from RN patch
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-25  Julian SmartMove some OLE utilities to oleutils.cpp and simplified...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-04-14  Włodzimierz SkibaCorrection in comment in closing #endif. Is VC++ 4...
2004-08-16  Włodzimierz SkibaTRUE/true, FALSE/false, whitespace cleaning.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-11  Julian SmartMore WinCE mods
2003-05-03  Julian SmartApplied patch [ 731195 ] More #if/#endif's to build...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-05-09  Vadim Zeitlinapplied patch to build wxMSW with CW7 (patch 550445)
2001-06-29  Julian SmartFurther wxUniv fixes
2001-06-08  Julian SmartSupport for Cygwin 1.0 (thought it worked before, but...)
2000-07-15  Bryan Pettymerged 2.2 branch
1999-11-02  Vadim Zeitlininclude <wx/...> => include "wx/..."
1999-06-14  Patrick Albert*** empty log message ***
1999-05-05  Julian SmartwxNotebook fixes for Win16; VC++ 4 fixes for OLE files...
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-08  Julian SmartAdditional makefiles; changes for compilation with...
1998-09-08  Guilhem Lavaux* some C++ness correction in wxStream.
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-07-10  Karsten BallüderCleared up DEBUG define mess, defines are now called...
1998-07-08  Julian SmartCured a bad assert in wxStatusBar; #ifdefed oleutils...
1998-07-08  Julian SmartFixed event arg in notebook.h, #ifdefed out some functi...
1998-05-20  Karsten Ballüdernow MSW stuff is complete