summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentfilter.c
Commit message (Collapse)AuthorAgeFilesLines
* docs: Document gtk_recent_filter_filter() requirementsKai Willadsen2014-03-241-1/+3
| | | | | | | gtk_recent_filter_filter() needs the contains bitfield to be set, but this only mentions that the other fields are required. https://bugzilla.gnome.org/show_bug.cgi?id=726900
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-4/+4
| | | | Instead of Return value:
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-1/+1
| | | | | Without sgml mode, we can't escape /* as /* anymore, so just switch to // for comments in examples.
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-6/+6
| | | | | With all element markup gone, it is time to turn off sgml mode, and get rid of entities as well.
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-1/+1
|
* docs: Convert to markdownMatthias Clasen2014-02-021-8/+3
| | | | Specifically, switch to using markdown syntax for sections.
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=723119
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=723119
* docs: use #*-struct instead of <structname>William Jon McCann2014-01-271-3/+3
|
* 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
|
* recentfilter: Fix gcc warningsBenjamin Otte2011-01-281-2/+2
| | | | | gtkrecentfilter.c:37:47: error: "/*" within comment gtkrecentfilter.c:61:24: error: "/*" within comment
* Changed GtkRecentFilter builder parsing to use g_string_append_lenTristan Van Berkom2011-01-261-6/+1
|
* Fix GtkRecentFilter GtkBuildable parsing to handle incomming text accumulativelyTristan Van Berkom2011-01-261-8/+18
|
* Added a line to the documentation example of GtkRecentFilterTristan Van Berkom2011-01-261-0/+1
|
* Added GtkBuildable support for adding rules to GtkRecentFilterTristan Van Berkom2011-01-261-1/+241
| | | | | | Also added documentation section for this. Since the GtkRecentFilter documentation was still living in sgml, as a side-effect I migrated these docs to the gtkrecentfilter.[ch] sources.
* Split off gtkprivate.hEmmanuele Bassi2010-10-201-0/+2
| | | | | | | | The gtkprivate.h header contains GtkWidget-specific private symbols that are not useful except in a handful of cases. Basically everything includes gtkprivate.h for the GTK_PARAM_* macros. https://bugzilla.gnome.org/show_bug.cgi?id=632539
* 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
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=623845
* Revert name changeCody Russell2008-07-011-1/+1
| | | | svn path=/trunk/; revision=20724
* Practically everything changed.Cody Russell2008-06-301-1/+1
| | | | | | | | | | | | | 2008-06-30 Cody Russell <bratsche@gnome.org> * Practically everything changed. Change all references of GIMP Toolkit (and variations of it) to GTK+ Toolkit, showing no mercy at all to our beloved ancestry. (#540529) svn path=/trunk/; revision=20709
* Replace uses of xdgmime with g_content_type.Matthias Clasen2008-06-081-11/+2
| | | | | | | | | | | | 2008-06-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtkrecentmanager.c: * gtk/gtkrecentfilter.c: * gtk/gtkfilefilter.c: Replace uses of xdgmime with g_content_type. svn path=/trunk/; revision=20332
* gtk/gtkcellview.c gtk/gtkcolorbutton.c gtk/gtkentrycompletion.cMichael Natterer2008-03-041-1/+0
| | | | | | | | | | | | | | | | | | | | | 2008-03-04 Michael Natterer <mitch@imendio.com> * gtk/gtkcellview.c * gtk/gtkcolorbutton.c * gtk/gtkentrycompletion.c * gtk/gtkfontbutton.c * gtk/gtkiconview.c * gtk/gtkobject.c * gtk/gtkpaned.c * gtk/gtkpreview.c: don't include "gtksignal.h". * gtk/gtkfilefilter.c * gtk/gtkrecentchoosermenu.c * gtk/gtkrecentfilter.c * gtk/gtktext.c: don't include "gtkobject.h". svn path=/trunk/; revision=19708
* Require gtk-doc 1.8Matthias Clasen2007-11-251-4/+3
| | | | | | | | | | | 2007-11-25 Matthias Clasen <mclasen@redhat.com> * configure.in: Require gtk-doc 1.8 * */*.c: Use gtk-doc abbreviations for examples in docs. svn path=/trunk/; revision=19041
* Remove trailing commas from enumerations, since some compilers don't likeMatthias Clasen2007-09-091-1/+1
| | | | | | | | | | | | | 2007-09-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtklinkbutton.c: * gtk/gtkrecentfilter.c: * gtk/gtkprinteroptionwidget.c: Remove trailing commas from enumerations, since some compilers don't like them. (#467717) svn path=/trunk/; revision=18771
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-4/+2
| | | | | | | | | | | | | 2007-03-09 Matthias Clasen <mclasen@redhat.com> * Everywhere: Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder, Djihed Afifi) * configure.in: Check for ftw.h svn path=/trunk/; revision=17444
* Add since tagsMatthias Clasen2006-08-161-0/+2
|
* More of the sameMatthias Clasen2006-05-141-1/+1
|
* Fix the doc comment format.Matthias Clasen2006-03-301-1/+1
| | | | | | | | | | | | | | | | | | 2006-03-30 Matthias Clasen <mclasen@redhat.com> * gtk/gtkrecentmanager.h (struct _GtkRecentData): Fix the doc comment format. * gtk/gtkrecentmanager.c (gtk_recent_manager_has_item) (gtk_recent_manager_purge_items, gtk_recent_manager_lookup_item) (gtk_recent_manager_get_limit, gtk_recent_manager_add_full) (gtk_recent_manager_get_items, gtk_recent_manager_remove_item): * gtk/gtkrecentfilter.c (gtk_recent_filter_add_age): * gtk/gtkrecentchooser.c (gtk_recent_chooser_set_show_numbers) (gtk_recent_chooser_set_sort_func): * gtk/gtknotebook.h (gtk_notebook_set_tab_detachable): Sync parameter names between .c and .h files to help gtk-doc.
* Import GtkRecent* from libegg.Emmanuele Bassi2006-03-291-0/+579
2006-03-29 Emmanuele Bassi <ebassi@cvs.gnome.org> Import GtkRecent* from libegg. * gtk/gtkrecentmanager.[ch]: Add GtkRecentManager, an object for managing a list of recently used resources. * gtk/gtkrecentchooser.[ch]: * gtk/gtkrecentchooserdefault.[ch]: * gtk/gtkrecentchooserdialog.[ch]: * gtk/gtkrecentchoosermenu.[ch]: * gtk/gtkrecentchooserprivate.h: * gtk/gtkrecentchooserutils.[ch]: * gtk/gtkrecentchooserwidget.[ch]: Add GtkRecentChooser, a GTypeInterface for widgets implementing viewers for recently used resources. * gtk/gtkrecentfilter.[ch]: GtkRecentFilter, a filter object for GtkRecentChooser implementations. * gtk/gtk.h: * gtk/gtk.symbols: * gtk/Makefile.am: Build glue for GtkRecent*.