summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-07Fix crash when attempting to open an invalid file.Brian Potchik
2025-11-06final settings update for 5.2Jordan Wiens
2025-11-06make cpp link relativeJordan Wiens
2025-11-06expand items when selected and fix highlighting of selected tree itemsJordan Wiens
2025-11-06final css tweaksJordan Wiens
2025-11-06fix outline generationJordan Wiens
2025-11-06fix thread-safe overlays and improve/extract colorsJordan Wiens
2025-11-06fix multiline function definitionsJordan Wiens
2025-11-06add collapsing of the sidebar and ignore empty metadata and platform namesJordan Wiens
2025-11-06simplify CSS, light/dark switch on auto, fix RST tables to be htmlJordan Wiens
2025-11-06update cppdocs to support newer doxygen versions (resolves #7439)Jordan Wiens
2025-11-06Add Outlining documentation.Brian Potchik
2025-11-06Add Container Browser documentation.Brian Potchik
2025-11-06Add some minor Container Browser UX improvements.Brian Potchik
2025-11-05[ObjC] Remove unnecesary BeginUndoActions / ForgetUndoActionsMark Rowe
2025-11-05[WARP] Bump parser version to 1.0.1Mason Reed
2025-11-05[Rust] Update open source license filesMason Reed
2025-11-05[WARP] Demote server disconnect failure to warningMason Reed
2025-11-05Add overload for pixmapForBWMaskIcon with QColorGlenn Smith
2025-11-05[ARM64] only extend if load is smallyrp
2025-11-04Add support for Transforms to pass along metadata for display and storage.Brian Potchik
2025-11-04Correct cargo fmt diff.Alexander Taylor
2025-11-04Add auto downloading of project file dependencies, clean up download APIsJosh Ferrell
2025-11-04Add project file dependenciesJosh Ferrell
2025-11-04Remove indenting APIs from Logger. These are thread unsafe by design.Rusty Wagner
2025-11-04[WARP] Add number of matched functions to the ending log message for matchingMason Reed
2025-11-04[MachO] Set display name of memory regions to match the segment names they co...Mark Rowe
2025-11-04Update FilterEdit and FilterTarget to preserve existing selectionsMark Rowe
2025-11-04Add Ghidra import documentationJosh Ferrell
2025-11-04[Python] Update bitfield documentation with better wording and another exampleMason Reed
2025-11-04[WARP] Update documentation with new functionalityMason Reed
2025-11-04[WARP] Return existing source id when adding a file to a disk containerMason Reed
2025-11-04[WARP] Use enterprise download provider when availableMason Reed
2025-11-04[WARP] Update python example to fix adding a source to a "read-only" containerMason Reed
2025-11-04[Python] Add virtual `bit_offset` member to the `StructureMember` and clarify...Mason Reed
2025-11-04[WARP] Add example of batch processing using the headless Rust APIMason Reed
2025-11-04Fix incorrect dereferencing in HLIL_STRUCT_FIELD rendering, and fix ignoring ...Rusty Wagner
2025-11-04Fix whitespace. (skip-ci)Brian Potchik
2025-11-04Update MemoryMap documentation. (skip-ci)Brian Potchik
2025-11-03Revert "Refactor Plugin Load/Management to support upcoming changes"0cyn
2025-11-03Add helpers for whether a function is exported.Alexander Taylor
2025-11-03Fix VLE I16L-form instructions to use rD instead of rAchedahub
2025-11-03Fix VLE ANDIx translation to always store result in destination registerchedahub
2025-11-03Add additional helpers for right-click menu cleanupPeter LaFosse
2025-11-03Provide better isValid handler to 'Type//*Peter LaFosse
2025-11-02Prioritize Container Browser for file open actions and enable direct opening ...Brian Potchik
2025-11-02add more keywords to search APIJordan Wiens
2025-11-02additional error handling for utf8 decodingJordan Wiens
2025-11-02update gitignore for claudeJordan Wiens
2025-11-01Fix PPCVLE I16L-form immediate decoding: use 5-bit mask for ui0_4chedahub