summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/BreadcrumbBar.cpp
AgeCommit message (Expand)Author
2021-01-03LibGUI: Move widget registrations to the corresponding cpp fileAndrew Kaster
2020-12-30LibGUI: Rewrite layout system in terms of min and max sizesAndreas Kling
2020-12-27LibGUI: Use Object::remove_all_children() in BreadcrumbBar (#4580)dantje
2020-12-14LibGUI: Don't focus BreadcrumbBar segments on clickAndreas Kling
2020-12-14LibGUI: Add a basic BreadcrumbBar widget! :^)Andreas Kling