index
:
chrysalide.git
gtk4
master
Chrysalide - Reverse Engineering Factory
Cyrille Bagard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
panels
/
symbols.c
Age
Commit message (
Expand
)
Author
2017-04-09
Provided a tree panel to inspect binary content.
Cyrille Bagard
2016-12-31
Updated all copyrights.
Cyrille Bagard
2016-11-11
Prepared the new organization of display widgets.
Cyrille Bagard
2016-11-03
Counted references for each provided binary format.
Cyrille Bagard
2016-11-03
Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.
Cyrille Bagard
2016-10-22
Fixed GUI bugs in the case where no binary is loaded.
Cyrille Bagard
2016-09-28
Updated and improved the symbols panel.
Cyrille Bagard
2016-03-16
Created a new feature and stored all main moves in the database.
Cyrille Bagard
2016-03-09
Stored and loaded panels attributes using the global configuration.
Cyrille Bagard
2016-03-09
Reorganized the whole code dealing with dockable panels.
Cyrille Bagard
2016-03-08
Loaded a dynamic list of dockable panels in the View menu.
Cyrille Bagard
2015-07-25
Created an (empty) panel for evolution history.
Cyrille Bagard
2015-07-12
Cleaned the code handling binary symbols.
Cyrille Bagard
2015-04-26
Loaded internal smybols ; created entry points only when needed.
Cyrille Bagard
2015-02-25
Provided tweaks about positions when looking for address coordinates.
Cyrille Bagard
2015-02-22
Fixed a few GLib/GTK compilation warnings.
Cyrille Bagard
2015-02-16
Connected each loaded binary as a client to a server.
Cyrille Bagard
2015-02-09
Registered all the supported processors in the system code.
Cyrille Bagard
2014-09-17
Introduced memory ranges.
Cyrille Bagard
2014-09-05
Removed some warnings by using gtk_widget_get_preferred_size() instead of the...
Cyrille Bagard
2014-09-04
Updated the code and displayed the symbols using all symbols, not only routines.
Cyrille Bagard
2014-08-27
Removed some warnings about deprecated calls to gtk_[hv]box_new().
Cyrille Bagard
2014-07-22
Used in the right way some features of GLib classes in the GUI code.
Cyrille Bagard
2014-07-10
Fully rewritten the core configuration system.
Cyrille Bagard
2014-04-28
Updated all copyright headers.
Cyrille Bagard
2013-06-09
Improved the whole symbols panel and added a filter on it.
Cyrille Bagard
2012-11-10
Provided a nice way to get a small preview of the current graph.
Cyrille Bagard
2012-10-28
Updated the code of the old panel and displayed found strings again.
Cyrille Bagard
2012-10-12
Reorganized types definitions.
Cyrille Bagard
2012-10-07
Tried to resize the panels when the editor is resized.
Cyrille Bagard
2012-08-12
Cleaned the code and handled file binaries properly.
Cyrille Bagard
2012-03-25
Scrolled to the selected symbol.
Cyrille Bagard
2012-02-01
Activated GTK_DISABLE_DEPRECATED again to avoid some warnings.
Cyrille Bagard
2012-01-11
Defined new panel definitions for the editor GUI.
Cyrille Bagard