s/wxSplitPath/wxFileName::SplitPath
[wxWidgets.git] / src / msw / filedlg.cpp
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2008-12-17  Vadim Zeitlinadded .c_str() to wxStrlcpy() calls to fix wxUSE_STL...
2008-11-29  Vadim Zeitlinadd safe wxStrlcpy() function and replaced all wxStrncp...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-09-15  Vadim ZeitlinWinCE compilation fix: don't use FNERR_INVALIDFILENAME
2008-07-03  Vadim Zeitlinhandle FNERR_INVALIDFILENAME which happens if an invali...
2007-11-09  Vadim Zeitlinremoved unused gs_centerDialog variable accidentally...
2007-11-09  Vadim Zeitlinfixed bugs with moving/centering the file dialog (repla...
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2006-12-06  Vadim Zeitlindon't leave dummy extension in of.lpstrDefExt (bug...
2006-10-25  Robert Roebling Add m_fsStyle next to m_windowStyle
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-06-09  Włodzimierz SkibaInclude wx/choicdlg.h, wx/textdlg.h and wx/filedlg...
2006-06-02  Michael WetherellCommit pickers-fixes.patch added to 1472329 (Francesco...
2006-05-30  Włodzimierz SkibawxFD_* constants without 2.6 compatibility (heavily...
2006-05-28  Vadim ZeitlinFile/dir dialog styles and other changes (patch 1488371):
2006-04-21  Vadim Zeitlinfix for Win64 after last sizeof(OPENFILENAME) change
2006-04-21  Vadim Zeitlinno real changes, just (unsuccessful) attempts to make...
2006-04-21  Vadim Zeitlinalways use V5 OPENFILENAME struct first and fall back...
2005-12-14  Vadim Zeitlincode cleanup
2005-12-14  Vadim Zeitlincompilation fix after last commit
2005-12-14  Julian SmartFixed wxFileDialog breakage on WinCE due to incorrect...
2005-09-24  Vadim Zeitlinmade absence of wxCHANGE_DIR flag work even under NT...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-22  Julian SmartApplied patch [ 1195797 ] Fixes to compile on Win64
2005-03-22  Włodzimierz SkibaWrap <commdlgs.h> as <commctls.h>. Required makefiles...
2005-03-02  Ryan Nortonget rid of duplicate comment :)
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-09-28  Włodzimierz SkibaHardware defines spec.
2004-08-25  Włodzimierz SkibaCode cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord...
2004-07-27  Włodzimierz SkibaMissing DMC OFN_* values.
2004-07-26  Julian SmartOFN_ENABLESIZING not appropriate for WinCE
2004-07-25  Vadim Zeitlinimplemented moving the dialog (patch 996448)
2004-07-25  Vadim Zeitlincheck better before overwriting files (patch 951868)
2004-06-22  Włodzimierz SkibawxParseWildcard renamed to wxParseCommonDialogsFilter...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-18  Włodzimierz SkibaPatch #953165, Bug #821657: wxHIDE_READONLY no more...
2004-04-21  Václav Slavíkapplied patch 939076: __SMARTPHONE__ define
2004-01-21  Julian SmartFilter index wasn't being set for multiple file dialog
2003-09-28  Vadim Zeitlinreverted strange and IMO unnecessary OFN_OVERWRITEPROMP...
2003-09-24  Vadim ZeitlinGetFilenames() always returned a single file only
2003-09-11  Julian SmartApplied patch [ 791847 ] Missing translation in filedlg.cpp
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlindon't sort filenames returned from the dialog
2003-07-19  Julian SmartAdded minimal file dialog for SmartPhone
2003-07-19  Vadim Zeitlinextracted common code into a single wxfileDialogBase...
2003-07-11  Julian SmartMore WinCE mods
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-06-14  Vadim ZeitlinwxFileDialog cleanup, extracted common code to fldlgcmn...
2003-05-18  Julian SmartDon't prepend directory to filename for shortcuts
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-07-02  Chris ElliottUNC fix to directory path
2002-03-06  Julian SmartApplied [ 520664 ] filedlg patch
2002-02-17  Václav Slavíkmore MSLU fixes and moved MSLU stuff into separate...
2002-01-06  Václav Slavík1. fixed CR/LF mess (sorry)
2002-01-05  Václav SlavíkMSLU fixes
2001-12-09  Ron Leefix bogus VC 'for' scoping.
2001-12-08  Vadim Zeitlin1. don't emulate OFN_OVERWRITEPROMPT, use the real...
2001-11-25  Vadim Zeitlinadded wxCHANGE_DIR flag support to wxMSW implementation
2001-07-17  Vadim Zeitlinadded wxOPEN/SAVE flags to wxDefaultFileSelector
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...
2000-10-14  Vadim Zeitlinoops, removed the fix from the main branch which I...
2000-10-08  Vadim ZeitlinwxFileDialog changed to use (new) wxCHANGE_DIR flag...
2000-08-23  Vadim Zeitlinbug #105 (wxFileSelector misinterprets the def extensio...
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-05  Julian SmartCorrected initial m_filterIndex value (was 1)
2000-01-18  George TaskerChanged code to allow for removal of the #include ...
2000-01-13  Julian SmartRemoved ::UpdateWindow from scrolwin.cpp; corrected...
2000-01-12  Julian SmartMade filter index zero-based
1999-12-16  Vadim ZeitlinWin16 compilation fixes
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-07  Vadim Zeitlin1. wxFileDialog patch for multiple selection applied...
1999-11-30  Julian SmartCompile fixes
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-04  J. Russell SmythFixed to fill in m_dir member when file selected so...
1999-07-20  Robert Roebling MingW32 compilation fixes all over
1999-07-10  Vadim Zeitlin1. minor fixes in wxDynLib
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-09  Robert Roebling WINE is so fine.
1999-02-19  Julian SmartAdded George Tasker's forward slash fix to file dialog...
1999-02-03  Julian SmartCured some Latex problems; fixed i declaration; fixed...
1999-01-25  Julian SmartFixed wxFileDialog and VC++ DLL compilation
1999-01-25  Julian Smartchar* -> wxString
1999-01-24  Vadim Zeitlin1. wxLoad/SaveFileSelector return "wxString" instead...
1999-01-24  Julian SmartRemoved print.cpp, added tokenizr.tex
1999-01-24  Vadim ZeitlinDaniel Gehriger <dgehrige@dmtsun.epfl.ch> patch for...
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-14  Mart RaudseppwxFileSelector set the filterIndex
1998-11-24  Vadim Zeitlin1. new wxList code
next