summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-07-22LibJS: Remove pointless 'explicit' from a couple of constructorsLinus Groh
2021-07-22LibJS: Fix value of Temporal.PlainDate.lengthLinus Groh
2021-07-22Userland: Use /proc/kernel_base to determine the kernel base addressGunnar Beutner
2021-07-22LibC: Make calloc() actually fail on multiplication overflowAndreas Kling
2021-07-22LibGfx: Use calloc() instead of malloc()+memset() Gfx::BitmapFontAndreas Kling
2021-07-22LibJS: Implement String.prototype.split with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.replaceAll with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.replace with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.endsWith with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.startsWith with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.lastIndexOf with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.slice with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement StringPad abstract operation with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.at with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.substr with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.substring with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.indexOf with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.includes with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.codePointAt with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.charCodeAt with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Implement String.prototype.charAt with UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Report string properties using UTF-16 code unitsTimothy Flynn
2021-07-22LibJS: Transcode UTF-8 strings to UTF-16 and add UTF-16 accessorsTimothy Flynn
2021-07-22LibJS: Add UTF-16 tests to String.prototype methods that already workTimothy Flynn
2021-07-22LibELF+Utilities: Avoid truncating 64-bit valuesGunnar Beutner
2021-07-22AK: Add a getter to JsonValue to get machine-native addressesGunnar Beutner
2021-07-22Everywhere: Prefer using {:#x} over 0x{:x}Gunnar Beutner
2021-07-22LibGUI: Fix multi-line tooltip heightFrHun
2021-07-22LibC: Don't truncate arguments for ioctl() on x86_64Gunnar Beutner
2021-07-21LibJS: Implement Temporal.PlainDate.prototype.equals & Required AOIdan Horowitz
2021-07-21LibJS: Implement the ToTemporalDate Abstract OperationIdan Horowitz
2021-07-21LibJS: Add Temporal.Calendar.prototype.dateFromFields & required AOsIdan Horowitz
2021-07-21LibJS: Use trunc instead of a static_cast<i64> in is_integral_numberIdan Horowitz
2021-07-21LibJS: Remove usages of String's null state in Temporal AOsIdan Horowitz
2021-07-21LibJS: Implement Temporal.PlainDate.prototype.valueOfIdan Horowitz
2021-07-21LibAudio: Fix UTF-8 decoding logic in FLAC decoding :^)Karol Kosek
2021-07-21LibAudio: Check if zero-bit padding is actually zeroKarol Kosek
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21VimEditingEngine: Prevent crash upon 'x' or 'v' on blank linesAriel Don
2021-07-21LibJS: Use IntrusiveList for keeping track of WeakContainersAndreas Kling
2021-07-21LibJS: Use IntrusiveList for keeping track of MarkedValueListsAndreas Kling
2021-07-21LibJS: Use IntrusiveList for keeping track of HandleImplsAndreas Kling
2021-07-21LibGfx: Sprinkle [[nodiscard]] on Gfx::BitmapAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-21LibC: Simplify assertion failure dbgln() a bitAndreas Kling
2021-07-21LibLine: Correct spelling mistake in variable nameJamie Mansfield
2021-07-21LibIPC: Fix losing messages when connection is closedTom
2021-07-21LibGfx: Add an algorithm to disperse overlapping rectanglesTom
2021-07-20LibJS: Add tests for strict mode and strict mode propagationdavidot
2021-07-20LibJS: Fix that non-existent references are unresolvable in strict modedavidot