Age | Commit message (Expand) | Author |
2015-05-06 | Displayed a tooltip for strings or code symbols in buffer views. | Cyrille Bagard |
2015-05-05 | Done not forget to allocate size for the view as soon as the size of its supp... | Cyrille Bagard |
2015-05-05 | Fixed some warnings during the compilation. | Cyrille Bagard |
2015-05-04 | Reordered slot indexes in order to avoid edges crossings. | Cyrille Bagard |
2015-04-30 | Fixed implicit declarations of functions causing crashes. | Cyrille Bagard |
2015-04-25 | Registered suitable linkage hooks and defined right links between instructions. | Cyrille Bagard |
2015-04-25 | Removed some debug messages. | Cyrille Bagard |
2015-04-23 | Handled a strange case of jump outside the current routine. | Cyrille Bagard |
2015-04-22 | Allowed to refer to an external list for highlighted segments. | Cyrille Bagard |
2015-04-20 | Transmitted the focus when a limit has been reached while using he keyboard. | Cyrille Bagard |
2015-04-17 | Received [smooth] scrolling events on view panels. | Cyrille Bagard |
2015-04-12 | Highlighted the current segment on caret location changes. | Cyrille Bagard |
2015-04-11 | Drawn a selection line on buffer views. | Cyrille Bagard |
2015-04-11 | Fixed the remaining bugs in all kinds of navigation in buffer views. | Cyrille Bagard |
2015-04-06 | Done some refactoring in order to make the code more GObject-friendly. | Cyrille Bagard |
2015-04-06 | Said goodbye to Graphviz. | Cyrille Bagard |
2015-04-05 | Fixed various bugs in the graph layout. | Cyrille Bagard |
2015-04-05 | Restored the panel for a glance at the current code view. | Cyrille Bagard |
2015-04-03 | Defined a preferred size for views and reacted on scroll events. | Cyrille Bagard |
2015-04-03 | Tried to show basic blocks in the graphic view again. | Cyrille Bagard |
2015-03-08 | Handle cross references as well as entry points. | Cyrille Bagard |
2015-02-25 | Provided tweaks about positions when looking for address coordinates. | Cyrille Bagard |
2015-02-09 | Created a dialog box to create new bookmarks. | Cyrille Bagard |
2015-01-08 | Removed deprecation warnings about gtk_misc_set_alignment(). | Cyrille Bagard |
2014-12-31 | Resolved links in disassembled instructions. | Cyrille Bagard |
2014-12-30 | Tracked each binary area during the disassembling process and tried to follow... | Cyrille Bagard |
2014-12-10 | Loaded major segment properties for an external GTK3 theme and defined some n... | Cyrille Bagard |
2014-11-25 | Removed all references to old GTK stock icons and thus removed GCC warnings. | Cyrille Bagard |
2014-11-23 | Disabled some parts of Graphviz in order to be able to compile. | Cyrille Bagard |
2014-11-01 | Moved the caret with mouse and keyboard. | Cyrille Bagard |
2014-10-21 | Cleaned, fixed and improved the rules for the display of view columns. | Cyrille Bagard |
2014-09-16 | Used the new vmpa_t type in binary portions. | Cyrille Bagard |
2014-09-15 | Defined a GTK3 style for binary portions. | Cyrille Bagard |
2014-09-11 | Displayed a default picture when no panel overview is available. | Cyrille Bagard |
2014-09-10 | Fixed and improved the rendering of view panels. | Cyrille Bagard |
2014-09-05 | Removed some warnings by using gtk_widget_get_preferred_size() instead of the... | Cyrille Bagard |
2014-08-26 | Looked for coordinates using the new addresses definitions. | Cyrille Bagard |
2014-08-05 | Defined the first steps for a new disassembling approach. | Cyrille Bagard |
2014-07-10 | Fully rewritten the core configuration system. | Cyrille Bagard |
2014-06-25 | Given a name and a description for binaries, not always based on a filenames. | Cyrille Bagard |
2014-06-25 | Built the first steps to upgrade to Python3. | Cyrille Bagard |
2014-06-04 | Fixed bugs when dealing with views and updated the code for GTK3. | Cyrille Bagard |
2014-06-04 | Restored nice colors for buffer views. | Cyrille Bagard |
2014-06-02 | Removed all references to gdk_threads_* as calls have to be made from the mai... | Cyrille Bagard |
2014-05-29 | Removed the warnings from automake by replacing the deprecated 'INCLUDES' by ... | Cyrille Bagard |
2014-04-28 | Updated all copyright headers. | Cyrille Bagard |
2014-04-14 | Handled mouse clicks in view margins. | Cyrille Bagard |
2014-01-26 | Saved the first steps of the migration to GTK+ v3. | Cyrille Bagard |
2013-08-31 | Loaded a binary strip into the editor. | Cyrille Bagard |
2013-08-17 | Replaced some parts of the graph computing for better results. | Cyrille Bagard |