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-12-28
LibGUI: Make selected item tint color based on focused state
Andreas Kling
2020-12-17
LibGUI: Move selection behavior from TableView up to AbstractView
Andreas Kling
2020-11-30
LibGUI: Don't start editing with (just) modifier keys when AnyKeyPressed
AnotherTest
2020-10-30
LibGUI: Remove redundant scroll_into_view() calls in TableView
Andreas Kling
2020-10-28
LibGUI: Model-less views should not swallow key events
Andreas Kling
2020-10-27
LibGUI: Run clang-format on TableView.cpp
Andreas Kling
2020-10-27
LibGUI: Paint a focus rect around the cursor index in TableView
Andreas Kling
2020-10-26
LibGUI: Tint selected icons in {Icon,Table,Columns}View
Andreas Kling
2020-10-22
LibGUI: Implement searching/jumping as you type in views
Tom
2020-09-24
LibGUI: Move keyboard item activation up to AbstractView
Andreas Kling
2020-09-24
LibGUI: Move editing key handling up to AbstractView
Andreas Kling
2020-08-29
LibGUI: Make Del/Backspace clear cell w/ "any key pressed" edit trigger
Andreas Kling
2020-08-28
LibGUI: Let's make F2 the standard "edit key"
Andreas Kling
2020-08-28
LibGUI: Implement a basic "any key pressed" edit trigger for TableView
Andreas Kling
2020-08-28
LibGUI: Add AbstractView "edit triggers" to improve editing control
Andreas Kling
2020-08-28
LibGUI: Add optional grid and cursor styles to TableView
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 (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