summaryrefslogtreecommitdiff
path: root/ui/typeview.h
AgeCommit message (Collapse)Author
2024-07-18Remove deprecated TypeViewGlenn Smith
2024-02-05Sidebar improvementsRusty Wagner
2023-08-10Add OnNotificationBarrier callback and the ability to selectively enable ↵Brian Potchik
notification callbacks.
2023-02-08Remove ifdefs for Qt 5 support.Alexander Taylor
2022-11-14Revert "Show filtered/total count in search"Glenn Smith
This reverts commit 78a4c923fe3fd5790e03e2c963e0a519d8c2b93b.
2022-11-10Show filtered/total count in searchGlenn Smith
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-08-04Merge the functionality of "Create Structure" with "Create All Members" in ↵Xusheng
linear view
2022-07-03Add action aliasesPeter LaFosse
2022-06-19Add support for toggling integer size/sign in typesviewPeter LaFosse
2022-02-10Move TypeView::getLinesForType into core as Type::GetLinesGlenn Smith
2022-01-28Format All FilesKyleMiles
2021-10-28Smartly update the TypeViewXusheng
2021-10-15Clear relevant filters in type list when navigating to a hidden typeJosh F
2021-10-07Add infrastructure for UTF-{16,32} string creation actionsJon Palmisciano
LinearView: Update string methods for UTF-{16,32} string quick-creation - Update `makeString` to accept a character size for wide strings - Update `getStringLength` to handle wide strings, add doc comment TypeView, TypeView: Add `charSize` parameter to `makeString`
2021-09-29Fix warning.Brian Potchik
2021-09-27 Suppress display as in TypeViewXusheng
2021-09-16Support expand/collapse all in TypesViewXusheng
2021-09-10Fix some typeview warningsJosh F
2021-07-29Fix some sidebar focus issues and add a toggle commandRusty Wagner
2021-07-28Add sidebar and move some dock widgets to itRusty Wagner
2021-06-25Change type filter if needed when navigating to the TypeViewXusheng
2021-06-11Update TypeView after data variable changesXusheng
2021-06-11Add TypeReferenceChanged notificationXusheng
2021-05-26Add the ability to automatically create struct membersXusheng
2021-05-05Collapsible typesJosh F
2021-05-05Ser/des history entriesGlenn Smith
Closes #2410
2021-05-04fix MacOS BuildXusheng
2021-05-04Fix cursor offset calculation when navigating to type viewXusheng
2021-05-04render non-member access to type on a new lineXusheng
add Python API for retrieving all type fields referenced by code change m_updatesRequired to std::atomic_bool fix potential UAF after calling AnalysisCompletionEvent::Cancel()
2021-04-22add persistent search resultXusheng
2021-04-20Fix TypeView filter layout.Brian Potchik
2021-04-19fix navigating to type viewXusheng
2021-04-02Make status bar buttons full height + adjustable colorGlenn Smith
2021-04-02Type filteringJosh Ferrell
2021-04-02Make TypeView::getLinesForType static+publicGlenn Smith
2021-03-16Compatibility with Qt 6Rusty Wagner
2021-02-17add support for type xref and variable xrefXusheng
2020-09-03allow redefining an existing typeXusheng
2020-08-27make setSelectionOffsets() pure virtualXusheng
2020-05-29Update to Qt 5.15Rusty Wagner
2019-05-25Fix remaining button state tracking bugs.Brian Potchik
2019-03-20Add in progress UI API headersRusty Wagner