| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-06 | Add regex and case sensitivity options to FilterEdit | Josh Ferrell | |
| 2025-12-19 | fix strings missing race condition | Jordan Wiens | |
| 2025-11-04 | Update FilterEdit and FilterTarget to preserve existing selections | Mark Rowe | |
| The down and enter keys now preserve an existing selection in the associated list or table views, rather than unconditionally selecting or activating the first item. | |||
| 2025-10-17 | Make Triage Summary tables multi-select + copyable. | Alexander Taylor | |
| Closes #6562. | |||
| 2025-07-10 | Fix the Triage Summary view's exports list to only update when visible | Mark Rowe | |
| The `ExportsTreeView` now asks the model to pause / resume updates when its visibility changes. When paused, all notifications from the view are ignored. When resumed, notifications set a flag to indicate that an update is needed and resume the update timer if it is not already active. The timer is stopped after an update is processed. There's some extra complexity here to avoid emitting a signal for every `BinaryView` notification that is processed. These notifications are typically generated on background threads. The overhead of emitting a signal and it being routed to the main thread adds up given the number of notifications involved when loading a large binary. | |||
| 2023-09-11 | Fix BinaryView leak on rebase when triage view is enabled | Peter LaFosse | |
| 2022-12-08 | Triage view: update exports list when functions change | Glenn Smith | |
| 2022-01-28 | Format All Files | KyleMiles | |
| 2019-04-02 | Add a C++ version of the triage plugin (no Makefile yet) | Rusty Wagner | |
