summaryrefslogtreecommitdiff
path: root/src/gtkext
AgeCommit message (Expand)Author
2016-12-15Defined proper accesses to instructions loaded by a processor.Cyrille Bagard
2016-12-12Applied some code refactoring to remove usages of GBinFormat in favor of GExe...Cyrille Bagard
2016-11-11Typo.Cyrille Bagard
2016-11-11Improved the way display panel binaries are tracked.Cyrille Bagard
2016-11-11Prepared the new organization of display widgets.Cyrille Bagard
2016-11-09Loaded GTK CSS extensions from files in a given theme directory.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-11-03Prepared the capacity to display more than one view per binary.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-10-23Deleted a level of data to reduce the memory fingerprint.Cyrille Bagard
2016-10-23Memorized all creators of line content at the line level and saved memory.Cyrille Bagard
2016-10-22Fixed GUI bugs in the case where no binary is loaded.Cyrille Bagard
2016-10-20Extended the number of cases where beautiful graphs are produced.Cyrille Bagard
2016-10-18Extended the graph widget as much as needed and centered its content.Cyrille Bagard
2016-10-17Fixed a huge memory leak when computing shadows.Cyrille Bagard
2016-10-17Produced nicer graphic node rendering with shadows.Cyrille Bagard
2016-10-09Defined a new and simpler way to produce graphical view of basic blocks.Cyrille Bagard
2016-09-21Added weak symbols in the Python bindings in case of standalone usage.Cyrille Bagard
2016-08-06Defined initial content and size for the status bar.Cyrille Bagard
2016-05-30Resolved a suitable symbol depending on the request tolerance.Cyrille Bagard
2016-05-19Loaded the ELF internal symbols using all the available CPUs.Cyrille Bagard
2016-05-02Scrolled the graphic view using mouse clicks and moves on the background.Cyrille Bagard
2016-05-01Handled all width measures per view in a dedicated manager.Cyrille Bagard
2016-04-29Fixed various usages of uninitialised memory.Cyrille Bagard
2016-04-27Used official closures instead of user-defined ones when possible.Cyrille Bagard
2016-04-24Disabled the not (yet) working docking system.Cyrille Bagard
2016-04-20Protected all concurrent accesses to sources and destinations of instructions.Cyrille Bagard
2016-04-03Kept the user informed about the instructions printing status.Cyrille Bagard
2016-04-03Reorganized the whole disassembling process and displayed the relative progre...Cyrille Bagard
2016-03-27Added a section in the status bar to display activity progress.Cyrille Bagard
2016-03-26Fixed various bugs and mistakes.Cyrille Bagard
2016-03-16Created a new feature and stored all main moves in the database.Cyrille Bagard
2016-03-13Given more flexibility to the field names of locations in XML databases.Cyrille Bagard
2016-03-11Handled user actions on the dock station buttons.Cyrille Bagard
2016-03-08Loaded a dynamic list of dockable panels in the View menu.Cyrille Bagard
2016-02-17Introduced a new window for destinaton previews in DragAndDrop operations.Cyrille Bagard
2016-02-10Marked the location information as not reset anymore before updating the disp...Cyrille Bagard
2016-02-10Refreshed all menu accesses in a better way.Cyrille Bagard
2016-02-02Given a chance to the caret to get defined before getting drawn.Cyrille Bagard
2016-01-17Set up the menus for the incoming next features.Cyrille Bagard
2016-01-17Updated access to the Edition menu based on the current selection.Cyrille Bagard
2015-12-28Defined layers to register all kinds of binary portions.Cyrille Bagard
2015-12-16Built a new improved status bar for instructions information.Cyrille Bagard
2015-11-27Protected other data access using locks.Cyrille Bagard
2015-11-11Fixed most of the warnings about use of uninitialized data.Cyrille Bagard
2015-11-11Prepared the next generation of parallel processings.Cyrille Bagard
2015-11-09Avoided to load the status bar twice and to crash in the worst case.Cyrille Bagard
2015-11-01Always set a string literal as string format to please -Wformat-security.Cyrille Bagard