summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/MenuItem.cpp
AgeCommit message (Expand)Author
2023-03-26LibGUI: Allow updating the names of menus and submenusMacDue
2022-12-10LibGUI+WindowServer: Add "visible" state to GUI actionsAndreas Kling
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-06-01LibGUI+WindowServer: Propagate action icon changes to buttons and menusnetworkException
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2021-05-03WindowServer+LibGUI: Make much of menu construction asynchronousAndreas Kling
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling