]> Pileus Git - ~andy/gtk/commit
Refactor to a common code path for inserts of nodes in levels
authorKristian Rietveld <kris@gtk.org>
Sat, 14 May 2011 09:47:01 +0000 (11:47 +0200)
committerKristian Rietveld <kris@gtk.org>
Mon, 22 Aug 2011 19:30:30 +0000 (21:30 +0200)
commit60f3f92e95a48ddc52e2b5cafae4f13f98e30849
treefa278688c692ae420b285bbbd32dfaa9ba0bcd3d
parentdc12c373dcaaab57440569716ce0a3ecd3d7aa3d
Refactor to a common code path for inserts of nodes in levels

Suggested by Xavier Claessens / bug 621076.

(Additional obseration: this should speed up the filter model's
handling of row-inserted as a binary search is now used instead
of a linear scan).
gtk/gtktreemodelfilter.c