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
Age
Commit message (
Expand
)
Author
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-03
Everywhere: Use IPC include syntax
Timothy
2021-07-03
IPCCompiler: Add include parsing for endpoints
Timothy
2021-07-02
AK: Implement String::find_any_of() and StringView::find_any_of()
Max Wipfli
2021-06-30
Userland: Disable Hackstudio and UE on x86_64
Hendiadyoin1
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
AK+Everywhere: Change int to size_t in JsonObject and JsonArray
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-27
Profiler: Cache the timeline histograms instead of recomputing on paint
Andreas Kling
2021-06-25
HackStudio: Do not create a new LanguageClient unless needed
Itamar
2021-06-25
HackStudio: Add LanguageClient::Language() getter
Itamar
2021-06-24
Userland: Replace VERIFY(is<T>) with verify_cast<T>
Andreas Kling
2021-06-24
Profiler: Use u32 when constructing InstructionData
Gunnar Beutner
2021-06-24
Userland: Remove dummy IPC methods
Gunnar Beutner
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-23
UserspaceEmulator: Add a simple debugging Console
Hendiadyoin1
2021-06-22
Playground: Prompt to save changes after the user picked a file to open
Gunnar Beutner
2021-06-22
Playground: Add a menu action to save the file
Gunnar Beutner
2021-06-22
Playground: Ask to save changes even when the document was never saved
Gunnar Beutner
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-13
IPCCompiler: Avoid copies for IPC method return values
Gunnar Beutner
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-11
AK+LibX86: Generalize u128/256 to AK::UFixedBigInt
Hendiadyoin1
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-08
UserspaceEmulator: Stop parsing options on first non-option
Jelle Raaijmakers
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-06-05
LibGUI: Fix off-by-one error in Lexer tokens
Max Wipfli
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-04
Profiler: Show the duration of the time interval chosen
DhruvMaroo
2021-06-03
Profiler: Remove m_deepest_stack_depth
Gunnar Beutner
2021-06-03
Profiler: Use sequential serial numbers for profiling events
Gunnar Beutner
[next]