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
/
TableView.cpp
Age
Commit message (
Expand
)
Author
2020-08-26
LibGUI: Make AbstractTableView row height configurable
Andreas Kling
2020-08-26
LibGUI: Add (optional) row headers to GUI::TableView
Andreas Kling
2020-08-26
LibGUI: Move table view headers into their own widget
Andreas Kling
2020-08-24
LibGUI: Pressing Return in an editable TableView should begin editing
Andreas Kling
2020-08-24
LibGUI: Allow moving the TableView selection horizontally with keyboard
Andreas Kling
2020-08-24
LibGUI: Make AbstractTableView and TableView more customisable
AnotherTest
2020-08-16
LibGUI+DevTools+Applications: Use ModelIndex::data() in many places
Andreas Kling
2020-08-16
LibGUI: Simplify TableCellPaintingDelegate API slightly
Andreas Kling
2020-08-16
LibGUI: Move GUI::Model::Role to GUI::ModelRole
Andreas Kling
2020-08-16
LibGUI: Make model sorting imperative and move order to AbstractView
Andreas Kling
2020-07-04
Userspace: Remove a bunch of unnecessary Kernel/API/KeyCode.h includes
Andreas Kling
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-21
LibGUI: Make all views use CenterLeft as the default text alignment
Andreas Kling
2020-05-21
LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadata
Andreas Kling
2020-05-21
LibGUI: Models should always specify font via Model::Role::Font
Andreas Kling
2020-05-21
LibGUI: Move AbstractTableView::keydown_event() down to TableView
Andreas Kling
2020-04-18
LibGUI: Make view widgets fill background by default
Andreas Kling
2020-04-12
LibGUI: Make TableView ignore custom colors for selected rows
Andreas Kling
2020-04-11
LibGUI: Fill whole TableView cells with custom background color
Andreas Kling
2020-04-11
LibGUI: Respect Model::Role::BackgroundColor
Andreas Kling
2020-03-30
LibGUI: Brighten icons when hovering items in item views
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-15
LibGUI: Use inactive selection colors from palette instead of hardcoding them
Tibor Nagy
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling