]> Pileus Git - ~andy/gtk/history - gtk/tests/filtermodel.c
Add length to gtk_tree_path_get_indices
[~andy/gtk] / gtk / tests / filtermodel.c
2010-06-28 Colin WaltersAdd length to gtk_tree_path_get_indices
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-10-20 Javier JardónRemove some unnused variables
2009-09-30 Kristian RietveldBug 596580 - Blank rows in entry autocompletion
2009-09-30 Kristian RietveldPretty print non-matching signals in filter model test...
2009-09-08 Kristian RietveldDon't access the parent level, there might not be one
2009-09-05 Kristian RietveldFix compiler warnings
2009-09-05 Kristian RietveldFix memleak in filter model unit test
2009-09-05 Kristian RietveldList work left to do in the filter model unit test
2009-09-05 Kristian RietveldEmit row-has-child-toggled when a first node becomes...
2009-09-05 Kristian RietveldHave the unit test check if the filter model emits...
2009-09-05 Kristian RietveldExtend filter model unit test with row-has-child-toggle...
2009-09-05 Kristian RietveldRemove unused variable
2009-09-05 Kristian RietveldMore virtual root unit tests
2009-09-05 Kristian RietveldAdd a rather specially crafted test case
2009-09-05 Kristian RietveldCorrect unfiltered test cases
2009-09-05 Kristian RietveldCheck for successfull iterator retrieval
2009-09-05 Kristian RietveldRefilter is required after setting visible column
2009-09-05 Kristian RietveldCorrect /FilterModel/empty/vroot-show-nodes test case
2009-09-05 Kristian RietveldGeneralize fixture setup code
2009-09-05 Kristian RietveldMake a start with virtual root unit tests
2009-09-05 Kristian RietveldAdd test cases for bugs 464173 and 529287
2009-09-05 Kristian RietveldAdd unit test for bug 540201
2009-09-05 Kristian RietveldAdd a helper for inserting paths in the test tree store
2009-09-05 Kristian RietveldStart a testsuite for GtkTreeModelFilter