summaryrefslogtreecommitdiff
path: root/testsuite/gtk/treeview.c
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: Stop using g_test_bug()Benjamin Otte2019-05-121-5/+4
| | | | | | | | | | The calls used old bugzilla URLs and nobody cared about that. So apparently they are very unused. There's also a potential conflict between gitlab and bugzilla URLs and what base bug to use there. The old usages have been converted to comments.
* Remove gtk_widget_show_allTimm Bäder2017-01-201-1/+1
|
* tests: Don't add wigets to a GtkInvisibleTimm Bäder2016-10-311-1/+2
| | | | It's not a GtkContainer.
* Drop support for offscreen GdkWindowswip/alexl/no-offscreenAlexander Larsson2016-10-251-1/+1
| | | | | | These complicate a lot of GdkWindow internals to implement features that not a lot of apps use, and will be better achieved using gsk. So, we just drop it all.
* widget: Remove deprecated style propertiesTimm Bäder2016-10-161-12/+2
|
* tests: wait for draw before fetching tree view styleCosimo Cecchi2015-05-241-0/+1
| | | | | | | | On some slower machines (e.g. an ARM OBS builder), this test is failing with a race condition where we're trying to fetch the style before it's applied. https://bugzilla.gnome.org/show_bug.cgi?id=749593
* gtktreeselection: Fix an abort on selecting an invalid rangePhilip Withnall2015-03-111-0/+55
| | | | | | | | | | | gtk_tree_selection_real_modify_range() has a g_return_if_fail() if the start or end paths passed to it do not correspond to real tree nodes. However, GtkTreePaths inherently do not have to be valid, so it should be acceptable to call gtk_tree_selection_select_range() with non-existent paths. Replace the g_return_if_fail() by a silent return, and add a unit test. https://bugzilla.gnome.org/show_bug.cgi?id=712760
* Add a testcase for counting selection in treeviewsMatthias Clasen2014-08-301-0/+54
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=702957
* treeview tests: Clean up after each testMatthias Clasen2014-08-301-0/+6
| | | | It is not good form to leak in testcases.
* treeview tests: Add bug referencesMatthias Clasen2014-08-301-0/+5
|
* Update treeview tests for focus changesMatthias Clasen2014-05-221-2/+2
| | | | | The treeview is not using focus-pad here anymore, so update the tests to not expect it.
* Remove debug spewMatthias Clasen2013-07-091-1/+0
|
* Avoid an uninitialized variable accessMatthias Clasen2013-06-151-1/+2
|
* build: Move gtk/tests to testsuite/gtkBenjamin Otte2013-05-151-0/+243