summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooser.c
Commit message (Expand)AuthorAgeFilesLines
* missing Since 2.14, fixes #549236Gian Mario Tagliaretti2008-08-251-0/+2
* gtk/gtk.symbols gtk/makegtkalias.pl gtk/gtkaccelmap.c gtk/gtkfilechooser.cTor Lillqvist2008-08-081-1/+1
* Make GFile-oriented API public. Fixes #545978.Carlos Garnacho2008-08-041-44/+113
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Return full path here as expected, not just the basename.Carlos Garnacho2008-06-151-1/+1
* gtk/gtkfilechooser.c (gtk_file_chooser_set_current_folder_uri) usePaolo Borelli2008-06-101-1/+1
* Bug 520874 - Should use gio directly.Carlos Garnacho2008-06-101-259/+156
* Check the return value of _gtk_file_chooser_get_file_system () for NULLCody Russell2008-02-111-0/+3
* Require gtk-doc 1.8Matthias Clasen2007-11-251-24/+24
* Add a file-set signal to the filechooser button. Bug 353196.Mariano Suárez-Alvarez2006-12-261-1/+1
* Fix the docs. (#360112)Matthias Clasen2006-10-061-2/+1
* Fix https://bugzilla.novell.com/show_bug.cgi?id=184875 - make the locationFederico Mena Quintero2006-07-181-1/+1
* Clarify the use of these functions, to avoid the case where a chooser isFederico Mena Quintero2006-06-191-0/+16
* Boilerplate reductionMatthias Clasen2006-05-021-12/+6
* Merge of the GTK+ asynchronous file chooser branch. Please see theAFTER_KRIS_ASYNC_BRANCH_MERGEKristian Rietveld2006-05-011-0/+3
* No point in making the error path fast by caching quarks.Matthias Clasen2006-04-041-4/+1
* Fix whitespace in a blurb. (#319499, Francisco Javier F. Serrador)Matthias Clasen2005-10-251-2/+2
* Fixes bug #317999:Federico Mena Quintero2005-10-071-5/+9
* Add some docs. (#316001, Guillaume Cottenceau)Matthias Clasen2005-09-131-3/+12
* Intern some more strings.Matthias Clasen2005-09-011-6/+6
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Clarify the usage of this function. (gtk_file_chooser_set_uri): Likewise.Federico Mena Quintero2005-07-221-19/+68
* Add the new functions.Federico Mena Quintero2005-07-151-6/+5
* Add overwrite confirmation for SAVE mode. Fixes bug #152850:Federico Mena Quintero2005-07-151-0/+88
* Use the correct function to conver the uri to a path. (#304565, IsmaelMatthias Clasen2005-05-181-1/+1
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-10/+11
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Document ownership of filters. (#169101, Sebastian Rittau)Matthias Clasen2005-03-071-1/+4
* Fix many instances of "the the" in docs and comments. (#165815, MasaoMatthias Clasen2005-02-011-2/+2
* Typo fix. (#162219, Masao Mutoh)Matthias Clasen2004-12-261-1/+1
* Typo fix. (#162219, Masao Mutoh)Matthias Clasen2004-12-261-1/+1
* gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.cTor Lillqvist2004-12-121-0/+169
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fix up previous commit.Matthias Clasen2004-08-041-2/+2
* Add setter and getter for the ::show-hidden property. (#145610, JeffMatthias Clasen2004-08-041-0/+42
* Fixes #144110, patch by Bastien Nocera <hadess@hadess.net>.Federico Mena Quintero2004-06-111-2/+2
* Fix a typo.Matthias Clasen2004-05-311-1/+1
* Added documentation to all the signals.Federico Mena Quintero2004-04-131-0/+82
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Add gboolean return values and GError arguments to ::set_current_folder()Federico Mena Quintero2004-03-051-31/+82
* Handle GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL.Federico Mena Quintero2004-02-291-5/+55
* remove folder-mode property.Jonathan Blandford2004-02-271-6/+0
* Add two more folder modes to the enum.Jonathan Blandford2004-02-261-51/+4
* Remove old file-system property. Add new file-system-backend stringAlexander Larsson2004-02-191-4/+4
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-20/+20
* Do not allow setting select_multiple when in Save mode. (set_list_model):Federico Mena Quintero2004-01-161-0/+6
* Added a render_icon virtual method.Federico Mena Quintero2003-11-191-1/+1
* Fix parameter name mismatches which confuse gtk-doc.Matthias Clasen2003-11-151-1/+1