summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/dialogs_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* GTK: More signal overhaul.erg@chromium.org2010-05-051-54/+43
* chrome 4: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-1/+1
* Remove redundant casts in g_signal_connect() throughout all gtk code we have.erg@chromium.org2010-02-101-4/+4
* linux: prompt before overwriting a file in downloadsevan@chromium.org2010-01-091-0/+2
* Fix crash on opening a file save dialog when the parent tab has no content on...kinuko@chromium.org2009-12-171-7/+11
* Ninth patch in making destructors of refcounted objects private.jam@chromium.org2009-11-071-1/+2
* Keep track of when file dialogs are destroyed.thestig@chromium.org2009-11-041-14/+23
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-4/+3
* Do not allow GTK File Chooser dialogs to return directories. This is probably...thestig@chromium.org2009-10-291-14/+66
* Fix a couple gtk file chooser crashers.estade@chromium.org2009-10-221-7/+13
* GTK: make sure to delete any remaining dialogs when the SelectFileDialogImpl ...estade@chromium.org2009-10-071-0/+11
* GTK: Implement folder chooser dialog.estade@chromium.org2009-09-041-6/+43
* GTK file picker: Use mime type filters instead of shell-style glob filters.estade@chromium.org2009-09-031-12/+9
* GTK: Change file chooser dialogs to prefer the suggested path (somewhatly err...estade@chromium.org2009-08-141-18/+28
* Make some default file dialog titles for linux.estade@chromium.org2009-07-251-3/+12
* Make GTK file dialog box modal for parent window, instead of for the entireestade@chromium.org2009-07-211-6/+7
* Revert r20667, which broke dropdown menus.estade@chromium.org2009-07-151-8/+6
* Make GTK file dialog box modal for parent window, instead of for the entireestade@chromium.org2009-07-141-6/+8
* GTK: Preview images in file chooser.estade@chromium.org2009-07-031-0/+36
* Linux: reject empty file filters for file chooser dialogs.estade@chromium.org2009-05-201-3/+10
* Linux: remember user's last selected path for select file dialogs.estade@chromium.org2009-05-061-7/+50
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Gtk file selection filters, first cut.estade@chromium.org2009-04-241-4/+76
* Add a Cocoa file picker.avi@google.com2009-04-141-4/+1
* Refactoring; switch the |filter| parameter into something that is more amenab...avi@chromium.org2009-04-121-14/+15
* First pass of refactoring dialogs.avi@chromium.org2009-04-061-20/+14
* A file I left out of rietveld issue 56153estade@chromium.org2009-04-021-1/+1
* Remove Windows "Save As" dialogs from Save Page code.In this change:- convert...paulg@google.com2009-03-301-1/+3
* Implement 2 more gtk dialogs: open file and open multiple files.estade@chromium.org2009-03-131-25/+138
* Gtk dialogs, first cut.estade@chromium.org2009-03-121-0/+182