summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/AutocompleteProvider.cpp
AgeCommit message (Expand)Author
2022-05-21LibCodeComprehension: Re-organize code comprehension related codeItamar
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2021-11-23LibGUI: Support applying AutocompleteBox suggestions with mouseFederico Guerinoni
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-02LibGUI: Allow autocomplete to stay open after applyingthislooksfun
2021-11-02LibGUI: Always pre-select the first autocomplete suggestionthislooksfun
2021-11-02LibGUI: Always show a box when the user requests autocompletethislooksfun
2021-11-02LibGUI: Remove GUI::AutocompleteProvider::Entry::kindthislooksfun
2021-11-02HackStudio+LibGUI: Handle #include quotes and brackets in the enginethislooksfun
2021-11-02LibGUI: Allow completion suggestions to fill and display different textthislooksfun
2021-11-02LibGUI: Replace the already typed text when autocompletingthislooksfun
2021-08-06LibGUI+Applications: Rename Model::is_valid to is_within_rangesin-ack
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-19LibGUI: Call did_update() from AutocompleteSuggestionModel::update()Itamar
2021-07-19LibGUI: Remove column width limitation in AutocompleteProviderItamar
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