summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesystemmodel.c
Commit message (Expand)AuthorAgeFilesLines
...
* Factory out functions to emit row_inserted, row_changed, row_deletedFederico Mena Quintero2009-10-151-27/+43
* When updating a file, handle the case where the old file info is the same as ...Federico Mena Quintero2009-10-151-2/+6
* When removing a file, also remove it from the file_lookup hash tableFederico Mena Quintero2009-10-151-0/+5
* Comment on how the file_lookup hash table gets rebuilt on demandFederico Mena Quintero2009-10-151-2/+15
* Clarify the arguments to g_file_query_info_async()Federico Mena Quintero2009-10-151-2/+2
* Clarify the code flow in gtk_file_system_model_got_files()Federico Mena Quintero2009-10-151-12/+11
* Remove the dir_thaw_source while disposing the modelFederico Mena Quintero2009-10-151-0/+6
* Make _gtk_file_system_model_remove_file() staticFederico Mena Quintero2009-10-151-5/+8
* Make _gtk_file_system_model_add_file() staticFederico Mena Quintero2009-10-151-10/+14
* Clarify the comments that some fields in GtkFileSystemModel can be NULLFederico Mena Quintero2009-10-151-2/+2
* Clarify the arguments to g_file_monitor_directory()Federico Mena Quintero2009-10-151-2/+2
* Clarify an argument to g_file_enumerate_children_async()Federico Mena Quintero2009-10-151-1/+1
* Fix and tighten an assertionFederico Mena Quintero2009-10-151-2/+1
* Complete the documentation string for _gtk_file_system_model_new()Federico Mena Quintero2009-10-151-0/+4
* Start with a file array with a resonable preallocated sizeFederico Mena Quintero2009-10-151-1/+1
* Compute the node size only once to avoid the scary macroFederico Mena Quintero2009-10-151-10/+12
* g_error() as soon as we catch an invalid column typeFederico Mena Quintero2009-10-151-2/+3
* Improve show_and_select_files() functionBenjamin Otte2009-10-151-5/+57
* Convert search to use a GtkFileSystemModelBenjamin Otte2009-10-151-0/+27
* Add a constructor to filesystem model that does not monitor a directoryBenjamin Otte2009-10-151-16/+62
* Make the filesystem model filter API use a GtkFileFilterBenjamin Otte2009-10-151-16/+77
* Implement new GtkFileSystemModelBenjamin Otte2009-10-151-1544/+1174
* move GtkFileSystemModel private stuff out of the private headerBenjamin Otte2009-10-151-0/+54
* bgo#355851 - Hide backup files in the file chooserMilan Bouchet-Valat2009-06-111-1/+2
* Privately export this method. It classifies directories and mountables theMatthias Clasen2008-12-141-3/+3
* Bug 554704 – gtkfilesystemmodel does too much workChristian Persch2008-10-021-4/+4
* Bug 554696 – invalid free function usedChristian Persch2008-10-021-2/+3
* Bug 554691 – mem leak in filechooserChristian Persch2008-10-021-0/+1
* 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
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-191-4/+4
* Really make GtkFileSystem private by _-prefixing all functions.Matthias Clasen2008-06-131-19/+19
* Bug 520874 - Should use gio directly.Carlos Garnacho2008-06-101-306/+269
* Use g_value_set_static_string() where appropriate. (#515042, ChristianMatthias Clasen2008-02-121-1/+1
* Use gtk_selection_data_set_uris() instead of doing it by hand. (#514890,Matthias Clasen2008-02-121-11/+5
* cast "uris" to guchar* when passing it to gtk_selection_data_set().Michael Natterer2008-01-141-1/+1
* don't "corrupt" all iterators by reversing the list after adding theKristian Rietveld2007-10-081-4/+0
* Don't ignore the fact that gtk_file_system_get_parent() may return NULL.Matthias Clasen2007-05-021-8/+7
* Plug memory leaks caused by wrong use of g_slist_remove_link(). (#405515,Matthias Clasen2007-04-281-2/+2
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-101-3/+0
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-57/+9
* Merge of the GTK+ asynchronous file chooser branch. Please see theAFTER_KRIS_ASYNC_BRANCH_MERGEKristian Rietveld2006-05-011-181/+429
* Start a set of automated tests for the file chooser. The only test inFederico Mena Quintero2005-09-151-50/+1
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-3/+0
* Use gdk_atom_intern_static_string() where appropriate.Matthias Clasen2005-09-111-1/+1
* Intern some more strings.Matthias Clasen2005-09-011-3/+3
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1