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-25
LibGUI+WindowServer+Apps: Replace Accessory Windows
thankyouverycool
2022-08-25
LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindows
thankyouverycool
2022-08-25
LibGUI+WindowServer: Introduce WindowModes
thankyouverycool
2022-08-25
LibGfx+WindowServer: Remove set_size_around() from Rect and Window
thankyouverycool
2022-08-25
LibGUI: Remember size and position of hidden Windows
thankyouverycool
2022-08-25
Apps+Demos+Dialogs: Remove unnecessary minimum window sizes
thankyouverycool
2022-08-25
LibGUI+WindowServer: Initialize minimum window size to zero
thankyouverycool
2022-08-24
LibCrypto: Implement a (mostly) proper to_double for UnsignedBigInteger
davidot
2022-08-24
LibCrypto: Make a VERIFY a static_assert since it only uses constants
davidot
2022-08-24
LibJS: Allow BigInts as destructuring property names
davidot
2022-08-24
LibJS: Fix that leftshift for BigInts did not round down
davidot
2022-08-24
LibJS: Use the new BigInt compare_to_double algorithm :^)
davidot
2022-08-24
LibCrypto: Add a way to compare a SignedBigInteger with a double
davidot
2022-08-23
LibJS: Use __builtin_isnan in static_assert instead of isnan
davidot
2022-08-23
LibC: Add missing sys/cdefs.h include
Emily Trau
2022-08-23
LibWeb: Don't grow Wasm memory again after initialisation
Ali Mohammad Pur
2022-08-23
Userland: Consolidate most PATH resolving into a single implementation
Tim Schumacher
2022-08-23
Userland: Rely on a single authoritative source for the default `PATH`
Tim Schumacher
2022-08-23
LibWeb: Restore realm retrieval from 'this' in activate_event_handler()
Linus Groh
2022-08-23
LibJS: Remove Bytecode::Register::global_object()
Linus Groh
2022-08-23
LibJS: Remove {Bytecode::,}Interpreter::global_object()
Linus Groh
2022-08-23
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
Linus Groh
2022-08-23
LibJS: Pass Realm to define_native_{accessor,function}()
Linus Groh
2022-08-23
LibJS: Pass Realm to GlobalObject::initialize_global_object()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject parameter from native functions
Linus Groh
2022-08-23
LibWeb: Replace GlobalObject with VM in remaining AOs [Part 4/4]
Linus Groh
2022-08-23
LibWeb: Replace GlobalObject with VM in Window AOs [Part 3/4]
Linus Groh
2022-08-23
LibWeb: Replace GlobalObject with VM in CrossOrigin AOs [Part 2/4]
Linus Groh
2022-08-23
LibWeb: Replace GlobalObject with VM in WebAssembly AOs [Part 1/4]
Linus Groh
2022-08-23
LibWeb: Replace GlobalObject with Realm in wrapper functions
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in String AOs [Part 17/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in ShadowRealm AOs [Part 16/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Array AOs [Part 15/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Date AOs [Part 14/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in JSON AOs [Part 13/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Atomics AOs [Part 12/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in ArrayBuffer AOs [Part 11/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in TypedArray AOs [Part 10/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in RegExp AOs [Part 9/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Environment AOs [Part 5/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in PrototypeObject AOs [Part 3/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Temporal AOs [Part 2/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Intl AOs [Part 1/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::this_value()
Linus Groh
[next]