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
Base: Tweak Silver theme
electrikmilk
2022-01-20
Base: Add Olive Green Theme
electrikmilk
2022-01-20
LibGL+LibSoftGPU: Clean up some `for` loops
Jelle Raaijmakers
2022-01-20
LibGL: Rename `GLMat.cpp` to `GLMatrix.cpp`
Jelle Raaijmakers
2022-01-20
LibGL: Transpose matrix in `glGetDoublev` and `glGetFloatv`
Jelle Raaijmakers
2022-01-20
LibGL: Use 4 hex characters for error code constants in `gl.h`
Jelle Raaijmakers
2022-01-20
LibGL: Report GL errors to debug console
Jelle Raaijmakers
2022-01-20
LibGL: Stub `GL_BACK` implementation for `glPolygonMode`
Jelle Raaijmakers
2022-01-20
LibGL+LibSoftGPU: Implement `GL_POLYGON_OFFSET_FILL` capability
Jelle Raaijmakers
2022-01-20
LibGL: Implement `glColor4b`
Jelle Raaijmakers
2022-01-20
LibGL: Correct values for `GL_BGR` and `GL_BGRA`
Jelle Raaijmakers
2022-01-19
SystemMonitor: Show unknown in PCI devices
Undefine
2022-01-19
Base: Add C64 theme for Terminal
electrikmilk
2022-01-19
Base: Add Github theme for Terminal
electrikmilk
2022-01-19
Base: Add Hiragana characters to font Katica Regular 10
Lady Gegga
2022-01-19
Base: Add Chinese characters to font Katica Regular 10
Lady Gegga
2022-01-20
LibWeb: Add Formatters for Length, Percentage and LengthPercentage
Sam Atkins
2022-01-20
LibWeb: Remove reference_for_percent parameter from Length::resolved()
Sam Atkins
2022-01-20
LibWeb: Remove Length::Type::Percentage :^)
Sam Atkins
2022-01-20
LibWeb: Convert opacity property from Length to Percentage
Sam Atkins
2022-01-20
LibWeb: Convert width/height and min-/max- versions to LengthPercentage
Sam Atkins
2022-01-20
LibWeb: Convert flex-basis to LengthPercentage
Sam Atkins
2022-01-20
LibWeb: Convert background-position to LengthPercentage
Sam Atkins
2022-01-20
LibWeb: Handle percentage font sizes
Sam Atkins
2022-01-20
LibWeb: Remove Node::m_font_size
Sam Atkins
2022-01-20
LibWeb: Handle percentage and number line-heights
Sam Atkins
2022-01-20
LibWeb: Add missing "auto" identifiers for min-width/height
Sam Atkins
2022-01-20
LibWeb: Convert background-size from Length to LengthPercentage
Sam Atkins
2022-01-20
LibWeb: Convert border-radii from Length to LengthPercentage :^)
Sam Atkins
2022-01-20
LibWeb: Remove BorderRadiusStyleValue::to_length() hack
Sam Atkins
2022-01-20
LibWeb: Convert `stroke-width` to LengthPercentage
Sam Atkins
2022-01-20
LibWeb: Remove unused StyleProperties::background_repeat()
Sam Atkins
2022-01-20
LibWeb: Add PercentageStyleValue, and parse it
Sam Atkins
2022-01-20
LibWeb: Alphabetize StyleValue classes
Sam Atkins
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
[next]