Age | Commit message (Expand) | Author |
2023-09-10 | Tune the compilation using flags instead of a config file. | Cyrille Bagard |
2022-12-29 | Refactor Makefiles to exclude GTK on demand. | Cyrille Bagard |
2021-10-24 | Link a class to loaded content nature. | Cyrille Bagard |
2021-07-04 | Save all needed information into project files. | Cyrille Bagard |
2020-07-12 | Improved the API for loaded contents. | Cyrille Bagard |
2020-04-13 | Simplified the loading process of binary contents. | Cyrille Bagard |
2020-04-12 | Cosmetic. | Cyrille Bagard |
2020-02-04 | Updated copyright headers. | Cyrille Bagard |
2019-11-16 | Warned about unsaved projects only if needed. | Cyrille Bagard |
2019-09-05 | Made server connections easier while running analysis. | Cyrille Bagard |
2019-07-31 | Typo. | Cyrille Bagard |
2019-02-09 | Fixed another batch of memory leaks. | Cyrille Bagard |
2019-02-05 | Fixed a huge number of memory leaks. | Cyrille Bagard |
2019-02-01 | Inserted an option to render disassembly even in batch mode. | Cyrille Bagard |
2019-01-28 | Allowed to filter contents before running analysis. | Cyrille Bagard |
2018-11-26 | Fixed some memory leaks at exit. | Cyrille Bagard |
2018-11-25 | Displayed and hidden loaded contents on project change. | Cyrille Bagard |
2018-09-22 | Provided a way to load known flat formats. | Cyrille Bagard |
2018-08-23 | Fixed a rare dead lock when loading several files at the same time. | Cyrille Bagard |
2018-06-06 | Simplified the whole loading process. | Cyrille Bagard |
2018-05-09 | Loaded binary contents using a dedicated global work group. | Cyrille Bagard |
2018-05-09 | Simplified the content loading handling. | Cyrille Bagard |
2018-04-22 | Ensured all tasks are completed before exiting batch mode. | Cyrille Bagard |
2018-04-21 | Improved the way file formats are detected and loaded. | Cyrille Bagard |
2018-04-05 | Changed Foobar to Chrysalide in all GPL headers. | Cyrille Bagard |
2018-01-13 | Handled the logs from the GUI, the command line and the Python bindings. | Cyrille Bagard |
2017-12-27 | Reorganized a small part of binary loading. | Cyrille Bagard |
2017-12-26 | Created the GLoadedContent interface to load all kinds of content. | Cyrille Bagard |
2017-12-26 | Handled swapping closures when signaling to the main thread. | Cyrille Bagard |
2017-12-26 | Registered the current project as a real global variable. | Cyrille Bagard |
2017-11-20 | Typo. | Cyrille Bagard |
2017-08-27 | Deleted the reference to the main window in all panels. | Cyrille Bagard |
2017-08-26 | Removed most of the functions using the editor items as global access to acti... | Cyrille Bagard |
2017-08-22 | Reorganized the global variables for the work queue singleton. | Cyrille Bagard |
2017-07-08 | Scrolled to the main address at startup without using a nested function. | Cyrille Bagard |
2017-02-08 | Gathered all the binary loading process into an uniq place. | Cyrille Bagard |
2016-12-31 | Updated all copyrights. | Cyrille Bagard |
2016-12-31 | Loaded binaires without blocking the GUI during the process. | Cyrille Bagard |
2016-12-30 | Rewritten the line buffers using generators and on-demand building to save me... | Cyrille Bagard |
2016-11-11 | Prepared the new organization of display widgets. | Cyrille Bagard |
2016-11-03 | Counted references for each provided binary format. | Cyrille Bagard |
2016-11-03 | Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'. | Cyrille Bagard |
2016-11-03 | Prepared the capacity to display more than one view per binary. | Cyrille Bagard |
2016-07-28 | Centralized the checksum computing of binary contents. | Cyrille Bagard |
2016-03-27 | Added a section in the status bar to display activity progress. | Cyrille Bagard |
2016-03-16 | Created a new feature and stored all main moves in the database. | Cyrille Bagard |
2016-03-09 | Stored and loaded panels attributes using the global configuration. | Cyrille Bagard |
2016-03-09 | Reorganized the whole code dealing with dockable panels. | Cyrille Bagard |
2016-03-08 | Loaded a dynamic list of dockable panels in the View menu. | Cyrille Bagard |
2016-02-10 | Refreshed all menu accesses in a better way. | Cyrille Bagard |