fix vertical mouse wheel event rotation value, sign was reversed in r74805
[wxWidgets.git] / src / common / fldlgcmn.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-01-05  Paul Cornettmove variable definitions to more appropriate places...
2010-09-27  Vadim ZeitlinReplace some stray _T()s with wxT().
2009-11-26  Vadim ZeitlinMake wxFileDialog::Set/SetPath() behave consistently.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-12  Vadim Zeitlinonly allow selecting existing files in wxLoadFileSelect...
2009-06-01  Vadim Zeitlincorrect Borland #pragma hdrstop position
2009-01-24  Vadim Zeitlinminor fixes for custom controls support in wxFileDialog...
2009-01-21  Vadim Zeitlinallocate size for the extra controls in the file dialog...
2008-03-02  Vadim Zeitlinadd support for custom controls in file dialog in wxGTK...
2007-07-08  Václav Slavíkfix Watcom compilation: removed templates for wxFileSel...
2007-06-04  Václav Slavíkchanged wxFileSelector() etc. functions to use wxString...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2006-12-22  Kevin OllivierFix for non-PCH builds.
2006-12-21  Vadim Zeitlinrestored (as deprecated) accidentally removed wx{Dir...
2006-10-27  Robert Roebling Move the wxFD_... flags back into m_windowStyle
2006-10-25  Robert Roebling Add m_fsStyle next to m_windowStyle
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-31  Vadim Zeitlindon't assert if neither wxFD_OPEN nor wxFD_SAVE is...
2006-05-28  Vadim ZeitlinFile/dir dialog styles and other changes (patch 1488371):
2005-11-08  Vadim Zeitlinremvoed wxFileDialogBase::m_parent as there is already...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-03-08  Vadim Zeitlininit member variables properly (patch 1156088)
2005-02-01  Włodzimierz Skiba.empty() string cleaning.
2004-09-14  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-06-22  Włodzimierz SkibawxParseWildcard renamed to wxParseCommonDialogsFilter...
2004-06-15  Włodzimierz SkibawxParseWildcard added instead of methods hidden under...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-28  Vadim Zeitlinfixed wild card string construction when description...
2004-04-22  Dimitri Schoolwerthfixed broken filetype filters in file dialogs
2004-04-20  Vadim Zeitlinreplaced generic automatic filter string by 2 different...
2004-04-20  Chris Elliottfix bug compiling with DMC Borland gcc (macos); reverti...
2004-04-20  Chris Elliottfix bug compiling with DMC Borland gcc (macos); reverti...
2004-04-20  Vadim Zeitlinfixed bug in default filter string construction (you...
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-19  Vadim Zeitlinextracted common code into a single wxfileDialogBase...
2003-06-15  Vadim Zeitlinempty description doesn't look good
2003-06-15  Vadim Zeitlintypo fix
2003-06-15  Vadim Zeitlinfixed bug with parsing filter string without description
2003-06-14  Vadim ZeitlinwxFileDialog cleanup, extracted common code to fldlgcmn...