Fix wxOSX warnings about int-to-void* casts.
[wxWidgets.git] / src / msw / volume.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-09-15  Vadim ZeitlinNo changes, just silence some MSVC 11 static analyzer...
2012-06-15  Vadim ZeitlinFix compilation of MSW wxFSVolume with non-wxMSW ports.
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-05-23  Vadim ZeitlinFix wxBase compilation with UTF-8-based wxString under...
2010-05-02  Vadim ZeitlinFix PCH-less build after changes r64139.
2010-05-02  Vadim ZeitlinInclude <windows.h> before including <shellapi.h>.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2007-11-17  Vadim ZeitlinPCH-less compilation fix after last commit
2007-11-17  Vadim Zeitlintest for remote drive existence using wxDirExists(...
2007-07-07  Václav Slavíkadded missing wx_str() (patch #1749398)
2007-02-02  Vadim Zeitlindon't show an error if SHGetFileInfo(SHGFI_ATTRIBUTES...
2006-10-10  Paul Cornettdon't include missing.h before windows headers
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-06-20  Włodzimierz SkibaInclude wx/hashmap.h according to precompiled headers...
2006-01-21  Julian SmartCompile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set...
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-13  Włodzimierz SkibaWarning fix.
2005-09-12  Vadim ZeitlinVC++ /Wp64 warning fixes
2004-09-07  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !...
2004-07-23  Włodzimierz SkibaCorrect definition of sorting function.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-01-17  Mattia Barbon MinGW compilation fixes.
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-03  Mattia Barbon Moved some methods/classes inside COMPATIBILITY_2_4.
2003-06-26  Vadim Zeitlin__WXBASE__ -> wxUSE_BASE
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-12-27  Mattia Barbon Use wxWcslen instead of wcslen.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-08  Julian SmartAdded LV_ITEMA and used a #define for LV_ITEM to
2002-08-23  Ron Leeremoved #include shlobj.h -- it breaks mingw32 wxBase...
2002-05-08  Vadim Zeitlincompilation fix for wxObject NO_COPY
2002-03-26  Mattia BarbonwxIconBundle implementation.
2002-03-08  Mattia Barbon(Hopefully) last fix for daily builds
2002-03-05  Mattia BarbonMore blind fixes for daily builds
2002-03-04  Mattia BarbonBlind fix for daily builds
2002-02-24  Vadim Zeitlinadded wxUSE_FSVOLUME
2002-02-17  Václav SlavíkUnicode fixes and warnings cleanup
2002-02-17  Vadim Zeitlincompilation warnings fixed
2002-02-16  Mattia BarbonFix Cygwin and MinGW compilation
2002-02-13  Vadim Zeitlinadded wxFSVolume patch from George Policello (untested...