summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Action.cpp
AgeCommit message (Expand)Author
2020-07-26LibCore+LibGUI: Switch to using AK::is and AK::downcastAndreas Kling
2020-07-23LibGUI: Make window-parented actions actually scoped to the windowAndreas Kling
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-07-03LibGUI: Add GUI::CommonActions::make_select_all_action() :^)Andreas Kling
2020-06-03LibGUI: Add save action to CommonActions listHüseyin ASLITÜRK
2020-04-24Base: New "cut" action iconAndreas Kling
2020-04-21LibGUI: Make it easier to create checkable GUI::ActionsAndreas Kling
2020-02-14LibGfx: Add forward declaration headerAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling