]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw/ole
make various control names constants of type char, not wxChar, as this is more compat...
[wxWidgets.git] / include / wx / msw / ole /
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-03  Vadim Zeitlinadd ctor overloads for all kinds of strings to fix...
2007-05-30  Václav Slavíkuse wxString, not wxChar*, in wxDataFormat ctor and...
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-03-19  Václav Slavíksplit wxchar.h into several smaller headers
2006-10-09  Włodzimierz SkibaBuild fix.
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
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-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-08-23  Vadim Zeitlinallow passing URL to wxURLDataObject ctor
2006-03-12  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-02-11  David Surovellfixed wx_media linkage/export problems - from RN patch
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...
2005-10-27  Włodzimierz SkibaWinCE build fix according to eVC3 and eVC4 SDKs.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-16  Michael WetherellCygwin compile fix
2005-09-13  Włodzimierz SkibaMissing includes.
2005-09-11  Vadim ZeitlinwxMediaCtrl patch from Ryan:
2005-07-01  Vadim ZeitlinwxVariant is in wxBase so should be forward declared...
2005-04-14  Włodzimierz SkibaCorrection in comment in closing #endif.
2005-03-11  Robert Roebling Compilo.
2005-03-11  Vadim Zeitlinextracted code calling {Ole|Co}[Un]Initialize() to...
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
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-03-02  Chris Elliottpart of SF patch #904166 (DMC fix)
2003-09-11  Julian SmartApplied patch [ 794760 ] Majority of "... hides virtual...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-04-24  Chris Elliottexplicit cast for digital mars to use OLE
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-02-16  Julian SmartAdded accessibility headers
2003-01-22  Vadim Zeitlincompilation fixes for OpenWatcom
2003-01-03  Vadim ZeitlinIsStandard() shouldn't return TRUE for formats >= wxDF_...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-13  Mattia Barbon Unicode compilation fix.
2002-07-23  Vadim Zeitlinadded operator++/-- for wxAutoULong (SF patch from...
2002-07-09  Vadim Zeitlinautomatically initialize m_cRef to 0 (patch 575011...
2002-06-26  Julian SmartCorrected typo
2002-06-23  Julian SmartApplied patch [ 546335 ] Added Automation types and...
2002-05-09  Vadim Zeitlinapplied patch to build wxMSW with CW7 (patch 550445)
2002-04-28  Vadim Zeitlinchanged DoDragDrop(bool) into DoDragDrop(int) and added...
2001-10-26  Robin DunnAdded wxDragLink
2001-09-21  Mattia BarbonwxTextDataObject now uses Unicode if compiled with...
2001-08-16  Vadim Zeitlinadded wxURLDataObject which unfortunately doesn't seem...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-02-08  Ron LeeMore mostly cross compiling related mods..
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-13  Vadim Zeitlin1. added wxEnhMetaFileXXX classes
1999-11-02  Vadim Zeitlinadditions for wxFileDataObject from Ricky Gonzales...
1999-10-24  Vadim ZeitlinwxDropSource now has 3 custom cursors for copy/move...
1999-10-23  Vadim Zeitlin1. wxDropTarget::OnData() returns wxDragResult now...
1999-10-22  Vadim ZeitlinMSW compilation fixes (untested)
1999-10-22  Julian SmartMore broken code corrections; broken Latex file correct...
1999-10-21  Vadim Zeitlinmore files for wxDataObject change
1999-10-21  Vadim ZeitlinwxDataObject changes - ok for MSW, still not for GTK...
1999-10-21  Vadim ZeitlinwxDataObejct and related changes (won't compile right...
1999-10-18  Vadim Zeitlin1. more drag and drop and clipboard changes:
1999-10-17  Vadim Zeitlin1. wxPostEvent added and documented
1999-08-09  J. Russell SmythChanges to allow OLE to compile under mingw32/gcc-2.95
1999-06-23  Robert Roebling Motif compile fixes
1999-06-14  Ove KaavenUnicode changes.
1999-06-09  Julian SmartGetting various compilers to work with wxWin again
1999-05-26  Vadim ZeitlinwxPrivateDataObject works under MSW as well (hopefully...
1999-04-17  Brian MacyEnough wxBitmapDataObject implementation to work with...
1999-02-07  Julian SmartAdded wxGenericValidator & doc
1999-02-06  Vadim ZeitlinwxGTK compatible clipboard implementation (not OLE...
1999-02-04  Julian SmartFixed compilation for when not including <windows.h>
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-01-14  Julian SmartCorrected stupid error.
1999-01-13  Julian Smart*** empty log message ***
1999-01-13  Julian SmartwxMSW wxClipboard implementation
1999-01-08  Unknown (UG)no message
1998-12-08  Julian SmartAdded wxOleAutomation class (wxMSW only, obviously...
1998-09-28  Julian SmartMore wxMotif work, OGL enhancements, USE_ macro correct...
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-17  Julian SmartDnd constant name changes because names like Copy can...
1998-08-18  Vadim Zeitlinuint -> size_t change
1998-08-12  Vadim Zeitlinadded a "wxWindow *" (unused) argument for wxGTK compat...
1998-08-07  Julian SmartFixed various wxMSW compile problems that came down...
1998-07-28  Julian SmartChanged files to work with wxDataFormat
1998-07-10  Karsten BallüderCleared up DEBUG define mess, defines are now called...
1998-07-08  Julian SmartFixed event arg in notebook.h, #ifdefed out some functi...
1998-07-07  Julian SmartVarious bug fixes, cosmetic changes
1998-06-13  Julian SmartCorrected dataobj.h/.cpp, corrected listbox to use...
1998-06-13  Julian SmartCorrection to dnd.h; EVT_MOUSE_EVENTS now includes...
1998-06-10  Vadim Zeitlintesting CVS notifications
1998-05-31  Vadim ZeitlinwxDataObject now defined in defs.h and not here
1998-05-31  Vadim Zeitlinmissing #endif
1998-05-27  Vadim ZeitlinwxDataObject and wxDropSource classes for (more) d...
1998-05-20  Karsten Ballüdernow MSW stuff is complete