summaryrefslogtreecommitdiff
path: root/src/gui/panels/errors.c
AgeCommit message (Expand)Author
2023-09-11Fix the compilation when GTK support is enabled.Cyrille Bagard
2021-04-08Avoid potential conflicts with the global errno variable.Cyrille Bagard
2020-12-24Ported the panel update mechanisms to the Python API.Cyrille Bagard
2020-12-05Rewritten the whole API dealing with panels.Cyrille Bagard
2020-08-19Used the new macro used to provide callbacks to GtkBuilder everywhere.Cyrille Bagard
2020-08-08Updated all the code relative to GUI items.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2019-03-26Given the priority to string.h from system includes.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-07-16Applied a new GUI update with the new loaded panels features.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-04Avoided to count errors twice.Cyrille Bagard
2018-06-01Setup more control when updating panels.Cyrille Bagard
2018-04-02Removed lots of uninitialized uses, mostly in NDEBUG mode.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-11Created a dedicated interface fot panel updating.Cyrille Bagard
2017-12-27Updated the error panel summary in the main thread.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-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-13Listed all errors occurred while loading a binary file.Cyrille Bagard