summaryrefslogtreecommitdiff
path: root/src/gui/dialogs/gotox.c
AgeCommit message (Expand)Author
2023-09-11Fix the compilation when GTK support is enabled.Cyrille Bagard
2020-09-21Defined lock mechanism for buffer caches.Cyrille Bagard
2020-07-27Replaced all BLC_* constants by the new DLC_* values.Cyrille Bagard
2020-04-29Improved the documentation of the disassembly cache for Python.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2019-08-14Updated the Python bindings for binary symbols.Cyrille Bagard
2018-08-03Updated the reference counters when providing instruction links.Cyrille Bagard
2018-07-14Replaced all the remaining concrete locations in internal rendering buffers.Cyrille Bagard
2018-07-04Updated the API for building symbol labels.Cyrille Bagard
2018-06-20Set all dialog windows transient for the main window.Cyrille Bagard
2018-06-17Got access to external files thanks to new core functions.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2018-01-13Created a real iterator for symbols.Cyrille Bagard
2017-04-13Simplified the way links between instructions are handled.Cyrille Bagard
2017-03-21Displayed the first line content of each entry point again.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-12-30Rewritten the line buffers using generators and on-demand building to save me...Cyrille Bagard
2016-12-12Applied some code refactoring to remove usages of GBinFormat in favor of GExe...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-28Optimized access to instruction sources and destinations.Cyrille Bagard
2016-10-28Cleaned the structure for instructions a little bit.Cyrille Bagard
2016-05-30Resolved a suitable symbol depending on the request tolerance.Cyrille Bagard
2016-04-20Protected all concurrent accesses to sources and destinations of instructions.Cyrille Bagard
2015-12-04Moved all files related to the GUI into the 'gui' directory.Cyrille Bagard