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
2022-01-20
LibWeb: Add CSS::Percentage, PercentageOr and LengthPercentage types
Sam Atkins
2022-01-19
LibJS: Add in-tree test for Json parsing of negative zeros
ForLoveOfCats
2022-01-19
AK: Identify negative zero when parsing Json and represent with a double
ForLoveOfCats
2022-01-19
LibWeb: Remove `unknown` value in `@supports` query logic
Sam Atkins
2022-01-19
LibJS: Remove now unnecessary FIXME comments about LocalTime's [[InDST]]
Timothy Flynn
2022-01-19
LibJS+LibUnicode: Return the appropriate time zone name depending on DST
Timothy Flynn
2022-01-19
LibUnicode: Generate both standard and daylight time zone names
Timothy Flynn
2022-01-19
LibJS+LibTimeZone+LibUnicode: Indicate whether a time zone is in DST
Timothy Flynn
2022-01-19
LibJS+LibTimeZone: Begin handling DST when computing time zone offsets
Timothy Flynn
2022-01-19
LibTimeZone: Parse and generate DST rule links for each ZONE entry
Timothy Flynn
2022-01-19
LibTimeZone: Begin parsing and generating DaylightSavings rules
Timothy Flynn
2022-01-19
AK: Add helper to convert an epoch time in seconds to a year
Timothy Flynn
2022-01-19
AK: Put an empty new line between function definitions in AK::Time
Timothy Flynn
2022-01-19
LibJS: Implement Function.prototype.toString() according to the spec
Linus Groh
2022-01-19
LibJS: Pass source text to ECMAScriptFunctionObject::create()
Linus Groh
2022-01-19
LibJS: Let class_definition_evaluation() return a ESFnObject*, not Value
Linus Groh
2022-01-19
LibJS: Capture source text of FunctionNode and ClassExpression
Linus Groh
2022-01-19
LibJS: Set Token's m_offset to the value's start index
Linus Groh
2022-01-19
Kernel/PCI: Don't try to enumerate 255 functions on the host bridge
Liav A
2022-01-19
Kernel/PCI: Start enumeration in specified start bus of the PCI domain
Liav A
2022-01-19
Kernel/PCI: Don't hardcode Address domain to 0 when enumerating devices
Liav A
2022-01-19
Kernel/PCI: Don't cast a domain number to u16
Liav A
2022-01-19
LibJS: Add missing definition of AsyncFunction.prototype.constructor
Linus Groh
2022-01-19
LibJS: Remove duplicate definition of AsyncGeneratorFunction.prototype
Linus Groh
2022-01-19
LibSoftGPU: Reduce number of samplers to 2
Stephan Unverwerth
2022-01-19
LibGL+LibSoftGPU: Support generation of multiple texture coordinates
Stephan Unverwerth
2022-01-19
LibGL: Also track active texture unit index
Stephan Unverwerth
2022-01-19
LibGL: Track multiple current texture coordinates in GLContext
Stephan Unverwerth
2022-01-19
LibGL: Handle multiple texture coordinates in client state
Stephan Unverwerth
2022-01-19
LibGL+LibSoftGPU: Add multiple texture coordinates to vertex struct
Stephan Unverwerth
2022-01-19
LibGL: Add stubs for multitexturing and announce GL_ARB_multitexture
Stephan Unverwerth
2022-01-19
LibGL: Implement glActiveTextureARB()
Stephan Unverwerth
2022-01-19
LibGL: Generate GL extension string dynamically during construction
Stephan Unverwerth
2022-01-19
LibSoftGPU: Announce NPOT texture support via DeviceInfo struct
Stephan Unverwerth
2022-01-19
HackStudio: Change ProjectBuilder dependency declaration logic
Itamar
2022-01-19
AK: Yield while waiting for another thread to create a strong ref
Idan Horowitz
2022-01-19
AK: Yield while waiting for another thread to initialize a Singleton
Idan Horowitz
2022-01-19
AK: Fix erroneous move operators for SinglyLinkedList
Lucas CHOLLET
2022-01-18
Base: Add Cypriot Syllabary to font Katica Regular 10
Lady Gegga
2022-01-18
Kernel: Don't populate the ACPI SysFS directory with a disabled ACPI
Idan Horowitz
2022-01-18
Kernel: Create the time page region before initializing the timers
Idan Horowitz
2022-01-18
LibCrypo: Simplify mixed-sign bitwise_or
Nico Weber
2022-01-18
LibCrypto: Remove some now-unused (and incorrect) methods
Nico Weber
2022-01-18
LibCrypto+LibJS: Better bitwise binary_xor binop
Nico Weber
2022-01-18
LibCrypto+LibJS: Better bigint bitwise_or binop
Nico Weber
2022-01-18
LibCrypto+LibJS: Better bigint bitwise_and binop
Nico Weber
2022-01-18
LibJS+LibCrypto: Fix SignedBitInteger::bitwise_not and use it in LibJS
Nico Weber
2022-01-18
LibCrypto: Add Formatter<SignedBigInteger>
Nico Weber
2022-01-18
AK: Remove now-unused AK::UnicodeUtils methods
Timothy Flynn
2022-01-18
FontEditor: Retrieve code point abbreviations from LibUnicode
Timothy Flynn
[next]