]> git.saurik.com Git - wxWidgets.git/history - src/msw/ole
Removed wxClearVariant() and wxReleaseVariant().
[wxWidgets.git] / src / msw / ole /
2010-01-03  Václav SlavíkRemoved wxClearVariant() and wxReleaseVariant().
2010-01-03  Václav SlavíkMoved wxConvertVariantToOle and wxConvertOleToVariant...
2010-01-02  Václav SlavíkAdded wxAutoOleInterface<T> template.
2009-12-17  Vadim ZeitlinInitialize all fields of EXCEPINFO object to avoid...
2009-12-05  Vadim ZeitlinDon't crash in wxActiveXContainer if FindConnectionPoin...
2009-09-24  Julian SmartApplied patch #9510: wxIAccessible access freed memory
2009-09-06  Vadim ZeitlinUse SYSTEMTIME instead of DOS time when converting...
2009-08-30  Vadim ZeitlinFix buffer overflow in wxURLDataObject.
2009-08-30  Vadim ZeitlinFix off by one errors in wxURLDataObject.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-04-25  Vadim Zeitlin(harmless) Borland release build warning fixes
2009-03-29  Vadim Zeitlinpass size in bytes, not wchars, to SetData() in wxURLDa...
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-25  Vadim Zeitlincompilation fix for VC6 after last change; use wx namin...
2009-01-25  Vadim Zeitlinconvert COM arguments to wx lazily to improve performan...
2009-01-21  Robert RoeblingCall SetDataSource() from OnEnter() so that querying...
2009-01-21  Robert RoeblingAdd wxDataFormat GetMatchingPair() which wxGTK and...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-16  Vadim Zeitlinadd missing header for mingw32 PCH-less build
2009-01-14  Vadim Zeitlindon't try to destroy the already destroyed OCX HWND
2009-01-13  Vadim Zeitlinfix memory leak of FrameSite (see #3935)
2009-01-13  Vadim Zeitlinuse wxWindow::GetClientSize() instead of ::GetClientRec...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-12-21  Vadim Zeitlinreally fix the length of the string returned by wxConve...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-20  Vadim Zeitlinslightly better error reporting (could still be improved)
2008-10-20  Vadim Zeitlinfix more Borland release build warnings about unused...
2008-09-26  Vadim Zeitlinusing CLSCTX_ALL fails with Microsoft Office applicatio...
2008-08-18  Vadim Zeitlinfix MSVC warning about int->bool conversion introduced...
2008-08-18  Vadim Zeitlinuse CLSCTX_ALL instead of CLSCTX_LOCAL_SERVER in Create...
2008-08-18  Vadim Zeitlinadd comparison operators for UUID class (#9871)
2008-08-03  Vadim Zeitlinadd BSTR arrays handling in wxConvertOleToVariant(...
2008-06-28  Vadim Zeitlindon't call OnData() if OnEnter() rejected the drag...
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
2008-02-16  Julian SmartRemoved unnecessary include
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-12-22  Vadim Zeitlinhandle VT_ARRAY/VT_BYREF VARIANTs in wxConvertOleToVari...
2007-12-03  Paul Cornettnon-pch build fix
2007-11-30  Stefan Csomoradaptions for latest dc changes
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-10-30  Vadim Zeitlindon't set CF_TEXT data in wxURLDataObject in Unicode...
2007-09-14  Vadim Zeitlinfix unused parameter warning
2007-09-13  Vadim Zeitlinremove the drag-and-drop compatibility hack for extract...
2007-09-08  Vadim Zeitlinfix file names format in wxFileDataObject::GetDataHere...
2007-09-08  Vadim Zeitlindon't pass garbage to SetData() in wxURLDataObject...
2007-07-21  Vadim Zeitlincorrect closing comments in #endifs (patch 1756990)
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-05-30  Václav Slavíkuse wxString, not wxChar*, in wxDataFormat ctor and...
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-04-05  Vadim Zeitlinconstruct wxBasicString directly from wxString instead...
2007-04-04  Vadim Zeitlincompilation fix for Unicode build: remove ambiguity...
2007-03-19  Vadim Zeitlincorrected VT_DATE conversion (bug 1683882)
2007-02-03  Vadim Zeitlinupdated comments after latest commit (Tim Kosse)
2007-01-21  Robin DunnReturn an empty string from wxDataFormat::GetId if...
2007-01-15  Vadim Zeitlinhonour the drag effect supported by the drag source...
2007-01-01  Paul Cornettremove inline from declaration of functions which are...
2006-11-12  Julian SmartUse LONG instead of long (some Wine headers complain)
2006-11-12  Julian SmartWine fixes
2006-11-04  Vadim Zeitlinhandle all wxROLE_XXX values in wxConvertToWindowsRole()
2006-10-30  Vadim Zeitlincompilation fix for wxUSE_UNICODE_MSLU && !WXWIN_COMPAT...
2006-10-30  Robert Roebling Compilo.
2006-10-29  Vadim Zeitlinremoved unused variable (thanks Borland)
2006-10-29  Vadim Zeitlindon't use Unicode filenames under Win9x, even with...
2006-10-02  Vadim Zeitlinadded wxUSE_ACTIVEX which depends on wxUSE_VARIANT...
2006-09-24  Vadim ZeitlinAdded wxUSE_VARIANT and the related checks, also added...
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-09-04  Michael WetherellHacks for wine.
2006-08-23  Vadim Zeitlinallow passing URL to wxURLDataObject ctor
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-05-06  Włodzimierz SkibaInclude wx/dcclient.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-03-23  Włodzimierz SkibaWarning fix.
2006-03-16  Włodzimierz Skibaforward port from 2.6 - eVC3 fix.
2006-03-15  Julian SmartFix for WinCE
2006-03-15  Julian SmartFix compile problem with VS 2005
2006-03-11  Włodzimierz SkibaWXUNUSED is our coding standard.
2006-03-11  Julian SmartApplied patch [ 1447184 ] Elimination of a warning...
2006-02-18  Vadim Zeitlingcc initializer order fix warning (patch 1432835)
2006-02-12  Vadim Zeitlinremoved extra semicolons added by previous patch (patch...
2006-02-12  Michael WetherellSome compilers don't define SIZE_T (e.g. dmc) so use...
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-02-10  Vadim Zeitlinfixed deprecation warnings; removed #if 0'd code
2006-02-10  Vadim ZeitlinRyan's cumulative wxActiveX and media control patch...
2006-02-09  Vadim Zeitlindon't put the size of the data with the data itself...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-02-05  Jamie GaddDeprecate wxDC::{Begin,End}Drawing()
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-26  Włodzimierz SkibaWarning fixes after recent commits.
2006-01-25  Robin DunnRemoved wxLogNull's used to supress errors coming from
2006-01-25  Julian SmartMove some OLE utilities to oleutils.cpp and simplified...
2006-01-25  Julian SmartWinCE fixes
next