summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Menu.h
AgeCommit message (Expand)Author
2020-07-28LibGUI: Enable icons for SubMenusBen Wiederhake
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-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-17LibGUI: Expose GUI::Menu::menu_id() and also allow forced realizationAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-15LibGUI: Reduce menu-related header dependenciesAndreas Kling
2020-02-15LibGfx: Replace manual forward declarations with <LibGfx/Forward.h>Andreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling