summaryrefslogtreecommitdiff
path: root/gtk/gtkfilefilter.c
Commit message (Expand)AuthorAgeFilesLines
* Fix malformed doc commentsMatthias Clasen2012-04-121-2/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Fix incomplete > 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
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Simplify semantics and check for errors.Morten Welinder2004-03-011-1/+2
* Free the path fields.Federico Mena Quintero2004-01-221-1/+7
* updated added all the new testsHans Breuer2003-11-151-1/+1
* #include <X11/extensions/Xrandr.h> if we have RandR support, forManish Singh2003-10-271-0/+1
* Add "Since: 2.4" to all API doc comments.Matthias Clasen2003-10-231-1/+17
* Move GtkCombo and GtkOptionMenu to the "Deprecated" chapter. AddMatthias Clasen2003-10-231-1/+1
* gtk/gtkfilechooserutils.c gtk/gtkfilechooserprivate.[ch]: Basic frameworkOwen Taylor2003-10-231-10/+4
* avoid crash when selecting a new filter and clicking a different directoryBastien Nocera2003-09-151-1/+2
* File filter objects.Owen Taylor2003-07-231-0/+372