summaryrefslogtreecommitdiff
path: root/tests/testfilechooser.c
Commit message (Expand)AuthorAgeFilesLines
* testfilechooser: Say SaveMatthias Clasen2015-07-311-1/+1
* tests: Fix gcc complaints about testfilechooserBenjamin Otte2015-07-161-34/+37
* testfilechooser: Add a --local-only flagMatthias Clasen2015-07-041-1/+4
* testfilechooser: Disable the terrible previewMatthias Clasen2015-07-041-0/+2
* testfilechooser: Improve filter setupMatthias Clasen2015-04-051-3/+3
* testfilechooser: Test the preview againMatthias Clasen2014-10-191-1/+1
* tests: Drop manual property editorMatthias Clasen2014-05-221-3/+0
* Test duplicate shortcutsMatthias Clasen2013-11-091-0/+3
* Remove most of the stock API usage from the testsWilliam Jon McCann2013-06-241-4/+4
* filechooser: In testfilechooser, be strict about the --action optionFederico Mena Quintero2013-06-211-0/+5
* filechooser: In testfilechooser, add buttons to get the selection and the cur...Federico Mena Quintero2013-06-191-0/+51
* Test folder filteringMatthias Clasen2012-07-151-0/+5
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* Replace gtk_misc_set_padding() with GtkWidget:margin propertiesJavier Jardón2011-06-021-2/+2
* Silence more compiler warningsMatthias Clasen2011-02-121-2/+1
* gtk: remove "gboolean homogeneous" from gtk_box_new()Michael Natterer2010-11-021-1/+1
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+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
* tests: Remove ability to set backend from testfilechooserBenjamin Otte2010-09-261-8/+0
* Add an --initial-folder option to testfilechooser.cFederico Mena Quintero2009-06-121-1/+12
* Add an --initial-filename option to testfilechooser.cFederico Mena Quintero2009-06-121-0/+7
* Fix option parsing so that -a and --action work correctly.Cody Russell2008-10-131-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-191-4/+8
* Add a --backend option. (#516073, Christian Persch)Matthias Clasen2008-02-161-14/+33
* Add a test for the confirm-overwrite signal.Federico Mena Quintero2005-07-151-23/+74
* Add Copyright/License information.Matthias Clasen2005-07-131-0/+19
* Merged from gtk-2-6:Federico Mena Quintero2005-01-251-0/+13
* modules/engines/ms-windows/msw_rc_style.cManish Singh2004-11-191-5/+5
* New convenience function to add a filter for image files which can beMatthias Clasen2004-11-071-1/+20
* Set the cursor to the first selected row instead of always to the firstMatthias Clasen2004-09-141-3/+3
* Typo fix.Matthias Clasen2004-09-091-1/+1
* Update sensitivity of the "Select all" button.Matthias Clasen2004-09-091-0/+14
* Moved search entries into priv data.Jonathan Blandford2004-04-111-1/+1
* Plug some leaks and expose others.Morten Welinder2004-03-171-1/+18
* Rewritten to use the GtkEntryCompletion API more correctly. Now pops downJonathan Blandford2004-03-151-2/+4
* Add support for --multiple.Morten Welinder2004-03-101-0/+5
* Support changes in icon themes.Jonathan Blandford2004-03-101-5/+1
* Destroy widgets to reveal leaks.Morten Welinder2004-03-091-0/+4
* new function to consolidate creating the path_bar.Jonathan Blandford2004-03-081-0/+6
* Correct localtime_r() emulation on Win32. Remove a couple of unnecessaryTor Lillqvist2004-03-081-4/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-5/+43
* Plug leak.Morten Welinder2004-03-031-0/+3
* Split function into realized and unrealized variants, and consolidate theJonathan Blandford2004-03-031-1/+1
* Move the /nonexistant stuff out of the main window, keep the main windowOwen Taylor2004-03-021-37/+28
* Don't update the save folder combo if we are already switching folders;Federico Mena Quintero2004-03-021-4/+62
* improve tests a little.Jonathan Blandford2004-03-021-8/+39
* Don't scale images that are small enough to fit. Avoid using incompatiblyMorten Welinder2004-03-021-20/+16
* Don't set a default size for the dialog - FedericoFederico Mena Quintero2004-02-141-2/+0