]> Pileus Git - ~andy/gtk/history - gtk/gtkfilesystemmodel.c
Use gtk_selection_data_set_uris() instead of doing it by hand. (#514890,
[~andy/gtk] / gtk / gtkfilesystemmodel.c
2008-02-12 Matthias ClasenUse gtk_selection_data_set_uris() instead of doing...
2008-01-14 Michael Natterercast "uris" to guchar* when passing it to gtk_selection...
2007-10-08 Kristian Rietvelddon't "corrupt" all iterators by reversing the list...
2007-05-02 Matthias ClasenDon't ignore the fact that gtk_file_system_get_parent...
2007-04-28 Matthias ClasenPlug memory leaks caused by wrong use of g_slist_remove...
2006-09-10 Matthias ClasenCommit a patch by Behdad to fix typos, omissions and...
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-05-01 Kristian RietveldMerge of the GTK+ asynchronous file chooser branch...
2005-09-15 Federico Mena QuinteroStart a set of automated tests for the file chooser...
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-11 Matthias ClasenUse gdk_atom_intern_static_string() where appropriate.
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenAlso intern static strings passed to g_object_set_data()
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-08-26 Thomas FitzsimmonsAcquire GDK lock. (#314533, Thomas Fitzsimmons)
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-02-01 Matthias ClasenFix many instances of "the the" in docs and comments...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-07-09 Federico Mena QuinteroFix #139290:
2004-06-16 Federico Mena QuinteroWhen inserting a visible node, free the old path before...
2004-06-12 Federico Mena QuinteroFixes #143578:
2004-06-01 Federico Mena QuinteroDon't insert a dummy node if there is no parent node...
2004-04-02 Federico Mena QuinteroFix #136077.
2004-03-29 Federico Mena QuinteroFix #137520.
2004-03-19 Federico Mena QuinteroRevert the patch to #137520, as 2.4.1 is for conservati...
2004-03-19 Federico Mena QuinteroFix #137520.
2004-03-08 Anders CarlssonIf max_depth is 0 then we have a list.
2004-03-07 Jonathan Blandfordset redraw_on_allocate, #135902.
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-03-01 Morten WelinderSimplify semantics and check for errors.
2004-02-25 Federico Mena QuinteroRenamed from create_shortcuts_model(). (struct _GtkFile...
2004-02-22 Matthias ClasenAdd chains to the parent's ::finalize() handler (#13490...
2004-01-22 Federico Mena QuinteroFree the path fields.
2004-01-17 Federico Mena QuinteroAdded a has_editable field. (_gtk_file_system_model_add...
2004-01-16 Federico Mena QuinteroNew get_volume_for_path() method. (struct _GtkFileSyste...
2003-11-27 Matthias ClasenDon't use freed memory. (#127698, Taavi Talvik)
2003-11-03 Federico Mena QuinteroAdd a stock icon to the "Add bookmark" button.
2003-10-23 Owen Taylorgtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate...
2003-09-09 Federico Mena QuinteroFree the display_key.
2003-07-23 Owen TaylorReturn parent path for dummy paths.
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-27 Owen TaylorFinish monitoring, add a TODO, fill in details in READM...
2003-03-26 Owen Taylor- Add GnomeVFS backend
2003-03-24 Owen TaylorMake incrememtal searching work, some bug fixes
2003-03-21 Owen TaylorAdd sorting, a size column.
2003-03-21 Owen TaylorAdd some documentation comments, fix some missing statics
2003-03-21 Owen TaylorInitial revision