| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-01 | Ensure that all members of LinearView and HexEditor are initialized | Mark Rowe | |
| Most members were initialized within the constructor, but a couple were only initialized later and could in some cases be accessed before being initialized. Members of types without default constructors are now initialized via default member initializers unless they're initialized in the class's member initializer list. | |||
| 2024-05-10 | Add actions to quickly adjust the selection in linear and hex view | Xusheng | |
| 2022-11-10 | Add ability to quiesce views not active in a ViewFrame. | Brian Potchik | |
| 2022-11-10 | Several documentation improvements and fixes | kat | |
| - Reduce file count, add minifier script - Group UI and group Core C - Add more items to groups - Add Tranform docs | |||
| 2022-01-28 | Format All Files | KyleMiles | |
| 2022-01-10 | Refactor main area to use pane system | Rusty Wagner | |
| 2021-04-02 | Make status bar buttons full height + adjustable color | Glenn Smith | |
| 2021-03-18 | Add Go to File Offset action | Brian Knudson | |
| 2021-01-19 | make the trasnsformation dialog non-modal | Xusheng | |
| 2020-11-21 | Fix 'create function with platform' in the UI to respect the user preferred ↵ | Brian Potchik | |
| platform. | |||
| 2020-08-27 | make setSelectionOffsets() pure virtual | Xusheng | |
| 2020-07-29 | maintain selected bytes when switching between views | Xusheng | |
| 2020-05-29 | Update to Qt 5.15 | Rusty Wagner | |
| 2019-05-25 | Fix remaining button state tracking bugs. | Brian Potchik | |
| 2019-04-13 | Add MenuHelper for better menu behavior. | Brian Potchik | |
| 2019-03-20 | Add in progress UI API headers | Rusty Wagner | |
