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
/
AbstractTableView.cpp
Age
Commit message (
Expand
)
Author
2020-05-21
LibGUI: Replace ColumnMetadata::sortable => Model::is_column_sortable()
Andreas Kling
2020-05-21
LibGUI: Move AbstractTableView::keydown_event() down to TableView
Andreas Kling
2020-05-20
LibGUI: Replace up and down arrows with emoji
Hüseyin ASLITÜRK
2020-05-13
LibGUI: Add AbstractTableView::move_selection(int steps)
Andreas Kling
2020-05-02
LibGUI: Display hidden columns as hidden
Ben Wiederhake
2020-04-21
LibGUI: Make it easier to create checkable GUI::Actions
Andreas Kling
2020-04-12
LibGUI: Add a way for models to update without invalidating indexes
Andreas Kling
2020-04-03
LibGUI: Clear any hovered index when the cursor leaves an AbstractView
Andreas Kling
2020-02-25
LibGUI: Mouse events didn't hit table headers when vertically scrolled
Andreas Kling
2020-02-25
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
DAlperin
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
LibGUI: Make GUI::Frame have the 2px sunken container look by default
Andreas Kling
2020-02-22
LibGUI: Remove debug spam when resizing table columns
Andreas Kling
2020-02-22
LibGUI: Take scroll offset into account when manipulating table headers
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-15
LibGUI: Reduce header dependencies of GUI::Action
Andreas Kling
2020-02-12
LibGUI: Always unhighlight table view column headers when cursor leaves
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling