summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-07-16LibJS: Replace the boolean argument of Object::set with an enum classIdan Horowitz
2021-07-16LibJS: Remove unused Object::PutOwnPropertyMode enum classIdan Horowitz
2021-07-16LibJS: Implement RegExp AdvanceStringIndex abstractionTimothy Flynn
2021-07-16LibJS: Implement RegExp.prototype [ @@matchAll ]Timothy Flynn
2021-07-16LibJS: Implement the RegExpStringIterator objectTimothy Flynn
2021-07-16LibJS: Make the RegExpExec abstraction publically availableTimothy Flynn
2021-07-16Assistant: Keep the Terminal window open after the command has runGunnar Beutner
2021-07-16HackStudio: Add statusbar with file and selected text informationry-sev
2021-07-16LibWeb: Fix assertion failures in HTMLTokenizerMax Wipfli
2021-07-16LibELF/DynamicLinker: Evaluate symbols in library insertion order (#8802)Peter Bindels
2021-07-16LibJS/Tests: Add test for Temporal.Instant.prototype.valueOf()Linus Groh
2021-07-16js: Implement pretty-printing of Temporal.Duration objectsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.valueOf()Linus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.blankLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.signLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.nanosecondsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.microsecondsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.millisecondsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.secondsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.minutesLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.hoursLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.daysLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.weeksLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.monthsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.yearsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype[@@toStringTag]Linus Groh
2021-07-16LibJS: Start implementing Temporal.DurationLinus Groh
2021-07-16Utilities: Make the js REPL autocomplete correctly handle `new Ident`Ali Mohammad Pur
2021-07-15LibC: Don't include AK headers in system headersGunnar Beutner
2021-07-15Solitaire: Reduce overdraw when drawing initial cardsJamie Mansfield
2021-07-15Spider: Reduce overdraw when playingJamie Mansfield
2021-07-15Spider: Reduce overdraw when drawing initial cardsJamie Mansfield
2021-07-15Spider: Automatically reveal top cardsJamie Mansfield
2021-07-15LibGUI: Dither pattern should be independent from clipping rectangleTom
2021-07-15Utilities: Allow filenames containing '=' in dd (#8766)Dhruv Maroo
2021-07-15Help: Add context menuKarol Kosek
2021-07-15PixelPaint: Fix crash when copying empty selectionGavin Downard
2021-07-15SpiceAgent: Add Clipboard as a build dependencyGunnar Beutner
2021-07-15Utilities: Add groupdelM4x1m3
2021-07-15Utilities: Add groupaddM4x1m3
2021-07-15LibC: Add putgrentM4x1m3
2021-07-15LibCore+LibIMAP: Move Promise to LibCoreTimothy
2021-07-15VimEditingEngine: Add support for repeats of JMatthew Hall
2021-07-15VimEditingEngine: Add support for repeats of p and PMatthew Hall
2021-07-15VimEditingEngine: Allow repeats for dd, yy and xMatthew Hall
2021-07-15VimEditingEngine: Add P command to put before cursorMatthew Hall
2021-07-15VimEditingEngine: Add J command to join two linesMatthew Hall
2021-07-15VimEditingEngine: Operate on real lines rather than wrapped onesMatthew Hall
2021-07-15LibWeb: Fix assertion failure when tokenizing JS regex literalsMax Wipfli
2021-07-14js: Implement pretty-printing of Temporal.Calendar objectsLinus Groh