summaryrefslogtreecommitdiff
path: root/LibGUI/GLayout.h
AgeCommit message (Expand)Author
2019-06-07Meta: Tweak .clang-format to not wrap braces after enums.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-05-10GLayout: Default to 4 pixels of spacing().Andreas Kling
2019-05-09GLayout: Add a simple spacer concept; dummy item that expands-to-fit.Andreas Kling
2019-04-04Taskbar: More bringup work. We now see a basic window list.Andreas Kling
2019-02-20LibGUI: Improve GBoxLayout so it can better support GToolBar.Andreas Kling
2019-02-10LibGUI: Start adding an automatic widget layout system.Andreas Kling