summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2021-04-08Avoid potential conflicts with the global errno variable.Cyrille Bagard
2021-01-09Changed some installation paths and included a pkgconfig configuration.Cyrille Bagard
2021-01-01Managed GObject references each time a configuration parameter is accessed.Cyrille Bagard
2020-12-24Ported the panel update mechanisms to the Python API.Cyrille Bagard
2020-12-11Excluded an useless header.Cyrille Bagard
2020-12-08Used the short panel descriptions in menus.Cyrille Bagard
2020-12-08Fixed registered signals for ephemeral panels.Cyrille Bagard
2020-12-08Displayed loaded content in its view panel.Cyrille Bagard
2020-12-05Extended the plugin API to include some panel events.Cyrille Bagard
2020-12-05Rewritten the whole API dealing with panels.Cyrille Bagard
2020-11-17Fixed exit cancellation when the project is not saved.Cyrille Bagard
2020-10-20Fixed some compilation warnings.Cyrille Bagard
2020-09-21Defined lock mechanism for buffer caches.Cyrille Bagard
2020-08-22Restored the operand display switch feature.Cyrille Bagard
2020-08-19Handled empty strings when filtering a panel.Cyrille Bagard
2020-08-19Used the new macro used to provide callbacks to GtkBuilder everywhere.Cyrille Bagard
2020-08-19Restored some old broken features of the bookmarks panel.Cyrille Bagard
2020-08-18Centralized the macro used to provide callbacks to GtkBuilder easily.Cyrille Bagard
2020-08-18Rebuilt the About window using Glade.Cyrille Bagard
2020-08-17Unlocked the locked collection.Cyrille Bagard
2020-08-16Deleted old code.Cyrille Bagard
2020-08-15Removed useless headers from code.Cyrille Bagard
2020-08-15Removed access to old global instances.Cyrille Bagard
2020-08-15Rebuilt the main interface using Glade.Cyrille Bagard
2020-08-09Provided Python bindings for the main menu bar.Cyrille Bagard
2020-08-08Updated all the code relative to GUI items.Cyrille Bagard
2020-07-27Replaced all BLC_* constants by the new DLC_* values.Cyrille Bagard
2020-07-27Removed some extra special column indexes.Cyrille Bagard
2020-07-14Updated the code handling binary contents.Cyrille Bagard
2020-07-12Improved the API for loaded contents.Cyrille Bagard
2020-06-02Made the binary export working again.Cyrille Bagard
2020-06-01Populated the help menu.Cyrille Bagard
2020-06-01Updated the Python bindings for the GtkDockable interface.Cyrille Bagard
2020-05-28Cosmetics.Cyrille Bagard
2020-05-28Saved the first steps for a new loading process.Cyrille Bagard
2020-05-25Provided a way to relocate built binaries.Cyrille Bagard
2020-05-21Changed the hierarchy of format objects.Cyrille Bagard
2020-04-29Improved the documentation of the disassembly cache for Python.Cyrille Bagard
2020-04-18Taken into account the potential absence of demangler in the symbol panel.Cyrille Bagard
2020-02-15Chosen the default view displayed after a binary loading.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2020-01-15Reorganized the architecture operands.Cyrille Bagard
2020-01-10Cleaned editor items by removing a direct link to the main window.Cyrille Bagard
2020-01-09Updated the Python documentation for GUI items.Cyrille Bagard
2020-01-07Updated the signal used for DB changes.Cyrille Bagard
2019-12-11Freed the initial size of the main window.Cyrille Bagard
2019-11-16Restored the panel positions in an updated environment.Cyrille Bagard
2019-11-16Warned about unsaved projects only if needed.Cyrille Bagard
2019-11-11Extended the Python bindings.Cyrille Bagard
2019-11-09Introduced the first features of a hexadecimal viewer.Cyrille Bagard