summaryrefslogtreecommitdiff
path: root/src/gtkext
AgeCommit message (Expand)Author
2014-09-11Displayed a default picture when no panel overview is available.Cyrille Bagard
2014-09-10Fixed and improved the rendering of view panels.Cyrille Bagard
2014-09-05Removed some warnings by using gtk_widget_get_preferred_size() instead of the...Cyrille Bagard
2014-08-26Looked for coordinates using the new addresses definitions.Cyrille Bagard
2014-08-05Defined the first steps for a new disassembling approach.Cyrille Bagard
2014-07-10Fully rewritten the core configuration system.Cyrille Bagard
2014-06-25Given a name and a description for binaries, not always based on a filenames.Cyrille Bagard
2014-06-25Built the first steps to upgrade to Python3.Cyrille Bagard
2014-06-04Fixed bugs when dealing with views and updated the code for GTK3.Cyrille Bagard
2014-06-04Restored nice colors for buffer views.Cyrille Bagard
2014-06-02Removed all references to gdk_threads_* as calls have to be made from the mai...Cyrille Bagard
2014-05-29Removed the warnings from automake by replacing the deprecated 'INCLUDES' by ...Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2014-04-14Handled mouse clicks in view margins.Cyrille Bagard
2014-01-26Saved the first steps of the migration to GTK+ v3.Cyrille Bagard
2013-08-31Loaded a binary strip into the editor.Cyrille Bagard
2013-08-17Replaced some parts of the graph computing for better results.Cyrille Bagard
2013-06-09Fixed a bug when drawing carets at high addresses.Cyrille Bagard
2013-06-09Improved the whole symbols panel and added a filter on it.Cyrille Bagard
2013-06-08Removed all usages of gdk_threads_enter()/gdk_threads_leave() in the status bar.Cyrille Bagard
2013-06-02Saved some progress about edition views.Cyrille Bagard
2013-05-26Improved the graph rendering.Cyrille Bagard
2013-05-05Implemented first basic steps towards nice graph rendering.Cyrille Bagard
2013-03-19Defined the first steps towards new graph renderings.Cyrille Bagard
2013-03-01Hidden the welcome panel when binaries get loaded.Cyrille Bagard
2013-02-24Fixed a bug in loops detection.Cyrille Bagard
2013-02-10Improved the disassembling process by handling loops in code.Cyrille Bagard
2013-01-31Saved the first steps of switch instructions decompilation.Cyrille Bagard
2013-01-27Updated code and removed some GCC warnings.Cyrille Bagard
2013-01-06Transferred the scale computing to the rendered view.Cyrille Bagard
2013-01-05Removed dot warnings and connected all edges to the panel views.Cyrille Bagard
2013-01-05Refined the definition of basic blocks and used them to build extra clusters ...Cyrille Bagard
2013-01-01Fixed the computing of basic blocks and used them in graphic views.Cyrille Bagard
2013-01-01Made sure the links have enough space to get fully drawn.Cyrille Bagard
2012-12-31Added a dialog box to jump to a given addressCyrille Bagard
2012-12-16Reintroduced the delayed disassembling of binaries.Cyrille Bagard
2012-12-16Fixed the compilation by processing the GLib marshals sooner.Cyrille Bagard
2012-12-12Updated display of graphical views on option change and fixed size bugs.Cyrille Bagard
2012-12-10Took care of Dalvik switch cases.Cyrille Bagard
2012-12-05Fixed a bug, memory leaks and cleaned the code.Cyrille Bagard
2012-12-04Drawn a dirty preview for buffer views.Cyrille Bagard
2012-11-19Handled Dalvik exception handlers in the graphic view.Cyrille Bagard
2012-11-13Improved the flow graph a little more.Cyrille Bagard
2012-11-11Fixed a bug by saving the title of a panel when changing its active widget.Cyrille Bagard
2012-11-10Provided a nice way to get a small preview of the current graph.Cyrille Bagard
2012-11-02Improved the computing and the rendering of the graphic view.Cyrille Bagard
2012-10-28Updated the code of the old panel and displayed found strings again.Cyrille Bagard
2012-10-17Removed a lot of gcc warnings.Cyrille Bagard
2012-10-17Updated panels captions again.Cyrille Bagard
2012-10-16Fixed many bugs using valgrind.Cyrille Bagard