summaryrefslogtreecommitdiff
path: root/src/glibext
AgeCommit message (Expand)Author
2015-11-11Prepared the next generation of parallel processings.Cyrille Bagard
2015-11-01Always set a string literal as string format to please -Wformat-security.Cyrille Bagard
2015-09-11Created an interface from the original GBinContent object.Cyrille Bagard
2015-08-02Allowed to emit signals to GTK main thread for GUI updates in a generic way.Cyrille Bagard
2015-07-24Replaced all remaining raw accesses to binary contents with the GBinContent w...Cyrille Bagard
2015-07-17Updated the Python bindings.Cyrille Bagard
2015-07-16Used the binary contents a little bit more.Cyrille Bagard
2015-06-14Been able to move the caret when scrolling to a given address.Cyrille Bagard
2015-05-13Fixed a bug by searching lines in the whole code buffer instead of using the ...Cyrille Bagard
2015-05-06Displayed a tooltip for strings or code symbols in buffer views.Cyrille Bagard
2015-04-22Allowed to refer to an external list for highlighted segments.Cyrille Bagard
2015-04-20Transmitted the focus when a limit has been reached while using he keyboard.Cyrille Bagard
2015-04-12Highlighted the current segment on caret location changes.Cyrille Bagard
2015-04-11Drawn a selection line on buffer views.Cyrille Bagard
2015-04-11Fixed the remaining bugs in all kinds of navigation in buffer views.Cyrille Bagard
2015-04-09Fixed all known bugs with the keyboard-based navigation in buffer views.Cyrille Bagard
2015-04-03Defined a preferred size for views and reacted on scroll events.Cyrille Bagard
2015-04-03Tried to show basic blocks in the graphic view again.Cyrille Bagard
2015-03-08Handle cross references as well as entry points.Cyrille Bagard
2015-02-25Provided tweaks about positions when looking for address coordinates.Cyrille Bagard
2015-02-23Fixed a bug: do not close the connection after the initial handshake.Cyrille Bagard
2015-02-22Created a dialog box to select an entry point to display.Cyrille Bagard
2015-02-17Defined, computed and stored the checksum in the binary content manager.Cyrille Bagard
2015-02-16Added a basic support for Mobicore truslets.Cyrille Bagard
2015-02-11Registered all the supported formats in the system code.Cyrille Bagard
2015-02-11Marked buffer lines as containing an entry point when needed.Cyrille Bagard
2015-01-15Exported disassembled content in plain text or HTML format properly.Cyrille Bagard
2015-01-05Changed the way addresses are printed.Cyrille Bagard
2014-12-16Created operands for resolving symbols in disassembly code.Cyrille Bagard
2014-12-10Loaded major segment properties for an external GTK3 theme and defined some n...Cyrille Bagard
2014-11-29Displayed segments in the disassembly view.Cyrille Bagard
2014-11-01Moved the caret with mouse and keyboard.Cyrille Bagard
2014-10-21Cleaned, fixed and improved the rules for the display of view columns.Cyrille Bagard
2014-10-11Improved the disassembling process using memory ranges.Cyrille Bagard
2014-09-17Introduced memory ranges.Cyrille Bagard
2014-09-16Used the new vmpa_t type in binary portions.Cyrille Bagard
2014-09-15Defined a GTK3 style for binary portions.Cyrille Bagard
2014-09-08Added a few configuration parameters for the main window.Cyrille Bagard
2014-08-26Looked for coordinates using the new addresses definitions.Cyrille Bagard
2014-08-20Removed some debug code.Cyrille Bagard
2014-08-20Rewritten some parts of code to increase the binary processing speed.Cyrille Bagard
2014-08-16Improved the code for handling vmpa_t definitions.Cyrille Bagard
2014-08-05Defined the first steps for a new disassembling approach.Cyrille Bagard
2014-07-28Provided a way to receive a signal in the main thread.Cyrille Bagard
2014-07-10Fully rewritten the core configuration system.Cyrille Bagard
2014-06-03Disabled all accesses to GTK3 from Python.Cyrille Bagard
2014-05-29Removed the warnings from automake by replacing the deprecated 'INCLUDES' by ...Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2014-04-23Fixed a bug by avoiding one hardcoded path when looking for a picture.Cyrille Bagard
2014-04-14Handled mouse clicks in view margins.Cyrille Bagard