summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-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-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-28LibIPC: Add IPCErrorOr Type aliasHendiadyoin1
2022-03-28LibWeb: Parse `@font-face` rulesSam Atkins
2022-03-28LibWeb: Implement initial CSSFontFaceRule and FontFace classesSam Atkins
2022-03-28LibWeb: Bring "parse a list of declarations" closer to specSam Atkins
2022-03-28LibWeb: Rename parse_css_declaration() -> parse_css_style_attribute()Sam Atkins
2022-03-28LibCore: Set the correct invariant length for consecutive short optionsAli Mohammad Pur
2022-03-28Spreadsheet: Don't remove on_change tab function after loading a fileKarol Kosek
2022-03-28Spreadsheet: Create rename action using the GUI::CommonActions helperKarol Kosek
2022-03-28Spreadsheet: Reuse save and rename actionsKarol Kosek
2022-03-28LibC: Fix inttypes.h macros for x86-64 and extend themDaniel Bertalan
2022-03-28LibC: Partially implement __fpendingTim Schumacher
2022-03-28LibWeb: Set a cell's content width based on the column(s) it's inSimon Wanner
2022-03-28LibWeb: Calculate a cell's width using min-contentSimon Wanner
2022-03-28LibWeb: Apply the layout_mode argument in BFC::compute_widthSimon Wanner
2022-03-28LibWeb: Distribute the width of a table cell spanning multiple columnsSimon Wanner
2022-03-28LibWeb: Expand the last cell in a row to the right edgeSimon Wanner
2022-03-28LibWeb: Apply a table row's height to all cellsSimon Wanner
2022-03-28LibJS: Add more delete operator testsLuke Wilde
2022-03-28LibJS/Bytecode: Implement the delete unary expressionLuke Wilde
2022-03-28LibJS: Only store MemberExpression object when loading a computed propLuke Wilde
2022-03-28LibJS: Generate update Jump in for/in/of only if block is not terminatedLuke Wilde
2022-03-28LibJS/Bytecode: Update NewArray stringifier to print a register rangeLuke Wilde
2022-03-27LibAudio: Make sure we initialize ResampleHelper member variablesBrian Gianforcaro
2022-03-27LibC: Fix potential double free in ttyname_r_for_directoryBrian Gianforcaro
2022-03-27Everywhere: Rename CommandResult stdout, stderr members to output, errorBrian Gianforcaro
2022-03-27LibWeb: Don't choke on ICB with inline childrenAndreas Kling
2022-03-27LibWeb: Make whitespace collapsing statelessAndreas Kling
2022-03-27LibWeb: Ensure lazy WindowObject creation when activating event handlerLinus Groh
2022-03-27LibWeb: Don't crash in IFC if very first chunk is collapsible whitespaceAndreas Kling
2022-03-27LibLine: Avoid pointless size_t <-> ssize_t castAli Mohammad Pur
2022-03-27LibLine: Handle read events seriallyAli Mohammad Pur
2022-03-27Shell: Keep the stdio and rpath pledges for execute_process()Ali Mohammad Pur