summaryrefslogtreecommitdiff
path: root/gtk/gtksearchenginesimple.c
Commit message (Expand)AuthorAgeFilesLines
* Don't do remote checks on NULL filesРуслан Ижбулатов2016-02-041-1/+2
* file chooser: Don't crawl recent://Matthias Clasen2015-07-301-1/+2
* Avoid more GFile<>uri roundtripsMatthias Clasen2015-07-271-1/+1
* search engine: Don't crawl remote locationsMatthias Clasen2015-07-271-8/+11
* Store locations as GFileMatthias Clasen2015-07-271-4/+3
* file chooser: Separate out delete and trashMatthias Clasen2015-07-061-0/+1
* file chooser: Allow deleting filesMatthias Clasen2015-07-041-1/+2
* file chooser: Allow renaming filesMatthias Clasen2015-07-041-1/+2
* file chooser: Use access time for recent filesMatthias Clasen2015-07-041-1/+2
* file chooser: Make location column work betterMatthias Clasen2015-07-041-0/+1
* GtkSearchEngineSimple: Avoid a private structMatthias Clasen2015-06-191-40/+32
* GtkSearchEngine: Avoid a crashMatthias Clasen2015-06-191-1/+14
* GtkSearchEngine: Avoid crawling indexed locationsMatthias Clasen2015-06-191-1/+34
* GtkSearchEngine: Add recursive flagMatthias Clasen2015-06-181-1/+3
* Request the right attributes in the simple search engineMatthias Clasen2015-06-181-1/+5
* search engine: Pass file infos along for hitsMatthias Clasen2015-06-181-13/+20
* GtkQuery: CleanupsMatthias Clasen2015-05-161-1/+1
* Rewrite search to be more similar to nautilusMatthias Clasen2015-05-161-173/+66
* Rewrite simple search engine to use GFile and breadth orderРуслан Ижбулатов2015-05-011-62/+125
* GtkSearchEngine: Drop unused functionalityMatthias Clasen2015-05-011-7/+0
* Formatting fixesMatthias Clasen2015-02-281-55/+55
* Use AC_USE_SYSTEM_EXTENSIONS to get _GNU_SOURCE, _XOPEN_SOURCE etc.Simon McVittie2014-08-211-8/+0
* Fix various warnings about unused thingsРуслан Ижбулатов2014-08-131-4/+2
* all: Name more idles and timeoutsBastien Nocera2014-03-261-2/+8
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-4/+2
* Fix the build on SolarisMatthias Clasen2012-05-251-2/+2
* Change FSF AddressJavier Jardón2012-02-271-2/+1
* gtk/*: Use g_list_free_full() convenience functionJavier Jardón2012-01-051-2/+1
* GtkSearchEngineSimple: adapt the GLib thread api changesMatthias Clasen2011-11-011-6/+6
* Split off gtkprivate.hEmmanuele Bassi2010-10-201-0/+3
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* gdk/gdkspawn.h gtk/gtkbuilderprivate.h gtk/gtkfilechoosersettings.cMichael Natterer2008-03-141-2/+0
* Fixes for bug #480123.Emmanuele Bassi2007-09-251-12/+19
* Make it compileMatthias Clasen2007-07-091-2/+2
* Address some thread-safety issues. (#452598)Matthias Clasen2007-07-091-4/+5
* Remove the MIME type calls and queries from the search engineEmmanuele Bassi2007-06-221-25/+1
* Define GNU libc symbols unconditionallyEmmanuele Bassi2007-06-101-2/+5
* Add check for GNU extensions to ftw()/nftw().Emmanuele Bassi2007-05-141-8/+23
* Include <ftw.h> and use nftw() and all the symbols defined in <ftw.h>Emmanuele Bassi2007-05-131-6/+14
* Assume Posix nftw behaviourMatthias Clasen2007-05-101-5/+3
* Remove spurious g_free() call.Emmanuele Bassi2007-05-031-2/+0
* Add search file support in the GtkFileChooser. Original patch by FedericoEmmanuele Bassi2007-05-021-0/+378