summaryrefslogtreecommitdiff
path: root/src/editor.c
AgeCommit message (Expand)Author
2015-07-14Moved the project information into the analysis domain.Cyrille Bagard
2015-07-04Redrawn a nicer logo for Chrysalide.Cyrille Bagard
2014-11-25Removed all references to old GTK stock icons and thus removed GCC warnings.Cyrille Bagard
2014-09-08Added a few configuration parameters for the main window.Cyrille Bagard
2014-08-27Removed some warnings about deprecated calls to gtk_[hv]box_new().Cyrille Bagard
2014-08-19Added a demo symbol when loading an ELF header.Cyrille Bagard
2014-07-10Fully rewritten the core configuration system.Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2013-08-31Loaded a binary strip into the editor.Cyrille Bagard
2013-06-02Saved some progress about edition views.Cyrille Bagard
2012-12-05Fixed a bug, memory leaks and cleaned the code.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-12Cleaned the code and handled file binaries properly.Cyrille Bagard
2012-07-15Set a scaled icons list for the application.Cyrille Bagard
2012-04-01Changed various names in favour of Chrysalide.Cyrille Bagard
2012-04-01Moved all the File menu entries in the GUI menu.Cyrille Bagard
2012-03-25Scrolled to the selected symbol.Cyrille Bagard
2012-03-11Updated the exportation dialog.Cyrille Bagard
2012-02-01Provided interfaces to use debuggers in plugins.Cyrille Bagard
2012-01-30Provided a new working Project menu.Cyrille Bagard
2012-01-26Rewritten the way projects are managed.Cyrille Bagard
2012-01-23Added menus to change the current displayed view. Do not try the source view.Cyrille Bagard
2012-01-16Updated menus on view change.Cyrille Bagard
2012-01-14Updated calls to take the binary rendering options into account.Cyrille Bagard
2012-01-12Removed all references to libvte and the Python shell.Cyrille Bagard
2012-01-11Defined new panel definitions for the editor GUI.Cyrille Bagard
2012-01-01Updated copyright dates.Cyrille Bagard
2011-07-11Saved improvements of binaries support.Cyrille Bagard
2011-01-06Attached the debugger to a given target.Cyrille Bagard
2011-01-03Moved all menus related stuff into 'src/gui/menus'.Cyrille Bagard
2010-11-28Loaded all buffers of decompiled files.Cyrille Bagard
2010-11-04Introduced translations.Cyrille Bagard
2010-10-24Introduced new views for rendering source code.Cyrille Bagard
2010-10-10Introduced menu item accelerators.Cyrille Bagard
2010-07-29Improved the GDB client.Cyrille Bagard
2010-05-18Displayed the about window.Cyrille Bagard
2010-04-24Updated a little bit the Java part (welcome back).Cyrille Bagard
2010-03-21Allowed a simple export of an assembly content.Cyrille Bagard
2010-01-02Provided ways to load, save and edit some binary parts selection.Cyrille Bagard
2009-11-19Better supervised the closing of the editor.Cyrille Bagard
2009-11-18Saved the current work on binary parts selection.Cyrille Bagard
2009-09-24Managed properly projects (close, reload, aso.).Cyrille Bagard
2009-09-13Improved the editor window refreshing when several binaries are loaded.Cyrille Bagard
2009-08-30Quickly fixed a bug in binary view lookup.Cyrille Bagard
2009-08-09Reorganized the way formats are handled (Java and PE got disabled, Dwarf is e...Cyrille Bagard
2009-07-31Processed disassembling in a dedicated thread.Cyrille Bagard
2009-07-26Moved the openida_binary structure to a GOpenidaBinary GLib object.Cyrille Bagard
2009-07-20Added a menu to create new projects.Cyrille Bagard
2009-07-15Stored several destinations for each line when needed.Cyrille Bagard