Age | Commit message (Expand) | Author |
2015-12-09 | Fixed a bug by ensuring a Cairo surface is defined before painting it. | Cyrille Bagard |
2015-12-09 | Removed debug code showing lines managing columns groups. | Cyrille Bagard |
2015-12-09 | Avoided to throw comments too far by defining local columns managers. | Cyrille Bagard |
2015-11-11 | Prepared the next generation of parallel processings. | Cyrille Bagard |
2015-11-01 | Always set a string literal as string format to please -Wformat-security. | Cyrille Bagard |
2015-09-11 | Created an interface from the original GBinContent object. | Cyrille Bagard |
2015-08-02 | Allowed to emit signals to GTK main thread for GUI updates in a generic way. | Cyrille Bagard |
2015-07-24 | Replaced all remaining raw accesses to binary contents with the GBinContent w... | Cyrille Bagard |
2015-07-17 | Updated the Python bindings. | Cyrille Bagard |
2015-07-16 | Used the binary contents a little bit more. | Cyrille Bagard |
2015-06-14 | Been able to move the caret when scrolling to a given address. | Cyrille Bagard |
2015-05-13 | Fixed a bug by searching lines in the whole code buffer instead of using the ... | Cyrille Bagard |
2015-05-06 | Displayed a tooltip for strings or code symbols in buffer views. | 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-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-09 | Fixed all known bugs with the keyboard-based navigation in buffer views. | 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-23 | Fixed a bug: do not close the connection after the initial handshake. | Cyrille Bagard |
2015-02-22 | Created a dialog box to select an entry point to display. | Cyrille Bagard |
2015-02-17 | Defined, computed and stored the checksum in the binary content manager. | Cyrille Bagard |
2015-02-16 | Added a basic support for Mobicore truslets. | Cyrille Bagard |
2015-02-11 | Registered all the supported formats in the system code. | Cyrille Bagard |
2015-02-11 | Marked buffer lines as containing an entry point when needed. | Cyrille Bagard |
2015-01-15 | Exported disassembled content in plain text or HTML format properly. | Cyrille Bagard |
2015-01-05 | Changed the way addresses are printed. | Cyrille Bagard |
2014-12-16 | Created operands for resolving symbols in disassembly code. | Cyrille Bagard |
2014-12-10 | Loaded major segment properties for an external GTK3 theme and defined some n... | Cyrille Bagard |
2014-11-29 | Displayed segments in the disassembly view. | 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-10-11 | Improved the disassembling process using memory ranges. | Cyrille Bagard |
2014-09-17 | Introduced memory ranges. | 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-08 | Added a few configuration parameters for the main window. | Cyrille Bagard |
2014-08-26 | Looked for coordinates using the new addresses definitions. | Cyrille Bagard |
2014-08-20 | Removed some debug code. | Cyrille Bagard |
2014-08-20 | Rewritten some parts of code to increase the binary processing speed. | Cyrille Bagard |
2014-08-16 | Improved the code for handling vmpa_t definitions. | Cyrille Bagard |
2014-08-05 | Defined the first steps for a new disassembling approach. | Cyrille Bagard |
2014-07-28 | Provided a way to receive a signal in the main thread. | Cyrille Bagard |
2014-07-10 | Fully rewritten the core configuration system. | Cyrille Bagard |
2014-06-03 | Disabled all accesses to GTK3 from Python. | Cyrille Bagard |
2014-05-29 | Removed the warnings from automake by replacing the deprecated 'INCLUDES' by ... | Cyrille Bagard |