summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-01-02Userland: Remove unused includes of AK/Math.hBen Wiederhake
2023-01-02Everywhere: Move AK/Debug.h include to using files or removeBen Wiederhake
2023-01-02LibGL: Move AK/Debug.h include to where it is usedBen Wiederhake
2023-01-02Revert "LibJS: Implement MakeDay without using AK::years_to_days_since…"Ben Wiederhake
2023-01-02LibCore: Remove unused include MemMemBen Wiederhake
2023-01-02Everywhere: Remove unused includes of AK/IterationDecision.hBen Wiederhake
2023-01-02Everywhere: Remove unused includes of AK/Array.hBen Wiederhake
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2023-01-02LibHTTP: Propagate errors using TRYericLemanissier
2023-01-02LibEDID: Propagate errors using TRYericLemanissier
2023-01-02LibCrypto: Propagate errors using TRYericLemanissier
2023-01-02LibGfx+icc: Print pcs illuminantNico Weber
2023-01-02Help+LibManual: Open sibling page for subsectionskleines Filmröllchen
2023-01-02LibManual: Create subsections for subdirectories automaticallykleines Filmröllchen
2023-01-02LibManual: Add SubsectionNodekleines Filmröllchen
2023-01-02Help+LibManual: Move URL handling to LibManualkleines Filmröllchen
2023-01-02LibManual: Allow overriding a Node's path calculationkleines Filmröllchen
2023-01-02Help+LibManual: Make the children accessor falliblekleines Filmröllchen
2023-01-01LibGL: Stop unnecessarily casting to `float`Jelle Raaijmakers
2023-01-01LibGL: Implement `GL_TEXTURE_ENV_COLOR`Jelle Raaijmakers
2023-01-01LibGUI: Fix wrong copyright header email for recent OpacitySlider changenetworkException
2023-01-01LibWeb: Use TextTop and TextBottom property for VerticalAlignmartinfalisse
2023-01-01LibWeb: Allow use of calculated property for line-heightmartinfalisse
2023-01-01LibWeb: Use a JS::NonnullGCPtr for DOMTokenList::m_associated_elementAndreas Kling
2023-01-01LibGUI+Userland: Make GML unregistered_child_handler fallibleSam Atkins
2023-01-01LibCore+LibGUI: Add fallible versions of Widget::load_from_gml()Sam Atkins
2023-01-01LibSQL: Add parsing and evaluation of BOOLEAN type literalsTimothy Flynn
2023-01-01LibGUI: Make color picker opacity sliders react to the chosen colornetworkException
2023-01-01LibGUI: Add base color to OpacitySlidernetworkException
2022-12-31LibWeb: Mark the border-style properties as layout affectingLuke Wilde
2022-12-31LibWeb: Treat `border-style: hidden` the same as `border-style: none`Luke Wilde
2022-12-31LibCrypto: Don't crash in ASN1::parse_generalized_time on missing 'Z'Ben Wiederhake
2022-12-31LibCrypto: Don't crash in ASN1::parse_utc_time on missing 'Z'Ben Wiederhake
2022-12-31LibCore: Make DateTime more easily debuggableBen Wiederhake
2022-12-31LibC: Include aarch64 regs.h for AK_ARCH_AARCH64Andrew Kaster
2022-12-31LibGfx+icc: Add profile connection space printingNico Weber
2022-12-31LibGfx+icc: Print profile flagsNico Weber
2022-12-31LibWeb: Paint repeating background images over entire paint boxTimothy Flynn
2022-12-31LibGfx: Use VERIFY_NOT_REACHED() for impossible states in ICC codeNico Weber
2022-12-31LibGfx: Make ICC name converters return StringViewNico Weber
2022-12-31LibWeb: Support MouseEvent.{pageX,pageY}Itamar
2022-12-31LibWeb: Use CSSPixelPoint in MouseEvent::create_from_platform_event()Itamar
2022-12-31LibWeb: Fix calculation of MouseEvent::client_{x,y}Itamar
2022-12-31LibWeb: Fix table-row y-positionTom
2022-12-31LibELF: Export static resolve_library method of the DynamicLinker codeLiav A
2022-12-31LibCore: Use CircularBuffer in BufferedHelperLucas CHOLLET
2022-12-31LibCore: Add a deleted state for `Account`Lucas CHOLLET
2022-12-31LibCore: Deduplicate some code in `Account::generate_shadow_file()`Lucas CHOLLET
2022-12-31Terminal+LibVT: Get the color scheme from the system themeimplicitfield
2022-12-31LibGfx: Support color schemesimplicitfield