summaryrefslogtreecommitdiff
path: root/tests/testrecentchooser.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove gtk_widget_show_allTimm Bäder2017-01-201-2/+2
|
* Update callersMatthias Clasen2017-01-191-1/+1
| | | | Adapt all our tests and examples to the new initialization api.
* tests: Drop manual property editorMatthias Clasen2014-05-221-4/+0
| | | | No need for this anymore, now that we have the inspector everywhere.
* Remove most of the stock API usage from the testsWilliam Jon McCann2013-06-241-2/+2
| | | | With the exception of GtkActions and the tests for stock items.
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* Silence more compiler warningsMatthias Clasen2011-02-121-2/+1
|
* Use gtk_button_box_new() instead gtk_[v|h]_button_box_new()Javier Jardón2010-10-301-1/+1
|
* Remove GtkObject completelyMatthias Clasen2010-09-261-2/+2
|
* 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
* Port the GtkRecentChooser default implementation widget to the newEmmanuele Bassi2007-07-231-0/+2
| | | | | | | | | | | | | | | | | | 2007-07-23 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentchooserdefault.c: Port the GtkRecentChooser default implementation widget to the new tooltips API, and make it look like the GtkFileChooser widget in recent files mode (move the full path from the widget to a tooltip on the row) to improve consistency. * gtk/gtkrecentchoosermenu.c: Port the GtkRecentChooserMenu widget to the new tooltips API. * tests/testrecentchooser.c: * tests/testrecentchoosermenu.c: Exercise the tooltips code paths. svn path=/trunk/; revision=18526
* Add a test suite for GtkRecentChooser.Emmanuele Bassi2006-03-291-0/+205
2006-03-29 Emmanuele Bassi <ebassi@cvs.gnome.org> * tests/Makefile.am: * tests/testrecentchooser.c: Add a test suite for GtkRecentChooser.