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
/
Libraries
Age
Commit message (
Expand
)
Author
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
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
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
LibGUI: Make CommandPalette and EmojiInputDialog passive modals
thankyouverycool
2022-08-28
LibC: Add stubs for 'removexattr()' and friends
Kenneth Myhra
2022-08-27
LibWeb: Implement the HostEnsureCanAddPrivateElement JS hook
davidot
2022-08-27
LibJS+LibUnicode: Move some constant arrays to a separate header
davidot
2022-08-27
LibJS: Remove GlobalObject::{set_,}associated_realm()
Linus Groh
2022-08-27
LibJS+LibWeb: Remove last uses of GlobalObject::associated_realm()
Linus Groh
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-08-27
LibGL+LibGPU+LibSoftGPU: Implement texture pixel format support
Jelle Raaijmakers
2022-08-27
LibGPU+LibSoftGPU: Add PixelFormat::Intensity
Jelle Raaijmakers
2022-08-27
LibGL: Report color buffer bits instead of texture bits
Jelle Raaijmakers
2022-08-27
LibGL+LibGPU+LibSoftGPU: Implement flexible pixel format conversion
Jelle Raaijmakers
2022-08-27
LibGL: Implement `GL_NORMAL_ARRAY_TYPE` context parameter
Jelle Raaijmakers
2022-08-27
LibSoftGPU: Make `ownership_token` type in `Image` consistent
Jelle Raaijmakers
2022-08-27
LibGfx: Allow non-const indexing into `VectorN`
Jelle Raaijmakers
2022-08-27
LibGL: Rename units to all singular
Jelle Raaijmakers
2022-08-27
LibWeb: Treat cyclic percentage max-size as "auto" on the flex container
Andreas Kling
2022-08-26
LibWeb: Remove one remaining use of JS::InvalidCharacterError
Linus Groh
2022-08-26
LibJS: Remove InvalidCharacterError
Linus Groh
2022-08-26
LibJS: Remove now unnecessary i32 casts when constructing BigIntegers
davidot
2022-08-26
LibCrypto+LibJS: Remove the create_from methods from BigInteger
davidot
2022-08-26
LibCrypto: Add a constructor to (Un)SignedBigInteger taking a double
davidot
2022-08-26
LibCrypto: Make the constructors of (Un)SignedBigInteger templated
davidot
2022-08-26
LibJS: Use the proper to_double method in NumberConstructor
davidot
2022-08-26
LibCrypto: Add a rounding mode to UnsignedBigInteger::to_double
davidot
2022-08-26
LibGUI: Add visual line mode to VimEditingEngine
Robbie Vanbrabant
[next]