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
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