Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / msw / mimetype.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-12-02  Vadim ZeitlinCorrect lookup of Explorer-specific file association...
2012-09-15  Vadim ZeitlinNo changes, just silence some MSVC 11 static analyzer...
2012-03-04  Vadim ZeitlinUse __WINDOWS__ for OS kind checks and reserve __WXMSW_...
2010-05-27  Vadim ZeitlinIgnore "%*" in the shell command strings in MSW registry.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2008-02-27  Julian SmartTake into account explorer associations and CurVer...
2007-10-01  Vadim Zeitlinuse WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-06-11  Václav Slavíkcompilation fixes for PCH-less build
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-03-12  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-06-07  Włodzimierz SkibaFirst part of '[ 1216148 ] cleanup: unused variables...
2004-11-04  Włodzimierz SkibaIsEmpty to empty change, warning fix to OW, whitespaces...
2004-08-30  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !...
2004-06-16  Václav Slavíkfixed missing NO_GCC_PRAGMA
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-28  Vadim Zeitlinopen registry keys in read-only mode as we might not...
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-07-21  Vadim Zeitlinicon location may contain , so added GetIcon() overload...
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-06-23  Vadim ZeitlinGetIcon() returns wxIconLocation, not wxIcon, now
2003-06-01  Julian SmartApplied patch [ 619539 ] patch to get small icon via...
2003-05-07  Chris Elliottupdate for digital mars - resolve externals in shell...
2003-04-24  Chris Elliottupdate to make digitalmars compile/link html sample
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-07-15  Robin DunnIcons fetched from wxMimeTypesManager did not get the...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-23  Vadim Zeitlinapplied MIME patch(es) from Chris Elliott
2001-01-25  Vadim Zeitlinanother compile problem fixed
2001-01-25  Vadim Zeitlincompile/link problem fixed
2001-01-24  Vadim ZeitlinMIME type manager fixes described earlier on the list:
2000-12-20  Vadim Zeitlinfix to GetAllCommands ret value
2000-12-20  Vadim Zeitlincompilation fix for !PCH
2000-12-18  Vadim ZeitlinwxMimeTypesManager now supports creating associations...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-23  Václav Slavíkadded wxFileType::GetMimeTypes
2000-01-21  Vadim Zeitlin1. wxWizard supports setting images for each page,...
2000-01-20  Vadim Zeitlin(run-time) fix for !wxUSE_IPC build
2000-01-19  Václav Slavíkmimetype.cpp/.h split into unix,mac,msw