summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Menu.cpp
AgeCommit message (Expand)Author
2020-07-15LibGUI: Fix menu leak when default action changedTom
2020-07-11WindowServer/LibGUI: Add default menu items and allow default action for cont...Tom
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-04-29LibGUI: Simplify submenu constructionAndreas Kling
2020-02-28Kernel+LibC: Rename shared buffer syscalls to use a prefixAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-15LibGUI: Reduce menu-related header dependenciesAndreas Kling
2020-02-14LibGfx: Add forward declaration headerAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling