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
2021-10-17
LibWeb: Factor out creation of independent formatting contexts
Andreas Kling
2021-10-17
LibWeb: Expose FormattingContext type
Andreas Kling
2021-10-17
LibGUI: Don't render placeholders as secret
Peter Elliott
2021-10-17
LibX86: Add SSE support
Hediadyoin1
2021-10-17
LibGUI: Remember the maximized value if a window hasn't been created yet
Karol Kosek
2021-10-17
LibWeb: Make the CSS serialization functions actually output things :^)
Sam Atkins
2021-10-17
Everywhere: Make some symbols `__attribute__((used))` for LTO
Daniel Bertalan
2021-10-17
LibCoredump: Show frames from Loader.so if the crash occurs in it
Daniel Bertalan
2021-10-17
LibDebug: Enable parsing `libgcc_s.so`
Daniel Bertalan
2021-10-17
LibDebug: Don't create compilation units for embedded resources
Daniel Bertalan
2021-10-17
LibDebug: Make use of the newly supported data forms
Daniel Bertalan
2021-10-17
LibDebug: Support `DW_FORM_data16`
Daniel Bertalan
2021-10-17
LibDebug: Support `addrx*`, `strx*` and `rnglistx` forms
Daniel Bertalan
2021-10-17
LibDebug: Don't expose AttributeValue internals, use getters instead
Daniel Bertalan
2021-10-17
LibCoredump: Accept dynamic libraries with versioned names
Daniel Bertalan
2021-10-17
LibC: Primitively implement wcsxfrm
Daniel Bertalan
2021-10-17
LibC: Implement wcslcpy
Daniel Bertalan
2021-10-17
LibC: Fix wcsrchr declaration to return a non-const wchar*
Daniel Bertalan
2021-10-17
LibC: Stub out mbsnrtowcs
Daniel Bertalan
2021-10-17
LibC: Stub out wcsnrtombs
Daniel Bertalan
2021-10-17
LibC: Implement wmemcmp
Daniel Bertalan
2021-10-17
LibC: Add ELAST errno macro
Daniel Bertalan
2021-10-17
LibC: Forward-declare `struct tm` in wchar.h
Daniel Bertalan
2021-10-17
LibWeb: Implement the Element attributes getter
Timothy Flynn
2021-10-17
LibWeb: Reimplement Element attribute related methods with NamedNodeMap
Timothy Flynn
2021-10-17
LibWeb: Implement (most of) NamedNodeMap to store attributes
Timothy Flynn
2021-10-17
LibWeb: Set an attribute's owning element when it is known
Timothy Flynn
2021-10-17
LibWeb: Implement Attribute closer to the spec and with an IDL file
Timothy Flynn
2021-10-17
LibWeb: Alphabetize LibWeb's forward and JS wrapper declarations
Timothy Flynn
2021-10-17
LibC: Implement wctob
Tim Schumacher
2021-10-17
LibC: Implement mbstowcs
Tim Schumacher
2021-10-17
LibC: Implement wctomb
Tim Schumacher
2021-10-17
LibJS: Convert to_property_key() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibJS: Convert to_double() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibJS: Convert to_bigint_uint64() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibJS: Convert to_bigint_int64() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibJS: Convert to_bigint() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibJS: Convert to_numeric() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibWeb: Implement Event.composedPath
Luke Wilde
2021-10-16
LibWeb: Serialize selectors only in CSSStyleRule::selector_text()
Sam Atkins
2021-10-16
LibWeb: Use the serialize_a_{identifier,string} algorithms for selectors
Sam Atkins
2021-10-16
LibWeb: Insert commas between serialized CSS selectors
Sam Atkins
2021-10-16
LibWeb: Fix pseudo-element selector serialization
Sam Atkins
2021-10-16
LibWeb: Fix CSS selector combinator serialization
Sam Atkins
2021-10-16
LibWeb: Move CSS selector-serialization code to Selector.{h,cpp}
Sam Atkins
2021-10-16
LibWeb: Implement more CSS serializers and make them more ergonomic
Sam Atkins
2021-10-16
LibWeb: Remove old ANPlusB parsing code
Sam Atkins
2021-10-16
LibWeb: Implement Node.getRootNode
Luke Wilde
2021-10-15
LibSymbolication: Make Symbol comparable
Rodrigo Tobar
2021-10-15
LibC: Implement mbsrtowcs
Tim Schumacher
[next]