summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2015-10-10Fixed all remaining gtk warnings about deprecated declarations.Cyrille Bagard
2015-10-01Rewritten the whole support of DEX file format.Cyrille Bagard
2015-09-19Extended the prototype for matching formats in order to get it suitable for p...Cyrille Bagard
2015-09-11Created an interface from the original GBinContent object.Cyrille Bagard
2015-09-01Added a welcome panel as plugin using Python.Cyrille Bagard
2015-08-13Improved the look of dock stations and saved screen space.Cyrille Bagard
2015-08-05Run updates on collected items activity changes.Cyrille Bagard
2015-08-05Properly handled the history selection and updated the history on changes.Cyrille Bagard
2015-08-02Allowed to emit signals to GTK main thread for GUI updates in a generic way.Cyrille Bagard
2015-07-28Begun to manage collection items as active or inactive using timestamps.Cyrille Bagard
2015-07-25Created an (empty) panel for evolution history.Cyrille Bagard
2015-07-24Applied or canceled the effect of collected items on a given binary.Cyrille Bagard
2015-07-24Replaced all remaining raw accesses to binary contents with the GBinContent w...Cyrille Bagard
2015-07-22Fortified the client/server protocol and first exchanges.Cyrille Bagard
2015-07-14Moved the project information into the analysis domain.Cyrille Bagard
2015-07-14Given to the log panel its own GLib instance.Cyrille Bagard
2015-07-12Cleaned the code handling binary symbols.Cyrille Bagard
2015-07-12Only given access to instructions from a processor.Cyrille Bagard
2015-05-11Provided a way to look for ROP gadgets in binary code.Cyrille Bagard
2015-04-26Loaded internal smybols ; created entry points only when needed.Cyrille Bagard
2015-04-20Transmitted the focus when a limit has been reached while using he keyboard.Cyrille Bagard
2015-04-10Extended the behavior of the strings panel.Cyrille Bagard
2015-04-05Restored the panel for a glance at the current code view.Cyrille Bagard
2015-04-03Tried to show basic blocks in the graphic view again.Cyrille Bagard
2015-03-10Fixed a bug when tracking cross references from a line with an empty size.Cyrille Bagard
2015-03-08Listed all idenfied read only strings in a dedicated panel.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-22Fixed a few GLib/GTK compilation warnings.Cyrille Bagard
2015-02-22Created a dialog box to select an entry point to display.Cyrille Bagard
2015-02-16Connected each loaded binary as a client to a server.Cyrille Bagard
2015-02-09Created a dialog box to create new bookmarks.Cyrille Bagard
2015-02-09Registered all the supported processors in the system code.Cyrille Bagard
2015-01-04Disabled lots of debug messages and fixed some symbols related bugs.Cyrille Bagard
2014-11-25Removed all references to old GTK stock icons and thus removed GCC warnings.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-16Allowed log messages from every thread contexts.Cyrille Bagard
2014-10-16Stored a bookmark into the data base and saved the archive.Cyrille Bagard
2014-09-21Showed information about a selected address in the status bar.Cyrille Bagard
2014-09-17Introduced memory ranges.Cyrille Bagard
2014-09-16Used the new vmpa_t type in binary portions.Cyrille Bagard
2014-09-11Displayed a default picture when no panel overview is available.Cyrille Bagard
2014-09-11Updated the code and activated back the toolbar items.Cyrille Bagard
2014-09-05Removed some warnings by using gtk_widget_get_preferred_size() instead of the...Cyrille Bagard
2014-09-04Updated the code and displayed the symbols using all symbols, not only routines.Cyrille Bagard
2014-08-27Removed some warnings about deprecated calls to gtk_[hv]box_new().Cyrille Bagard
2014-08-26Looked for coordinates using the new addresses definitions.Cyrille Bagard
2014-08-18Inserted storages and collections into loaded binaries (first steps).Cyrille Bagard