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
2022-08-31
LibGUI: Don't accept drag events in AbstractView if it's not editable
Karol Kosek
2022-08-08
LibGUI: Correct cursor index during mouseup_event
Matthew B. Jones
2022-07-24
LibGUI: Move range selection calculations into separate function
networkException
2022-04-06
LibGUI: Register many properties of AbstractView
kleines Filmröllchen
2022-03-15
LibGUI: Set cursor when using highlighted_search in abstractview
Vrins
2022-02-23
LibGfx+LibGUI: Support multi code point emojis in text painting :^)
Linus Groh
2022-01-28
Userland: Remove a bunch of unnecessary Vector imports
kleines Filmröllchen
2022-01-10
LibGUI+AK: Add DRAG_DEBUG opt and put drag operations behind dbgln_if
Marcus Nilsson
2022-01-05
LibGUI: Rename ModelSelection::remove_matching => remove_all_matching
Andreas Kling
2021-12-30
Everywhere: Use 'increase_slider_by()' method from AbstractSlider
Elyse
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-09-29
LibGUI: Implement automatic scrolling in AbstractView
Marcus Nilsson
2021-09-08
LibGUI: West Const to East Const refactor
Dawid Wolosowicz
2021-09-08
LibGUI: Sync the highlighting after each model update
Dawid Wolosowicz
2021-09-08
LibGUI: Refactor AbstractView::do_search() into two standalone steps
Dawid Wolosowicz
2021-09-08
LibGUI: Remove barely used AbstractView::is_searching()
Dawid Wolosowicz
2021-09-08
LibGUI: Unify naming of searching timer related members
Dawid Wolosowicz
2021-09-08
LibGUI: Rename AbstractView::m_searching => m_highlighted_search
Dawid Wolosowicz
2021-09-08
LibGUI: Remove barely used AbstractView::is_highlighting_searching()
Dawid Wolosowicz
2021-09-08
LibGUI: Remove barely used AbstractView::searching()
Dawid Wolosowicz
2021-09-06
LibGUI: Dynamically resize editing content rect in IconView
Marcus Nilsson
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