summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesystemmodel.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure we always grab the gdk lock in async callbacksAlexander Larsson2011-03-281-0/+4
* bgo#614006 - GtkFileSystemModel - Make sure to generate node IDs are valid fo...Sergey Orlov2010-08-241-1/+4
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-1/+0
* Revert "Add length to gtk_tree_path_get_indices"Colin Walters2010-06-281-1/+1
* Add length to gtk_tree_path_get_indicesColin Walters2010-06-281-1/+1
* Can't select file on file browser after changing sort orderBenjamin Otte2010-06-281-1/+1
* filechooser: Fix a crash when removing filesBenjamin Otte2010-05-021-0/+1
* Fix error case in filesystem modelBenjamin Otte2010-03-291-3/+5
* [annotations] Add allow-noneJohan Dahlin2010-02-191-2/+2
* Don't keep the filesystem model alive while querying filesBenjamin Otte2009-11-021-14/+14
* 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