summaryrefslogtreecommitdiff
path: root/src/gtkext
AgeCommit message (Expand)Author
2018-04-22Installed the core headers in the right place for plugins.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2018-03-08Prepared instructions to generate tooltips.Cyrille Bagard
2018-02-20Replaced the old symbol panel by a new improved one.Cyrille Bagard
2018-02-03Fixed the caret rendering for buffer displays.Cyrille Bagard
2018-01-31Provided the current active object in display panels.Cyrille Bagard
2018-01-24Typo.Cyrille Bagard
2017-12-29Removed remaining compilation warnings for GTK deprecated functions when defi...Cyrille Bagard
2017-12-29Fixed compilation warnings by replacing GTK deprecated functions in display p...Cyrille Bagard
2017-12-26Created the GLoadedContent interface to load all kinds of content.Cyrille Bagard
2017-11-12Defined a new interface for displaying loaded contents.Cyrille Bagard
2017-08-28Used a GtkStack widget to display the editor status information.Cyrille Bagard
2017-08-26Removed most of the functions using the editor items as global access to acti...Cyrille Bagard
2017-08-21Changed cursors using up-to-date GDK functions.Cyrille Bagard
2017-07-28Replaced all calls to the deprecated gtk_menu_popup() function.Cyrille Bagard
2017-07-26Transformed the remaining nested functions dealing with menus.Cyrille Bagard
2017-07-14Incremented the reference counter for an attached buffer view.Cyrille Bagard
2017-07-06Replaced the use of a nested function in a delayed invocation by a direct call.Cyrille Bagard
2017-05-16Merged routines into symbols.Cyrille Bagard
2017-05-14Displayed a symbol instead of a routine in the graph view.Cyrille Bagard
2017-04-13Simplified the way links between instructions are handled.Cyrille Bagard
2017-04-09Provided a tree panel to inspect binary content.Cyrille Bagard
2017-03-30Discriminated between tests for set and unset ranges of bits.Cyrille Bagard
2017-03-24Built tooltips from all kinds of operands.Cyrille Bagard
2017-03-24Built routine digest for tooltip hints.Cyrille Bagard
2017-03-19Provided initial features for debugging using GDB.Cyrille Bagard
2017-01-27Made the menu bar appear and disappear in the same way Firefox does.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-12-31Updated the progress bar only when needed.Cyrille Bagard
2016-12-30Deleted old code.Cyrille Bagard
2016-12-30Rewritten the line buffers using generators and on-demand building to save me...Cyrille Bagard
2016-12-29Cut binary data into several areas using all the available CPUs and less memory.Cyrille Bagard
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