summaryrefslogtreecommitdiff
path: root/ui/hexeditor.h
AgeCommit message (Collapse)Author
2025-10-01Ensure that all members of LinearView and HexEditor are initializedMark 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-10Add actions to quickly adjust the selection in linear and hex viewXusheng
2022-11-10Add ability to quiesce views not active in a ViewFrame.Brian Potchik
2022-11-10Several documentation improvements and fixeskat
- Reduce file count, add minifier script - Group UI and group Core C - Add more items to groups - Add Tranform docs
2022-01-28Format All FilesKyleMiles
2022-01-10Refactor main area to use pane systemRusty Wagner
2021-04-02Make status bar buttons full height + adjustable colorGlenn Smith
2021-03-18Add Go to File Offset actionBrian Knudson
2021-01-19make the trasnsformation dialog non-modalXusheng
2020-11-21Fix 'create function with platform' in the UI to respect the user preferred ↵Brian Potchik
platform.
2020-08-27make setSelectionOffsets() pure virtualXusheng
2020-07-29maintain selected bytes when switching between viewsXusheng
2020-05-29Update to Qt 5.15Rusty Wagner
2019-05-25Fix remaining button state tracking bugs.Brian Potchik
2019-04-13Add MenuHelper for better menu behavior.Brian Potchik
2019-03-20Add in progress UI API headersRusty Wagner