index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-07-22
LibJS: Remove pointless 'explicit' from a couple of constructors
Linus Groh
2021-07-22
LibJS: Fix value of Temporal.PlainDate.length
Linus Groh
2021-07-22
WindowServer: Fix rendering overlays when there's no desktop window
Tom
2021-07-22
Userland: Use /proc/kernel_base to determine the kernel base address
Gunnar Beutner
2021-07-22
Kernel: Add /proc/kernel_base (superuser only)
Andreas Kling
2021-07-22
Kernel: Make committed physical page allocation return NonnullRefPtr
Andreas Kling
2021-07-22
LaunchServer: Remove debug spam about incoming connections
Andreas Kling
2021-07-22
FileOperation: Use LexicalPath::join() for all path joining
Sam Atkins
2021-07-22
FileManager: Switch FileOperationProgressWidget::did_error() to SV&
Sam Atkins
2021-07-22
FileManager: Show progress dialog for file deletions
Sam Atkins
2021-07-22
FileOperation: Implement 'Delete' operation
Sam Atkins
2021-07-22
FileOperation: Combine 'sources' and 'destination' CL arguments
Sam Atkins
2021-07-22
FileManager: Rename FileOperation::Cut to FileOperation::Move
Sam Atkins
2021-07-22
FileManager: Set file op progress window's text based on the operation
Sam Atkins
2021-07-22
FileManager+FileOperation: Implement (and use) 'Move' command
Sam Atkins
2021-07-22
FileOperation: Extract execute_work_items() from perform_copy()
Sam Atkins
2021-07-22
FileManager: Show progress dialog for pasted files
Sam Atkins
2021-07-22
FileManager: Move mass-copy code from DirectoryView to FileUtils
Sam Atkins
2021-07-22
FileManager: Combine drag&drop file copies into one progress window
Sam Atkins
2021-07-22
FileOperation: Accept multiple source arguments
Sam Atkins
2021-07-22
FileManager+FileOperation: Switch to east const
Sam Atkins
2021-07-22
Kernel: Consolidate API for creating AnonymousVMObject with given pages
Andreas Kling
2021-07-22
Kernel: Convert VMObject & subclasses to east-const style
Andreas Kling
2021-07-22
LibC: Make calloc() actually fail on multiplication overflow
Andreas Kling
2021-07-22
LibGfx: Use calloc() instead of malloc()+memset() Gfx::BitmapFont
Andreas Kling
2021-07-22
DesktopPicker: Make sure the applet always ends up in the same place
Andreas Kling
2021-07-22
LibJS: Implement String.prototype.split with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.replaceAll with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.replace with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.endsWith with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.startsWith with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.lastIndexOf with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.slice with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement StringPad abstract operation with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.at with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.substr with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.substring with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.indexOf with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.includes with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.codePointAt with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.charCodeAt with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Implement String.prototype.charAt with UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Report string properties using UTF-16 code units
Timothy Flynn
2021-07-22
LibJS: Transcode UTF-8 strings to UTF-16 and add UTF-16 accessors
Timothy Flynn
2021-07-22
LibJS: Add UTF-16 tests to String.prototype methods that already work
Timothy Flynn
2021-07-22
AK: Add Utf16View for decoding UTF-16 strings
Timothy Flynn
2021-07-22
AK: Disable clang-format for AK/Time.h
Gunnar Beutner
2021-07-22
Kernel: Fix incorrect format template
Gunnar Beutner
2021-07-22
Kernel: Make sure crash dumps are properly aligned on x86_64
Gunnar Beutner
2021-07-22
Utilities: Make the columns for readelf fit all reloc types on x86_64
Gunnar Beutner
[next]