summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-16LibGUI+FontEditor: Move GlyphMapWidget to LibGUISam Atkins
2022-01-16LibGUI: Make button icons settable in GMLSam Atkins
2022-01-16Documentation: Explain the array-like types and their differenceskleines Filmröllchen
2022-01-16AK: Fix logic in String::operator>(const String&)Matt Jacobson
2022-01-16LibJS: Implement Date.prototype.setUTCDateTimothy Flynn
2022-01-16LibJS: Implement Date.prototype.setUTCFullYearTimothy Flynn
2022-01-16LibJS: Implement Date.prototype.setUTCHoursTimothy Flynn
2022-01-16LibJS: Implement Date.prototype.setUTCMillisecondsTimothy Flynn
2022-01-16LibJS: Implement Date.prototype.setUTCMinutesTimothy Flynn
2022-01-16LibJS: Implement Date.prototype.setUTCMonthTimothy Flynn
2022-01-16LibJS: Implement Date.prototype.setUTCSecondsTimothy Flynn
2022-01-16LibJS: Protect [TimeValue]FromTime from non-finite timesTimothy Flynn
2022-01-16LibJS: Protect DayWithinYear against non-finite timesTimothy Flynn
2022-01-16LibJS: Protect YearFromTime against non-finite timesTimothy Flynn
2022-01-16LibJS: Ensure final computation in DayFromYear is performed on a doubleTimothy Flynn
2022-01-16Meta: Ensure that all port patches are documented in the linterAli Mohammad Pur
2022-01-16Ports: Regenerate patches for python3Linus Groh
2022-01-16Ports: Regenerate patches for bashAli Mohammad Pur
2022-01-16Ports: Regenerate patches for pcreAli Mohammad Pur
2022-01-16Ports: Regenerate the patch readme file for mcAli Mohammad Pur
2022-01-16Ports: Regenerate stress-ng patchesAli Mohammad Pur
2022-01-16Ports: Regenerate the CMake port patchesAli Mohammad Pur
2022-01-16Ports: Add ReadMe files explaining port patches that have explanationsAli Mohammad Pur
2022-01-16Ports: Add a 'dev' mode that uses git to autogenerate patches for portsAli Mohammad Pur
2022-01-16Ports: Remove some config.sub patches and download a fresh one if neededAli Mohammad Pur
2022-01-15LibVT: Don't clip TerminalWidget's drawing to avoid scrollerMatt Jacobson
2022-01-16LibJS: Implement create_dynamic_function() according to the specLinus Groh
2022-01-16LibJS: Allow passing prototype to ECMAScriptFunctionObject::create()Linus Groh
2022-01-16LibJS: Don't require ParenClose in Parser::parse_formal_parameters()Linus Groh
2022-01-16LibJS: Consume curly braces outside of Parser::parse_function_body()Linus Groh
2022-01-16LibJS: Add VM::active_function_object()Linus Groh
2022-01-16LibJS: Rename FunctionKind::{Regular => Normal}Linus Groh
2022-01-15Kernel: Wait for NVMe controller to change enabled stateTom
2022-01-16AK: Mark the error branch of the TRY() macro as unlikelyIdan Horowitz
2022-01-16Kernel: Use kernelputstr instead of dbgln when printing backtracesIdan Horowitz
2022-01-16Kernel: Make Processor::capture_stack_trace fallible using ErrorOrIdan Horowitz
2022-01-16Kernel: Specify inline capacity of return type in capture_stack_traceIdan Horowitz
2022-01-15PixelPaint: Add delete selection behaviorOlivier De Cannière
2022-01-16Kernel: Remove useless return value from procfs_get_thread_stackIdan Horowitz
2022-01-16AK: Explicitly name types in Iterator.hcreator1creeper1
2022-01-16AK: Make Vector more const-correct by using RemoveReference<T>creator1creeper1
2022-01-16Everywhere: Mark Vector of mutable references as mutablecreator1creeper1
2022-01-15nc: Port to LibMainKenneth Myhra
2022-01-15PixelPaint: Restrict "crop to selection" to image boundariesMateusz Krajewski
2022-01-15Assistant: Fix crash in FileProvider background thread upon exitRummskartoffel
2022-01-15Assistant: Make Provider ref-countedRummskartoffel
2022-01-15Documentation: Update names of RefPtr helper functionsRummskartoffel
2022-01-15unzip: Don't fail from mmap when trying to decompress empty filesRummskartoffel
2022-01-15Kernel: Remove infallible VMObject resource factory functionscreator1creeper1
2022-01-15Kernel: Make SharedInodeVMObject construction OOM-awarecreator1creeper1