index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
BoxLayout.cpp
Age
Commit message (
Expand
)
Author
2022-06-28
LibGUI: Grow spacers after doing layout
FrHun
2022-06-28
LibGUI: Remove temporary compatibility measures for new layout system
FrHun
2022-06-28
LibGUI: Use new layout system for BoxLayout run
FrHun
2022-06-28
LibGUI: Change preferred_size in Layout to new layout system
FrHun
2022-06-28
LibGUI: Add min_size to Layout
FrHun
2022-06-28
LibGUI: Refactor BoxLayout for minor readability improvements
FrHun
2022-05-11
LibGUI: Take only valid sizes when calculating BoxLayout preferred size
Karol Kosek
2021-11-03
LibGUI: Consider content_margins for BoxLayout
FrHun
2021-11-03
LibGUI: Add content margins
FrHun
2021-11-02
LibGUI: Register layouts with inheritance
thislooksfun
2021-05-29
LibGUI: Distribute remaining pixels in BoxLayout to fill the entire area
Mart G
2021-05-06
LibGUI: Move widget registration to LibCore
Tom
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-02
LibGUI: Subtract layout margin when placing items along secondary axis
Andreas Kling
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling