summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-27adding console split imageJordan Wiens
2022-01-27add workflows documentation to developer docsJordan Wiens
2022-01-27update hex imageJordan Wiens
2022-01-27updating user docs for 3.0 release (WIP) again (skip-ci)Galen Williamson
2022-01-27update linear screenshotJordan Wiens
2022-01-27add xref pin iconJordan Wiens
2022-01-27rename sidebar imageJordan Wiens
2022-01-27update save choices imageJordan Wiens
2022-01-27user docs screenshots updatedJordan Wiens
2022-01-27update some images for 3.0Jordan Wiens
2022-01-27updating user docs for 3.0 release (WIP) (skip-ci)Galen Williamson
2022-01-26remove snippets settingsJordan Wiens
2022-01-26updating settings documentationJordan Wiens
2022-01-26Update documentation on creating and applying typesPeter LaFosse
2022-01-26Additional tests to improve code coverage of types.pyPeter LaFosse
2022-01-26Convert some asserts to ValueError and add some type hintsPeter LaFosse
2022-01-26Remove some unnecessary codePeter LaFosse
2022-01-26Remove minimally used TypeCreationException in favor of ValueErrorPeter LaFosse
2022-01-26Convert SizeWithConfidence to OffsetWithConfidence and removePeter LaFosse
2022-01-25Fix TypeBuilder.__repr__ and add unit testPeter LaFosse
2022-01-25Fix issue with serialization of MemberScope and MemberAcess along with a few ...Peter LaFosse
2022-01-25Fix VSA query on hover feature in the UI.Brian Potchik
2022-01-25Fix errors and add unit test for EnumBuilderPeter LaFosse
2022-01-25Fix bug and add test for NamedTypeReferenceBuilder.__repr__Peter LaFosse
2022-01-25Add test for QualifiedName constructorPeter LaFosse
2022-01-25Various python types api bug fixes and unit testsPeter LaFosse
2022-01-25Move file lock status widget into main window to avoid use after free when mo...Rusty Wagner
2022-01-24rust: fix warnings on windowsyrp
2022-01-24chore: rust: add common useful derive macros to enums that are missing itEliseZeroTwo
2022-01-24Add system_call_number property for Type objectPeter LaFosse
2022-01-24Fix partially broken api_testPeter LaFosse
2022-01-24Add additional unit tests for types.py and fix some resulting bugsPeter LaFosse
2022-01-24Fix Variable.__hash__ and fix some Type APIsPeter LaFosse
2022-01-24Change name of MediumLevelILLoadStruct_ssa -> MediumLevelILLoadStructSsa for ...Peter LaFosse
2022-01-24Remove unnecessary check in Type.functionPeter LaFosse
2022-01-22Fix leak of scripting instances when new windows are createdRusty Wagner
2022-01-22Fix memory leak when creating new window from panesRusty Wagner
2022-01-22Add recreateViewFrames API for sync/rebaseRusty Wagner
2022-01-21Fix race in BackgroundThreadGlenn Smith
2022-01-21Reimplement progresstask with std::condition_variableGlenn Smith
2022-01-21Move OptionsDialog::queryViewTypes into public bool methodGlenn Smith
2022-01-20Async IL fetching in stack, variables, and xref viewsRusty Wagner
2022-01-20[Enterprise] APIs for get/set server urlGlenn Smith
2022-01-20Move generator fake architecture into coreRusty Wagner
2022-01-20[Enterprise] Support for sparse/trimmed snapshotsGlenn Smith
2022-01-20Only show graph header IL picker if pane headers are hiddenRusty Wagner
2022-01-20Rework IL inheritance for Call instructionsPeter LaFosse
2022-01-20Add support for mmlil_if_availablePeter LaFosse
2022-01-20Create setter signed in TypeBuilderPeter LaFosse
2022-01-19Fix comparison operators for Variable objects, make setting of name & type sy...Peter LaFosse