summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentchooserwidget.c
Commit message (Collapse)AuthorAgeFilesLines
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-2/+2
| | | | Instead of Return value:
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-55/+35
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=702996
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* GtkRecentChooserWidget: derive from GtkBox, not GtkVBoxMatthias Clasen2011-06-071-2/+6
|
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=623845
* Move documentation to inline comments: GtkRecentChooserWidgetJavier Jardón2010-05-161-0/+19
|
* 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
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
| | | | | | | | | | | | 2008-06-21 Johan Dahlin <jdahlin@async.com.br> * *.[ch]: Include "config.h" instead of <config.h> Command used: find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g' Rubberstamped by Mitch and Tim svn path=/trunk/; revision=20669
* Allow NULL to mean the default manager. (#344530, John Finlay)Matthias Clasen2006-06-111-1/+1
| | | | | | | | | | | 2006-06-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtkrecentchooserwidget.c (gtk_recent_chooser_widget_new_for_manager): * gtk/gtkrecentchoosermenu.c (gtk_recent_chooser_menu_new_for_manager): Allow NULL to mean the default manager. (#344530, John Finlay)
* More of the sameMatthias Clasen2006-05-141-1/+1
|
* Import GtkRecent* from libegg.Emmanuele Bassi2006-03-291-0/+194
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*.