summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/ModelEditingDelegate.h
AgeCommit message (Collapse)Author
2020-08-28LibGUI: Allow rollback of model editing delegate inputAndreas Kling
In the StringModelEditingDelegate convenience class, we simply hook up the escape key to editor rollback. This means you can cancel an ongoing cell edit by pressing escape. :^)
2020-08-24Spreadsheet: Start making a spreadsheet applicationAnotherTest
2020-03-05LibGUI: Make the ModelEditingDelegate constructor protectedAndreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling