index
:
chrysalide.git
gtk4
master
Chrysalide - Reverse Engineering Factory
Cyrille Bagard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gui
/
editor.c
Age
Commit message (
Collapse
)
Author
2019-09-05
Made server connections easier while running analysis.
Cyrille Bagard
2019-09-02
Fixed access to the main menus.
Cyrille Bagard
2019-06-24
Referenced all accesses to the main window.
Cyrille Bagard
2019-02-05
Fixed a huge number of memory leaks.
Cyrille Bagard
2019-02-03
Fixed various memory leaks.
Cyrille Bagard
2019-02-01
Inserted an option to render disassembly even in batch mode.
Cyrille Bagard
2019-01-28
Allowed to filter contents before running analysis.
Cyrille Bagard
2018-11-25
Displayed and hidden loaded contents on project change.
Cyrille Bagard
2018-08-27
Reset current view from the main dock station only.
Cyrille Bagard
2018-08-22
Refreshed the editor when no content is loaded.
Cyrille Bagard
2018-08-20
Hidden the main toolbar when it gets useless.
Cyrille Bagard
2018-08-11
Created a new widget to handle tiled panels.
Cyrille Bagard
2018-08-04
Ensured all panel accelerators get activated.
Cyrille Bagard
2018-07-20
Included dynamic items in the view menu.
Cyrille Bagard
2018-07-18
Provided a way to skip the exit message box.
Cyrille Bagard
2018-07-18
Cleaned code.
Cyrille Bagard
2018-07-18
Restored the saving proposal at exit.
Cyrille Bagard
2018-07-18
Disabled simple accelerators when a text entry gets focus.
Cyrille Bagard
2018-07-16
Applied a new GUI update with the new loaded panels features.
Cyrille Bagard
2018-06-08
Deleted a runtime warning by scrolling the right widget.
Cyrille Bagard
2018-04-21
Improved the way file formats are detected and loaded.
Cyrille Bagard
2018-04-21
Handled projects from the command line.
Cyrille Bagard
2017-12-31
Updated the ROP gadgets finder.
Cyrille Bagard
2017-12-26
Created the GLoadedContent interface to load all kinds of content.
Cyrille Bagard
2017-12-26
Registered the current project as a real global variable.
Cyrille Bagard
2017-11-12
Defined a new interface for displaying loaded contents.
Cyrille Bagard
2017-08-27
Deleted the reference to the main window in all panels.
Cyrille Bagard
2017-08-26
Removed most of the functions using the editor items as global access to ↵
Cyrille Bagard
active items.
2017-07-28
Replaced all calls to the deprecated gtk_menu_popup() function.
Cyrille Bagard
2017-07-28
Fixed another bug by removing another nested function.
Cyrille Bagard
2017-07-26
Transformed the remaining nested functions dealing with menus.
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-30
Rewritten the line buffers using generators and on-demand building to save ↵
Cyrille Bagard
memory.
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-03
Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.
Cyrille Bagard
2016-10-22
Fixed GUI bugs in the case where no binary is loaded.
Cyrille Bagard
2016-09-21
Provided a real welcome panel at startup, with tricks and actions.
Cyrille Bagard
2016-08-06
Closed the right side panel when requested.
Cyrille Bagard
2016-05-13
Handled positions for both sides of paned widgets.
Cyrille Bagard
2016-03-12
Loaded all custom parameters storing positions of panels divisions.
Cyrille Bagard
2016-03-11
Handled user actions on the dock station buttons.
Cyrille Bagard
2016-03-09
Stored and loaded panels attributes using the global configuration.
Cyrille Bagard
2016-03-09
Reorganized the whole code dealing with dockable panels.
Cyrille Bagard
2016-02-17
Introduced a new window for destinaton previews in DragAndDrop operations.
Cyrille Bagard
2015-12-16
Built a new improved status bar for instructions information.
Cyrille Bagard
2015-12-04
Moved all files related to the GUI into the 'gui' directory.
Cyrille Bagard