summaryrefslogtreecommitdiff
path: root/src/gui/panels
AgeCommit message (Expand)Author
2018-10-25Fixed a Use-After-Free in the symbols panel.Cyrille Bagard
2018-10-14Typo.Cyrille Bagard
2018-10-14Added a way to load resources for plugins.Cyrille Bagard
2018-10-14Updated code.Cyrille Bagard
2018-08-27Disconnected glance signals on view change.Cyrille Bagard
2018-08-21Avoided a crash in the errors panel when no binary is loaded.Cyrille Bagard
2018-08-11Created a new widget to handle tiled panels.Cyrille Bagard
2018-08-06Removed some compilation warnings.Cyrille Bagard
2018-08-04Ensured all panel accelerators get activated.Cyrille Bagard
2018-08-03Populated the strings panel in a generic way.Cyrille Bagard
2018-08-02Introduced symbols dedicated to strings.Cyrille Bagard
2018-07-21Simplified the logging system for plugins.Cyrille Bagard
2018-07-20Fixed a GTK warning.Cyrille Bagard
2018-07-19Selected the right symbol location for the symbols panel.Cyrille Bagard
2018-07-18Fixed a UAF in the symbols panel when filtering.Cyrille Bagard
2018-07-18Disabled simple accelerators when a text entry gets focus.Cyrille Bagard
2018-07-17Got the namespace separator from formats when listing symbols.Cyrille Bagard
2018-07-16Applied a new GUI update with the new loaded panels features.Cyrille Bagard
2018-07-10Hidden strings virtual addresses if the architecture has none.Cyrille Bagard
2018-07-04Updated the API for building symbol labels.Cyrille Bagard
2018-06-17Got access to external files thanks to new core functions.Cyrille Bagard
2018-06-06Hidden virtual addresses when code runs in a VM.Cyrille Bagard
2018-06-04Measured the number of binary portions to load.Cyrille Bagard
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-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-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