Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / osx / cocoa / filedlg.mm
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-01-20  Stefan Csomorworkaround for crash, see #14906
2012-11-04  Vadim ZeitlinEnsure that paths used inside wxOSX are always in NFC...
2012-11-01  Václav SlavíkAdd wxTEST_DIALOG for testing of modal dialogs.
2012-06-15  Stefan Csomoravoid idling in native file dialogs
2012-05-23  Vadim ZeitlinNo real changes, just slightly simplify HasAppKit_10_6...
2012-05-20  Vadim ZeitlinImprove check for OS X version in Cocoa wxFileDialog...
2012-04-17  Stefan Csomorbuilding on 10.5
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-09  Stefan Csomoradd member for sheetdialog
2011-06-06  Stefan Csomorturning off unconditional usage of filter-delegate...
2011-04-25  Dimitri SchoolwerthFixed filename in wxOSX-Cocoa's file dialog using exten...
2011-04-20  Dimitri SchoolwerthMake use of SetFilterIndex in wxOSX-Cocoa's file dialog.
2011-04-20  Dimitri SchoolwerthFixed saving dialog's filter index always being -1...
2011-03-18  Dimitri SchoolwerthSet svn properties on various files throughout the...
2011-02-18  Stefan Csomorprecomp header fixes
2011-02-18  Stefan Csomorsupport for file-type popup, compatible for 10.4+,...
2011-02-16  Stefan Csomorconforming to deprecation recommendation for 10.6
2011-02-16  Stefan Csomorsupport for file types in save panel
2011-02-16  Stefan Csomorsupport wxFD_MULTIPLE
2011-02-16  Stefan Csomorfixing naming to conform to effective ownership, cleani...
2010-09-07  Stefan Csomormodeling subclassing along msw, unsubclassing filedialo...
2010-04-18  Stefan Csomorstreamlining code for extra controls
2010-04-13  Stefan Csomoradding support for extraControl on osx_carbon
2010-02-06  Kevin OllivierFix handling of the *.* extension case, before this...
2010-01-28  Kevin OllivierGet ShowWindowModal behavior working under OS X Cocoa...
2010-01-18  Stefan Csomorsetting correct 'default' for m_filterIndex, closes...
2009-09-25  Julian SmartApplied #9520: Fix to allow repeated use of wxFileDialo...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-18  Stefan Csomorsimplifying native string handling, see #11061
2009-03-22  Kevin OllivierDisabling sheets codepath until we can resolve the...
2009-03-21  Stefan Csomorfixing multiple extensions in one filter, turning off...
2009-03-05  Kevin OllivierDon't use result for both NS and wx button ID values.
2009-03-05  Kevin OllivierUse sheets for native file dialogs if the dialog has...
2009-02-07  Stefan Csomorreworking event handling to redirect to c++ virtual...
2009-01-10  Stefan Csomorfixing default location for cocoa, see #10361
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2008-09-01  Stefan Csomorosx-cocoa updates