summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/FileDialog.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 380560 - Do the annual javadoc/copyright bash for 3.8 and 4.2Carolyn MacLeod2012-06-011-1/+1
* Bug 376826 Text#removeSegmentListener inconsistent with other codeBogdan Gheorghe2012-04-161-1/+1
* Bug 364116 - [10.7]Crash when opening two FileDialogs in a rowSilenio Quarti2012-03-091-3/+0
* fix permission of filesSilenio2011-09-231-0/+0
* Bug 345279 - Do the annual javadoc/copyright bash for 3.7Carolyn MacLeod2011-05-161-2/+1
* 280202 - more refactoringScott Kovatch2010-08-311-57/+5
* 280202 - add cut, copy, paste, select all to other dialogsScott Kovatch2010-08-311-16/+18
* 280202 - add cut, copy, paste, select all to the file dialog.Scott Kovatch2010-08-301-1/+55
* Bug 314492 - Do the annual copyright/javadoc bashCarolyn MacLeod2010-05-311-1/+1
* 292665 - don't pass zero-length string to runModalForDialog. Needs nil to use...Scott Kovatch2010-04-061-2/+2
* Bug 294737-FileDialog setFilterExtensions() does not work with extensions con...Lakshmi Shanmugam2010-03-191-15/+12
* Bug 293276 - [Browser] SWT_AWT: can't type in MOZILLA Browser HTML fields (ex...Silenio Quarti2010-02-011-1/+1
* 278041 - Mac: When modal dialog is up, its parent window should not respond ...Kevin Barnes2009-10-231-0/+3
* use NSString.string() to avoid creating a new object all the timeFelipe Heidrich2009-08-281-1/+1
* 277323 - Save dialog does not show filter extensionsSilenio Quarti2009-08-051-4/+29
* 279671 Preferences - PathEditor and DirectoryFieldEditor do not show all disk...Kevin Barnes2009-07-071-1/+1
* 279671 Preferences - PathEditor and DirectoryFieldEditor do not show all disk...Kevin Barnes2009-07-071-0/+1
* restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti2009-07-011-0/+461
* *** empty log message ***Felipe Heidrich2009-06-301-461/+0
* After copyright bash for 3.5RC4AFTER_COPYRIGHT_BASH_FOR_35RC4Carolyn MacLeod2009-05-291-1/+1
* After javadoc bash for 3.5RC3v3549aBEFORE_COPYRIGHT_BASH_FOR_35RC3AFTER_JAVADOC_BASH_FOR_35RC3Carolyn MacLeod2009-05-271-0/+5
* 277195 - FileDialog NPE's when attempting to upload an attachment with MylynKevin Barnes2009-05-201-1/+1
* 223703 - FileDialog.setOverwrite(boolean) does nothing on CocoaKevin Barnes2009-05-151-2/+2
* 273099 - Save As.. dialog is not seeded with selection's file nameSilenio Quarti2009-05-061-2/+3
* add property to turn off SWT.SHEETSilenio Quarti2009-04-241-1/+3
* use SWT.SHEET instead of SWT.PRIMARY_MODALSilenio Quarti2009-04-201-2/+2
* 272391 - Support Sheets for dialogsSilenio Quarti2009-04-171-0/+8
* implement setFilterExtensions()/setFilterNames()/setFilterIndex()Silenio Quarti2009-04-081-1/+83
* null check.Kevin Barnes2009-02-111-2/+2
* 223703 - FileDialog.setOverwrite(boolean) does nothing on CocoaKevin Barnes2009-02-061-4/+21
* 256808 - Eclipse "Select Workspace Directory" does not allow creation of new ...Grant Gayed2008-12-151-0/+1
* 248731 - Set filenames and full paths appropriately when files are selected f...Scott Kovatch2008-09-261-5/+13
* 211652 - First working drag and drop implementation for Cocoa port.Scott Kovatch2008-09-251-1/+9
* 64 bit workSilenio Quarti2008-08-181-2/+2
* 211796 - Regenerate the PI ("Platform Interface") to better match cocoaSilenio Quarti2008-08-141-6/+2
* After Copyright Bash for 3.4RC4AFTER_COPYRIGHT_BASH_FOR_34RC4Carolyn MacLeod2008-06-051-1/+1
* After Javadoc Bash for 3.4RC4Carolyn MacLeod2008-06-041-3/+9
* check bits for RTL and APPLICATION_MODALSteve Northover2008-04-291-1/+1
* change parameter name for consistencyCarolyn MacLeod2008-03-251-3/+3
* see bug 223703 - FileDialog.setOverwrite(boolean) does nothing on CocoaCarolyn MacLeod2008-03-241-1/+3
* 4727 - DCR: FileDialog to use overwrite prompt (1GFDH0D)Carolyn MacLeod2008-03-241-13/+13
* 4727 - DCR: FileDialog to use overwrite prompt (1GFDH0D)Carolyn MacLeod2008-03-241-5/+5
* 4727 - DCR: FileDialog to use overwrite prompt (1GFDH0D)Carolyn MacLeod2008-03-241-0/+27
* Allow filterIndex to be set even if platform does not implement featureCarolyn MacLeod2008-01-101-1/+8
* 172784 - FileDialog should provide access to selected filter after closingCarolyn MacLeod2008-01-051-0/+35
* cocoa mergeFelipe Heidrich2007-11-151-0/+256