Files
wxWidgets/include/wx/osx/core
Václav Slavík 9457c35d42 Speed up wxDataViewCtrl::SetSelections() on macOS
Don't make many single-item selection adjustments in SetSelections() in
wxOSX and instead implement it with a single native call to
selectRowIndexes:byExtendingSelection:

This has a dramatic, orders of magnitude effect on this call's
performance when selecting many items: selecting 10 thousand items goes
from minutes of runtime and gigabytes of RAM  to unobservable impact in
both.
2020-10-12 18:32:11 +02:00
..
2018-10-01 08:10:13 +02:00
2019-01-30 17:35:54 +01:00
2020-07-20 08:14:06 -07:00
2019-04-05 11:08:53 -07:00