summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-13LibWeb: Avoid unnecessary layout_inside() in FFC step 1Andreas Kling
2022-03-12Kernel: Move aarch64 Prekernel into KernelJakub V. Flasar
2022-03-12Kernel: Create a stub mcontext for aarch64Jakub V. Flasar
2022-03-12LibWeb: Implement HTMLTableSectionElement::deleteRow()Idan Horowitz
2022-03-12LibWeb: Implement HTMLTableSectionElement::insertRow()Idan Horowitz
2022-03-12LibWeb: Correct invalid index check in HTMLTableElement::insertRow()Idan Horowitz
2022-03-12Libraries: Use default constructors/destructors in LibGUILenny Maiorani
2022-03-12LibWeb: Apply the current text-justify value when justifyingsin-ack
2022-03-12LibWeb: Add support for the text-justify propertysin-ack
2022-03-12LibWeb: Refactor text justification code + only justify below thresholdsin-ack
2022-03-12LibWeb: Keep SVG elliptical arc shape when applying viewboxSimon Danner
2022-03-12AK: Properly parse unimplemented format length specifiersTim Schumacher
2022-03-12Base: Finish Misc Technical glyphs in Katica 10diogenes
2022-03-12LibWeb: Let paintables cache their containing block and absolute rectAndreas Kling
2022-03-11LibJS: Apply source's byte offset in TA#set when both TAs have same typeLuke Wilde
2022-03-11Meta: Update hashes in Port's READMETobias Christiansen
2022-03-11Ports: Specify sha256sum for the GNU APL portTobias Christiansen
2022-03-11Ports: Add GNU APLTobias Christiansen
2022-03-11Browser: Don't crash when selecting nothing in the Inspector DOM treeSam Atkins
2022-03-11LibWeb: Stub getting the initial font instead of the root oneSam Atkins
2022-03-11LibGfx+LibSoftGPU: Allow indexed reads into `Gfx::Vector`Jelle Raaijmakers
2022-03-11LibSoftGPU: Remove unused vector types from `Device`Jelle Raaijmakers
2022-03-11LibGfx: Abort draw_circle_arc_intersecting with 0 radiusJoe Petrus
2022-03-11Shell: Stop parsing options after the script nameTim Schumacher
2022-03-10LibCore: Verify that EventLoop is initialized in its static APIjavabird25
2022-03-10Libraries: Use default constructors/destructors in LibGLLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibELFLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibDlLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibDesktopLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibDebugLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibCryptoLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibCppLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibCoredumpLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibCoreLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibCompressLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibChessLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibCardsLenny Maiorani
2022-03-10Libraries: Use default constructors/destructors in LibAudioLenny Maiorani
2022-03-11Revert "LibPthread: Partially implement pthread_cleanup_(push pop)"Ali Mohammad Pur
2022-03-11Documentation: Add some notes about LibWeb's new paint treeAndreas Kling
2022-03-11LibWeb: Remove a bunch of no-longer needed #includesAndreas Kling
2022-03-11LibWeb: Move hit testing to the painting treeAndreas Kling
2022-03-11LibWeb: Move PaintingBox to its own .cpp and .h filesAndreas Kling
2022-03-11LibWeb: Make hit testing return a { paintable, offset }Andreas Kling
2022-03-11LibWeb: Move mouse event and label logic from layout to painting treeAndreas Kling
2022-03-11LibWeb: Make Paintable ref-countedAndreas Kling
2022-03-11LibWeb: Make Layout::SVGBox inherit from Layout::BoxAndreas Kling
2022-03-11LibWeb: Generate a TextPaintable for every Layout::TextNodeAndreas Kling
2022-03-11LibWeb: Port inline elements to the new Paintable systemAndreas Kling
2022-03-11LibWeb: Split Paintable into Paintable and PaintableBoxAndreas Kling