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