summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Collapse)Author
2021-10-26Replace log/scripting console dock widgets with global area conceptRusty Wagner
2021-10-19LinearView performance: remember cached regionsGlenn Smith
2021-10-15Clear relevant filters in type list when navigating to a hidden typeJosh F
2021-10-08fixing mis-spelled APIJordan Wiens
2021-10-07Modify tab bar to span entire top of windowRusty Wagner
2021-10-07Fix collision between shortcuts and starting to filter by nameRusty Wagner
2021-10-07Add modification indicator for tabsRusty Wagner
2021-10-07Add instruction index to createInferredMemberPeter LaFosse
2021-10-07Allow tab split options on reportsRusty Wagner
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-10-05More HLIL API parity; Resolves #2363KyleMiles
2021-10-04Custom tab widget for tear-away tabsRusty Wagner
2021-09-30StackView: It's a view of the stack!Jon Palmisciano
2021-09-30LinearView: Add `setHighlightTokenState()`Jon Palmisciano
2021-09-29Fix warning.Brian Potchik
2021-09-27 Suppress display as in TypeViewXusheng
2021-09-27Better support for change type in linear viewXusheng
2021-09-23Cleanup tag list and tag renderingGlenn Smith
2021-09-16Add ViewLocation clear interface to DockHandler.Brian Potchik
2021-09-16Support expand/collapse all in TypesViewXusheng
2021-09-10Fix some typeview warningsJosh F
2021-09-07Fix double click navigation handling in linear view.Brian Potchik
2021-08-25Update reflection view for improved IL synchronization and default IL.Brian Potchik
2021-08-17Websocket providerGlenn Smith
2021-08-16Cleanup taglist headerGlenn Smith
2021-08-13convert filter search boxes to be always shown and include default textJordan Wiens
2021-08-09Fancier tags listGlenn Smith
2021-08-06VariableList: Refresh on focusJon Palmisciano
2021-07-30VariableList: It's here!Jon Palmisciano
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-07-13Database apiGlenn Smith
Co-Authored-By: Josh Ferrell <josh@vector35.com>
2021-07-09Cleanup tags and comments in many placesGlenn Smith
Fixes #1926 #2374 #2325 #2204 #1652 and possibly others
2021-07-01Emoji font settings for tagsGlenn Smith
2021-07-01GetAllTagReferenceTypeCounts for optimized all-counts listGlenn Smith
2021-06-30support for section and segment offsets in copy menuJordan Wiens
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-06-10CommandPalette: Enable navigation of results with `(SHIFT+)TAB`Jon Palmisciano
2021-06-10Add documentation for ui.view.types.defaultTypeFilterXusheng
Make the type view filter displayed by default
2021-05-26Bump ui api version for updated classesGlenn Smith
2021-05-26Updated examples and docsGlenn Smith
2021-05-26More UIContext apiGlenn Smith
2021-05-26TypeDialog: Perform type parsing on separate threadPeter LaFosse
2021-05-26Add the ability to automatically create struct membersXusheng
2021-05-25Remove DockContextHandler interfaces declaration.Brian Potchik
2021-05-25TagTypeList should not inherit from DockContextHandler.Brian Potchik
2021-05-20Added editFunctionProperties() methodsJon Palmisciano
2021-05-18Remove activeOnHover from MenuHelperGlenn Smith