summaryrefslogtreecommitdiff
path: root/gtk/gtksearchenginesimple.c
Commit message (Expand)AuthorAgeFilesLines
* 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