2011-07-04 |
Vadim Zeitlin | Also accept VT_R4 (float) VARIANTs in wxMSW OLE code. |
tree | commitdiff |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
tree | commitdiff |
2011-03-20 |
Dimitri Schoolwerth | No changes, synchronised source names that appear comme... |
tree | commitdiff |
2011-02-19 |
Vadim Zeitlin | Add wxAutomationInstance_SilentIfNone flag for wxMSW... |
tree | commitdiff |
2011-01-29 |
Vadim Zeitlin | OLE uses VARIANT_TRUE and not TRUE for its boolean... |
tree | commitdiff |
2011-01-22 |
Dimitri Schoolwerth | Use wxString's empty() when checking if the string... |
tree | commitdiff |
2010-11-26 |
Vadim Zeitlin | No real changes, just remove unnecessary const workaround. |
tree | commitdiff |
2010-11-26 |
Vadim Zeitlin | Allow wxAutomationObject::GetInstance() create new... |
tree | commitdiff |
2010-11-26 |
Vadim Zeitlin | No real changes, just use ProgID term instead of incorr... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Always create new OLE objects with reference count... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Fix problems with reference counting in wxActiveXContainer. |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Don't consider lack of connection points an error in... |
tree | commitdiff |
2010-05-29 |
Vadim Zeitlin | Show OLE errors using wxLogDebug() in wxAutomationObject. |
tree | commitdiff |
2010-01-03 |
Václav Slavík | Removed some outdated compiler checks in OLE code. |
tree | commitdiff |
2010-01-03 |
Václav Slavík | Removed wxClearVariant() and wxReleaseVariant(). |
tree | commitdiff |
2010-01-03 |
Václav Slavík | Moved wxConvertVariantToOle and wxConvertOleToVariant... |
tree | commitdiff |
2010-01-02 |
Václav Slavík | Added wxAutoOleInterface<T> template. |
tree | commitdiff |
2009-12-17 |
Vadim Zeitlin | Initialize all fields of EXCEPINFO object to avoid... |
tree | commitdiff |
2009-12-05 |
Vadim Zeitlin | Don't crash in wxActiveXContainer if FindConnectionPoin... |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied patch #9510: wxIAccessible access freed memory |
tree | commitdiff |
2009-09-06 |
Vadim Zeitlin | Use SYSTEMTIME instead of DOS time when converting... |
tree | commitdiff |
2009-08-30 |
Vadim Zeitlin | Fix buffer overflow in wxURLDataObject. |
tree | commitdiff |
2009-08-30 |
Vadim Zeitlin | Fix off by one errors in wxURLDataObject. |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-04-25 |
Vadim Zeitlin | (harmless) Borland release build warning fixes |
tree | commitdiff |
2009-03-29 |
Vadim Zeitlin | pass size in bytes, not wchars, to SetData() in wxURLDa... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | compilation fix for VC6 after last change; use wx namin... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | convert COM arguments to wx lazily to improve performan... |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Call SetDataSource() from OnEnter() so that querying... |
tree | commitdiff |
2009-01-21 |
Robert Roebling | Add wxDataFormat GetMatchingPair() which wxGTK and... |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
tree | commitdiff |
2009-01-16 |
Vadim Zeitlin | add missing header for mingw32 PCH-less build |
tree | commitdiff |
2009-01-14 |
Vadim Zeitlin | don't try to destroy the already destroyed OCX HWND |
tree | commitdiff |
2009-01-13 |
Vadim Zeitlin | fix memory leak of FrameSite (see #3935) |
tree | commitdiff |
2009-01-13 |
Vadim Zeitlin | use wxWindow::GetClientSize() instead of ::GetClientRec... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | really fix the length of the string returned by wxConve... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | slightly better error reporting (could still be improved) |
tree | commitdiff |
2008-10-20 |
Vadim Zeitlin | fix more Borland release build warnings about unused... |
tree | commitdiff |
2008-09-26 |
Vadim Zeitlin | using CLSCTX_ALL fails with Microsoft Office applicatio... |
tree | commitdiff |
2008-08-18 |
Vadim Zeitlin | fix MSVC warning about int->bool conversion introduced... |
tree | commitdiff |
2008-08-18 |
Vadim Zeitlin | use CLSCTX_ALL instead of CLSCTX_LOCAL_SERVER in Create... |
tree | commitdiff |
2008-08-18 |
Vadim Zeitlin | add comparison operators for UUID class (#9871) |
tree | commitdiff |
2008-08-03 |
Vadim Zeitlin | add BSTR arrays handling in wxConvertOleToVariant(... |
tree | commitdiff |
2008-06-28 |
Vadim Zeitlin | don't call OnData() if OnEnter() rejected the drag... |
tree | commitdiff |
2008-05-29 |
Vadim Zeitlin | don't give an error if VT_DATE variant is being release... |
tree | commitdiff |
2008-05-08 |
Vadim Zeitlin | fix some unused variables warnings reported by Borland |
tree | commitdiff |
2008-02-16 |
Julian Smart | Removed unnecessary include |
tree | commitdiff |
2008-02-05 |
Vadim Zeitlin | length passed to WideCharToMultiByte() was off by one... |
tree | commitdiff |
2008-02-04 |
Vadim Zeitlin | use BSTR length to also deal with NULs inside BSTRs... |
tree | commitdiff |
2008-02-04 |
Vadim Zeitlin | use WideCharToMultiByte() instead of wcstombs() to... |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | handle VT_ARRAY/VT_BYREF VARIANTs in wxConvertOleToVari... |
tree | commitdiff |
2007-12-03 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2007-11-30 |
Stefan Csomor | adaptions for latest dc changes |
tree | commitdiff |
2007-11-17 |
Vadim Zeitlin | handle NULL BSTRs as empty ones per Microsoft convention |
tree | commitdiff |
2007-11-13 |
Vadim Zeitlin | use standard functions for BSTR handling instead of... |
tree | commitdiff |
2007-10-30 |
Vadim Zeitlin | don't set CF_TEXT data in wxURLDataObject in Unicode... |
tree | commitdiff |
2007-09-14 |
Vadim Zeitlin | fix unused parameter warning |
tree | commitdiff |
2007-09-13 |
Vadim Zeitlin | remove the drag-and-drop compatibility hack for extract... |
tree | commitdiff |
2007-09-08 |
Vadim Zeitlin | fix file names format in wxFileDataObject::GetDataHere... |
tree | commitdiff |
2007-09-08 |
Vadim Zeitlin | don't pass garbage to SetData() in wxURLDataObject... |
tree | commitdiff |
2007-07-21 |
Vadim Zeitlin | correct closing comments in #endifs (patch 1756990) |
tree | commitdiff |
2007-06-20 |
Václav Slavík | more changes to make wx compile without implicit wxStri... |
tree | commitdiff |
2007-05-30 |
Václav Slavík | use wxString, not wxChar*, in wxDataFormat ctor and... |
tree | commitdiff |
2007-04-27 |
Václav Slavík | PCH-less compilation fixes |
tree | commitdiff |
2007-04-05 |
Vadim Zeitlin | construct wxBasicString directly from wxString instead... |
tree | commitdiff |
2007-04-04 |
Vadim Zeitlin | compilation fix for Unicode build: remove ambiguity... |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | corrected VT_DATE conversion (bug 1683882) |
tree | commitdiff |
2007-02-03 |
Vadim Zeitlin | updated comments after latest commit (Tim Kosse) |
tree | commitdiff |
2007-01-21 |
Robin Dunn | Return an empty string from wxDataFormat::GetId if... |
tree | commitdiff |
2007-01-15 |
Vadim Zeitlin | honour the drag effect supported by the drag source... |
tree | commitdiff |
2007-01-01 |
Paul Cornett | remove inline from declaration of functions which are... |
tree | commitdiff |
2006-11-12 |
Julian Smart | Use LONG instead of long (some Wine headers complain) |
tree | commitdiff |
2006-11-12 |
Julian Smart | Wine fixes |
tree | commitdiff |
2006-11-04 |
Vadim Zeitlin | handle all wxROLE_XXX values in wxConvertToWindowsRole() |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | compilation fix for wxUSE_UNICODE_MSLU && !WXWIN_COMPAT... |
tree | commitdiff |
2006-10-30 |
Robert Roebling | Compilo. |
tree | commitdiff |
2006-10-29 |
Vadim Zeitlin | removed unused variable (thanks Borland) |
tree | commitdiff |
2006-10-29 |
Vadim Zeitlin | don't use Unicode filenames under Win9x, even with... |
tree | commitdiff |
2006-10-02 |
Vadim Zeitlin | added wxUSE_ACTIVEX which depends on wxUSE_VARIANT... |
tree | commitdiff |
2006-09-24 |
Vadim Zeitlin | Added wxUSE_VARIANT and the related checks, also added... |
tree | commitdiff |
2006-09-07 |
Włodzimierz Skiba | Include wx/msw/wrap*.h according to pch support (with... |
tree | commitdiff |
2006-09-04 |
Michael Wetherell | Hacks for wine. |
tree | commitdiff |
2006-08-23 |
Vadim Zeitlin | allow passing URL to wxURLDataObject ctor |
tree | commitdiff |
2006-06-15 |
Włodzimierz Skiba | Include wx/math.h according to precompiled headers... |
tree | commitdiff |
2006-05-06 |
Włodzimierz Skiba | Include wx/dcclient.h according to precompiled headers... |
tree | commitdiff |
2006-04-26 |
Włodzimierz Skiba | Include wx/log.h according to precompiled headers of... |
tree | commitdiff |
2006-04-18 |
Włodzimierz Skiba | wx/wxprec.h already includes wx/defs.h (with other... |
tree | commitdiff |
2006-03-23 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-03-16 |
Włodzimierz Skiba | forward port from 2.6 - eVC3 fix. |
tree | commitdiff |
2006-03-15 |
Julian Smart | Fix for WinCE |
tree | commitdiff |
2006-03-15 |
Julian Smart | Fix compile problem with VS 2005 |
tree | commitdiff |
2006-03-11 |
Włodzimierz Skiba | WXUNUSED is our coding standard. |
tree | commitdiff |
2006-03-11 |
Julian Smart | Applied patch [ 1447184 ] Elimination of a warning... |
tree | commitdiff |
2006-02-18 |
Vadim Zeitlin | gcc initializer order fix warning (patch 1432835) |
tree | commitdiff |
next |