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-10-15
LibC: Implement wcsrtombs
Tim Schumacher
2021-10-15
AK: Use UnicodeUtils::code_point_to_utf8 in StringBuilder
Daniel Bertalan
2021-10-15
LibC: Implement wcrtomb
Daniel Bertalan
2021-10-15
LibC: Partially implement wcwidth
Tim Schumacher
2021-10-15
LibC: Stub out tdelete
Tim Schumacher
2021-10-15
LibC: Implement twalk
Tim Schumacher
2021-10-15
LibC: Implement tfind and tsearch
Tim Schumacher
2021-10-16
Documentation: Add RunningOnRaspberryPi page
Marcin Undak
2021-10-15
LibC: Mark termcap symbols as weak
Tim Schumacher
2021-10-15
Lagom: Build with -fno-no-semantic-interposition
Nico Weber
2021-10-15
Lagom: Build with -fno-exceptions
Nico Weber
2021-10-15
Kernel: Add StdLib.cpp to aarch64 build and update stubs in dummy.cpp
James Mintram
2021-10-15
Kernel: Move spinlock into Arch
James Mintram
2021-10-15
Kernel: Add cross platform RegisterState header and Aarch64 version
James Mintram
2021-10-15
Kernel: Split SmapDisabler so header is platform independent
James Mintram
2021-10-15
Kernel: Split ScopedCritical so header is platform independent
James Mintram
2021-10-15
LibWeb: Parse "none" value for box-shadow property
Sam Atkins
2021-10-15
LibWeb: Use W3C urls for CSS-DISPLAY spec links
Sam Atkins
2021-10-15
LibWeb: Use W3C urls for CSS-VALUES-3 spec links
Sam Atkins
2021-10-15
LibWeb: Use W3C urls for CSS-CASCADE spec links
Sam Atkins
2021-10-15
LibWeb: Use W3C urls for CSSOM spec links
Sam Atkins
2021-10-15
LibWeb: Implement CSSStyleRule::set_selector_text()
Sam Atkins
2021-10-15
LibWeb: Add serialization code for CSS{Media,Supports}Rule
Sam Atkins
2021-10-15
LibWeb: Move media-query-list serialization code to MediaQuery.{h,cpp}
Sam Atkins
2021-10-15
LibWeb: Accept a Block token as the body of a CSS At-Rule
Sam Atkins
2021-10-15
Kernel: List AK_SOURCES only once
Nico Weber
2021-10-15
Kernel: Discover initial exception level when booting Aarch64
Marcin Undak
2021-10-15
Kernel: Make Aarch64 register variables bit more descriptive
Marcin Undak
2021-10-15
Kernel: Switch processor to EL1 immediately after boot on Aarch64
Marcin Undak
2021-10-15
Kernel: Move wait_cycles() function to Aarch_asm_utils.S
Marcin Undak
2021-10-15
Kernel: Print current CPU exception level after booting on Aarch64
Marcin Undak
2021-10-15
LibJS: Add comment clarifying the order of function properties
davidot
2021-10-15
LibJS: Fix that proxy always said that it had a [[Construct]] slot
davidot
2021-10-15
LibJS: Define length and name in function in correct order
davidot
2021-10-15
LibJS: Do not save state for peeking at the next token from the lexer
davidot
2021-10-15
LibJS: Remove ErrorType::FixmeAddAnErrorStringWithMessage
davidot
2021-10-15
LibJS: Fix null deref in ObjectProperty::dump()
davidot
2021-10-15
LibJS: Enable now working tests for duplicated variable declarations
davidot
2021-10-15
LibGUI: Make Ctrl-Right at the end of a span work
Ben Wiederhake
2021-10-15
LibGUI: Don't update selection twice after Ctrl-Right
Ben Wiederhake
2021-10-15
LibGUI: Make Ctrl-Shift-Home/-End work again
Ben Wiederhake
2021-10-15
LibGUI: Convert always-valid pointer to reference
Ben Wiederhake
2021-10-15
LibJS: Implement ShadowRealm.prototype.importValue()
Linus Groh
2021-10-15
LibJS: Don't return empty value from PromiseReactionJob::call(), for now
Linus Groh
2021-10-15
LibJS/Tests: Test ShadowRealm.prototype.evaluate() this value type check
Linus Groh
2021-10-15
LibJS: Fix typo in LHS Object and RHS BigInt loosely equals check
Luke Wilde
2021-10-15
LibUnicode: Use u16 for unique string indices instead of size_t
Timothy Flynn
2021-10-15
LibWeb: Compute horizontal overflow for the initial containing block
Andreas Kling
2021-10-14
LibJS: Use GlobalObject::associated_realm() for function object realms
Linus Groh
2021-10-14
LibJS: Add a way to get from a GlobalObject to its associated Realm
Linus Groh
[next]