summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-09-03LibWeb: Add support HTMLScriptElement.supportsLuke Wilde
2021-09-03LibIPC: Convert Encoder class to east-const styleAndreas Kling
2021-09-03LibSQL: Replace Optional<NonnullRefPtr<T>> with RefPtr<T>Andreas Kling
2021-09-03Everywhere: Use my shiny new serenityos.org email :^)Sam Atkins
2021-09-03LibSyntax: Fix bug in matching cursor highlightingMustafa Quraish
2021-09-03AK: Rename create<T> => make_ref_counted<T>Andreas Kling
2021-09-03LibGUI: Set correct value on click with set jump_to_cursor() in SliderKarol Kosek
2021-09-03LibGUI: Add track_margin() to SlidersKarol Kosek
2021-09-03LibGfx/Color: Add `suggested_foreground_color()` methodMustafa Quraish
2021-09-03LibGfx/Color: Use luminosity to compute grayscale valueMustafa Quraish
2021-09-02LibWeb: Check target's root instead of target itself in EventDispatcherLuke Wilde
2021-09-02LibWeb: Make Node::root return a referenceLuke Wilde
2021-09-02LibVT: Execute DragOperation after resetting active hyperlinkMusab Kılıç
2021-09-02LibWeb+WebContent: Add query for hovered DOM node to OOPWVSam Atkins
2021-09-02LibWeb+WebContent: Implement asynchronous DOM Node properties callSam Atkins
2021-09-02LibWeb+WebContent: Add inspect_dom_node() IPC callSam Atkins
2021-09-02LibWeb: Implement DOMTreeModel::index_for_node()Sam Atkins
2021-09-02LibWeb: Replace unused DOMTreeModel with DOMTreeJSONModelSam Atkins
2021-09-02LibWeb: Modify StylePropertiesModel to work with JSONSam Atkins
2021-09-02LibWeb: Include DOM Node ID in serialized JSONSam Atkins
2021-09-02LibWeb: Give each Node a unique IDSam Atkins
2021-09-02LibWeb: Remove commented-out dbglnSam Atkins
2021-09-02LibJS: Account for negative numbers in ToTemporalDurationRecordLinus Groh
2021-09-02LibJS: Throw RangeError for non-integral values in ToPartialDurationLinus Groh
2021-09-02LibJS: Reflect normative changes in ParseTemporalInstantStringLinus Groh
2021-09-02LibJS: Handle +Infinity, -Infinity, +0 and -0 in modulo operatorLuke Wilde
2021-09-02LibJS: Implement Intl.Locale.prototype.regionTimothy Flynn
2021-09-02LibJS: Implement Intl.Locale.prototype.scriptTimothy Flynn
2021-09-02LibJS: Implement Intl.Locale.prototype.languageTimothy Flynn
2021-09-02LibJS: Implement Intl.Locale.prototype.numericTimothy Flynn
2021-09-02LibJS: Implement most Intl.Locale.Prototype.<<keyword>> propertiesTimothy Flynn
2021-09-02LibJS: Implement Intl.Locale.prototype.baseNameTimothy Flynn
2021-09-02LibJS: Handle existing Intl.Locale objects in CanonicalizeLocaleListTimothy Flynn
2021-09-02LibJS: Add test cases for Intl.Locale.prototype.toStringTimothy Flynn
2021-09-02LibJS: Implement the Intl.Locale constructorTimothy Flynn
2021-09-02LibJS: Implement Intl.Locale.prototype.toString()Timothy Flynn
2021-09-02LibJS: Compare Unicode locale variants using case-insensitive matchingTimothy Flynn
2021-09-02LibJS: Remove duplicated error message from ErrorTypes.hTimothy Flynn
2021-09-02LibUnicode: Add helper methods to LocaleID and LanguageID for LibJSTimothy Flynn
2021-09-02LibUnicode: Add lexer to test if a string matches the "type" productionTimothy Flynn
2021-09-02LibUnicode: Add missing structures to forwarding headerTimothy Flynn
2021-09-02LibJS: Implement a nearly empty Intl.Locale objectTimothy Flynn
2021-09-02LibGL: Implement glTexSubImage2DStephan Unverwerth
2021-09-02LibGL: Add GL_TETXURE*_ARB aliasesStephan Unverwerth
2021-09-02LibGL: Support additional enums in glGetIntegervStephan Unverwerth
2021-09-02LibGL: Fix glTexImage2D texture dimension validationStephan Unverwerth
2021-09-02LibGL: Allow numerical internal formats in glTexImage2DStephan Unverwerth
2021-09-02LibGL: Implement glPolygonOffsetStephan Unverwerth
2021-09-02LibGL: Implement glDrawBufferStephan Unverwerth
2021-09-02AboutDialog: Accept a version stringMahmoud Mandour