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