summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
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
2012-12-16Reintroduced the delayed disassembling of binaries.Cyrille Bagard
2012-12-09Used Cairo for rendering text and tried to deal properly with Pango context /...Cyrille Bagard
2012-10-17Removed a lot of gcc warnings.Cyrille Bagard
2012-08-19Rewritten a cleaner way to dock panels.Cyrille Bagard
2012-08-06Improved projects managment.Cyrille Bagard
2012-01-30Provided a new working Project menu.Cyrille Bagard
2012-01-26Rewritten the way projects are managed.Cyrille Bagard
2012-01-01Updated copyright dates.Cyrille Bagard
2011-07-11Shown a small version info with all major used directories.Cyrille Bagard
2010-11-04Introduced translations.Cyrille Bagard
2010-08-01Updated Itanium demangling by using the new contexts.Cyrille Bagard
2010-07-29Improved the GDB client.Cyrille Bagard
2010-05-13Supported Dalvik VM / DEX (partially).Cyrille Bagard
2010-04-18Improved the Itanium demangler.Cyrille Bagard
2010-04-11Cleaned the code by removing all references to the old GtkTextBuffer usage.Cyrille Bagard
2009-09-20Rewritten the work queue and fixed thread concurrency.Cyrille Bagard
2009-09-13Improved the editor window refreshing when several binaries are loaded.Cyrille Bagard
2009-09-06Provided some methods to interact with a GDB server.Cyrille Bagard
2009-08-30Provided a clean way to run delayed tasks.Cyrille Bagard
2009-08-30Rendered using the GTK buffer (crappy version).Cyrille Bagard
2009-08-09Reorganized the way formats are handled (Java and PE got disabled, Dwarf is e...Cyrille Bagard