summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2018-06-04Avoided to count errors twice.Cyrille Bagard
2018-06-04Loaded the biggest panel contents using threads.Cyrille Bagard
2018-06-01Setup more control when updating panels.Cyrille Bagard
2018-05-12Removed all execute bits in the source code files.Cyrille Bagard
2018-05-09Handled the global work queue groups in a better way.Cyrille Bagard
2018-05-03Cosmetic.Cyrille Bagard
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-21Improved the way file formats are detected and loaded.Cyrille Bagard
2018-04-21Handled projects from the command line.Cyrille Bagard
2018-04-05Fixed a compilation warning by including the required header.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-31Provided the current active object in display panels.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-31Updated the ROP gadgets finder.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-26Created the GLoadedContent interface to load all kinds of content.Cyrille Bagard
2017-12-26Handled swapping closures when signaling to 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-27Replaced a deprecated function in the About box.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-21Fixed installation directories.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-12Added a batch mode and a way to load binaries from command line.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-28Fixed another bug by removing another nested function.Cyrille Bagard
2017-07-28Fixed compilation warnings.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-05-05Restored a valid copyright in the About dialog box.Cyrille Bagard
2017-04-13Put the treeview for binary portions into a scrollable window.Cyrille Bagard