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-07-04
Everywhere: Prefer using "..."sv over StringView { "..." }
Gunnar Beutner
2021-07-04
HackStudio: Remove old form editing logic
Erik Biederstadt
2021-07-02
AK: Implement String::find_any_of() and StringView::find_any_of()
Max Wipfli
2021-06-30
AK+Everywhere: Remove "null state" of LexicalPath
Max Wipfli
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-30
AK: Remove the LexicalPath::is_valid() API
Max Wipfli
2021-06-29
LanguageServers: Don't VERIFY that set_todo_entries callback exists
Itamar
2021-06-29
CppLanguageServer: Make properties_of_type return any property
Itamar
2021-06-29
LibCpp: Differentiate between Type and NamedType
Itamar
2021-06-25
HackStudio: Do not create a new LanguageClient unless needed
Itamar
2021-06-25
HackStudio: Add LanguageClient::Language() getter
Itamar
2021-06-23
HackStudio: Make TODO entries clickable
Federico Guerinoni
2021-06-23
HackStudio: Add TODO entries widget
Federico Guerinoni
2021-06-23
LanguageServers: Add function to collect TODO entries in a document
Federico Guerinoni
2021-06-17
LibJS: Replace boolean without_side_effects parameters with an enum
Idan Horowitz
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-13
HackStudio: Indicate git changes in the editor's gutter
Dmitrii Ubskii
2021-06-13
LibGUI+HackStudio: Make gutter a first class element
Dmitrii Ubskii
2021-06-12
HackStudio: Remove unnecessary unveil in ShellLanguageServer
NonStdModel
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-12
HackStudio: Add "Show in File Manager" Action to project TreeView
networkException
2021-06-09
LibCpp: Support non-field class members
Itamar
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
[next]