summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-28LibWeb: Add support for 'view-box' attribute to SVGsTobias Christiansen
2022-02-28LibWeb: Make SVGSVGElement's view_box() constTobias Christiansen
2022-02-28LibWeb: Allow <input type="button/submit/reset"> to be styledVrins
2022-02-28LibWeb: Remove unused variable in required_box_type_transformation()Andreas Kling
2022-02-28LibWeb: Store box's containing line box fragment in FormattingStateAndreas Kling
2022-02-28LibWeb: Use copy-on-write to make cloning a FormattingState much cheaperAndreas Kling
2022-02-28LibWeb: Don't crash on content with SVG elements outside of <svg>Andreas Kling
2022-02-28LibWeb: Move some of PaintContext out of lineAndreas Kling
2022-02-28LibWeb: Don't blockify or inlinify boxes with already-correct typeAndreas Kling
2022-02-28LibWeb: Blockify children of parents with display:grid or display:flexAndreas Kling
2022-02-28LibWeb: Split CSS box type transformations into a helper functionAndreas Kling
2022-02-28LibWeb: Improve Layout::Box has-definite-size? computationAndreas Kling
2022-02-28LibWeb: Store bottom edge location with each LineBoxAndreas Kling
2022-02-28LibWeb: For height:auto blocks, measure from top of *top* line boxAndreas Kling
2022-02-28LibWeb: Add FormattingState::clone()Andreas Kling
2022-02-28LibWeb: Store Layout::Box overflow data in Optional instead of OwnPtrAndreas Kling
2022-02-28LibWeb: Use Vector<LineBoxFragment> instead of NonnullOwnPtrVectorAndreas Kling
2022-02-28LibWeb: Use coordinate instead of WeakPtr for box->fragment connectionAndreas Kling
2022-02-28LibWeb: Pass state to create_independent_formatting_context_if_needed()Andreas Kling
2022-02-28AK: Add tests for integer values formatting in printfTimur Sultanov
2022-02-28AK: Correctly process precision modifiers in printfTimur Sultanov
2022-02-28groupdel: Port to LibMainTheOddGarlic
2022-02-28useradd: Port to LibMainTheOddGarlic
2022-02-28Base: Clarify that TelnetServer must be run as rootKyle Anthony Williams
2022-02-28Base: Add gist to and modify description of usermod man pageKyle Anthony Williams
2022-02-28Base: Move EchoServer man page to section 8Kyle Anthony Williams
2022-02-28Base: Combine TelnetServer man pages :^)Kyle Anthony Williams
2022-02-28Base: Change gist of Shell man pageKyle Anthony Williams
2022-02-28Base: Add gists to man pages that lack oneKyle Anthony Williams
2022-02-28Base: Move WebServer man page to section 8Kyle Anthony Williams
2022-02-28Base: Add "Open" link to Eyes, Help man pagesKyle Anthony Williams
2022-02-28TextEditor: Support multiline highlighting for trailing spaceLucas CHOLLET
2022-02-28TextEditor: Fix highlighting bug in wrapping modeLucas CHOLLET
2022-02-28Piano: Respect logarithmic parameters in sliderskleines Filmröllchen
2022-02-28LibDSP: Allow ProcessorRangeParameter to specify if it's a log valuekleines Filmröllchen
2022-02-28AK: Add FixedPoint base 2 logarithmkleines Filmröllchen
2022-02-28AK: Add bit shift to FixedPointkleines Filmröllchen
2022-02-28AK: Fix FixedPoint to integral comparisonskleines Filmröllchen
2022-02-28Services: Port FileOperation to LibMainLenny Maiorani
2022-02-28LibCore: Add rmdir system call wrapperLenny Maiorani
2022-02-28Applications: Change static constexpr variables to constexprLenny Maiorani
2022-02-28Base: Tweak the Plum theme's Ruler colorroughjericho
2022-02-28LibVT: Fix crash from integer overflow in text wrappingMacDue
2022-02-27Base: Flip U+2190 and U+2192 horizontaly in Katica Regular 10Karol Kosek
2022-02-27LanguageServers/Cpp: Make find declaration of enums workItamar
2022-02-27LanguageServers/Cpp: Make find declaration for a declaration node workItamar
2022-02-27LibCpp: Set end position for the return type node of FunctionType nodesItamar
2022-02-27LanguageServers/Cpp: Make go to declaration of a namespace workItamar
2022-02-27Kernel: Whitespace and `Error` cleanup in `AC97`Jelle Raaijmakers
2022-02-27Kernel: Do not reset AC'97 PCM out on buffer completionJelle Raaijmakers