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-09-03
LibWeb: Add support HTMLScriptElement.supports
Luke Wilde
2021-09-03
LibIPC: Convert Encoder class to east-const style
Andreas Kling
2021-09-03
LibSQL: Replace Optional<NonnullRefPtr<T>> with RefPtr<T>
Andreas Kling
2021-09-03
Everywhere: Use my shiny new serenityos.org email :^)
Sam Atkins
2021-09-03
LibSyntax: Fix bug in matching cursor highlighting
Mustafa Quraish
2021-09-03
AK: Rename create<T> => make_ref_counted<T>
Andreas Kling
2021-09-03
LibGUI: Set correct value on click with set jump_to_cursor() in Slider
Karol Kosek
2021-09-03
LibGUI: Add track_margin() to Sliders
Karol Kosek
2021-09-03
LibGfx/Color: Add `suggested_foreground_color()` method
Mustafa Quraish
2021-09-03
LibGfx/Color: Use luminosity to compute grayscale value
Mustafa Quraish
2021-09-02
LibWeb: Check target's root instead of target itself in EventDispatcher
Luke Wilde
2021-09-02
LibWeb: Make Node::root return a reference
Luke Wilde
2021-09-02
LibVT: Execute DragOperation after resetting active hyperlink
Musab Kılıç
2021-09-02
LibWeb+WebContent: Add query for hovered DOM node to OOPWV
Sam Atkins
2021-09-02
LibWeb+WebContent: Implement asynchronous DOM Node properties call
Sam Atkins
2021-09-02
LibWeb+WebContent: Add inspect_dom_node() IPC call
Sam Atkins
2021-09-02
LibWeb: Implement DOMTreeModel::index_for_node()
Sam Atkins
2021-09-02
LibWeb: Replace unused DOMTreeModel with DOMTreeJSONModel
Sam Atkins
2021-09-02
LibWeb: Modify StylePropertiesModel to work with JSON
Sam Atkins
2021-09-02
LibWeb: Include DOM Node ID in serialized JSON
Sam Atkins
2021-09-02
LibWeb: Give each Node a unique ID
Sam Atkins
2021-09-02
LibWeb: Remove commented-out dbgln
Sam Atkins
2021-09-02
LibJS: Account for negative numbers in ToTemporalDurationRecord
Linus Groh
2021-09-02
LibJS: Throw RangeError for non-integral values in ToPartialDuration
Linus Groh
2021-09-02
LibJS: Reflect normative changes in ParseTemporalInstantString
Linus Groh
2021-09-02
LibJS: Handle +Infinity, -Infinity, +0 and -0 in modulo operator
Luke Wilde
2021-09-02
LibJS: Implement Intl.Locale.prototype.region
Timothy Flynn
2021-09-02
LibJS: Implement Intl.Locale.prototype.script
Timothy Flynn
2021-09-02
LibJS: Implement Intl.Locale.prototype.language
Timothy Flynn
2021-09-02
LibJS: Implement Intl.Locale.prototype.numeric
Timothy Flynn
2021-09-02
LibJS: Implement most Intl.Locale.Prototype.<<keyword>> properties
Timothy Flynn
2021-09-02
LibJS: Implement Intl.Locale.prototype.baseName
Timothy Flynn
2021-09-02
LibJS: Handle existing Intl.Locale objects in CanonicalizeLocaleList
Timothy Flynn
2021-09-02
LibJS: Add test cases for Intl.Locale.prototype.toString
Timothy Flynn
2021-09-02
LibJS: Implement the Intl.Locale constructor
Timothy Flynn
2021-09-02
LibJS: Implement Intl.Locale.prototype.toString()
Timothy Flynn
2021-09-02
LibJS: Compare Unicode locale variants using case-insensitive matching
Timothy Flynn
2021-09-02
LibJS: Remove duplicated error message from ErrorTypes.h
Timothy Flynn
2021-09-02
LibUnicode: Add helper methods to LocaleID and LanguageID for LibJS
Timothy Flynn
2021-09-02
LibUnicode: Add lexer to test if a string matches the "type" production
Timothy Flynn
2021-09-02
LibUnicode: Add missing structures to forwarding header
Timothy Flynn
2021-09-02
LibJS: Implement a nearly empty Intl.Locale object
Timothy Flynn
2021-09-02
LibGL: Implement glTexSubImage2D
Stephan Unverwerth
2021-09-02
LibGL: Add GL_TETXURE*_ARB aliases
Stephan Unverwerth
2021-09-02
LibGL: Support additional enums in glGetIntegerv
Stephan Unverwerth
2021-09-02
LibGL: Fix glTexImage2D texture dimension validation
Stephan Unverwerth
2021-09-02
LibGL: Allow numerical internal formats in glTexImage2D
Stephan Unverwerth
2021-09-02
LibGL: Implement glPolygonOffset
Stephan Unverwerth
2021-09-02
LibGL: Implement glDrawBuffer
Stephan Unverwerth
2021-09-02
AboutDialog: Accept a version string
Mahmoud Mandour
[next]