]> git.saurik.com Git - wxWidgets.git/history - src/msw/ole
Ensure that Enter key presses are never stolen from wxButton in wxMSW.
[wxWidgets.git] / src / msw / ole /
2011-11-28  Steve LamertonOverride MSWTranslateMessage for wxActiveXContainer...
2011-11-27  Vadim ZeitlinDon't hide/show wxActiveXContainer when resizing it.
2011-11-17  Steve LamertonAdjust testing for non-visible controls in wxActiveXCon...
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-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-02-19  Vadim ZeitlinAdd wxAutomationInstance_SilentIfNone flag for wxMSW...
2011-01-29  Vadim ZeitlinOLE uses VARIANT_TRUE and not TRUE for its boolean...
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2010-11-26  Vadim ZeitlinNo real changes, just remove unnecessary const workaround.
2010-11-26  Vadim ZeitlinAllow wxAutomationObject::GetInstance() create new...
2010-11-26  Vadim ZeitlinNo real changes, just use ProgID term instead of incorr...
2010-10-24  Vadim ZeitlinAlways create new OLE objects with reference count...
2010-10-24  Vadim ZeitlinFix problems with reference counting in wxActiveXContainer.
2010-10-24  Vadim ZeitlinDon't consider lack of connection points an error in...
2010-05-29  Vadim ZeitlinShow OLE errors using wxLogDebug() in wxAutomationObject.
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...
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
next