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-08-27
LibJS: Extend Intl.DisplayNames.of to support language tags
Timothy Flynn
2021-08-27
LibUnicode: Parse Unicode CLDR languages and generate locale mappings
Timothy Flynn
2021-08-27
LibUnicode: Generate locale subtag data as multiple smaller tables
Timothy Flynn
2021-08-27
LibUnicode: Move Locale enumeration from generated UCD data to CLDR data
Timothy Flynn
2021-08-26
ConfigServer+LibConfig: Add way for clients to listen for config changes
Andreas Kling
2021-08-26
LibWeb: Remove outdated FIXME about ACID2
Andreas Kling
2021-08-26
Meta: Ensure cmake fails if we are unable to unzip the CLDR database
Timothy Flynn
2021-08-26
LibJS: Implement Intl.DisplayNames.prototype.resolvedOptions
Timothy Flynn
2021-08-26
LibJS: Implement Intl.DisplayNames.prototype.of
Timothy Flynn
2021-08-26
LibJS: Implement Intl.getCanonicalLocales
Timothy Flynn
2021-08-26
LibJS: Implement the Intl.DisplayNames constructor
Timothy Flynn
2021-08-26
LibJS: Implement a nearly empty Intl.DisplayNames object
Timothy Flynn
2021-08-26
LibUnicode: Add public accessors to generated locale data
Timothy Flynn
2021-08-26
LibUnicode: Implement grammar validators for Unicode TR-35
Timothy Flynn
2021-08-26
LibUnicode: Download Unicode's CLDR database and generate locale data
Timothy Flynn
2021-08-26
LibGL: Implement glTexEnvf
Stephan Unverwerth
2021-08-26
LibGL: Implement glPixelStorei
Stephan Unverwerth
2021-08-26
LibWeb: Make the base StyleValue::to_length() return an undefined length
Andreas Kling
2021-08-26
LibWeb: Correct CSS initial values for min-width and min-height
Andreas Kling
2021-08-26
LibWeb: Remove unused CSS::StyleProperties::string_or_fallback()
Andreas Kling
2021-08-26
ConfigServer+LibConfig: Add pledge_domains() API
Andreas Kling
2021-08-26
LibConfig: VERIFY that a Core::EventLoop exists before connecting
Andreas Kling
2021-08-26
LibCore: Add Core::EventLoop::has_been_instantiated()
Andreas Kling
2021-08-26
Terminal+LibVT: Use LibConfig instead of Core::ConfigFile
Andreas Kling
2021-08-26
Userland: Introduce ConfigServer and LibConfig
Andreas Kling
2021-08-26
LibC: Check for expected size of struct __jmp_buf
Jean-Baptiste Boric
2021-08-26
LibC: Fix sigsetjmp on x86_64
Jean-Baptiste Boric
2021-08-26
LibC: Fix sigsetjmp on i686
Jean-Baptiste Boric
2021-08-26
LibWasm: Use Operators::BitShiftRight for i64.shru
Ali Mohammad Pur
2021-08-25
LibGL: Implement fog effect in Software Rasterizer
Jesse Buhagiar
2021-08-25
LibGL: Implement `glFogi`
Jesse Buhagiar
2021-08-25
LibGL: Implement `glFogf`
Jesse Buhagiar
2021-08-25
LibGL: Implement `glFogfv`
Jesse Buhagiar
2021-08-25
LibWeb: Handle CSS "ch" length unit (mostly)
Karol Kosek
2021-08-25
LibWeb: Implement CSS `unset` builtin value
Sam Atkins
2021-08-25
LibWeb: Intercept CSS `initial`/`inherit` values in StyleProperties
Sam Atkins
2021-08-25
LibWeb: Generate property_initial_value() function from Properties.json
Sam Atkins
2021-08-25
LibWeb: Add StyleValue to Forward.h
Sam Atkins
2021-08-25
LibWeb: Quote all initial values in Properties.json
Sam Atkins
2021-08-25
LibWeb: Use single shared instance of Inherit/InitialStyleValue
Sam Atkins
2021-08-25
LibWeb: Parse CSS builtins before other values
Sam Atkins
2021-08-25
LibJS: Fix incorrect Lexer VERIFY when parsing Unicode characters
Brian Gianforcaro
2021-08-24
LibCore: Set file offset in ConfigFile::sync
Ralf Donau
2021-08-24
LibWeb+WebContent: Add a simple API for running arbitrary JavaScript
Andreas Kling
2021-08-24
LibWeb+Browser: Remove unnecessary InProcessWebView.h includes
Andreas Kling
2021-08-24
LibJS: Disallow yield expression correctly in formal parameters
davidot
2021-08-24
LibJS: Fix some small remaining issues with parsing unicode escapes
davidot
2021-08-24
LibJS: Implement Temporal.ZonedDateTime.prototype.toPlainMonthDay()
Linus Groh
2021-08-24
LibJS: Implement Temporal.ZonedDateTime.prototype.toPlainYearMonth()
Linus Groh
2021-08-24
LibJS: Implement Temporal.PlainDateTime.prototype.toPlainMonthDay()
Linus Groh
[next]