summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesystemmodel.c
Commit message (Expand)AuthorAgeFilesLines
* Replace "gchar" with "char"Benjamin Otte2020-07-251-3/+3
* Replace "gint" with "int"Benjamin Otte2020-07-251-9/+9
* Reduce includes of gtkfilesystem.hMatthias Clasen2020-07-121-1/+1
* Drop gtk_file_filter_filterMatthias Clasen2020-07-051-0/+1
* Stop using gtk_file_filter_filterMatthias Clasen2020-07-051-1/+1
* filefilter: Drop GtkFileFilterInfoMatthias Clasen2020-07-051-56/+3
* Fix minor typosYuri Chornoivan2020-05-281-3/+3
* file-system-model: Refactor a helperPeter Bloomfield2020-04-261-26/+20
* file-system-model: Avoid use-after freePeter Bloomfield2020-04-261-13/+32
* filechooser: Fallback if content-type unavailableBastien Nocera2020-02-281-0/+4
* filesystemmodel: Guard variable with correct compiler flagsBenjamin Otte2020-02-221-0/+2
* dnd: Port the TreeModel machinery to GValue DNDBenjamin Otte2020-02-181-11/+4
* gtk: Drop the "plus"Emmanuele Bassi2019-02-051-1/+1
* Drop the Big GDK LockEmmanuele Bassi2018-02-031-14/+0
* Replace gdk_threads_add_timeout* with g_timeout_add()Emmanuele Bassi2018-02-031-5/+4
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-0/+4
* Use NULL for generic marshallers in g_signal_new()Benjamin Otte2016-08-291-1/+1
* 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