| Age | Commit message (Expand) | Author |
| 2019-10-05 | normalize app name for qsettings, will cause snippets window gemoetry to rese... | Jordan Wiens |
| 2019-10-02 | Fix typo in SymbolList sort settings | Peter LaFosse |
| 2019-10-01 | Clean-up BinaryView and Settings documentation. | Brian Potchik |
| 2019-09-30 | missed two functions for tags documentation | Jordan Wiens |
| 2019-09-30 | include more tag documentation references to other APIs, fix cross-module doc... | Jordan Wiens |
| 2019-09-30 | add section on searching in the plugin manager | Jordan Wiens |
| 2019-09-30 | Fix create_tag default boolean | Peter LaFosse |
| 2019-09-28 | Fix create_tag api | Peter LaFosse |
| 2019-09-27 | Tag notifications & tag type list optimized | Peter LaFosse |
| 2019-09-27 | Add some documentation for Settings and BinaryView. | Brian Potchik |
| 2019-09-27 | typelibrary: update for platform type changes | Ryan Snyder |
| 2019-09-26 | fix repository documentation instructions and remove message about the API be... | Jordan Wiens |
| 2019-09-26 | more small documentation fixes | Jordan Wiens |
| 2019-09-26 | update settings to include keys | Jordan Wiens |
| 2019-09-26 | exlucde two modules not intended to be documented | Jordan Wiens |
| 2019-09-26 | Add rapidjsonwrapper to add exceptions rather than asserts on failure | Peter LaFosse |
| 2019-09-26 | remove extraneous string | Jordan Wiens |
| 2019-09-26 | add plugin manager to documentation | Jordan Wiens |
| 2019-09-26 | correct invalid documentation | Jordan Wiens |
| 2019-09-26 | many documentation formatting fixups | Jordan Wiens |
| 2019-09-26 | fix RegisterValue unintialized properties | Jordan Wiens |
| 2019-09-25 | Add function and instruction address for many unit tests | Peter LaFosse |
| 2019-09-24 | typelibrary: add initial documentation | Ryan Snyder |
| 2019-09-24 | typelibrary: more consistent naming, type exports | Ryan Snyder |
| 2019-09-24 | typelibrary: minimal api commit | Ryan Snyder |
| 2019-09-21 | Unit test cleanup. | Brian Potchik |
| 2019-09-21 | Add unit tests for address rebasing. | Brian Potchik |
| 2019-09-21 | Add 'get_view_of_file_with_options' method to the BinaryViewType Python API. | Brian Potchik |
| 2019-09-21 | Access Settings Values as Json. | Brian Potchik |
| 2019-09-21 | adding rapidjson license information | Jordan Wiens |
| 2019-09-20 | Using rapidjson for database deserialization for quicker database loads | Peter LaFosse |
| 2019-09-19 | Fix call to BNDefineAutoSymbolAndVariableOrFunction | KyleMiles |
| 2019-09-19 | Fixes #1440 - use user-supplied platform before falling back to default platform | KyleMiles |
| 2019-09-14 | lots of small documentation updates, mostly around making sure parameters are... | Jordan Wiens |
| 2019-09-13 | use webengine for show_..._report APIs | Jordan Wiens |
| 2019-09-13 | small documentation fixups | Jordan Wiens |
| 2019-09-11 | Support all colors of the rainbow in export_svg.py | mechanicalnull |
| 2019-09-11 | Add ability to open a database with options. | Brian Potchik |
| 2019-09-11 | completer fix for top-level builtin completion | Jordan Wiens |
| 2019-09-10 | better error handling if inspect fails to generate a function prototype and p... | Jordan Wiens |
| 2019-09-09 | remove six dependence which was breaking some versions and add function proto... | Jordan Wiens |
| 2019-09-05 | fixing bad merge | Jordan Wiens |
| 2019-09-05 | lots of documentation updates: updated preferences/settings, spelling fixes, ... | Jordan Wiens |
| 2019-09-05 | lots of documentation updates: updated preferences/settings, spelling fixes, ... | Jordan Wiens |
| 2019-09-03 | make snippets dialog modal and also disable edit fields until a new snippet i... | Jordan Wiens |
| 2019-09-03 | move minimum string length to a configurable setting | Jordan Wiens |
| 2019-09-03 | python2 support for completion through arrays, also add parenthesis for funct... | Jordan Wiens |
| 2019-09-03 | add a few missing len properties and __str__ for StringReference | Jordan Wiens |
| 2019-09-03 | repr for llil and mlil blocks now uses decimal indexes to match the UI | Jordan Wiens |
| 2019-09-03 | modifying rlcompleter to support completion through list lookups, updating li... | Jordan Wiens |