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.h
Age
Commit message (
Expand
)
Author
2022-05-21
LibCodeComprehension: Re-organize code comprehension related code
Itamar
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
LibGUI: Add AutocompleteProvider::TokenInfo::type_to_string()
Itamar
2022-03-12
Libraries: Use default constructors/destructors in LibGUI
Lenny Maiorani
2022-02-09
LibGUI+HackStudio: Add TokenInfo struct for language-server IPC
Itamar
2021-11-02
LibGUI: Allow autocomplete to stay open after applying
thislooksfun
2021-11-02
LibGUI: Add AutocompleteProvider::has_suggestions()
thislooksfun
2021-11-02
LibGUI: Add missing #include
thislooksfun
2021-11-02
LibGUI: Always show a box when the user requests autocomplete
thislooksfun
2021-11-02
LibGUI: Remove GUI::AutocompleteProvider::Entry::kind
thislooksfun
2021-11-02
LibGUI: Allow completion suggestions to fill and display different text
thislooksfun
2021-05-22
CppLanguageServer+LibGUI: Autocomplete #include paths
Itamar
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-13
LibCpp: Add 'Namespace' and 'Member' declaration types
Itamar
2021-04-06
LibGUI: Fix typo in AutocompleteBox::show
Itamar
2021-03-23
HackStudio+LanguageServers/Cpp: Show scope of symbols in Locator
Itamar
2021-03-13
LanguageServers/Cpp: Complete Preprocessor definitions
Itamar
2021-02-27
LanguageServers/Cpp: Add type to Declarations
Itamar
2021-02-27
LanguageServers: Add ProjectLoaction, Declaration types and use in IPC
Itamar
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling