summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/GAboutDialog.cpp
AgeCommit message (Expand)Author
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-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02LibGUI: Add GHBoxLayout and GVBoxLayout convenience classesAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-02LibGUI: Tweak GAboutDialog textAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-09-21GButton: Convert most code to using ObjectPtr for GButtonAndreas Kling
2019-09-21LibGUI: Convert GWidget to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GLabel to ObjectPtrAndreas Kling
2019-09-02LibGUI: Add GAboutDialog, a simple way to show a nice about box in appsAndreas Kling