summaryrefslogtreecommitdiff
path: root/testsuite/a11y/misc.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace gtk_widget_destroy everywhereMatthias Clasen2020-05-111-2/+2
| | | | | Replace all remaining uses of gtk_widget_destroy by gtk_container_remove or g_object_unref.
* popover: Drop ::relative-toMatthias Clasen2020-02-241-2/+2
| | | | | | | | | It is enough to just set the parent (and make the parent call gtk_native_check_resize in size_allocate). This commit removes the relative_to argument to the constructors of GtkPopover and GtkPopoverMenu, and updates all callers.
* testsuite: Stop using g_test_bug()Benjamin Otte2019-05-121-3/+1
| | | | | | | | | | 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.
* Add a test for popover accessible parentsMatthias Clasen2014-07-301-0/+59
This tests the fix in the previous commit.