gtk2/testsuite/gtk
Matthias Clasen e9aa33527f Don't use g_slist_next in the testsuite
We generally use ->next directly.
2015-10-20 06:14:57 -04:00
..
file-chooser-test-dir build: Move gtk/tests to testsuite/gtk 2013-05-15 15:37:16 +02:00
icons testsuite: add a test for non-square symbolic icons 2015-06-12 08:55:23 -07:00
icons2 icon-theme: Test inheritance vs. generic fallback 2014-09-21 16:34:27 -04:00
ui Add some more builder parser tests 2015-10-20 06:14:57 -04:00
accel.c build: Move gtk/tests to testsuite/gtk 2013-05-15 15:37:16 +02:00
accessible.c accessible: Fix test runner 2013-09-03 17:59:19 -04:00
action.c Deprecate GtkAction and GtkUIManager 2013-06-30 11:19:50 -04:00
adjustment.c testsuite: Add deprecation guards 2015-05-28 16:53:53 +02:00
bitmask.c bitmask: Fix broken invert_range() implementation 2015-09-07 14:32:09 +02:00
builder.c Adjust tests 2015-04-30 06:19:10 -04:00
builderparser.c Add a a drop-in test for the GtkBuilder parser 2014-10-18 22:18:59 -04:00
cellarea.c testsuite: Avoid g_test_trap_fork 2013-06-15 16:27:04 -04:00
check-icon-names.c Avoid some duplicate test names 2015-09-02 07:15:57 -04:00
clipboard.c tests: add clipboard set_with_data test 2014-05-22 12:44:10 +02:00
crossingevents.c build: Move gtk/tests to testsuite/gtk 2013-05-15 15:37:16 +02:00
defaultvalue.c tests/gtk: Add GdkX11GLContext to the whitelist 2014-10-22 21:20:52 +01:00
displayclose.c Add a testcase for closing display before exit 2013-06-29 19:24:22 -04:00
entry.c build: Move gtk/tests to testsuite/gtk 2013-05-15 15:37:16 +02:00
expander.c Work towards succeeding make check under Wayland 2015-08-28 13:08:23 -04:00
filechooser.c Remove redundant checks for NULL 2014-10-02 19:06:03 +02:00
filtermodel.c Remove redundant checks for NULL 2014-10-02 19:06:03 +02:00
firefox-stylecontext.c testsuite: Add a test for a Firefox issue 2014-02-20 02:10:07 +01:00
floating.c build: Move gtk/tests to testsuite/gtk 2013-05-15 15:37:16 +02:00
focus.c Add a test for window focus handling 2014-08-02 11:38:44 +02:00
gestures.c tests: Add multitouch gesture tests 2014-06-04 13:54:41 +02:00
grid.c build: Move gtk/tests to testsuite/gtk 2013-05-15 15:37:16 +02:00
gtkmenu.c build: Move gtk/tests to testsuite/gtk 2013-05-15 15:37:16 +02:00
gtktreemodelrefcount.c tests: Use the new macros for adding instance private data 2013-07-09 09:30:02 +01:00
gtktreemodelrefcount.h build: Move gtk/tests to testsuite/gtk 2013-05-15 15:37:16 +02:00
icontheme.c testsuite: add a test for non-square symbolic icons 2015-06-12 08:55:23 -07:00
keyhash.c build: Move gtk/tests to testsuite/gtk 2013-05-15 15:37:16 +02:00
listbox.c GtkListBox: Fix a bug in unselection 2014-10-31 22:34:09 -04:00
liststore.c build: Move gtk/tests to testsuite/gtk 2013-05-15 15:37:16 +02:00
Makefile.am testsuite: add a test for non-square symbolic icons 2015-06-12 08:55:23 -07:00
modelrefcount.c build: Move gtk/tests to testsuite/gtk 2013-05-15 15:37:16 +02:00
no-gtk-init.c testsuite: Add a test for functions that work without gtk_init() 2013-09-24 16:42:48 +02:00
notify.c build: only compile plug/socket when available 2015-09-22 12:46:02 +02:00
object.c gtk object tests: run under local environment 2013-12-03 14:24:16 +01:00
objects-finalize.c Skip GdkX11GLContext in some object tests 2014-10-21 23:48:12 -04:00
papersize.c build: Move gtk/tests to testsuite/gtk 2013-05-15 15:37:16 +02:00
rbtree.c build: Move gtk/tests to testsuite/gtk 2013-05-15 15:37:16 +02:00
recentmanager.c tests: Ignore deprecations 2013-06-24 01:13:44 +02:00
regression-tests.c build: Move gtk/tests to testsuite/gtk 2013-05-15 15:37:16 +02:00
sortmodel.c build: Move gtk/tests to testsuite/gtk 2013-05-15 15:37:16 +02:00
spinbutton.c Add some spinbutton tests 2014-08-14 00:04:10 -04:00
stylecontext.c Add a test for gtk_style_context_list_classes 2015-10-03 17:38:36 -04:00
templates.c Add some more templates tests 2014-02-17 21:42:38 -05:00
testing.c gtkwindow: Remove resize grips 2014-07-03 12:58:41 -04:00
textbuffer.c Don't use g_slist_next in the testsuite 2015-10-20 06:14:57 -04:00
textiter.c Simplify _gtk_text_buffer_get_line_log_attrs() 2014-08-21 18:43:34 +02:00
treemodel.c build: Move gtk/tests to testsuite/gtk 2013-05-15 15:37:16 +02:00
treemodel.h build: Move gtk/tests to testsuite/gtk 2013-05-15 15:37:16 +02:00
treepath.c build: Move gtk/tests to testsuite/gtk 2013-05-15 15:37:16 +02:00
treestore.c Add a test for the previous fix 2014-05-13 11:56:29 -04:00
treeview-scrolling.c tests: Use gtk_tree_view_wait_for_draw() in treeview-scrolling 2013-05-17 20:49:52 +02:00
treeview.c tests: wait for draw before fetching tree view style 2015-05-24 12:08:33 -07:00
typename.c GtkBuilder: Undo the type name heuristic changes 2014-10-03 09:29:45 -04:00
window.c Work towards succeeding make check under Wayland 2015-08-28 13:08:23 -04:00