index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
StatusBar.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-03
LibGUI: Move widget registrations to the corresponding cpp file
Andrew Kaster
2020-12-30
LibGUI: Register a whole bunch of properties in various widgets
AnotherTest
2020-12-30
LibGUI: Rewrite layout system in terms of min and max sizes
Andreas Kling
2020-08-31
LibGUI: Hide ResizeCorner in StatusBar when window is maximized
thankyouverycool
2020-04-23
LibGUI: Make StatusBar 2px shorter vertically for a snugger fit
Andreas Kling
2020-04-23
LibGUI: Add a ToolBarContainer widget and put most ToolBars in one
Andreas Kling
2020-04-23
LibGUI: Make sure the ResizeCorner aligns nicely inside StatusBar
Andreas Kling
2020-04-23
LibGUI: Tweak StatusBar layout margins
Andreas Kling
2020-04-23
LibGUI: Get rid of the awkward horizontal line in StatusBar
Andreas Kling
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-14
LibGUI: Remove some header dependencies from Widget.h
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling