summaryrefslogtreecommitdiff
path: root/src/editor.c
AgeCommit message (Expand)Author
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
2009-07-14Loaded the last project at startup.Cyrille Bagard
2009-07-12Read and saved projects from and into XML files.Cyrille Bagard
2009-06-14Cleaned and improved the binary views ; implemented some first steps for the ...Cyrille Bagard
2009-06-13Made the GUI offer to change the view of the current analyzed binary.Cyrille Bagard
2009-06-08Refreshed the panel dealing with found symbols.Cyrille Bagard
2009-05-11Reorganized the way the program is built again and added partial support for ...Cyrille Bagard
2009-04-29Saved the current work on the overjump plugin.Cyrille Bagard
2009-04-25Saved the current work on plugins.Cyrille Bagard
2009-04-12Created a debugging layout and introduced a heavier use of GLib.Cyrille Bagard
2009-04-05Managed double linked lists in a more powerful way.Cyrille Bagard