Age | Commit message (Expand) | Author |
2010-06-06 | Used a treeview with icons to show all known symbols. | Cyrille Bagard |
2010-05-18 | Displayed the about window. | Cyrille Bagard |
2010-04-11 | Cleaned the code by removing all references to the old GtkTextBuffer usage. | Cyrille Bagard |
2010-04-11 | Provided a faster than GTK display buffer. | Cyrille Bagard |
2010-03-21 | Allowed a simple export of an assembly content. | Cyrille Bagard |
2010-02-22 | Avoided crashes when loading unrecognized files. | Cyrille Bagard |
2009-10-29 | Fixed bugs and made the binary loading process faster. | Cyrille Bagard |
2009-10-22 | Supported scrolling internally and thus fixed bugs with big binaries. | Cyrille Bagard |
2009-10-01 | Only redrawn the needed area on view exposure. | Cyrille Bagard |
2009-09-27 | Replaced hardcoded integer value by G_MAXINT. | Cyrille Bagard |
2009-09-24 | Managed properly projects (close, reload, aso.). | Cyrille Bagard |
2009-09-20 | Rewritten the work queue and fixed thread concurrency. | Cyrille Bagard |
2009-09-13 | Improved the editor window refreshing when several binaries are loaded. | Cyrille Bagard |
2009-09-08 | Restored the previous/original rendering of disassemblies. | Cyrille Bagard |
2009-08-30 | Provided a clean way to run delayed tasks. | Cyrille Bagard |
2009-08-30 | Rendered using the GTK buffer (crappy version). | Cyrille Bagard |
2009-08-11 | Improved the loading of several binaries. | Cyrille Bagard |
2009-08-09 | Reorganized the way formats are handled (Java and PE got disabled, Dwarf is e... | Cyrille Bagard |
2009-07-31 | Processed disassembling in a dedicated thread. | Cyrille Bagard |
2009-07-26 | Moved the openida_binary structure to a GOpenidaBinary GLib object. | Cyrille Bagard |
2009-07-26 | Cleaned and improved the drawing of the block view. | Cyrille Bagard |
2009-07-15 | Fixed the ending line of graphic views. | Cyrille Bagard |
2009-07-15 | Stored several destinations for each line when needed. | Cyrille Bagard |
2009-07-04 | Improved the link lines management. | Cyrille Bagard |
2009-07-04 | Defined general rendering options using a GLib object. | Cyrille Bagard |
2009-07-01 | Made the lines to have different rendering widths depending on the views. | Cyrille Bagard |
2009-06-30 | Built graphic links from the flow of the code blocks. | Cyrille Bagard |
2009-06-28 | Drawn a border around the views when needed. | Cyrille Bagard |
2009-06-28 | Drawn graphic links between the different blocks of code. | Cyrille Bagard |
2009-06-25 | Used Graphviz library for building graphs (first attempt). | Cyrille Bagard |
2009-06-14 | Cleaned and improved the binary views ; implemented some first steps for the ... | Cyrille Bagard |
2009-06-13 | Typo. | Cyrille Bagard |
2009-06-13 | Made the GUI offer to change the view of the current analyzed binary. | Cyrille Bagard |
2009-06-08 | Refreshed the panel dealing with found symbols. | Cyrille Bagard |
2009-05-17 | Used only the new format of processor/instructions/operands for x86. | Cyrille Bagard |
2009-05-11 | Reorganized the way the program is built again and added partial support for ... | Cyrille Bagard |
2009-05-11 | Changed the way the program is built. | Cyrille Bagard |
2009-04-25 | Saved the current work on plugins. | Cyrille Bagard |
2009-04-12 | Created a debugging layout and introduced a heavier use of GLib. | Cyrille Bagard |
2009-03-14 | Turned off lots of warnings by using the _GNU_SOURCE compliance. | Cyrille Bagard |
2009-02-16 | Begun to add a real support of DragAndDropping for panels. | Cyrille Bagard |