2006-06-15 |
Włodzimierz Skiba | Include wx/math.h according to precompiled headers... |
blob | commitdiff | raw |
2006-06-09 |
Włodzimierz Skiba | Include wx/choicdlg.h, wx/textdlg.h and wx/filedlg... |
blob | commitdiff | raw | diff to current |
2006-06-02 |
Michael Wetherell | Commit pickers-fixes.patch added to 1472329 (Francesco... |
blob | commitdiff | raw | diff to current |
2006-05-30 |
Włodzimierz Skiba | wxFD_* constants without 2.6 compatibility (heavily... |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Vadim Zeitlin | File/dir dialog styles and other changes (patch 1488371): |
blob | commitdiff | raw | diff to current |
2006-04-21 |
Vadim Zeitlin | fix for Win64 after last sizeof(OPENFILENAME) change |
blob | commitdiff | raw | diff to current |
2006-04-21 |
Vadim Zeitlin | no real changes, just (unsuccessful) attempts to make... |
blob | commitdiff | raw | diff to current |
2006-04-21 |
Vadim Zeitlin | always use V5 OPENFILENAME struct first and fall back... |
blob | commitdiff | raw | diff to current |
2005-12-14 |
Vadim Zeitlin | code cleanup |
blob | commitdiff | raw | diff to current |
2005-12-14 |
Vadim Zeitlin | compilation fix after last commit |
blob | commitdiff | raw | diff to current |
2005-12-14 |
Julian Smart | Fixed wxFileDialog breakage on WinCE due to incorrect... |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | made absence of wxCHANGE_DIR flag work even under NT... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Julian Smart | Applied patch [ 1195797 ] Fixes to compile on Win64 |
blob | commitdiff | raw | diff to current |
2005-03-22 |
Włodzimierz Skiba | Wrap <commdlgs.h> as <commctls.h>. Required makefiles... |
blob | commitdiff | raw | diff to current |
2005-03-02 |
Ryan Norton | get rid of duplicate comment :) |
blob | commitdiff | raw | diff to current |
2004-12-14 |
Włodzimierz Skiba | wx/math.h integration |
blob | commitdiff | raw | diff to current |
2004-09-28 |
Włodzimierz Skiba | Hardware defines spec. |
blob | commitdiff | raw | diff to current |
2004-08-25 |
Włodzimierz Skiba | Code cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord... |
blob | commitdiff | raw | diff to current |
2004-07-27 |
Włodzimierz Skiba | Missing DMC OFN_* values. |
blob | commitdiff | raw | diff to current |
2004-07-26 |
Julian Smart | OFN_ENABLESIZING not appropriate for WinCE |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Vadim Zeitlin | implemented moving the dialog (patch 996448) |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Vadim Zeitlin | check better before overwriting files (patch 951868) |
blob | commitdiff | raw | diff to current |
2004-06-22 |
Włodzimierz Skiba | wxParseWildcard renamed to wxParseCommonDialogsFilter... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-05-18 |
Włodzimierz Skiba | Patch #953165, Bug #821657: wxHIDE_READONLY no more... |
blob | commitdiff | raw | diff to current |
2004-04-21 |
Václav Slavík | applied patch 939076: __SMARTPHONE__ define |
blob | commitdiff | raw | diff to current |
2004-01-21 |
Julian Smart | Filter index wasn't being set for multiple file dialog |
blob | commitdiff | raw | diff to current |
2003-09-28 |
Vadim Zeitlin | reverted strange and IMO unnecessary OFN_OVERWRITEPROMP... |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Vadim Zeitlin | GetFilenames() always returned a single file only |
blob | commitdiff | raw | diff to current |
2003-09-11 |
Julian Smart | Applied patch [ 791847 ] Missing translation in filedlg.cpp |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Vadim Zeitlin | don't sort filenames returned from the dialog |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Julian Smart | Added minimal file dialog for SmartPhone |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Vadim Zeitlin | extracted common code into a single wxfileDialogBase... |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Mattia Barbon | STL-ification patch for wxMSW and wxGTK. |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Julian Smart | Applied patch [ 761138 ] Replaces references to wxT... |
blob | commitdiff | raw | diff to current |
2003-06-14 |
Vadim Zeitlin | wxFileDialog cleanup, extracted common code to fldlgcmn... |
blob | commitdiff | raw | diff to current |
2003-05-18 |
Julian Smart | Don't prepend directory to filename for shortcuts |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Julian Smart | Removed old __WXWINE__ support (obsoleted by new __WINE... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-07-02 |
Chris Elliott | UNC fix to directory path |
blob | commitdiff | raw | diff to current |
2002-03-06 |
Julian Smart | Applied [ 520664 ] filedlg patch |
blob | commitdiff | raw | diff to current |
2002-02-17 |
Václav Slavík | more MSLU fixes and moved MSLU stuff into separate... |
blob | commitdiff | raw | diff to current |
2002-01-06 |
Václav Slavík | 1. fixed CR/LF mess (sorry) |
blob | commitdiff | raw | diff to current |
2002-01-05 |
Václav Slavík | MSLU fixes |
blob | commitdiff | raw | diff to current |
2001-12-09 |
Ron Lee | fix bogus VC 'for' scoping. |
blob | commitdiff | raw | diff to current |
2001-12-08 |
Vadim Zeitlin | 1. don't emulate OFN_OVERWRITEPROMPT, use the real... |
blob | commitdiff | raw | diff to current |
2001-11-25 |
Vadim Zeitlin | added wxCHANGE_DIR flag support to wxMSW implementation |
blob | commitdiff | raw | diff to current |
2001-07-17 |
Vadim Zeitlin | added wxOPEN/SAVE flags to wxDefaultFileSelector |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... |
blob | commitdiff | raw | diff to current |
2000-10-14 |
Vadim Zeitlin | oops, removed the fix from the main branch which I... |
blob | commitdiff | raw | diff to current |
2000-10-08 |
Vadim Zeitlin | wxFileDialog changed to use (new) wxCHANGE_DIR flag... |
blob | commitdiff | raw | diff to current |
2000-08-23 |
Vadim Zeitlin | bug #105 (wxFileSelector misinterprets the def extensio... |
blob | commitdiff | raw | diff to current |
2000-08-08 |
Bryan Petty | second merge of the 2.2 branch (RL) |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-02-05 |
Julian Smart | Corrected initial m_filterIndex value (was 1) |
blob | commitdiff | raw | diff to current |
2000-01-18 |
George Tasker | Changed code to allow for removal of the #include ... |
blob | commitdiff | raw | diff to current |
2000-01-13 |
Julian Smart | Removed ::UpdateWindow from scrolwin.cpp; corrected... |
blob | commitdiff | raw | diff to current |
2000-01-12 |
Julian Smart | Made filter index zero-based |
blob | commitdiff | raw | diff to current |
1999-12-16 |
Vadim Zeitlin | Win16 compilation fixes |
blob | commitdiff | raw | diff to current |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARY(IES) |
blob | commitdiff | raw | diff to current |
1999-12-07 |
Vadim Zeitlin | 1. wxFileDialog patch for multiple selection applied... |
blob | commitdiff | raw | diff to current |
1999-11-30 |
Julian Smart | Compile fixes |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-08-04 |
J. Russell Smyth | Fixed to fill in m_dir member when file selected so... |
blob | commitdiff | raw | diff to current |
1999-07-20 |
Robert Roebling | MingW32 compilation fixes all over |
blob | commitdiff | raw | diff to current |
1999-07-10 |
Vadim Zeitlin | 1. minor fixes in wxDynLib |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Ove Kaaven | A few weeks of Unicode fixes (my old win95 laptop compi... |
blob | commitdiff | raw | diff to current |
1999-06-09 |
Robert Roebling | WINE is so fine. |
blob | commitdiff | raw | diff to current |
1999-02-19 |
Julian Smart | Added George Tasker's forward slash fix to file dialog... |
blob | commitdiff | raw | diff to current |
1999-02-03 |
Julian Smart | Cured some Latex problems; fixed i declaration; fixed... |
blob | commitdiff | raw | diff to current |
1999-01-25 |
Julian Smart | Fixed wxFileDialog and VC++ DLL compilation |
blob | commitdiff | raw | diff to current |
1999-01-25 |
Julian Smart | char* -> wxString |
blob | commitdiff | raw | diff to current |
1999-01-24 |
Vadim Zeitlin | 1. wxLoad/SaveFileSelector return "wxString" instead... |
blob | commitdiff | raw | diff to current |
1999-01-24 |
Julian Smart | Removed print.cpp, added tokenizr.tex |
blob | commitdiff | raw | diff to current |
1999-01-24 |
Vadim Zeitlin | Daniel Gehriger <dgehrige@dmtsun.epfl.ch> patch for... |
blob | commitdiff | raw | diff to current |
1999-01-19 |
Julian Smart | Some changes in a vain attempt to make Salford C++... |
blob | commitdiff | raw | diff to current |
1999-01-07 |
Julian Smart | Doc & Symantec C++ fixes |
blob | commitdiff | raw | diff to current |
1998-12-14 |
Mart Raudsepp | wxFileSelector set the filterIndex |
blob | commitdiff | raw | diff to current |
1998-11-24 |
Vadim Zeitlin | 1. new wxList code |
blob | commitdiff | raw | diff to current |
1998-07-17 |
Vadim Zeitlin | the very last traces of wxTString removed |
blob | commitdiff | raw | diff to current |
1998-07-12 |
Vadim Zeitlin | wxFILE_MUST_EXIST added |
blob | commitdiff | raw | diff to current |
1998-07-04 |
Julian Smart | Sorry, I went and removed consts as per the style guide :-) |
blob | commitdiff | raw | diff to current |
1998-05-20 |
Karsten Ballüder | added some wxMSW stuff |
blob | commitdiff | raw | diff to current |
|