summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2018-08-31Changed the location of installed plugins.Cyrille Bagard
2018-08-11Created a new widget to handle tiled panels.Cyrille Bagard
2018-08-04Ensured all panel accelerators get activated.Cyrille Bagard
2018-05-14Created an instruction database for Chrysalide.Cyrille Bagard
2018-05-09Handled the global work queue groups in a better way.Cyrille Bagard
2018-05-04Printed the short options strings in the help message.Cyrille Bagard
2018-04-27Skipped the instruction printing in batch mode.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-21Handled projects from the command line.Cyrille Bagard
2018-04-08Avoided to create a hidden main window in batch mode.Cyrille Bagard
2018-01-31Avoided to pollute the configuration directory with old UNIX family sockets.Cyrille Bagard
2018-01-13Handled the logs from the GUI, the command line and the Python bindings.Cyrille Bagard
2017-12-26Registered the current project as a real global variable.Cyrille Bagard
2017-10-25Ensured the Python modules are available for other plugins in standalone mode.Cyrille Bagard
2017-08-29Skipped the link to the global reference space when loading plugins.Cyrille Bagard
2017-08-27Deleted the reference to the main window in all panels.Cyrille Bagard
2017-08-22Reorganized the global variables for the work queue singleton.Cyrille Bagard
2017-08-21Fixed installation directories.Cyrille Bagard
2017-08-12Added a batch mode and a way to load binaries from command line.Cyrille Bagard
2017-06-02Cleaned the code of the entry point.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-12-13Fixed some compilation warnings.Cyrille Bagard
2016-11-09Loaded GTK CSS extensions from files in a given theme directory.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-09-21Provided a real welcome panel at startup, with tricks and actions.Cyrille Bagard
2016-05-19Loaded the ELF internal symbols using all the available CPUs.Cyrille Bagard
2016-04-11Distinguished the internal server from the remote one using Unix sockets.Cyrille Bagard
2016-04-09Signed and verified the MD5 hash of a given user name.Cyrille Bagard
2016-04-03Reorganized the whole disassembling process and displayed the relative progre...Cyrille Bagard
2016-03-12Loaded all custom parameters storing positions of panels divisions.Cyrille Bagard
2016-03-09Stored and loaded panels attributes using the global configuration.Cyrille Bagard
2015-12-04Moved all files related to the GUI into the 'gui' directory.Cyrille Bagard
2015-11-03Retrieved the revision number using M4 instead of shell.Cyrille Bagard
2015-10-16Prevented some mistakes pointed by Melkor.Cyrille Bagard
2015-07-14Moved the project information into the analysis domain.Cyrille Bagard
2015-02-11Registered all the supported formats in the system code.Cyrille Bagard
2015-02-09Registered all the supported processors in the system code.Cyrille Bagard
2014-09-15Defined a GTK3 style for binary portions.Cyrille Bagard
2014-07-10Fully rewritten the core configuration system.Cyrille Bagard
2014-06-03Disabled all accesses to GTK3 from Python.Cyrille Bagard
2014-06-02Removed all references to gdk_threads_* as calls have to be made from the mai...Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2014-04-07Relied on Cairo for printing code.Cyrille Bagard
2014-03-20Created the first steps for a distributed storage.Cyrille Bagard
2013-12-29Given a proper application name to Gnome.Cyrille Bagard
2013-12-29Handled Itanium demangling with C code (first part).Cyrille Bagard
2013-08-31Removed some warnings by upgrading code to GLib 2.32.Cyrille Bagard
2013-08-31Loaded a binary strip into the editor.Cyrille Bagard
2012-12-21Unloaded loaded plugins and (started to) avoid memory leaks.Cyrille Bagard