Files
gtk3/gtk
Kristian Rietveld 88dd6372b0 treemodelfilter: rework reference counting
- Before we kept a reference on all nodes in non-root levels.  This has
   been changed, now we keep a reference on the first node of each level.
   If, due to changes in the model, another node becomes the first node in
   the level, the reference is transferred to this new first node.
 - All non-root levels keep a reference on their parent.
 - By making use of the external ref count, the filter model now emits less
   unnecessary signals.
 - GtkTreeModelFilter does support filter functions which decide visibility
   of a given node based on the number of or visibility of children.
   To accomplish this, a child level of a node is cached when its
   parent has an external ref count > 0, because changes to the node might
   affect this parent.
 - An optimization for not building the root level in case the inserted
   node is not visible in gtk_tree_model_filter_row_inserted() has been
   removed.  In this case, we still need to build the root level and
   possibly a child level to monitor for signals which might make
   this row visible.
2011-08-22 21:30:32 +02:00
..
2011-02-10 14:41:02 -05:00
2011-06-10 18:33:05 -04:00
2011-01-25 22:29:00 +01:00
2010-11-24 18:32:05 -05:00
2010-11-24 18:32:05 -05:00
2010-11-24 18:32:05 -05:00
2011-01-25 22:29:00 +01:00
2011-08-15 19:24:59 -04:00
2011-01-25 22:29:00 +01:00
2011-06-16 23:33:43 -04:00
2011-01-30 23:35:25 -05:00
2010-12-04 15:39:47 +01:00
2011-08-20 11:17:44 +08:00
2010-12-21 12:06:55 -05:00
2011-08-10 16:34:20 +02:00
2011-08-10 16:34:20 +02:00
2010-10-19 19:07:36 +02:00
2011-08-10 16:34:20 +02:00
2010-12-17 19:14:35 -05:00
2011-08-10 16:34:20 +02:00
2011-01-04 12:54:47 -05:00
2011-05-03 12:53:46 -04:00
2011-08-10 16:34:20 +02:00
2011-01-04 10:33:33 -05:00
2011-08-10 16:34:20 +02:00
2008-07-01 22:57:50 +00:00
2011-01-25 22:29:00 +01:00
2011-08-15 18:57:57 -04:00
2011-06-07 21:32:49 -04:00
2011-06-07 21:32:49 -04:00
2011-06-10 17:40:16 -04:00
2011-06-07 21:44:24 -04:00
2011-06-07 21:43:32 -04:00
2011-06-07 21:43:32 -04:00
2011-08-10 16:34:20 +02:00
2011-08-10 16:34:20 +02:00
2010-09-26 22:18:19 -04:00
2011-06-16 23:33:43 -04:00
2008-07-01 22:57:50 +00:00
2011-06-16 23:18:03 -04:00
2008-07-01 22:57:50 +00:00
2011-08-20 11:17:44 +08:00
2011-07-05 16:08:07 -04:00
2010-10-30 17:37:02 +09:00
2010-12-21 12:06:55 -05:00
2011-05-25 20:19:08 -04:00
2011-08-10 16:34:20 +02:00
2011-01-11 17:28:37 +01:00
2011-04-17 23:15:06 -04:00
2011-01-25 22:29:00 +01:00
2008-07-01 22:57:50 +00:00
2011-07-06 16:50:09 +02:00
2011-01-05 16:33:15 -05:00
2011-07-07 03:37:52 +02:00
2011-01-04 17:32:12 -05:00
2011-08-10 16:34:20 +02:00
2008-07-01 22:57:50 +00:00
2010-10-19 19:07:36 +02:00
2008-07-01 22:57:50 +00:00
2011-01-30 03:17:05 -05:00
2011-06-07 20:54:23 -04:00
2010-12-21 12:06:55 -05:00
2010-10-20 10:34:26 +01:00
2011-01-14 19:20:56 -05:00
2010-10-19 19:07:36 +02:00
2008-07-01 22:57:50 +00:00
2011-01-02 23:30:02 -05:00
2011-07-05 16:57:46 -04:00
2011-01-31 07:39:06 -05:00
2011-03-29 00:09:39 +02:00
2011-08-20 11:17:44 +08:00
2011-08-10 16:34:20 +02:00
2011-02-25 15:47:03 -05:00
2011-07-22 22:00:34 -04:00
2010-09-26 22:18:19 -04:00
2008-07-01 22:57:50 +00:00
2011-08-15 15:29:23 +02:00
2011-08-15 15:29:23 +02:00
2008-07-01 22:57:50 +00:00
2008-07-01 22:57:50 +00:00
2008-07-01 22:57:50 +00:00
2011-08-10 12:15:32 +01:00
2011-01-10 10:59:50 -05:00
2011-01-10 23:01:01 +01:00
2011-08-10 16:34:20 +02:00
2010-10-19 19:07:36 +02:00
2011-01-06 09:44:08 -05:00
2011-06-07 22:31:34 -04:00
2011-06-07 18:32:48 -04:00
2011-02-23 10:26:21 +01:00
2011-01-12 18:50:45 -05:00
2010-12-21 12:06:55 -05:00
2011-03-31 19:17:17 -03:00
2010-12-21 12:06:55 -05:00
2011-08-10 16:34:20 +02:00
2011-06-07 21:32:49 -04:00
2011-06-07 21:32:49 -04:00
2011-06-10 17:42:14 -04:00
2011-06-07 21:44:24 -04:00
2011-01-04 17:32:12 -05:00
2010-10-30 17:37:02 +09:00
2011-06-07 21:43:32 -04:00
2011-06-07 21:43:32 -04:00
2011-08-10 16:34:20 +02:00
2011-08-10 16:34:20 +02:00
2011-08-10 16:34:20 +02:00
2008-07-01 22:57:50 +00:00
2011-02-06 15:07:12 +01:00
2011-06-16 23:33:43 -04:00