summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-29LibGUI: Add match_case parameter to TextDocument::find_all()Itamar
2022-03-29LibGUI: Support multiple layers of TextDocument spansItamar
2022-03-29LibGUI: Add operators >,>= to TextPositionItamar
2022-03-29LibGUI: Add DoClamp option to AbstractSlider::set_value()Itamar
2022-03-29LibWeb: Add @@toStringTag own property on wrappersAndreas Kling
2022-03-29LibWeb: Streamline how inline CSS style declarations are constructedAndreas Kling
2022-03-29LibWeb: Remove unused StyleSheetList::m_generationAndreas Kling
2022-03-29LibWeb: Use rounding instead of enclosing_int_rect() when paintingAndreas Kling
2022-03-29Shell: Add a shell option for autocompleting via the program itselfAli Mohammad Pur
2022-03-29LibC: Make wchar size definitions available from stdint.hTim Schumacher
2022-03-29LibWeb: Swallow whitespace when it causes us to break the lineAndreas Kling
2022-03-29LibJS: Bring ForIn body evaluation closer to the specificationIdan Horowitz
2022-03-29LibJS: Implement the EnumerateObjectProperties AOIdan Horowitz
2022-03-29LibWeb: Make floating boxes in IFC occupy horizontal margin boxAndreas Kling
2022-03-29LibWeb: Use LineBox::height() when determining IFC auto heightsAndreas Kling
2022-03-29Kernel: Disallow elevating pledge promises with no_error setAli Mohammad Pur
2022-03-29Ports: Update zlib to 1.2.12Sebastian Rueth
2022-03-29LibWeb: Ensure that TextNode::ChunkIterator emits preserved newlinesAndreas Kling
2022-03-29LibWeb: Use correct top content edge when calculating auto block heightsAndreas Kling
2022-03-29LibPDF: Attempt to unecrypt strings and streamsMatthew Olsson
2022-03-29LibPDF: Require Document* in Parser constructorMatthew Olsson
2022-03-29LibPDF: Keep track of the current object index/generation while ParsingMatthew Olsson
2022-03-29LibPDF: Add implementation of the Standard security handlerMatthew Olsson
2022-03-29LibPDF: Get rid of PlainText/Encoded StreamObjectMatthew Olsson
2022-03-29LibPDF: Change CommonNames' enumerator macro parameter nameMatthew Olsson
2022-03-29LibPDF: Store a PDFFont in the Renderer's text stateMatthew Olsson
2022-03-29LibPDF: Add initial support for Type1 fontsMatthew Olsson
2022-03-29LibPDF: Add support for builtin and custom EncodingsMatthew Olsson
2022-03-29LibWeb: Load and use fonts described by @font-face rules :^)Andreas Kling
2022-03-29Tests: Add a basic UTF-8 to UTF-8 LibTextCodec testKarol Kosek
2022-03-29LibTextCodec: Pass code points instead of bytes on UTF-8 string processKarol Kosek
2022-03-29LibWeb: Size table cells using a combination of min- and max-widthsSimon Wanner
2022-03-29LibWeb: Add HTMLTableCellElement::rowSpanSimon Wanner
2022-03-29LibWeb: Add HTMLTableCellElement::colSpanSimon Wanner
2022-03-29LibWeb: Only size `width: auto` table-cells by min-contentSimon Wanner
2022-03-29Meta: Do not try to unzip the already decompressed WASM test suite .tarDaniel Bertalan
2022-03-28LibWeb: Load X(HT)ML documents and transform them into HTML DOMAli Mohammad Pur
2022-03-28LibWeb: Define HTML::perform_a_microtask_checkpoint()Ali Mohammad Pur
2022-03-28LibXML: Add a fairly basic XML parserAli Mohammad Pur
2022-03-28AK: Add a 'OneOf' conceptAli Mohammad Pur
2022-03-28AK: Display SourceLocation function name in colorAli Mohammad Pur
2022-03-28AK: Add a 'is_not_any_of' similar to 'is_any_of' to GenericLexerAli Mohammad Pur
2022-03-28AK: Make Vector capable of holding forward-declared typesAli Mohammad Pur
2022-03-28Meta: Refactor the IPC-compiler and port it to LibMainHendiadyoin1
2022-03-28LibIPC: Add IPCErrorOr Type aliasHendiadyoin1
2022-03-28AK: Add `appendln` helper to SourceGeneratorHendiadyoin1
2022-03-28AK: Explicitly move `value` String in SourceGenerator::setHendiadyoin1
2022-03-28AK: Make SourceGenerator move constructibleHendiadyoin1
2022-03-28LibWeb: Parse `@font-face` rulesSam Atkins
2022-03-28LibWeb: Implement initial CSSFontFaceRule and FontFace classesSam Atkins