summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GLabel.h
AgeCommit message (Expand)Author
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas 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
2020-01-10LibGUI+FileManager: Misc tweaks courtesy of clang-formatSergey Bugaev
2019-09-21LibGUI: Make the GLabel constructors protectedAndreas Kling
2019-07-25LibCore: Introduce a C_OBJECT macro.Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-11GLabel: Make set_icon() take a GraphicsBitmap*.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling