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-12
HackStudio: Activate window only on file drop
Karol Kosek
2021-07-12
HackStudio: Disable debug specific context entries
Maurice Hieronymus
2021-07-12
HackStudio: Disable run button while debugging
Maurice Hieronymus
2021-07-10
LibCpp: Use fast_is<T> and verify_cast<T> to replace C-style casts
Itamar
2021-07-10
LibCpp: Make the fields of AST node types private
Itamar
2021-07-09
LibThreading: Rename Lock => Mutex
Andreas Kling
2021-07-08
HackStudio: Do not check NonnullRefPtr for null value
Daniel Bertalan
2021-07-08
Everywhere: Remove unused local variables and lambda captures
Daniel Bertalan
2021-07-06
LibJS: Remove the non-standard put helper and replace it's usages
Idan Horowitz
2021-07-04
LibJS: Rewrite most of Object for spec compliance :^)
Linus Groh
2021-07-04
CppLanguageServer: Add test for "get_parameters_hint"
Itamar
2021-07-04
HackStudio: Show tooltip with parameters hint when pressing Ctrl+P
Itamar
2021-07-04
CppLanguageServer: Add "get_parameters_hint" capability
Itamar
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
[next]