| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-26 | Make sure captures are taken into account when comparing selections | Maxime Coste | |
| sel1 == sel2 was using BasicSelection::operator==, ignoring captures, which led to selection history deciding that selection did not change in some cases where only the captures had been updated and for the new selection not to be properly applied, leading to missing capture. | |||
