summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-07-22LibJS: Start implementing Temporal.PlainDateTimeLinus Groh
2021-07-22LibJS: Add missing spec links to System{Instant,UTCEpochNanoseconds}Linus Groh
2021-07-22LibJS: Remove pointless 'explicit' from a couple of constructorsLinus Groh
2021-07-22LibJS: Fix value of Temporal.PlainDate.lengthLinus Groh
2021-07-22WindowServer: Fix rendering overlays when there's no desktop windowTom
2021-07-22Userland: Use /proc/kernel_base to determine the kernel base addressGunnar Beutner
2021-07-22LaunchServer: Remove debug spam about incoming connectionsAndreas Kling
2021-07-22FileOperation: Use LexicalPath::join() for all path joiningSam Atkins
2021-07-22FileManager: Switch FileOperationProgressWidget::did_error() to SV&Sam Atkins
2021-07-22FileManager: Show progress dialog for file deletionsSam Atkins
2021-07-22FileOperation: Implement 'Delete' operationSam Atkins
2021-07-22FileOperation: Combine 'sources' and 'destination' CL argumentsSam Atkins
2021-07-22FileManager: Rename FileOperation::Cut to FileOperation::MoveSam Atkins
2021-07-22FileManager: Set file op progress window's text based on the operationSam Atkins
2021-07-22FileManager+FileOperation: Implement (and use) 'Move' commandSam Atkins
2021-07-22FileOperation: Extract execute_work_items() from perform_copy()Sam Atkins
2021-07-22FileManager: Show progress dialog for pasted filesSam Atkins
2021-07-22FileManager: Move mass-copy code from DirectoryView to FileUtilsSam Atkins
2021-07-22FileManager: Combine drag&drop file copies into one progress windowSam Atkins
2021-07-22FileOperation: Accept multiple source argumentsSam Atkins
2021-07-22FileManager+FileOperation: Switch to east constSam Atkins
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-22DesktopPicker: Make sure the applet always ends up in the same placeAndreas 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-22Utilities: Make the columns for readelf fit all reloc types on x86_64Gunnar Beutner
2021-07-22LibELF+Utilities: Avoid truncating 64-bit valuesGunnar Beutner
2021-07-22Utilities: Make sure columns are properly aligned for readelf on x86_64Gunnar Beutner
2021-07-22Utilities: Make sure columns are properly aligned for pmap on x86_64Gunnar 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-22Everywhere: Prefix hexadecimal numbers with 0xGunnar Beutner