summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesystemmodel.c
Commit message (Expand)AuthorAgeFilesLines
* Fix return value error in _gtk_file_system_model_get_directoryTing-Wei Lan2015-07-061-1/+1
* Add a getter for the directory to file system modelMatthias Clasen2015-07-041-0/+9
* Use infos from search engine instead of getting them againMatthias Clasen2015-06-181-0/+17
* file system model: Add batched insertionMatthias Clasen2015-06-181-0/+36
* Remove no longer needed in-tree editingwip/csoriano/gtkplacesidebar_bookmarksMatthias Clasen2015-04-101-48/+1
* GtkFileChooser: Don't crash if invisible files are deletedMatthias Clasen2014-12-111-1/+4
* Freeze file system model during editingEmmanuele Bassi2014-11-251-37/+44
* Don't leak the queried file infoWilliam Jon McCann2014-02-211-0/+2
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-4/+4
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
* docs: use proper quotesWilliam Jon McCann2014-02-051-9/+9
* docs: use #*-struct instead of <structname>William Jon McCann2014-01-271-3/+3
* all: Add names to timeoutsBastien Nocera2013-10-231-0/+1
* bgo#687196 - Fix model corruption during file removalbgo687196-filesystemmodel-crashFederico Mena Quintero2012-11-021-3/+36
* Make freeze_updates() and thaw_updates() static functionsFederico Mena Quintero2012-11-011-18/+19
* Comments on how the filtering and sorting processes workFederico Mena Quintero2012-11-011-1/+21
* Remove argument to _gtk_file_system_model_update_file() that should not be pa...Federico Mena Quintero2012-10-311-7/+11
* Rename gtk_tree_path_new_from_node() to tree_path_new_from_node()Federico Mena Quintero2012-10-311-7/+7
* Emit row-changed notificationMatthias Clasen2012-07-151-1/+6
* Make computing and setting the visibility/filters atomic operationsFederico Mena Quintero2012-07-151-27/+26
* Make it clear that 'filtered' means 'filtered_out'Federico Mena Quintero2012-07-151-22/+23
* Remove superfluous check in node_set_filtered()Federico Mena Quintero2012-07-151-4/+0
* Desensitize filtered folders when in folder selection modeWilliam Jon McCann2012-07-151-24/+85
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* filesystemmodel: Add a toggle for whether directories are filteredBenjamin Otte2011-12-161-10/+41
* filesystemmodel: Add a missing checkBenjamin Otte2011-10-031-0/+3
* 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