summaryrefslogtreecommitdiff
path: root/gtk/gtkfilefilter.c
Commit message (Expand)AuthorAgeFilesLines
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-1/+1
* GtkFileFilter: Add private function to represent filter as patternAlexander Larsson2015-11-051-1/+48
* Code cleanupMatthias Clasen2015-07-311-2/+1
* GtkFileFilter: Use the new helpersMatthias Clasen2015-04-271-65/+87
* GtkFileFilter: Set name from builder idMatthias Clasen2015-03-081-0/+20
* Minor documentation fixMatthias Clasen2014-05-131-1/+1
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-4/+4
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-2/+2
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-5/+4
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-2/+2
* docs: Use "#" for refsect2 instead of ##William Jon McCann2014-02-041-1/+1
* docs: Convert to markdownMatthias Clasen2014-02-021-11/+7
* Fix a case of nested commentsMatthias Clasen2014-01-311-2/+3
* docs: don't escape entities in example codeWilliam Jon McCann2014-01-291-1/+1
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-1/+1
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-2/+2
* docs: use #*-struct instead of <structname>William Jon McCann2014-01-271-3/+3
* Fix malformed doc commentsMatthias Clasen2012-04-121-2/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Fix incomplete &gt; entities in docs.Laszlo Pandy2011-08-131-3/+3
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-1/+1
* Go back to using the image/* exampleMatthias Clasen2011-01-291-2/+2
* gtk: gtkfilefilter.c:57:24: error: "/*" within commentBenjamin Otte2011-01-281-1/+1
* Added <mime-types> and <patterns> parsing support to GtkFileFilter.Tristan Van Berkom2011-01-271-1/+193
* Move GtkFileFilter docs inlinePavel Holejsovsky2011-01-171-0/+24
* Split off gtkprivate.hEmmanuele Bassi2010-10-201-0/+2
* Move classes that currently derive from GtkObject to GInitiallyUnownedJavier Jardón2010-09-261-4/+4
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* [annotations] Add allow-noneJohan Dahlin2010-02-191-1/+1
* Allocate with GSlice:Michael Natterer2008-07-041-5/+5
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Replace uses of xdgmime with g_content_type.Matthias Clasen2008-06-081-11/+2
* gtk/gtkcellview.c gtk/gtkcolorbutton.c gtk/gtkentrycompletion.cMichael Natterer2008-03-041-1/+0
* Require gtk-doc 1.8Matthias Clasen2007-11-251-4/+3
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-4/+2
* More of the sameMatthias Clasen2006-05-141-1/+1
* More G_DEFINE_TYPE conversion.Matthias Clasen2006-05-031-17/+5
* Boilerplate reductionMatthias Clasen2006-05-021-17/+5
* In the case for FILTER_RULE_PIXBUF_FORMATS, check thatFederico Mena Quintero2005-12-271-0/+3
* Intern some more strings.Matthias Clasen2005-09-011-1/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+5
* Fix typo in docs.Matthias Clasen2004-11-121-1/+1
* Don't try to use xdgmime on Windows where we don't build it. (#157944, J.Matthias Clasen2004-11-121-0/+6
* Use xdg_mime_mime_type_subclass() to match mime types. This also gives useMatthias Clasen2004-11-081-1/+4
* New convenience function to add a filter for image files which can beMatthias Clasen2004-11-071-0/+53
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fix #138807.Federico Mena Quintero2004-06-021-1/+1