summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/Label.cpp
AgeCommit message (Expand)Author
2020-10-23LibGUI: Make GUI::Label respect the foreground color roleAndreas Kling
2020-09-25LibGUI: Register the "text" property on GUI::LabelAndreas Kling
2020-03-29LibGUI: Make Label::set_icon() take a const Gfx::Bitmap*Andreas Kling
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-23LibGUI: Make GUI::Frame have the 2px sunken container look by defaultAndreas Kling
2020-02-14LibGUI: Remove some header dependencies from Widget.hAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling