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
/
AbstractView.cpp
Age
Commit message (
Expand
)
Author
2021-08-06
LibGUI+Applications: Rename Model::is_valid to is_within_range
sin-ack
2021-07-10
LibGUI: Only repaint the affected indices on AbstractView item hover
Andreas Kling
2021-07-10
LibGUI: Add AbstractView::editing_rect() to allow custom editing rects
Andreas Kling
2021-06-18
LibGUI: Don't restart AbstractView drag on mousemove after escape key
Andreas Kling
2021-06-03
LibGUI: Properly wrap multiple lines in IconView search highlighting
Matthew B. Jones
2021-05-26
LibGUI/AbstractView: Remove `on_selection`
Jelle Raaijmakers
2021-05-24
LibGUI/AbstractView: Expose `activates_on_selection`
Jelle Raaijmakers
2021-05-03
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
Andreas Kling
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibGUI: Track selection starting index in AbstractView (#6515)
iCristalrope
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-02-25
LibGUI: Improve IconView rubberband performance
Tom
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
LibGUI: Ignore keydown events with Alt modifier in AbstractView
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling