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
/
ListView.cpp
Age
Commit message (
Expand
)
Author
2022-09-24
LibGUI: Implement calculated_min_size() for ListView
thankyouverycool
2022-09-22
LibGUI: Update ListView content size on relevant layout changes
thankyouverycool
2022-09-22
LibGUI: Apply horizontal padding evenly for ListView items
thankyouverycool
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2021-08-31
LibGUI: Reuse draw_item_text function in ListView
Karol Kosek
2021-08-31
LibGUI: Enable searching through ListView items by keyboard
Karol Kosek
2021-07-27
LibGUI: Add ModelRole::IconOpacity and support it in all views :^)
Andreas Kling
2021-05-03
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
Andreas Kling
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-03-19
LibGUI: Add corresponding padding to ListView content width
thankyouverycool
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling