summaryrefslogtreecommitdiff
path: root/src/gui/editor.c
AgeCommit message (Expand)Author
2018-08-27Reset current view from the main dock station only.Cyrille Bagard
2018-08-22Refreshed the editor when no content is loaded.Cyrille Bagard
2018-08-20Hidden the main toolbar when it gets useless.Cyrille Bagard
2018-08-11Created a new widget to handle tiled panels.Cyrille Bagard
2018-08-04Ensured all panel accelerators get activated.Cyrille Bagard
2018-07-20Included dynamic items in the view menu.Cyrille Bagard
2018-07-18Provided a way to skip the exit message box.Cyrille Bagard
2018-07-18Cleaned code.Cyrille Bagard
2018-07-18Restored the saving proposal at exit.Cyrille Bagard
2018-07-18Disabled simple accelerators when a text entry gets focus.Cyrille Bagard
2018-07-16Applied a new GUI update with the new loaded panels features.Cyrille Bagard
2018-06-08Deleted a runtime warning by scrolling the right widget.Cyrille Bagard
2018-04-21Improved the way file formats are detected and loaded.Cyrille Bagard
2018-04-21Handled projects from the command line.Cyrille Bagard
2017-12-31Updated the ROP gadgets finder.Cyrille Bagard
2017-12-26Created the GLoadedContent interface to load all kinds of content.Cyrille Bagard
2017-12-26Registered the current project as a real global variable.Cyrille Bagard
2017-11-12Defined a new interface for displaying loaded contents.Cyrille Bagard
2017-08-27Deleted the reference to the main window in all panels.Cyrille Bagard
2017-08-26Removed most of the functions using the editor items as global access to acti...Cyrille Bagard
2017-07-28Replaced all calls to the deprecated gtk_menu_popup() function.Cyrille Bagard
2017-07-28Fixed another bug by removing another nested function.Cyrille Bagard
2017-07-26Transformed the remaining nested functions dealing with menus.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-30Rewritten the line buffers using generators and on-demand building to save me...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-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-10-22Fixed GUI bugs in the case where no binary is loaded.Cyrille Bagard
2016-09-21Provided a real welcome panel at startup, with tricks and actions.Cyrille Bagard
2016-08-06Closed the right side panel when requested.Cyrille Bagard
2016-05-13Handled positions for both sides of paned widgets.Cyrille Bagard
2016-03-12Loaded all custom parameters storing positions of panels divisions.Cyrille Bagard
2016-03-11Handled user actions on the dock station buttons.Cyrille Bagard
2016-03-09Stored and loaded panels attributes using the global configuration.Cyrille Bagard
2016-03-09Reorganized the whole code dealing with dockable panels.Cyrille Bagard
2016-02-17Introduced a new window for destinaton previews in DragAndDrop operations.Cyrille Bagard
2015-12-16Built a new improved status bar for instructions information.Cyrille Bagard
2015-12-04Moved all files related to the GUI into the 'gui' directory.Cyrille Bagard