index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-03-29
Ports: Update zlib to 1.2.12
Sebastian Rueth
2022-03-29
LibWeb: Ensure that TextNode::ChunkIterator emits preserved newlines
Andreas Kling
2022-03-29
LibWeb: Use correct top content edge when calculating auto block heights
Andreas Kling
2022-03-29
LibPDF: Attempt to unecrypt strings and streams
Matthew Olsson
2022-03-29
LibPDF: Require Document* in Parser constructor
Matthew Olsson
2022-03-29
LibPDF: Keep track of the current object index/generation while Parsing
Matthew Olsson
2022-03-29
LibPDF: Add implementation of the Standard security handler
Matthew Olsson
2022-03-29
LibPDF: Get rid of PlainText/Encoded StreamObject
Matthew Olsson
2022-03-29
LibPDF: Change CommonNames' enumerator macro parameter name
Matthew Olsson
2022-03-29
LibPDF: Store a PDFFont in the Renderer's text state
Matthew Olsson
2022-03-29
LibPDF: Add initial support for Type1 fonts
Matthew Olsson
2022-03-29
LibPDF: Add support for builtin and custom Encodings
Matthew Olsson
2022-03-29
LibWeb: Load and use fonts described by @font-face rules :^)
Andreas Kling
2022-03-29
Tests: Add a basic UTF-8 to UTF-8 LibTextCodec test
Karol Kosek
2022-03-29
LibTextCodec: Pass code points instead of bytes on UTF-8 string process
Karol Kosek
2022-03-29
LibWeb: Size table cells using a combination of min- and max-widths
Simon Wanner
2022-03-29
LibWeb: Add HTMLTableCellElement::rowSpan
Simon Wanner
2022-03-29
LibWeb: Add HTMLTableCellElement::colSpan
Simon Wanner
2022-03-29
LibWeb: Only size `width: auto` table-cells by min-content
Simon Wanner
2022-03-29
Meta: Do not try to unzip the already decompressed WASM test suite .tar
Daniel Bertalan
2022-03-28
LibWeb: Load X(HT)ML documents and transform them into HTML DOM
Ali Mohammad Pur
2022-03-28
LibWeb: Define HTML::perform_a_microtask_checkpoint()
Ali Mohammad Pur
2022-03-28
LibXML: Add a fairly basic XML parser
Ali Mohammad Pur
2022-03-28
AK: Add a 'OneOf' concept
Ali Mohammad Pur
2022-03-28
AK: Display SourceLocation function name in color
Ali Mohammad Pur
2022-03-28
AK: Add a 'is_not_any_of' similar to 'is_any_of' to GenericLexer
Ali Mohammad Pur
2022-03-28
AK: Make Vector capable of holding forward-declared types
Ali Mohammad Pur
2022-03-28
Meta: Refactor the IPC-compiler and port it to LibMain
Hendiadyoin1
2022-03-28
LibIPC: Add IPCErrorOr Type alias
Hendiadyoin1
2022-03-28
AK: Add `appendln` helper to SourceGenerator
Hendiadyoin1
2022-03-28
AK: Explicitly move `value` String in SourceGenerator::set
Hendiadyoin1
2022-03-28
AK: Make SourceGenerator move constructible
Hendiadyoin1
2022-03-28
LibWeb: Parse `@font-face` rules
Sam Atkins
2022-03-28
LibWeb: Implement initial CSSFontFaceRule and FontFace classes
Sam Atkins
2022-03-28
LibWeb: Bring "parse a list of declarations" closer to spec
Sam Atkins
2022-03-28
LibWeb: Rename parse_css_declaration() -> parse_css_style_attribute()
Sam Atkins
2022-03-28
LibCore: Set the correct invariant length for consecutive short options
Ali Mohammad Pur
2022-03-28
Spreadsheet: Don't remove on_change tab function after loading a file
Karol Kosek
2022-03-28
Spreadsheet: Create rename action using the GUI::CommonActions helper
Karol Kosek
2022-03-28
Spreadsheet: Reuse save and rename actions
Karol Kosek
2022-03-28
LibC: Fix inttypes.h macros for x86-64 and extend them
Daniel Bertalan
2022-03-28
Ports: Upgrade to sed 4.8
Tim Schumacher
2022-03-28
LibC: Partially implement __fpending
Tim Schumacher
2022-03-28
LibWeb: Set a cell's content width based on the column(s) it's in
Simon Wanner
2022-03-28
LibWeb: Calculate a cell's width using min-content
Simon Wanner
2022-03-28
LibWeb: Apply the layout_mode argument in BFC::compute_width
Simon Wanner
2022-03-28
LibWeb: Distribute the width of a table cell spanning multiple columns
Simon Wanner
2022-03-28
LibWeb: Expand the last cell in a row to the right edge
Simon Wanner
2022-03-28
LibWeb: Apply a table row's height to all cells
Simon Wanner
2022-03-28
LibJS: Add more delete operator tests
Luke Wilde
[next]