Files
gimp/app/widgets
Jehan 1a3dbe2099 app: implement a select_items() method for GimpContainerComboBox…
… and use gimp_container_view_select_items() when the context changes.

Even though some types of containers still expect only a single
selected content, we should slowly move to multiple item code. The
reason is to avoid 2 code paths which makes the code more complicated
and bug-prone. When all child classes of GimpContainerView will have a
valid select_items() implementation, we can work on getting rid of the
select_item() in favor of the multi-item one.
2021-12-23 12:55:11 +01:00
..
2020-06-01 19:29:24 +03:00
2020-11-05 19:42:14 +00:00
2020-04-01 21:20:01 +00:00
2018-09-16 18:49:18 -04:00
2021-02-24 12:33:03 +01:00
2019-09-21 17:10:46 +00:00
2020-01-30 02:52:43 +02:00
2020-04-01 21:20:01 +00:00
2020-06-01 19:29:24 +03:00