summaryrefslogtreecommitdiff
path: root/src/gui/panels
AgeCommit message (Expand)Author
2018-04-22Reorganized the symbol panel only when the treeview is connected to its model.Cyrille Bagard
2018-04-22Installed the core headers in the right place for plugins.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2018-04-02Removed lots of uninitialized uses, mostly in NDEBUG mode.Cyrille Bagard
2018-02-21Skipped the copy of a panel content if the widget is not realized.Cyrille Bagard
2018-02-21Cut symbol labels using words instead of single characters.Cyrille Bagard
2018-02-20Replaced the old symbol panel by a new improved one.Cyrille Bagard
2018-02-18Hidden transitions when updating panel content.Cyrille Bagard
2018-02-18Moved the resource builder as part of panel base.Cyrille Bagard
2018-02-18Destroyed panel resources on exit.Cyrille Bagard
2018-02-11Created a dedicated interface fot panel updating.Cyrille Bagard
2018-01-13Created a real iterator for symbols.Cyrille Bagard
2018-01-13Handled the logs from the GUI, the command line and the Python bindings.Cyrille Bagard
2017-12-29Killed the last uses of the deprecated gtk_widget_override_color() function.Cyrille Bagard
2017-12-27Updated the error panel summary in the main thread.Cyrille Bagard
2017-12-26Registered the current project as a real global variable.Cyrille Bagard
2017-12-08Introduced the symbol visibility.Cyrille Bagard
2017-11-20Typo.Cyrille Bagard
2017-11-12Defined a new interface for displaying loaded contents.Cyrille Bagard
2017-08-27Handled Dalvik code definition loading with more care.Cyrille Bagard
2017-08-27Fixed some bugs in the error panel.Cyrille Bagard
2017-08-27Deleted the reference to the main window in all panels.Cyrille Bagard
2017-08-26Removed most of the functions using the editor items as global access to acti...Cyrille Bagard
2017-08-22Reorganized the global variables for the work queue singleton.Cyrille Bagard
2017-08-21Changed cursors using up-to-date GDK functions.Cyrille Bagard
2017-08-13Listed all errors occurred while loading a binary file.Cyrille Bagard
2017-08-06Created a new task to update panel contents.Cyrille Bagard
2017-07-28Replaced all calls to the deprecated gtk_menu_popup() function.Cyrille Bagard
2017-07-06Replaced the use of a nested function in a delayed invocation by a direct call.Cyrille Bagard
2017-04-13Put the treeview for binary portions into a scrollable window.Cyrille Bagard
2017-04-09Provided a tree panel to inspect binary content.Cyrille Bagard
2017-02-25Typo.Cyrille Bagard
2017-02-19Created client/server certificates on demand for a given identity.Cyrille Bagard
2017-02-14Fixed the creation of distribution tarballs.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-12-29Cut binary data into several areas using all the available CPUs and less memory.Cyrille Bagard
2016-12-23Fixed a typo in one tip of the day.Cyrille Bagard
2016-12-15Defined proper accesses to instructions loaded by a processor.Cyrille Bagard
2016-12-12Applied some code refactoring to remove usages of GBinFormat in favor of GExe...Cyrille Bagard
2016-11-11Prepared the new organization of display widgets.Cyrille Bagard
2016-11-03Counted references for each provided binary format.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-10-22Fixed GUI bugs in the case where no binary is loaded.Cyrille Bagard
2016-09-28Updated and improved the symbols panel.Cyrille Bagard
2016-09-21Provided a real welcome panel at startup, with tricks and actions.Cyrille Bagard
2016-03-16Created a new feature and stored all main moves in the database.Cyrille Bagard
2016-03-11Handled user actions on the dock station buttons.Cyrille Bagard
2016-03-09Stored and loaded panels attributes using the global configuration.Cyrille Bagard
2016-03-09Reorganized the whole code dealing with dockable panels.Cyrille Bagard