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-17
HackStudio: Continue removing files after failure
Karol Kosek
2021-07-17
HackStudio: Disable Delete action on insufficient permissions
Karol Kosek
2021-07-16
HackStudio: Add statusbar with file and selected text information
ry-sev
2021-07-14
UserpaceEmulator: Handle possibly unaligned IO
Hendiadyoin1
2021-07-12
HackStudio: Activate window only on file drop
Karol Kosek
2021-07-12
UserspaceEmulator: Fix stack for new processes
Gunnar Beutner
2021-07-12
IPCCompiler: Use GENERATE_DEBUG from AK/Debug instead of custom defines
Andrew Kaster
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
UserspaceEmulator: Use long double in `FABS`
Daniel Bertalan
2021-07-08
Everywhere: Add break after the last case label before `default`
Daniel Bertalan
2021-07-08
Everywhere: Forward declare structs as structs
Daniel Bertalan
2021-07-08
IPCCompiler+WindowServer: Fix deleted function warning
Daniel Bertalan
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-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
[next]