]> Pileus Git - ~andy/gtk/history - gtk/gtkfilechooser.c
Fix https://bugzilla.novell.com/show_bug.cgi?id=184875 - make the location
[~andy/gtk] / gtk / gtkfilechooser.c
2006-07-18 Federico Mena QuinteroFix https://bugzilla.novell.com/show_bug.cgi?id=184875...
2006-06-19 Federico Mena QuinteroClarify the use of these functions, to avoid the case...
2006-05-02 Matthias ClasenBoilerplate reduction
2006-05-01 Kristian RietveldMerge of the GTK+ asynchronous file chooser branch...
2006-04-04 Matthias ClasenNo point in making the error path fast by caching quarks.
2005-10-25 Matthias ClasenFix whitespace in a blurb. (#319499, Francisco Javier...
2005-10-07 Federico Mena QuinteroFixes bug #317999:
2005-09-13 Matthias ClasenAdd some docs. (#316001, Guillaume Cottenceau)
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-07-22 Federico Mena QuinteroClarify the usage of this function. (gtk_file_chooser_s...
2005-07-15 Federico Mena QuinteroAdd the new functions.
2005-07-15 Federico Mena QuinteroAdd overwrite confirmation for SAVE mode. Fixes bug...
2005-05-18 Matthias ClasenUse the correct function to conver the uri to a path...
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-07 Matthias ClasenDocument ownership of filters. (#169101, Sebastian...
2005-02-01 Matthias ClasenFix many instances of "the the" in docs and comments...
2004-12-26 Matthias ClasenTypo fix. (#162219, Masao Mutoh)
2004-12-26 Matthias ClasenTypo fix. (#162219, Masao Mutoh)
2004-12-12 Tor Lillqvistgtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfil...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-08-04 Matthias ClasenFix up previous commit.
2004-08-04 Matthias ClasenAdd setter and getter for the ::show-hidden property...
2004-06-11 Federico Mena QuinteroFixes #144110, patch by Bastien Nocera <hadess@hadess...
2004-05-31 Matthias ClasenFix a typo.
2004-04-13 Federico Mena QuinteroAdded documentation to all the signals.
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-05 Federico Mena QuinteroAdd gboolean return values and GError arguments to...
2004-02-29 Federico Mena QuinteroHandle GTK_FILE_CHOOSER_PROP_USE_PREVIEW_LABEL.
2004-02-27 Jonathan Blandfordremove folder-mode property.
2004-02-26 Jonathan BlandfordAdd two more folder modes to the enum.
2004-02-19 Alexander LarssonRemove old file-system property. Add new file-system...
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2004-01-16 Federico Mena QuinteroDo not allow setting select_multiple when in Save mode...
2003-11-19 Federico Mena QuinteroAdded a render_icon virtual method.
2003-11-15 Matthias ClasenFix parameter name mismatches which confuse gtk-doc.
2003-11-08 Matthias ClasenMark as 2.4 additions.
2003-11-03 Federico Mena QuinteroAdd a stock icon to the "Add bookmark" button.
2003-10-23 Federico Mena QuinteroFixed docs. (gtk_file_chooser_remove_filter): Likewise.
2003-10-23 Matthias ClasenAdd "Since: 2.4" to all API doc comments.
2003-10-23 Owen Taylorgtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate...
2003-10-18 Federico Mena QuinteroRemoved. (gtk_file_system_gnome_vfs_set_bookmarks)...
2003-10-08 Federico Mena QuinteroAdded methods for ::get_supports_bookmarks(), ::set_boo...
2003-09-11 Federico Mena QuinteroAdded an API point about needing a way to fetch the...
2003-09-11 Federico Mena QuinteroConnect to "row_activated" on the file list. (list_row_...
2003-09-09 Owen TaylorSmall doc fix
2003-09-03 Owen TaylorRemove excess check that was breaking with current...
2003-09-03 Federico Mena QuinteroRemoved the "extra widget" bit, implemented with the...
2003-07-23 Owen TaylorAdd over-big test case for preview (much of size from...
2003-07-23 Owen TaylorFile filter objects.
2003-07-11 Owen TaylorAdd gtk_file_chooser_set_current_name() to set the...
2003-04-09 Owen Taylor- Disconnect signal connections when appropriate. ...
2003-04-04 Owen TaylorMove interface definition into a private header so...
2003-03-26 Owen TaylorAdd a construct-only 'file_system' property, split...
2003-03-21 Owen TaylorInitial revision