mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
LibGUI: Start adding an automatic widget layout system.
My needs are really quite simple, so I'm just going to add what I need as I go along. The first thing I needed was a simple box layout with widgets being able to say whether they prefer fixed or fill for both their vertical and horizontal sizes. I also made a simple GStatusBar so FileManager can show how many bytes worth of files are in the current directory.
This commit is contained in:
parent
2cf1dd5b6f
commit
2def3d8d3f
22 changed files with 411 additions and 29 deletions
|
@ -8,16 +8,16 @@ make -C ../LibGUI clean && \
|
|||
make -C ../LibGUI && \
|
||||
make -C ../Userland clean && \
|
||||
make -C ../Userland && \
|
||||
make -C ../Application/Terminal clean && \
|
||||
make -C ../Application/Terminal && \
|
||||
make -C ../Application/FontEditor clean && \
|
||||
make -C ../Application/FontEditor && \
|
||||
make -C ../Application/Clock clean && \
|
||||
make -C ../Application/Clock && \
|
||||
make -C ../Application/Launcher clean && \
|
||||
make -C ../Application/Launcher && \
|
||||
make -C ../Application/FileManager clean && \
|
||||
make -C ../Application/FileManager && \
|
||||
make -C ../Applications/Terminal clean && \
|
||||
make -C ../Applications/Terminal && \
|
||||
make -C ../Applications/FontEditor clean && \
|
||||
make -C ../Applications/FontEditor && \
|
||||
make -C ../Applications/Clock clean && \
|
||||
make -C ../Applications/Clock && \
|
||||
make -C ../Applications/Launcher clean && \
|
||||
make -C ../Applications/Launcher && \
|
||||
make -C ../Applications/FileManager clean && \
|
||||
make -C ../Applications/FileManager && \
|
||||
make clean &&\
|
||||
make && \
|
||||
sudo ./sync.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue