index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-01-16
LibGUI+FontEditor: Move GlyphMapWidget to LibGUI
Sam Atkins
2022-01-16
LibGUI: Make button icons settable in GML
Sam Atkins
2022-01-16
Documentation: Explain the array-like types and their differences
kleines Filmröllchen
2022-01-16
AK: Fix logic in String::operator>(const String&)
Matt Jacobson
2022-01-16
LibJS: Implement Date.prototype.setUTCDate
Timothy Flynn
2022-01-16
LibJS: Implement Date.prototype.setUTCFullYear
Timothy Flynn
2022-01-16
LibJS: Implement Date.prototype.setUTCHours
Timothy Flynn
2022-01-16
LibJS: Implement Date.prototype.setUTCMilliseconds
Timothy Flynn
2022-01-16
LibJS: Implement Date.prototype.setUTCMinutes
Timothy Flynn
2022-01-16
LibJS: Implement Date.prototype.setUTCMonth
Timothy Flynn
2022-01-16
LibJS: Implement Date.prototype.setUTCSeconds
Timothy Flynn
2022-01-16
LibJS: Protect [TimeValue]FromTime from non-finite times
Timothy Flynn
2022-01-16
LibJS: Protect DayWithinYear against non-finite times
Timothy Flynn
2022-01-16
LibJS: Protect YearFromTime against non-finite times
Timothy Flynn
2022-01-16
LibJS: Ensure final computation in DayFromYear is performed on a double
Timothy Flynn
2022-01-16
Meta: Ensure that all port patches are documented in the linter
Ali Mohammad Pur
2022-01-16
Ports: Regenerate patches for python3
Linus Groh
2022-01-16
Ports: Regenerate patches for bash
Ali Mohammad Pur
2022-01-16
Ports: Regenerate patches for pcre
Ali Mohammad Pur
2022-01-16
Ports: Regenerate the patch readme file for mc
Ali Mohammad Pur
2022-01-16
Ports: Regenerate stress-ng patches
Ali Mohammad Pur
2022-01-16
Ports: Regenerate the CMake port patches
Ali Mohammad Pur
2022-01-16
Ports: Add ReadMe files explaining port patches that have explanations
Ali Mohammad Pur
2022-01-16
Ports: Add a 'dev' mode that uses git to autogenerate patches for ports
Ali Mohammad Pur
2022-01-16
Ports: Remove some config.sub patches and download a fresh one if needed
Ali Mohammad Pur
2022-01-15
LibVT: Don't clip TerminalWidget's drawing to avoid scroller
Matt Jacobson
2022-01-16
LibJS: Implement create_dynamic_function() according to the spec
Linus Groh
2022-01-16
LibJS: Allow passing prototype to ECMAScriptFunctionObject::create()
Linus Groh
2022-01-16
LibJS: Don't require ParenClose in Parser::parse_formal_parameters()
Linus Groh
2022-01-16
LibJS: Consume curly braces outside of Parser::parse_function_body()
Linus Groh
2022-01-16
LibJS: Add VM::active_function_object()
Linus Groh
2022-01-16
LibJS: Rename FunctionKind::{Regular => Normal}
Linus Groh
2022-01-15
Kernel: Wait for NVMe controller to change enabled state
Tom
2022-01-16
AK: Mark the error branch of the TRY() macro as unlikely
Idan Horowitz
2022-01-16
Kernel: Use kernelputstr instead of dbgln when printing backtraces
Idan Horowitz
2022-01-16
Kernel: Make Processor::capture_stack_trace fallible using ErrorOr
Idan Horowitz
2022-01-16
Kernel: Specify inline capacity of return type in capture_stack_trace
Idan Horowitz
2022-01-15
PixelPaint: Add delete selection behavior
Olivier De Cannière
2022-01-16
Kernel: Remove useless return value from procfs_get_thread_stack
Idan Horowitz
2022-01-16
AK: Explicitly name types in Iterator.h
creator1creeper1
2022-01-16
AK: Make Vector more const-correct by using RemoveReference<T>
creator1creeper1
2022-01-16
Everywhere: Mark Vector of mutable references as mutable
creator1creeper1
2022-01-15
nc: Port to LibMain
Kenneth Myhra
2022-01-15
PixelPaint: Restrict "crop to selection" to image boundaries
Mateusz Krajewski
2022-01-15
Assistant: Fix crash in FileProvider background thread upon exit
Rummskartoffel
2022-01-15
Assistant: Make Provider ref-counted
Rummskartoffel
2022-01-15
Documentation: Update names of RefPtr helper functions
Rummskartoffel
2022-01-15
unzip: Don't fail from mmap when trying to decompress empty files
Rummskartoffel
2022-01-15
Kernel: Remove infallible VMObject resource factory functions
creator1creeper1
2022-01-15
Kernel: Make SharedInodeVMObject construction OOM-aware
creator1creeper1
[next]