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
LibGUI: Add match_case parameter to TextDocument::find_all()
Itamar
2022-03-29
LibGUI: Support multiple layers of TextDocument spans
Itamar
2022-03-29
LibGUI: Add operators >,>= to TextPosition
Itamar
2022-03-29
LibGUI: Add DoClamp option to AbstractSlider::set_value()
Itamar
2022-03-29
LibWeb: Add @@toStringTag own property on wrappers
Andreas Kling
2022-03-29
LibWeb: Streamline how inline CSS style declarations are constructed
Andreas Kling
2022-03-29
LibWeb: Remove unused StyleSheetList::m_generation
Andreas Kling
2022-03-29
LibWeb: Use rounding instead of enclosing_int_rect() when painting
Andreas Kling
2022-03-29
Shell: Add a shell option for autocompleting via the program itself
Ali Mohammad Pur
2022-03-29
LibC: Make wchar size definitions available from stdint.h
Tim Schumacher
2022-03-29
LibWeb: Swallow whitespace when it causes us to break the line
Andreas Kling
2022-03-29
LibJS: Bring ForIn body evaluation closer to the specification
Idan Horowitz
2022-03-29
LibJS: Implement the EnumerateObjectProperties AO
Idan Horowitz
2022-03-29
LibWeb: Make floating boxes in IFC occupy horizontal margin box
Andreas Kling
2022-03-29
LibWeb: Use LineBox::height() when determining IFC auto heights
Andreas Kling
2022-03-29
Kernel: Disallow elevating pledge promises with no_error set
Ali Mohammad Pur
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
[next]