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
/
DevTools
/
HackStudio
Age
Commit message (
Expand
)
Author
2021-06-08
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
Ali Mohammad Pur
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-06-04
HackStudio: Add comment about lexicographical insertion to ClassView
Itamar
2021-06-04
HackStudio: Use Node's name when inserting to the ClassView tree
Itamar
2021-06-02
HackStudio: Make locator lose focus on close
Marcus Nilsson
2021-06-02
HackStudio: Remove unused includes
Marcus Nilsson
2021-06-02
HackStudio: Close locator on exit
Marcus Nilsson
2021-06-01
CppLanguageServer: Work with a HashMap of Symbols in each document
Itamar
2021-05-26
LibGUI/AbstractView: Remove `on_selection`
Jelle Raaijmakers
2021-05-23
Userland: Mark subclasses of IPC::{Client,Server}Connection final
Andreas Kling
2021-05-23
LibIPC: Remove unnecessary IPC::ServerConnection::handshake()
Andreas Kling
2021-05-23
HackStudio: Greet language servers asynchronously
Andreas Kling
2021-05-22
Userland: Rename LibThread => LibThreading
Andreas Kling
2021-05-22
CppLanguageServer: Add test case for auto-completing include paths
Itamar
2021-05-22
CppLanguageServer+LibGUI: Autocomplete #include paths
Itamar
2021-05-22
LanguageServers: Add FileDB::project_root() getter
Itamar
2021-05-22
CppLanguageServer: Rename Optional<> autocomplete* to try_autocomplete*
Itamar
2021-05-22
CppLanguageServer: Rename all_definitions=>preprocessor_definitions
Itamar
2021-05-22
CppLanguageServer: remove no-op move()
Itamar
2021-05-21
DevTools: Remove redundant default destructor and forward declarations
Lenny Maiorani
2021-05-21
Applications: Use titlecase and distinct underlined characters in menus
Max Wipfli
2021-05-21
Userland: Change typedef to using directive
Lenny Maiorani
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_font()
Andreas Kling
2021-05-19
LibCpp: Generalize ASTNode::dump() to support redirecting its output
Itamar
2021-05-19
CppLanguageServer: Put cpp test files in /home/anon/cpp-tests/
Itamar
2021-05-16
LanguageServers: Rename AutoCompleteEngine => CodeComprehensionEngine
Itamar
2021-05-16
HackStudio+CppLanguageServer: Remove lexer-based autocomplete engine
Itamar
2021-05-15
CppLanguageServer: Fix syntax of a test case program
Itamar
2021-05-15
CppLanguageServer: Make autocomplete logic consider scopes
Itamar
2021-05-15
CppLanguageServer: Only re-create DocumentData in file_opened if needed
Itamar
2021-05-15
CppLanguageServer: Autocomplete namespaces
Itamar
2021-05-15
CppLanguageServer: Don't suggest inaccessible declarations
Itamar
2021-05-15
HackStudio: Pledge "fattr"
Γmer Kurttekin
2021-05-14
LanguageServer/Cpp: Add tests
Itamar
2021-05-14
LanguageServers: Allow set_declarations_of_document callback to be null
Itamar
2021-05-14
LanguageServers/FileDB: Allow m_project_root to be null
Itamar
2021-05-14
LanguageServers: Remove ClientConnection dependency
Itamar
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-12
Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0
sin-ack
2021-05-12
Everywhere: Add Alt shortcuts to remaining top-level menus
Linus Groh
2021-05-12
Everywhere: Rename app_menu to file_menu, continued
Linus Groh
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-10
HackStudio: Tweak Files/Classes tab views
Andreas Kling
2021-05-10
HackStudio: Use is<GitWidget>() instead of comparing class_name()
Andreas Kling
2021-05-10
HackStudio: Remove the visual form editor
Andreas Kling
2021-05-09
CppLanguageServer: Cache declarations from headers in every document
Itamar
2021-05-09
CppLanguageServer: Call Parser::parse() inside create_document_data()
Itamar
2021-05-09
LibCpp: Rename m_definitions=>m_preprocessor_definitions
Itamar
2021-05-09
LanguageServers: Fix incorrect use of adopt_ref in FileDB::get()
Itamar
2021-05-08
LibGUI: Some tweaks for TextEditor's will-execute-command virtual
Andreas Kling
[next]