summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-12-05LibAudio: Switch LoaderPlugin to a more traditional constructor patternTim Schumacher
2022-12-05LibAudio: Stop passing `Bytes` by referenceTim Schumacher
2022-12-05LibWeb: Fix box-shadows where the border-radius is < the blur-radiusMacDue
2022-12-05LibWeb: Inherit TableFormattingContext from FC instead of BFCAliaksandr Kalenik
2022-12-05LibWeb: Add vertical-align support for table cellsAliaksandr Kalenik
2022-12-05LibWeb: Move box_baseline from LineBuilder.cpp to LayoutState.cppAliaksandr Kalenik
2022-12-05LibWeb: Implement intrinsic width calculation for TFCAliaksandr Kalenik
2022-12-05LibWeb: Take rowspan into account while table formattingAliaksandr Kalenik
2022-12-05LibWeb: Start implementation of CSS Table 3 specAliaksandr Kalenik
2022-12-05LibGUI: Fix a typoCameron Youell
2022-12-04WebContent+WebDriver: Implement `POST /session/{id}/window` endpointVictor Song
2022-12-04LibGUI: Swap Next and Previous button on IncrementalSearchBannerŠtěpán Balážik
2022-12-03Everywhere: Remove 'clang-format off' comments that are no longer neededLinus Groh
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-12-03LibCodeComprehension: Add .clang-format to disable formatting for testsLinus Groh
2022-12-03LibC: Add definitions for missing ELF constantsAndrew Kaster
2022-12-03LibJS: Add a function to ensure calls are made within the same seconddavidot
2022-12-03LibC: Return h_aliases array from gethostbyname() and gethostbyaddr()Taj Morton
2022-12-03LibWeb: Fix integer overflow in gradient paintingMacDue
2022-12-03LibGfx: Fix some more antialiased line off-by-onesMacDue
2022-12-03LibGfx: Remove some unused AntiAliasingPainter methodsMacDue
2022-12-03LibGfx: Add some AntiAliasingPainter FIXMEsMacDue
2022-12-03LibJS: Add an EliminateLoads pass to BytecodeHendiadyoin1
2022-12-03LibJS: Expose some internals of InstructionsHendiadyoin1
2022-12-03LibJS: Add a way to replace references to registers in BytecodeHendiadyoin1
2022-12-03LibJS: Make Register comparableHendiadyoin1
2022-12-03LibWeb: Support `repeating-radial-gradient()`sMacDue
2022-12-03LibJS: Don't try to merge blocks not ending in JumpsHendiadyoin1
2022-12-03LibJS: Remeber which instruction terminated a blockHendiadyoin1
2022-12-03LibJS: Add a debug_position helper to the Bytecode InterpreterHendiadyoin1
2022-12-03LibJS: Restore cached current_block on return in BytecodeHendiadyoin1
2022-12-03LibJS: Handle FinishUnwind in GenerateCFGHendiadyoin1
2022-12-03LibJS: Mark FinishUnwind as a terminatorHendiadyoin1
2022-12-03LibJS: Use a switch statement in GenerateCFGHendiadyoin1
2022-12-03LibJS: Don't mark blocks for unification multiple timesHendiadyoin1
2022-12-03LibCore: Mark connections to InspectorServer as MSG_NOSIGNALSam Atkins
2022-12-03LibCore: Mark LocalServer client sockets as MSG_NOSIGNALSam Atkins
2022-12-03LibCore: Optionally pass MSG_NOSIGNAL to socket read/writesSam Atkins
2022-12-02LibJS: Implement Set.prototype.isDisjointFromIdan Horowitz
2022-12-02LibJS: Implement Set.prototype.isSupersetOfIdan Horowitz
2022-12-02LibJS: Implement Set.prototype.isSubsetOfIdan Horowitz
2022-12-02LibJS: Implement Set.prototype.symmetricDifferenceIdan Horowitz
2022-12-02LibJS: Implement Set.prototype.differenceIdan Horowitz
2022-12-02LibJS: Implement Set.prototype.intersectionIdan Horowitz
2022-12-02LibJS: Implement Set.prototype.unionIdan Horowitz
2022-12-02LibJS: Implement the Set Methods proposal abstract operationsIdan Horowitz
2022-12-02LibWeb: Log failures to decode image resources inside ImageResourceMarco Cutecchia
2022-12-02LibWeb: Add null checks before derefencing Bitmaps in ImageStyleValueMarco Cutecchia
2022-12-02LibJS: Throw on conversion from TimeZone to Calendar and vice versaLinus Groh
2022-12-02LibJS: Align Temporal.{Calendar,TimeZone} id getters with toStringLinus Groh