summaryrefslogtreecommitdiff
path: root/src/project.c
AgeCommit message (Expand)Author
2012-12-16Reintroduced the delayed disassembling of binaries.Cyrille Bagard
2012-12-12Updated display of graphical views on option change and fixed size bugs.Cyrille Bagard
2012-11-02Improved the computing and the rendering of the graphic view.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-08-06Saved progress toward the Android permissions display.Cyrille Bagard
2012-08-06Improved projects managment.Cyrille Bagard
2012-04-01Moved all the File menu entries in the GUI menu.Cyrille Bagard
2012-01-30Provided a new working Project menu.Cyrille Bagard
2012-01-26Rewritten the way projects are managed.Cyrille Bagard
2012-01-14Updated calls to take the binary rendering options into account.Cyrille Bagard
2012-01-11Defined new panel definitions for the editor GUI.Cyrille Bagard
2012-01-01Updated copyright dates.Cyrille Bagard
2011-01-06Attached the debugger to a given target.Cyrille Bagard
2010-12-20Begun to clean the code by moving the disassembling process into disass/.Cyrille Bagard
2010-10-24Introduced new views for rendering source code.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-10-22Support scrolling internally and thus fix bugs with big binaries.Cyrille Bagard
2009-09-24Managed properly projects (close, reload, aso.).Cyrille Bagard
2009-09-20Rewritten the work queue and fixed thread concurrency.Cyrille Bagard
2009-09-19Improved the pyoida module.Cyrille Bagard
2009-09-13Improved the editor window refreshing when several binaries are loaded.Cyrille Bagard
2009-08-11Improved the loading of several binaries.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-19Fixed a bug: be sure to have a registered "binview" object at startup.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-07-04Defined general rendering options using a GLib object.Cyrille Bagard
2009-07-01Made the lines to have different rendering widths depending on the views.Cyrille Bagard
2009-06-25Used Graphviz library for building graphs (first attempt).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-04-25Saved the current work on plugins.Cyrille Bagard
2008-10-05Added a basic support of project files.Cyrille Bagard