summaryrefslogtreecommitdiff
path: root/src/gtkext
AgeCommit message (Expand)Author
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
2012-10-07Tried to resize the panels when the editor is resized.Cyrille Bagard
2012-09-27Selected segments for highlighting.Cyrille Bagard
2012-09-17Fixed a bug when splitting panels.Cyrille Bagard
2012-08-17Removed all references to the drop window.Cyrille Bagard
2012-08-12Cleaned the code and handled file binaries properly.Cyrille Bagard
2012-07-08Fixed the display of code source.Cyrille Bagard
2012-07-01Built the graph view when defining a target address.Cyrille Bagard
2012-06-24Updated code to prepare the return of graph views.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-02-01Activated GTK_DISABLE_DEPRECATED again to avoid some warnings.Cyrille Bagard
2012-01-30Provided a new working Project menu.Cyrille Bagard