summaryrefslogtreecommitdiff
path: root/gtk/tests/filechooser.c
Commit message (Expand)AuthorAgeFilesLines
* build: Move gtk/tests to testsuite/gtkBenjamin Otte2013-05-151-2492/+0
* Silence a compiler warningMatthias Clasen2013-05-011-1/+1
* Don't include gtkfilechooserprivate.h from the file chooser's testsFederico Mena Quintero2013-04-111-1/+0
* filechooserbutton: Duh, remove all the timeouts after testsFederico Mena Quintero2013-03-121-4/+16
* filechooserbutton: Add a description string to assertions about emitted signalsFederico Mena Quintero2013-03-121-6/+6
* filechooserbutton: Give proper names to the SELECT_FOLDER tests with cancelle...Federico Mena Quintero2013-03-121-21/+119
* filechooserbutton: Don't duplicate tests for GTK_RESPONSE_DELETE_EVENTFederico Mena Quintero2013-03-121-289/+19
* filechooserbutton: For the open-dialog-cancel-* tests, add a real nomenclatur...Federico Mena Quintero2013-03-121-45/+302
* filechooserbutton: For tests, wait for signals instead of just sleepingFederico Mena Quintero2013-03-121-13/+154
* filechooserbutton: whitespace fixesFederico Mena Quintero2013-03-121-4/+4
* filechooserbutton: During unselect_all(), update the widgets in all situationsFederico Mena Quintero2013-03-111-13/+0
* filechooserbutton: Add tests for unselect_all()Federico Mena Quintero2013-03-111-0/+93
* filechooserbutton: HACK: Set a reasonable size for the dialog in the tests' s...Federico Mena Quintero2013-03-111-0/+2
* gtkfilechooserbutton: In tests, allow the possibility of doing unselect_allFederico Mena Quintero2013-03-111-31/+95
* filechooserbutton: New test for opening the Other item in the combo box and t...Federico Mena Quintero2013-03-081-16/+115
* filechooserbutton: Test that the expected filename is shownFederico Mena Quintero2013-03-071-19/+137
* filechooserbutton: In tests, sleep after opening the dialogFederico Mena Quintero2013-02-201-1/+1
* filechooserbutton: In the tests, run through the dialog more than one timeFederico Mena Quintero2013-02-201-34/+48
* filechooserbutton: Add tests for cancelling the dialog via closing it (delete...Federico Mena Quintero2013-02-201-1/+175
* tests: #ifdef out unused functionsBenjamin Otte2013-02-191-2/+11
* filechooserbutton: Add tests for SELECT_FOLDER mode with the dialog activeFederico Mena Quintero2013-02-131-0/+51
* filechooserbutton: Add a battery of tests for GtkFileChooserButtonFederico Mena Quintero2013-02-131-113/+545
* filechooser: Fix castFederico Mena Quintero2013-02-131-1/+1
* filechooserbutton: Add test for setting/getting the current folder; currently...Federico Mena Quintero2013-02-131-3/+28
* filechooser: Test canceling the dialog inside a GtkFileChooserButtonFederico Mena Quintero2013-02-131-0/+48
* filechooser: Add a couple of tests for GtkFileChooserButton; they fail nowFederico Mena Quintero2013-02-131-4/+58
* filechooser: Do tests with g_assert_cmpstr(), not g_assert(passed)Federico Mena Quintero2013-02-131-42/+16
* filechooser: Move some of the tests to GTestDataFuncFederico Mena Quintero2013-02-131-49/+68
* filechooser: Get the filechooser tests to buildFederico Mena Quintero2013-02-131-9/+16
* tests: Remove gdk-pixbuf hacksBenjamin Otte2012-10-021-3/+0
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Use G_SOURCE_CONTINUE/REMOVEMatthias Clasen2012-01-301-1/+1
* bgo#625416 - Don't reload the filechooser's folder during a re-map eventFederico Mena Quintero2010-08-101-1/+0
* Remove some GTK_DISABLE_DEPRECATED and ENABLE_BROKEN guardsJavier Jardón2010-06-071-2/+0
* More uses of g_strcmp0Javier Jardón2010-03-161-16/+16
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-2/+2
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-6/+6
* 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
* tests/Makefile.am tests/autotestfilechooser.c tests/buildertest.cMichael Natterer2008-06-181-0/+1093