summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/AutocompleteProvider.cpp
AgeCommit message (Expand)Author
2021-06-01LibGUI: Add a FIXME about race in AutocompleteBox::apply_suggestion()Itamar
2021-06-01LibGUI: Check that AutocompleteBox's selection row is validItamar
2021-05-28LibGUI: Add u64 type to LibGUI::VariantJesse Buhagiar
2021-05-22CppLanguageServer+LibGUI: Autocomplete #include pathsItamar
2021-05-22LibGUI: Increase width of Autocomplete suggestions boxItamar
2021-05-15LibGUI: Delay setting column width in AutocompleteBoxAndreas Kling
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13HackStudio: Add ClassView tab for viewing classes in a tree structureItamar
2021-04-06LibGUI: Fix typo in AutocompleteBox::showItamar
2021-03-22LibGUI: remove empty TODO.Yuval Tasher
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-27HackStudio: Integate with C++ parser-based autocompleteItamar
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling