ladybird/Userland/Applications/Help
Jelle Raaijmakers 2c772d1848 LibGUI/AbstractView: Remove on_selection
Since the introduction of multi-select, we have had both `on_selection`
and `on_selection_change`, the latter of which was only invoked when a
change in selection came in through the model.

This removes `AbstractView::on_selection` and replaces it usage with
the more explicit `on_selection_change` everywhere.
2021-05-26 17:39:13 +04:30
..
CMakeLists.txt Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
History.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
History.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
main.cpp LibGUI/AbstractView: Remove on_selection 2021-05-26 17:39:13 +04:30
ManualModel.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ManualModel.h AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
ManualNode.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ManualPageNode.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ManualPageNode.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ManualSectionNode.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ManualSectionNode.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00