summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-03-30LibGfx: Make Font::pixel_metrics() virtualAndreas Kling
2022-03-30LibGfx: Rename FontMetrics => FontPixelMetricsAndreas Kling
2022-03-30LibGfx: Make Gfx::FontMetrics include the advance of '0' instead of 'M'Andreas Kling
2022-03-30LibGfx: Remove code point parameter from Gfx::Font::MetricsAndreas Kling
2022-03-30LibWeb: Add fast_is<T>() for some common DOM Node subclassesAndreas Kling
2022-03-29Browser: Make storage inspector columns sortableJelle Raaijmakers
2022-03-29Browser: Reorder storage inspector columnsJelle Raaijmakers
2022-03-29LibJS: Check type of ShadowRealm.prototype.importValue() 2nd argumentLinus Groh
2022-03-29LibJS: Fix sign in PlainYearMonth.prototype.subtract()Linus Groh
2022-03-29LibJS: Update incorrect spec comment in ToRelativeTemporalObjectLinus Groh
2022-03-29LibC: Implement `getdtablesize()`Jelle Raaijmakers
2022-03-30LibHTTP: Append port to Host header if it existsGeekFiftyFive
2022-03-29LibWeb: Ignore empty anonymous block children in height:auto calculationAndreas Kling
2022-03-29LibJS: Import C++ sources from libjs-test262 :^)Linus Groh
2022-03-29LibWeb: Ignore list-item marker boxes in height:auto calculationAndreas Kling
2022-03-29LibWeb: Make height:auto for non-BFC-root blocks more correctAndreas Kling
2022-03-29LibWeb: Don't round numbers too early when painting backgroundsAndreas Kling
2022-03-29LibGfx: Use llroundf() in Rect<float>::to_rounded()Andreas Kling
2022-03-29LibWeb: Implement attribute selector case identifierDaniel Glazman
2022-03-29LibWeb: Clarify attribute selectors when needle is emptyDaniel Glazman
2022-03-29LibC: Make prctl() a varargs functionTim Schumacher
2022-03-29HackStudio: Add FindWidgetItamar
2022-03-29TextEditor: Use the search API of GUI::TextEditorItamar
2022-03-29LibGUI: Add search API to TextEditor with highlighted resultsItamar
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: 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-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