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
/
AbstractScrollableWidget.h
Age
Commit message (
Expand
)
Author
2022-12-30
LibGUI: Automatically scroll to a new column on adding it in ColumnsView
Karol Kosek
2022-12-26
LibGUI+Applications: Rename automatic scrolling timer functions
thankyouverycool
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-11-29
LibGUI: Add IncrementalSearchBanner
thankyouverycool
2022-11-29
LibGUI: Add Banner concept to AbstractScrollableWidget
thankyouverycool
2022-09-24
LibGUI: Implement calculated_min_size() for AbstractScrollableWidget
thankyouverycool
2022-06-30
LibGUI: Fix flickering scrollbars in AbstractScrollableWidget
FrHun
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2021-11-03
LibGUI: Margins for AbstractScrollableWidget
FrHun
2021-11-02
Libraries: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-09-29
LibGUI: Implement automatic scrolling in AbstractView
Marcus Nilsson
2021-09-16
LibGUI: Add a AutoScroll timer to AbstractScrollableWidget
Marcus Nilsson
2021-05-03
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
Andreas Kling