summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GStatusBar.h
AgeCommit message (Expand)Author
2019-10-24LibGUI: Add very limited multi-label support to GStatusBarBrandon Scott
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-21LibGUI: Convert GStatusBar to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GLabel to ObjectPtrAndreas Kling
2019-07-25LibCore: Introduce a C_OBJECT macro.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling