warning fixes for BCC and OW (heavily modified patch 819146)
[wxWidgets.git] / src / generic / filedlgg.cpp
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-10-16  Vadim Zeitlinadded missing wxCMPFUNC_CONVs (patch 817551)
2003-09-20  Vadim Zeitlinmemory leak fixes in file dialogs (patch 783812)
2003-08-25  Václav Slavíkcompilation fix for wxUSE_UNICODE_MSLU
2003-08-25  Julian SmartCorrection for Unicode
2003-08-16  Vadim Zeitlintypo in assert (patch 789156)
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-02  Vadim ZeitlinwxUniv compilation fixes
2003-07-20  Vadim Zeitlinwarning fix
2003-07-19  Vadim Zeitlinextracted common code into a single wxfileDialogBase...
2003-06-14  Vadim ZeitlinwxFileDialog cleanup, extracted common code to fldlgcmn...
2003-04-28  Vadim Zeitlinfix for Unicode compilation
2003-04-24  Mattia Barbon COmpilation fix.
2003-04-15  David WebsterOS/2 updates to catch the port up with the rest of...
2003-04-06  Julian SmartRemoved redundant fixme comment
2003-04-06  Julian SmartApplied [ 716064 ] Second part of wxFileCtrl & wxDirCtr...
2003-04-05  Julian SmartAPplied patch [ 705301 ] Don't send event for wxSplitte...
2003-04-03  Julian SmartApplied patch [ 708582 ] wxGenericFileDialog & expose...
2003-04-02  Julian SmartApplied some of patch [ 688466 ] MSVC7 build & bug...
2003-03-02  Vadim Zeitlinfixed memory leak (patch 696164)
2003-03-02  Vadim Zeitlinadded missing include (patch 690352)
2003-02-18  Julian SmartApplied patch [ 686843 ] File Dialog Wildcard Bug
2003-02-10  Mattia Barbon Remove unnecessary header dependencies. Fix resulting...
2003-02-01  Vadim Zeitlinimplemented wxFileSelectorEx() (this fixes docview...
2003-01-26  Václav Slavíkeliminate __WIN32__ only code
2003-01-12  Vadim Zeitlindon't call stat() *and* lstat() (as if the file dialog...
2002-12-13  Chris Elliottfix visual c bugs for wxUNIVRERSAL
2002-12-11  Chris Elliottfix for wxUniversal on win32 platforms
2002-12-09  Julian SmartApplied patch [ 649590 ] fixes bug 611264: wxFileDialog...
2002-12-04  Vadim Zeitlincompilation fix after recent patch
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-08  Julian SmartRenamed duplicate style variable
2002-09-07  Vadim Zeitlinmade SetDirectory() work, minor code cleanup (much...
2002-08-08  Robert Roebling Adapted to Unicode compilation.
2002-07-28  Robert Roebling IMplement SetFilterINdex()
2002-07-12  Vadim Zeitlintreat NULL extension properly in wxLoad/SaveFileSelecto...
2002-05-19  Václav SlavíkCosmetic changes to wxSS::GetScreen:
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-04  Robert Roebling Added screen design to system settings for
2002-04-20  Vadim Zeitlinfixed huge memory leak in wxFileDialog (closes patch...
2002-04-17  Robert Roebling Various changes to focus handling when TLW start.
2002-04-07  Robert Roebling Make wxFileDialog even smaller under X11.
2002-04-01  Robert Roebling Made wxFileDialog PDA friendlier.
2002-03-24  Václav Slavíkdon't use deprecated wxImage methods inside wxWin
2002-03-22  Václav Slavíkuse wxArtProvider in wxFileDialog
2002-03-08  Vadim Zeitlintheoretically unnecessary but practically required...
2002-01-26  Václav SlavíkwxFileCtrl::Update was hiding wxWindow::Update
2002-01-11  Vadim Zeitlinmore Sun C++ compiler warning fixes: in particular...
2002-01-10  Václav Slavík1. finished porting wxDir/FileDialog to MS-DOS
2002-01-08  Václav Slavíkmore MS-DOS stuff in generic wxFileDialog
2001-12-30  Václav Slavíkmaking generic file dialog less Unixcentric
2001-12-16  Robert Roebling Reimplemented wxFileName with m_relative field.
2001-12-13  Robert RoeblingVerbose languages such as German need a big
2001-12-07  Václav Slavíkfixes for wxUSE_MIMETYPE==0 and fixes for compilation...
2001-09-28  Vadim Zeitlinallow multiple extensions in tge generic wxFileDialog...
2001-07-05  Vadim Zeitlinremoved/replaced include 'wx/wx.h'
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-11-24  Václav Slavíkfixed bug in wxFileDialog: it tested wxCHANGE_DIR again...
2000-10-08  Vadim Zeitlincompilation fix
2000-10-08  Vadim ZeitlinwxFileDialog changed to use (new) wxCHANGE_DIR flag...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-16  Jouk Jansen Committing in .
2000-03-09  Robert Roebling Some make corrections for HP and related,
2000-02-08  Vadim ZeitlinHP-UX compilation errors
2000-02-06  Robert Roebling Tried to prevent scrollbars from scrolling as
2000-02-05  Robert Roebling wxWindow no longer emits any scroll events after
2000-02-02  Robert Roebling Tried to fix corrupted display of wxTextCtrl,
2000-01-31  Vadim Zeitlinmakefiles changes (@top_srcdir@ adjusted)
2000-01-23  Václav Slavíkadded intelligent scaling of icons -- cutting empty...
2000-01-22  Václav Slavíkadded test for correctly created wxIcon
2000-01-19  Václav Slavíkrewritten to use wxTheMimeTypesManager
2000-01-19  Václav Slavíkgeneric wxFileDialog now stores customizations to regis...
2000-01-18  Václav Slavíkadded default icons for binary and unknown filetype
2000-01-16  Václav Slavíkminor change in passing arguments to CreateAntialiasedB...
2000-01-16  Robert Roebling file dialogs now remembers the width of the
2000-01-16  Václav Slavíkfile dialog now remebers list/report and hidden files...
2000-01-05  Vadim Zeitlinmore fixes to compilation warnings from HP-UX build...
2000-01-04  Robert Roebling Removed crashes when not using themes.
2000-01-04  Robert Roebling Update bug in wxListCtrl,
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-12-29  Robert Roebling Small doc updates, mainly wxDropTarget,
1999-12-21  Robert Roebling Some doc updates.
1999-12-07  Robert Roebling Various things related to wxFileDialog and attributes.
1999-12-04  Vadim Zeitlincompilation fixes for the wxListItemAttr
1999-12-01  Robert Roebling Applied patch for multiple file selection, documented.
1999-11-15  Robert Roebling Added header vs. library version check to configure,
1999-11-14  Robert Roebling Added wxWakeUpIdle() to wxGTK,
1999-11-06  Robert Roebling Applied a few OS/2 patches for wxGTK.
1999-10-29  Ove KaavenA few Unicode compilation fixes (mostly wxT())
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-04  Julian SmartRemoved some unused parameter warnings; compile error...
1999-10-04  Robert Roebling Applied a few old patches,
1999-10-01  Robert Roebling Improved wxFileDialog behaviour wrt to remembering...
1999-09-18  Vadim Zeitlinextra consts removed here and there
1999-09-09  Karsten Ballüdercosmetic fix
1999-08-21  Robert Roebling makefile typo
1999-08-20  Robert Roebling Changed a few #include <xxx.h> to #include "xxx.h"
1999-08-19  Robert Roebling Doc updates, wxsizer et al
1999-08-18  Robert Roebling More wxFileDialog things
next