summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GToolBar.h
AgeCommit message (Expand)Author
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-11-09LibGUI: Allow overriding the button size when constructing GToolBarAndreas Kling
2019-11-09LibGUI: Allow construction of vertical GToolBarsAndreas Kling
2019-09-21LibGUI: Convert GToolBar to ObjectPtrAndreas Kling
2019-07-25LibCore: Introduce a C_OBJECT macro.Andreas Kling
2019-07-24LibGUI: Convert Vector<OwnPtr> to NonnullOwnPtrVector.Andreas Kling
2019-07-11GToolBar: Make add_action() take a GAction& instead of NonnullRefPtr&&.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling