Age | Commit message (Expand) | Author |
2017-08-28 | Used a GtkStack widget to display the editor status information. | Cyrille Bagard |
2017-08-26 | Removed most of the functions using the editor items as global access to acti... | Cyrille Bagard |
2017-08-21 | Changed cursors using up-to-date GDK functions. | Cyrille Bagard |
2017-07-28 | Replaced all calls to the deprecated gtk_menu_popup() function. | Cyrille Bagard |
2017-07-26 | Transformed the remaining nested functions dealing with menus. | Cyrille Bagard |
2017-07-14 | Incremented the reference counter for an attached buffer view. | Cyrille Bagard |
2017-07-06 | Replaced the use of a nested function in a delayed invocation by a direct call. | Cyrille Bagard |
2017-05-16 | Merged routines into symbols. | Cyrille Bagard |
2017-05-14 | Displayed a symbol instead of a routine in the graph view. | Cyrille Bagard |
2017-04-13 | Simplified the way links between instructions are handled. | Cyrille Bagard |
2017-04-09 | Provided a tree panel to inspect binary content. | Cyrille Bagard |
2017-03-30 | Discriminated between tests for set and unset ranges of bits. | Cyrille Bagard |
2017-03-24 | Built tooltips from all kinds of operands. | Cyrille Bagard |
2017-03-24 | Built routine digest for tooltip hints. | Cyrille Bagard |
2017-03-19 | Provided initial features for debugging using GDB. | Cyrille Bagard |
2017-01-27 | Made the menu bar appear and disappear in the same way Firefox does. | Cyrille Bagard |
2016-12-31 | Updated all copyrights. | Cyrille Bagard |
2016-12-31 | Updated the progress bar only when needed. | Cyrille Bagard |
2016-12-30 | Deleted old code. | Cyrille Bagard |
2016-12-30 | Rewritten the line buffers using generators and on-demand building to save me... | Cyrille Bagard |
2016-12-29 | Cut binary data into several areas using all the available CPUs and less memory. | Cyrille Bagard |
2016-12-15 | Defined proper accesses to instructions loaded by a processor. | Cyrille Bagard |
2016-12-12 | Applied some code refactoring to remove usages of GBinFormat in favor of GExe... | Cyrille Bagard |
2016-11-11 | Typo. | Cyrille Bagard |
2016-11-11 | Improved the way display panel binaries are tracked. | Cyrille Bagard |
2016-11-11 | Prepared the new organization of display widgets. | Cyrille Bagard |
2016-11-09 | Loaded GTK CSS extensions from files in a given theme directory. | Cyrille Bagard |
2016-11-03 | Counted references for each provided binary format. | Cyrille Bagard |
2016-11-03 | Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'. | Cyrille Bagard |
2016-11-03 | Prepared the capacity to display more than one view per binary. | Cyrille Bagard |
2016-10-28 | Optimized access to instruction sources and destinations. | Cyrille Bagard |
2016-10-28 | Cleaned the structure for instructions a little bit. | Cyrille Bagard |
2016-10-23 | Deleted a level of data to reduce the memory fingerprint. | Cyrille Bagard |
2016-10-23 | Memorized all creators of line content at the line level and saved memory. | Cyrille Bagard |
2016-10-22 | Fixed GUI bugs in the case where no binary is loaded. | Cyrille Bagard |
2016-10-20 | Extended the number of cases where beautiful graphs are produced. | Cyrille Bagard |
2016-10-18 | Extended the graph widget as much as needed and centered its content. | Cyrille Bagard |
2016-10-17 | Fixed a huge memory leak when computing shadows. | Cyrille Bagard |
2016-10-17 | Produced nicer graphic node rendering with shadows. | Cyrille Bagard |
2016-10-09 | Defined a new and simpler way to produce graphical view of basic blocks. | Cyrille Bagard |
2016-09-21 | Added weak symbols in the Python bindings in case of standalone usage. | Cyrille Bagard |
2016-08-06 | Defined initial content and size for the status bar. | Cyrille Bagard |
2016-05-30 | Resolved a suitable symbol depending on the request tolerance. | Cyrille Bagard |
2016-05-19 | Loaded the ELF internal symbols using all the available CPUs. | Cyrille Bagard |
2016-05-02 | Scrolled the graphic view using mouse clicks and moves on the background. | Cyrille Bagard |
2016-05-01 | Handled all width measures per view in a dedicated manager. | Cyrille Bagard |
2016-04-29 | Fixed various usages of uninitialised memory. | Cyrille Bagard |
2016-04-27 | Used official closures instead of user-defined ones when possible. | Cyrille Bagard |
2016-04-24 | Disabled the not (yet) working docking system. | Cyrille Bagard |
2016-04-20 | Protected all concurrent accesses to sources and destinations of instructions. | Cyrille Bagard |