summaryrefslogtreecommitdiff
path: root/src/analysis/project.c
AgeCommit message (Expand)Author
2018-09-22Provided a way to load known flat formats.Cyrille Bagard
2018-08-23Fixed a rare dead lock when loading several files at the same time.Cyrille Bagard
2018-06-06Simplified the whole loading process.Cyrille Bagard
2018-05-09Loaded binary contents using a dedicated global work group.Cyrille Bagard
2018-05-09Simplified the content loading handling.Cyrille Bagard
2018-04-22Ensured all tasks are completed before exiting batch mode.Cyrille Bagard
2018-04-21Improved the way file formats are detected and loaded.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2018-01-13Handled the logs from the GUI, the command line and the Python bindings.Cyrille Bagard
2017-12-27Reorganized a small part of binary loading.Cyrille Bagard
2017-12-26Created the GLoadedContent interface to load all kinds of content.Cyrille Bagard
2017-12-26Handled swapping closures when signaling to the main thread.Cyrille Bagard
2017-12-26Registered the current project as a real global variable.Cyrille Bagard
2017-11-20Typo.Cyrille Bagard
2017-08-27Deleted the reference to the main window in all panels.Cyrille Bagard
2017-08-26Removed most of the functions using the editor items as global access to acti...Cyrille Bagard
2017-08-22Reorganized the global variables for the work queue singleton.Cyrille Bagard
2017-07-08Scrolled to the main address at startup without using a nested function.Cyrille Bagard
2017-02-08Gathered all the binary loading process into an uniq place.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-12-31Loaded binaires without blocking the GUI during the process.Cyrille Bagard
2016-12-30Rewritten the line buffers using generators and on-demand building to save me...Cyrille Bagard
2016-11-11Prepared the new organization of display widgets.Cyrille Bagard
2016-11-03Counted references for each provided binary format.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-11-03Prepared the capacity to display more than one view per binary.Cyrille Bagard
2016-07-28Centralized the checksum computing of binary contents.Cyrille Bagard
2016-03-27Added a section in the status bar to display activity progress.Cyrille Bagard
2016-03-16Created a new feature and stored all main moves in the database.Cyrille Bagard
2016-03-09Stored and loaded panels attributes using the global configuration.Cyrille Bagard
2016-03-09Reorganized the whole code dealing with dockable panels.Cyrille Bagard
2016-03-08Loaded a dynamic list of dockable panels in the View menu.Cyrille Bagard
2016-02-10Refreshed all menu accesses in a better way.Cyrille Bagard
2016-02-02Given a chance to the caret to get defined before getting drawn.Cyrille Bagard
2015-12-01Handled relative paths when loading and saving binary contents in projects.Cyrille Bagard
2015-11-11Prepared the next generation of parallel processings.Cyrille Bagard
2015-10-14Discarded code symbols as symbols already containing instructions when disass...Cyrille Bagard
2015-10-01Fixed mistakes when loading or saving binary contents.Cyrille Bagard
2015-09-20Defined one unique type to handle binaries.Cyrille Bagard
2015-09-19Extended the prototype for matching formats in order to get it suitable for p...Cyrille Bagard
2015-08-02Allowed to emit signals to GTK main thread for GUI updates in a generic way.Cyrille Bagard
2015-07-14Moved the project information into the analysis domain.Cyrille Bagard