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
2022-08-31
LibJS: Use builder.join in `to_string_impl()`s where applicable
Hendiadyoin1
2022-08-31
HackStudio: Warn of unsaved changes before making a new project
Skye Sprung
2022-08-31
HackStudio: Fix crash when opening or creating with open empty file
Skye Sprung
2022-08-31
PixelPaint: Add point_position_to_preferred_cell to RectangleSelectTool
Crax97
2022-08-31
PixelPaint: Ask the current tool for the preferred pixel location
Crax97
2022-08-31
PixelPaint: Execute mousemove_event early return check before
Crax97
2022-08-31
PixelPaint: Add point_position_to_preferred_cell method to Tool
Crax97
2022-08-31
LibGfx: Add Point::to_ceiled method for getting a ceiled Point
Crax97
2022-08-31
FileManager: Navigate to parent dir when current location is removed
Adam Jakubek
2022-08-31
LibGUI: Fix assertion when handling removal of FileSystemModel's root
Adam Jakubek
2022-08-30
LibJS: Create DurationFormat's ListFormat object with type and style
Timothy Flynn
2022-08-30
LibJS: Use numeric style if the previous style was numeric or 2-digit
Timothy Flynn
2022-08-30
LibJS: Update DurationFormat AO text to align with ECMA-402 and Temporal
Timothy Flynn
2022-08-30
LibJS: Rename DurationFormat's DurationSign to DurationRecordSign
Timothy Flynn
2022-08-30
LibJS: Align ToDurationRecord with ToTemporalDurationRecord
Timothy Flynn
2022-08-30
LibJS: Mark PartitionDurationFormatPattern as infallible
Timothy Flynn
2022-08-30
LibJS: Change GetDurationUnitOptions to require a string for prevStyle
Timothy Flynn
2022-08-30
LibJS: Resolve FIXMEs in DurationFormat's PartitionDurationFormatPattern
Timothy Flynn
2022-08-30
LibJS: Default to "short" for DurationFormat's style option
Timothy Flynn
2022-08-30
LibJS: Default to 0 for DurationFormat's fractionalDigits option
Timothy Flynn
2022-08-30
LibJS: Update spec steps to validate DurationFormat's numberingSystem
Timothy Flynn
2022-08-30
Applications+DevTools: Remove fixed sizes from Splitters
thankyouverycool
2022-08-30
LibJS: Implement $262.evalScript() according to the given algorithm
Linus Groh
2022-08-30
LibJS: Make string_to_bigint() a standalone function
Linus Groh
2022-08-30
LibJS: Trim non-ASCII whitespace as well in StringToBigInt
Linus Groh
2022-08-30
LibJS: Trim non-ASCII whitespace as well in StringToNumber
Linus Groh
2022-08-30
LibJS: Handle non-decimal integer literals in Value::to_number
Slappy826
2022-08-29
LibJS: Properly initialize the global object for $262.createRealm
davidot
2022-08-29
LibRegex: Explicitly check if a character falls into a table-based range
Timothy Flynn
2022-08-29
HexEditor: Add Help->Manual entry in Menu
djwisdom
2022-08-29
LibJS: Hide all the constructors!
Andreas Kling
2022-08-29
LibJS: Make Heap a friend of everyone who uses JS_CELL
Andreas Kling
2022-08-29
LibJS: Make JS_OBJECT and JS_ENVIRONMENT forward to JS_CELL
Andreas Kling
2022-08-29
LibJS: Add JS_CELL macro and use it in all JS::Cell subclasses
Andreas Kling
2022-08-28
LibGL+LibGPU+LibSoftGPU: Report texture env add extension
Jelle Raaijmakers
2022-08-28
LibJS: Implement ShadowRealmConstructor::construct() closer to spec
Linus Groh
2022-08-28
LibJS: Implement SetDefaultGlobalBindings as a standalone function
Linus Groh
2022-08-28
LibJS: Move construction of GlobalObject native functions to Intrinsics
Linus Groh
2022-08-28
LibJS+LibWeb: Let Realm store a plain Object for [[GlobalObject]]
Linus Groh
2022-08-28
LibJS: Remove Shape::global_object() and Object::global_object()
Linus Groh
2022-08-28
LibJS: Let NewGlobalEnvironment take a plain Object
Linus Groh
2022-08-28
LibJS: Turn initialize_global_object() into a regular initialize()
Linus Groh
2022-08-28
LibJS: Move Console ownership from GlobalObject to ConsoleObject
Linus Groh
2022-08-28
LibJS: Move ConsoleObject construction from GlobalObject to Intrinsics
Linus Groh
2022-08-28
LibJS: Remove Console's reliance on GlobalObject
Linus Groh
2022-08-28
WindowServer: Remove misbehavior conditions for modals
thankyouverycool
2022-08-28
WindowServer: Continue processing ongoing resizes after tiling
thankyouverycool
2022-08-28
LibGUI: Make CommandPalette and EmojiInputDialog passive modals
thankyouverycool
2022-08-28
LibC: Add stubs for 'removexattr()' and friends
Kenneth Myhra
2022-08-28
PixelPaint: Cropping to content with moved layers was broken
Andreas Krohn
[next]