summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesystemmodel.c
Commit message (Expand)AuthorAgeFilesLines
* Fix thinkos in which fields get usedFederico Mena Quintero2009-10-151-3/+3
* Oops, it's gsize, not GSizeFederico Mena Quintero2009-10-151-1/+1
* In set_filter(), handle the case where the new filter is the same as the old ...Federico Mena Quintero2009-10-151-2/+7
* s/get_is_visible/iter_is_visible for clarityFederico Mena Quintero2009-10-151-4/+4
* Remove obsolete commentFederico Mena Quintero2009-10-151-2/+0
* Make the code match the docs in _gtk_file_system_model_clear_cache()Federico Mena Quintero2009-10-151-2/+2
* Free some missing fields in ::finalize()Federico Mena Quintero2009-10-151-0/+8
* Clarify variable names in gtk_file_system_model_sort()Federico Mena Quintero2009-10-151-11/+12
* Nothing to do for ref/unref_nodeFederico Mena Quintero2009-10-151-2/+2
* Clarify a couple of spots with commentsFederico Mena Quintero2009-10-151-2/+2
* Clarify array indexes vs. row numbersFederico Mena Quintero2009-10-151-60/+90
* Big comment on how GtkFileSystemModel worksFederico Mena Quintero2009-10-151-1/+65
* Remove obsolete code to use a cached mime-typeFederico Mena Quintero2009-10-151-16/+10
* Fix thinko in node_should_be_visible()Federico Mena Quintero2009-10-151-1/+1
* 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