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
/
gtkext
/
easygtk.c
Age
Commit message (
Expand
)
Author
2018-08-11
Removed useless code and a GTK warning.
Cyrille Bagard
2018-07-18
Disabled simple accelerators when a text entry gets focus.
Cyrille Bagard
2018-04-05
Changed Foobar to Chrysalide in all GPL headers.
Cyrille Bagard
2017-07-28
Replaced all calls to the deprecated gtk_menu_popup() function.
Cyrille Bagard
2017-07-26
Transformed the remaining nested functions dealing with menus.
Cyrille Bagard
2017-07-06
Replaced the use of a nested function in a delayed invocation by a direct call.
Cyrille Bagard
2017-01-27
Made the menu bar appear and disappear in the same way Firefox does.
Cyrille Bagard
2016-12-31
Updated all copyrights.
Cyrille Bagard
2016-11-03
Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.
Cyrille Bagard
2016-03-11
Handled user actions on the dock station buttons.
Cyrille Bagard
2016-02-10
Refreshed all menu accesses in a better way.
Cyrille Bagard
2016-01-17
Set up the menus for the incoming next features.
Cyrille Bagard
2015-11-11
Fixed most of the warnings about use of uninitialized data.
Cyrille Bagard
2015-11-01
Always set a string literal as string format to please -Wformat-security.
Cyrille Bagard
2015-10-10
Fixed all remaining gtk warnings about deprecated declarations.
Cyrille Bagard
2015-09-02
Fixed two GCC warnings when using GTK.
Cyrille Bagard
2015-08-13
Improved the look of dock stations and saved screen space.
Cyrille Bagard
2015-07-25
Created an (empty) panel for evolution history.
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-11-25
Removed all references to old GTK stock icons and thus removed GCC warnings.
Cyrille Bagard
2014-08-26
Looked for coordinates using the new addresses definitions.
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
2013-01-27
Updated code and removed some GCC warnings.
Cyrille Bagard
2012-12-31
Added a dialog box to jump to a given address
Cyrille Bagard
2012-10-28
Updated the code of the old panel and displayed found strings again.
Cyrille Bagard
2012-10-17
Removed a lot of gcc warnings.
Cyrille Bagard
2012-08-12
Cleaned the code and handled file binaries properly.
Cyrille Bagard
2012-02-01
Activated GTK_DISABLE_DEPRECATED again to avoid some warnings.
Cyrille Bagard
2012-01-01
Updated copyright dates.
Cyrille Bagard
2011-07-11
Saved improvements of binaries support.
Cyrille Bagard
2010-10-10
Introduced menu item accelerators.
Cyrille Bagard
2010-06-06
Used a treeview with icons to show all known symbols.
Cyrille Bagard
2010-03-21
Allowed a simple export of an assembly content.
Cyrille Bagard
2009-06-13
Made the GUI offer to change the view of the current analyzed binary.
Cyrille Bagard
2009-04-25
Saved the current work on plugins.
Cyrille Bagard