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
/
AutocompleteProvider.cpp
Age
Commit message (
Expand
)
Author
2021-08-06
LibGUI+Applications: Rename Model::is_valid to is_within_range
sin-ack
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-19
LibGUI: Call did_update() from AutocompleteSuggestionModel::update()
Itamar
2021-07-19
LibGUI: Remove column width limitation in AutocompleteProvider
Itamar
2021-06-01
LibGUI: Add a FIXME about race in AutocompleteBox::apply_suggestion()
Itamar
2021-06-01
LibGUI: Check that AutocompleteBox's selection row is valid
Itamar
2021-05-28
LibGUI: Add u64 type to LibGUI::Variant
Jesse Buhagiar
2021-05-22
CppLanguageServer+LibGUI: Autocomplete #include paths
Itamar
2021-05-22
LibGUI: Increase width of Autocomplete suggestions box
Itamar
2021-05-15
LibGUI: Delay setting column width in AutocompleteBox
Andreas Kling
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
HackStudio: Add ClassView tab for viewing classes in a tree structure
Itamar
2021-04-06
LibGUI: Fix typo in AutocompleteBox::show
Itamar
2021-03-22
LibGUI: remove empty TODO.
Yuval Tasher
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-27
HackStudio: Integate with C++ parser-based autocomplete
Itamar
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling