index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibGUI
/
GBoxLayout.cpp
Age
Commit message (
Expand
)
Author
2019-05-09
GLayout: Add a simple spacer concept; dummy item that expands-to-fit.
Andreas Kling
2019-04-04
Taskbar: More bringup work. We now see a basic window list.
Andreas Kling
2019-03-25
GBoxLayout: Don't subtract margins from the available space twice.
Andreas Kling
2019-03-19
LibGUI: More GInputBox refinements.
Andreas Kling
2019-03-19
LibGUI: Implement nested event loops to support dialog boxes.
Andreas Kling
2019-03-15
IRCClient: Add a toolbar with some actions.
Andreas Kling
2019-03-15
LibGUI: Disable GBoxLayout debug spam.
Andreas Kling
2019-03-15
LibGUI: Add a GStackWidget for many widgets sharing a single location.
Andreas Kling
2019-03-09
About+LibGUI: Use a GBoxLayout for the About app.
Andreas Kling
2019-03-07
LibGUI: Implement GToolbar separators.
Andreas Kling
2019-03-03
FileManager+LibGUI: Add a simple location textbox.
Andreas Kling
2019-02-20
LibGUI: Improve GBoxLayout so it can better support GToolBar.
Andreas Kling
2019-02-20
LibGUI: Add a GToolBar class that can be populated with GActions.
Andreas Kling
2019-02-11
LibGUI: Put some logspam behind debugging macros.
Andreas Kling
2019-02-10
LibGUI: Start adding an automatic widget layout system.
Andreas Kling