index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-06-16
LibJS/Tests: Use Object.prototype.toString() for values in test details
Linus Groh
2021-06-17
Spreadsheet: Remove the offset used for exception TextRanges
Ali Mohammad Pur
2021-06-17
Spreadsheet: Remove 'return (...)' workaround in conditional formatting
Ali Mohammad Pur
2021-06-17
Spreadsheet: Do not cancel drag-select when moving over a cell corner
Ali Mohammad Pur
2021-06-17
Spreadsheet: Correctly resolve nonstandard column names
Ali Mohammad Pur
2021-06-17
Spreadsheet: Make the XSV parser start with a preview parse
Ali Mohammad Pur
2021-06-16
WindowServer: Simplify WindowFrame shadow logic a little bit
Andreas Kling
2021-06-16
LibGfx: Add a bunch of [[nodiscard]] to Point
Andreas Kling
2021-06-16
LibGfx: Convert Point to east-const style
Andreas Kling
2021-06-16
LibGfx: Add a bunch of [[nodiscard]] to Size
Andreas Kling
2021-06-16
LibGfx: Convert Size to east-const style
Andreas Kling
2021-06-16
LibGfx: Convert Rect to east-const style
Andreas Kling
2021-06-16
LibGfx: Add a bunch of [[nodiscard]] to Gfx::Rect
Andreas Kling
2021-06-16
WindowServer: Fix unnecessary local variable shadowing in WindowFrame
Andreas Kling
2021-06-16
PixelPaint: Set the image title when creating a new image
Aatos Majava
2021-06-16
LibJS: Add the String.prototype.search method
Idan Horowitz
2021-06-16
LibJS: Add the String.prototype.matchAll method
Idan Horowitz
2021-06-16
LibJS: Add the String.prototype.codePointAt() method
Idan Horowitz
2021-06-16
LibJS: Handle UTF whitespace characters in String's trim{,Start,End}
Idan Horowitz
2021-06-16
LibC: Make sure the definition for struct timeval is available
Gunnar Beutner
2021-06-16
AudioServer: Put the m_zero_filled_buffer variable into the .bss segment
Gunnar Beutner
2021-06-16
Help: When opening a page, make sure it is selected in the tree view
Timon Kruiper
2021-06-16
Help: Make sure the home page is actually shown when opening the app
Timon Kruiper
2021-06-16
LibRegex: Display correct position for Compare in REGEX_DEBUG
sin-ack
2021-06-16
LibRegex: Fix incorrect case-sensitive comparisons
sin-ack
2021-06-16
LibJS: Rename Value::{is_integer => is_integral_number}
Idan Horowitz
2021-06-16
LibJS: Throw when delete-ing a non-configurable property in strict mode
Idan Horowitz
2021-06-16
LibJS: Allow no-op define property calls on non-configurable objects
Idan Horowitz
2021-06-16
PixelPaint: Don't open new images in background tabs
Andreas Kling
2021-06-16
PixelPaint: Make images keep track of their path & title
Andreas Kling
2021-06-16
PixelPaint: Make ImageEditor::image() return a reference (Image&)
Andreas Kling
2021-06-16
PixelPaint: Make the main UI tabbed and allow multiple open images :^)
Andreas Kling
2021-06-16
PixelPaint: Make main window a little bit taller by default
Andreas Kling
2021-06-16
LibJS: Add the String.fromCodePoint() method
Idan Horowitz
2021-06-16
HexEditor: Use Yes/No/Cancel prompts for message boxes
Apoorv Mishra
2021-06-16
LibCpp: Remove InlineLinkedList from the list of known types
Brian Gianforcaro
2021-06-16
Shell: Remove unused InlineLinkedList header include
Brian Gianforcaro
2021-06-16
WindowServer: Remove unused AK::InlineLinkedList header includes
Brian Gianforcaro
2021-06-16
LibCore: Allow TCPServer to be blocking
stelar7
2021-06-15
LibJS: Add all of the FinalizationRegistry.prototype methods
Idan Horowitz
2021-06-15
LibJS: Add the FinalizationRegistry built-in object
Idan Horowitz
2021-06-15
AK: Add support for removing SinglyLinkedList nodes during iteration
Idan Horowitz
2021-06-15
LibJS: Use OrderedHashTable instead of HashTable in the Set built-in
Idan Horowitz
2021-06-15
LibJS: Use OrderedHashMap instead of HashMap in the Map built-in
Idan Horowitz
2021-06-15
Userland: Teach the file utility that empty files also exist
Valtteri Koskivuori
2021-06-15
LibJS: Add a basic pass manager and add some basic passes
Ali Mohammad Pur
2021-06-15
LibJS: Rename the overridden Instruction methods to foo_impl
Ali Mohammad Pur
2021-06-15
LibJS: Make EnterUnwindContext a terminator op
Ali Mohammad Pur
2021-06-15
LibJS: Make basic block size customizable
Ali Mohammad Pur
2021-06-15
LibJS: Store and return undefined Symbol description
Idan Horowitz
[next]