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
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-24
UserspaceEmulator: Support ioctls TCSETSF and TCSETSW
Rummskartoffel
2022-01-22
LibJS: Refactor interpreter to use Script and Source Text Modules
Luke Wilde
2022-01-21
UserspaceEmulator: Correctly fail in execve when binary is inaccessible
Rummskartoffel
2022-01-21
UserspaceEmulator: Fix execve messing up command lines with "--"
Rummskartoffel
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
2022-01-19
HackStudio: Change ProjectBuilder dependency declaration logic
Itamar
2022-01-18
HackStudio: Hookup git commit message detection and highlighting
Brian Gianforcaro
2022-01-18
Playground: Enable line numbers in the GML editor
Brian Gianforcaro
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2022-01-13
LibELF: Accept Span instead of Pointer+Size in validate_program_headers
Idan Horowitz
2022-01-13
LibELF: Use StringBuilders instead of Strings for the interpreter path
Idan Horowitz
2022-01-12
HackStudio: Use ProjectBuilder to build and run the current project
Itamar
2022-01-12
HackStudio: Add ProjectBuilder component
Itamar
2022-01-12
HackStudio: Add optional parameters to TerminalWrapper::run()
Itamar
2022-01-12
HackStudio: Add Project::project_is_serenity() function
Itamar
2022-01-12
LibCore: Make Core::command return CommandResult struct
Itamar
2022-01-12
Kernel+LibC+LibCore+UE: Implement `fchmodat(2)`
Daniel Bertalan
2022-01-09
HackStudio: Propagate errors using try_set_main_widget
creator1creeper1
2022-01-09
HackStudio: Propagate errors using try_set_main_widget in main
creator1creeper1
2022-01-09
Inspector: Propagate errors using try_set_main_widget in main
creator1creeper1
2022-01-08
UserspaceEmulator: Fail with EINVAL for mmap with size 0
Rummskartoffel
2022-01-08
UserspaceEmulator: Interpret zero-alignment as page-sized alignment
Rummskartoffel
2022-01-08
LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>
Linus Groh
2022-01-07
Everywhere: Fix spelling mistakes
mjz19910
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2022-01-01
HackStudio: Avoid unnecessary copies in CodeComprehensionEngine
Ben Wiederhake
2022-01-01
HackStudio: Use String instead of LexicalPath
Conor Byrne
2022-01-01
HackStudio: Add new multiline commit dialog
Conor Byrne
2021-12-31
HackStudio: Fix crash when clicking unstaged files
Conor Byrne
2021-12-30
Userland: Link directly against LibUnicodeData where needed
Timothy Flynn
2021-12-28
Profiler: Extract percentage gradient calculation into its own file
Stephan Unverwerth
2021-12-28
Profiler: Make everything east-const :^)
Stephan Unverwerth
2021-12-28
Profiler: Add source code view
Stephan Unverwerth
2021-12-28
UserspaceEmulator: Exclude special ranges from RangeAllocator
Daniel Bertalan
2021-12-28
HackStudio: Highlight AF files as INI
Maciej
2021-12-27
HackStudio: Ask to create a non-existent directory when making a project
Conor Byrne
2021-12-23
Kernel+UE+LibC: Store address as void* in SC_m{re,}map_params
Daniel Bertalan
2021-12-23
Kernel+UE: Add MAP_FIXED_NOREPLACE mmap() flag
Daniel Bertalan
2021-12-23
UserspaceEmulator: Replace intersecting ranges if MAP_FIXED is specified
Daniel Bertalan
2021-12-23
Profiler: Use AK::any_of for process filtration
Hendiadyoin1
2021-12-23
Profiler: Always use FlyString const&'s in ProfileNode construction
Hendiadyoin1
2021-12-23
Profiler: Remove one else-after-return
Hendiadyoin1
2021-12-23
Profiler: Don't return constant copies of GUI::ModelIndex
Hendiadyoin1
2021-12-23
Profiler: Add some implied auto qualifiers
Hendiadyoin1
2021-12-23
UserspaceEmulator: Return ValueAndShadowReference& on operator=
Hendiadyoin1
2021-12-23
UserspaceEmulator: Avoid copies of non trivial types on invocations
Hendiadyoin1
2021-12-23
UserspaceEmulator: Remove redundant private specifier in SoftCPU.h
Hendiadyoin1
2021-12-23
UserspaceEmulator: Remove some else-after-returns
Hendiadyoin1
2021-12-23
UserspaceEmulator: Add some implied auto qualifiers
Hendiadyoin1
[next]