summaryrefslogtreecommitdiff
path: root/src/gui/status.c
AgeCommit message (Expand)Author
2020-12-05Rewritten the whole API dealing with panels.Cyrille Bagard
2020-08-08Updated all the code relative to GUI items.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2020-01-10Cleaned editor items by removing a direct link to the main window.Cyrille Bagard
2018-07-16Applied a new GUI update with the new loaded panels features.Cyrille Bagard
2017-08-26Removed most of the functions using the editor items as global access to acti...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-15Defined proper accesses to instructions loaded by a processor.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-05-19Loaded the ELF internal symbols using all the available CPUs.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-17Updated access to the Edition menu based on the current selection.Cyrille Bagard
2015-12-29Avoided to crash by being too strict with addresses provided by clicks on the...Cyrille Bagard
2015-12-16Built a new improved status bar for instructions information.Cyrille Bagard
2015-07-12Cleaned the code handling binary symbols.Cyrille Bagard
2015-04-20Transmitted the focus when a limit has been reached while using he keyboard.Cyrille Bagard
2015-02-09Registered all the supported processors in the system code.Cyrille Bagard
2014-11-01Moved the caret with mouse and keyboard.Cyrille Bagard
2014-09-21Showed information about a selected address in the status bar.Cyrille Bagard
2014-07-22Used in the right way some features of GLib classes in the GUI code.Cyrille Bagard
2014-06-04Fixed bugs when dealing with views and updated the code for GTK3.Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2013-06-08Removed all usages of gdk_threads_enter()/gdk_threads_leave() in the status bar.Cyrille Bagard
2013-06-02Saved some progress about edition views.Cyrille Bagard