summaryrefslogtreecommitdiff
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-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-22Kernel: Add /proc/kernel_base (superuser only)Andreas Kling
2021-07-22Kernel: Make committed physical page allocation return NonnullRefPtrAndreas Kling
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-22Kernel: Consolidate API for creating AnonymousVMObject with given pagesAndreas Kling
2021-07-22Kernel: Convert VMObject & subclasses to east-const styleAndreas Kling
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-22AK: Add Utf16View for decoding UTF-16 stringsTimothy Flynn
2021-07-22AK: Disable clang-format for AK/Time.hGunnar Beutner
2021-07-22Kernel: Fix incorrect format templateGunnar Beutner
2021-07-22Kernel: Make sure crash dumps are properly aligned on x86_64Gunnar Beutner
2021-07-22Utilities: Make the columns for readelf fit all reloc types on x86_64Gunnar Beutner