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.h
Age
Commit message (
Expand
)
Author
2020-11-30
LibGUI: Remove `AbstractView::did_update_model()'
AnotherTest
2020-11-19
LibGUI: Remove AbstractTableView::doubleclick_event()
Andreas Kling
2020-10-25
LibGUI: Make table view row height+padding font-size-relative
Andreas Kling
2020-08-27
LibGUI: Add a cursor to AbstractView, separate from the selection
Andreas Kling
2020-08-27
LibGUI: Add AbstractView::move_cursor() and share some movement logic
Andreas Kling
2020-08-26
LibGUI: Make AbstractTableView row height configurable
Andreas Kling
2020-08-26
LibGUI: Add a top-left-corner button to table views
Andreas Kling
2020-08-26
LibGUI: Add (optional) row headers to GUI::TableView
Andreas Kling
2020-08-26
LibGUI: Rename table view's "cell painting delegate" to "column *"
Andreas Kling
2020-08-26
LibGUI: Move table view headers into their own widget
Andreas Kling
2020-08-24
LibGUI: Allow moving the TableView selection horizontally with keyboard
Andreas Kling
2020-08-24
LibGUI: Add AbstractTableView::scroll_into_view(ModelIndex, bool, bool)
Andreas Kling
2020-08-24
LibGUI: Make AbstractTableView and TableView more customisable
AnotherTest
2020-08-16
LibGUI: Simplify TableCellPaintingDelegate API slightly
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-21
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
Andreas Kling
2020-05-21
LibGUI: Move AbstractTableView::keydown_event() down to TableView
Andreas Kling
2020-05-13
LibGUI: Add AbstractTableView::move_selection(int steps)
Andreas Kling
2020-04-12
LibGUI: Add a way for models to update without invalidating indexes
Andreas Kling
2020-02-25
LibGUI: Make descendants of AbstractView define their own select_all() (#1201)
DAlperin
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
LibGUI: Don't require passing a parent to widget constructors
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
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