index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2022-03-30
LibGfx: Make Font::pixel_metrics() virtual
Andreas Kling
2022-03-30
LibGfx: Rename FontMetrics => FontPixelMetrics
Andreas Kling
2022-03-30
LibGfx: Make Gfx::FontMetrics include the advance of '0' instead of 'M'
Andreas Kling
2022-03-30
LibGfx: Remove code point parameter from Gfx::Font::Metrics
Andreas Kling
2022-03-30
LibWeb: Add fast_is<T>() for some common DOM Node subclasses
Andreas Kling
2022-03-29
Browser: Make storage inspector columns sortable
Jelle Raaijmakers
2022-03-29
Browser: Reorder storage inspector columns
Jelle Raaijmakers
2022-03-29
LibJS: Check type of ShadowRealm.prototype.importValue() 2nd argument
Linus Groh
2022-03-29
LibJS: Fix sign in PlainYearMonth.prototype.subtract()
Linus Groh
2022-03-29
LibJS: Update incorrect spec comment in ToRelativeTemporalObject
Linus Groh
2022-03-29
LibC: Implement `getdtablesize()`
Jelle Raaijmakers
2022-03-30
LibHTTP: Append port to Host header if it exists
GeekFiftyFive
2022-03-29
LibWeb: Ignore empty anonymous block children in height:auto calculation
Andreas Kling
2022-03-29
LibJS: Import C++ sources from libjs-test262 :^)
Linus Groh
2022-03-29
LibWeb: Ignore list-item marker boxes in height:auto calculation
Andreas Kling
2022-03-29
LibWeb: Make height:auto for non-BFC-root blocks more correct
Andreas Kling
2022-03-29
LibWeb: Don't round numbers too early when painting backgrounds
Andreas Kling
2022-03-29
LibGfx: Use llroundf() in Rect<float>::to_rounded()
Andreas Kling
2022-03-29
LibWeb: Implement attribute selector case identifier
Daniel Glazman
2022-03-29
LibWeb: Clarify attribute selectors when needle is empty
Daniel Glazman
2022-03-29
LibC: Make prctl() a varargs function
Tim Schumacher
2022-03-29
HackStudio: Add FindWidget
Itamar
2022-03-29
TextEditor: Use the search API of GUI::TextEditor
Itamar
2022-03-29
LibGUI: Add search API to TextEditor with highlighted results
Itamar
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: 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
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
[next]