- 20 Mar, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 01 Mar, 2018 1 commit
-
-
Ian Hickson authored
I found that some ValueListeners want to know when they should start doing work (e.g. if the value comes from polling a network resource).
-
- 08 Mar, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 20 Jan, 2017 1 commit
-
-
Adam Barth authored
This patch aligns the iteration patterns used by animations and ChangeNotifier. They now both respect re-entrant removal of listeners and coalesce duplication registrations. (Also, ChangeNotifier notification is no longer N^2). This patch introduces ObserverList to avoid the performance regression that the previous version of this patch caused. Fixes #7533
-