summaryrefslogtreecommitdiff
path: root/src/gtkext
AgeCommit message (Expand)Author
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
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-11Defined new panel definitions for the editor GUI.Cyrille Bagard
2012-01-01Updated copyright dates.Cyrille Bagard
2011-10-01Defined the first real [python] plugin.Cyrille Bagard
2011-07-11Saved improvements of binaries support.Cyrille Bagard
2010-12-20Begun to clean the code by moving the disassembling process into disass/.Cyrille Bagard
2010-12-05Added scrolling capabilities to buffered view.Cyrille Bagard
2010-12-02Improved the rendering of decompiled Dex code.Cyrille Bagard
2010-11-28Loaded all buffers of decompiled files.Cyrille Bagard
2010-11-06Defined the entry point for decompilations.Cyrille Bagard
2010-10-24Removed dead code.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-07-17Restored the breakpoints in the GUI.Cyrille Bagard
2010-06-06Used a treeview with icons to show all known symbols.Cyrille Bagard
2010-05-18Displayed the about window.Cyrille Bagard
2010-04-11Cleaned the code by removing all references to the old GtkTextBuffer usage.Cyrille Bagard
2010-04-11Provided a faster than GTK display buffer.Cyrille Bagard
2010-03-21Allowed a simple export of an assembly content.Cyrille Bagard
2010-02-22Avoided crashes when loading unrecognized files.Cyrille Bagard
2009-10-29Fixed bugs and made the binary loading process faster.Cyrille Bagard
2009-10-22Supported scrolling internally and thus fixed bugs with big binaries.Cyrille Bagard
2009-10-01Only redrawn the needed area on view exposure.Cyrille Bagard
2009-09-27Replaced hardcoded integer value by G_MAXINT.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-13Improved the editor window refreshing when several binaries are loaded.Cyrille Bagard
2009-09-08Restored the previous/original rendering of disassemblies.Cyrille Bagard
2009-08-30Provided a clean way to run delayed tasks.Cyrille Bagard
2009-08-30Rendered using the GTK buffer (crappy version).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-26Cleaned and improved the drawing of the block view.Cyrille Bagard