]> git.saurik.com Git - wxWidgets.git/history - src/msw/ole/activex.cpp
Don't hide/show wxActiveXContainer when resizing it.
[wxWidgets.git] / src / msw / ole / activex.cpp
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-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
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-01-02  Václav SlavíkAdded wxAutoOleInterface<T> template.
2009-12-05  Vadim ZeitlinDon't crash in wxActiveXContainer if FindConnectionPoin...
2009-04-25  Vadim Zeitlin(harmless) Borland release build warning fixes
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
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-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-10-20  Vadim Zeitlinslightly better error reporting (could still be improved)
2008-10-20  Vadim Zeitlinfix more Borland release build warnings about unused...
2007-12-03  Paul Cornettnon-pch build fix
2007-11-30  Stefan Csomoradaptions for latest dc changes
2006-10-29  Vadim Zeitlinremoved unused variable (thanks Borland)
2006-10-02  Vadim Zeitlinadded wxUSE_ACTIVEX which depends on wxUSE_VARIANT...
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-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-02-18  Vadim Zeitlingcc initializer order fix warning (patch 1432835)
2006-02-12  Vadim Zeitlinremoved extra semicolons added by previous patch (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-05  Jamie GaddDeprecate wxDC::{Begin,End}Drawing()
2006-01-25  Robin DunnRemoved wxLogNull's used to supress errors coming from
2006-01-25  Julian SmartWinCE fixes
2006-01-17  Robin DunnRemove the busy-wait loops in wxAMMediaBackend::Play...
2005-11-13  Włodzimierz SkibaeVC3/PPC2002 build fix.
2005-10-29  Włodzimierz SkibaeVC3 build fix.
2005-10-28  Włodzimierz SkibaBuild fix for WinCE.
2005-10-24  Włodzimierz SkibaMove wxMulDivInt32 to common math.
2005-10-23  Włodzimierz SkibaWinCE build fixes.
2005-10-22  Julian SmartWine corrections
2005-09-27  Vadim Zeitlinyet more extra semicolons removed (patch 1305031)
2005-09-13  Włodzimierz SkibaMissing includes.
2005-09-11  Vadim ZeitlinwxMediaCtrl patch from Ryan: