summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-19LibGfx: Extend Unicode support for BitmapFontsthankyouverycool
2021-09-19TextEditor: Show total character and word count without selectionthankyouverycool
2021-09-19LibGUI: Add number_of_words() to TextEditorsthankyouverycool
2021-09-18Meta: Add my new serenityos.org email to .mailmap :^)Karol Kosek
2021-09-18LibJS: Convert ListFormat AOs to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert DisplayNames AOs to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert NumberFormat AOs to ThrowCompletionOrIdan Horowitz
2021-09-18Kernel: Let MouseDevice and KeyboardDevice write method return EINVALPrzemysław R. Kusiak
2021-09-18LibWeb: Add transform: translateY() supportTobias Christiansen
2021-09-18LibWeb: Add transform property to the systemTobias Christiansen
2021-09-18LibWeb: Implement window.location.portAndreas Kling
2021-09-18LibJS: Convert get_number_option() to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert default_number_option() to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert coerce_options_to_object() to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert supported_locales() to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert Intl::get_option() to ThrowCompletionOrIdan Horowitz
2021-09-18LibJS: Convert canonicalize_locale_list() to ThrowCompletionOrIdan Horowitz
2021-09-18Ports: Update Python to 3.10.0rc2Linus Groh
2021-09-18LibDebug: Dont copy an AbbreviationEntry every time we retrieve a valueBrian Gianforcaro
2021-09-18LibDebug: Avoid short lived allocations in DIE::for_each_childBrian Gianforcaro
2021-09-18LibWeb: Avoid unnecessary padded_rect() call in Box::paint()Andreas Kling
2021-09-18LibJS: Always inline two hot (and trivial) functions in JS::LexerAndreas Kling
2021-09-18LibJS: Add fast failure path to try_parse_labelled_statement()Andreas Kling
2021-09-18LibJS: Make Lexer::s_keywords store keywords as FlyStringAndreas Kling
2021-09-18LibJS: Avoid a temporary AK::String when lexing already-seen identifiersAndreas Kling
2021-09-18AK: Inline all the trivial Utf8View functionsAndreas Kling
2021-09-18AK: Make Utf8View constructors inline and remove C string constructorAndreas Kling
2021-09-18LibWeb: Remove the unused LayoutTreeModelAndreas Kling
2021-09-18Lagom/Fuzzers: Add fuzzer for the LibCrypto PEM parserBrian Gianforcaro
2021-09-18Lagom/Fuzzers: Add fuzzer for the LibTLS ASN1 parserBrian Gianforcaro
2021-09-18Documentation: Add the new supported RTL8168 variants to the listLiav A
2021-09-18Kernel/Net: Enable usage of RTL8168E and RTL8168H in RTL8168 driverLiav A
2021-09-18Kernel/Memory: Add more super pages to satisfy contiguous allocationsLiav A
2021-09-18HackStudio: Make sure Window is destroyed before Application objectItamar
2021-09-18LibWeb: Flexbox: Assume Block when finding max main size of flex-columnTobias Christiansen
2021-09-18LibWeb: Also avoid setting definite size for heightTobias Christiansen
2021-09-18Documentation: Update Lagom ReadMe with new fuzzer build instructionsAndrew Kaster
2021-09-18Kernel/Storage: Tidy up RamdiskDevice classLiav A
2021-09-18LibJS: Update step order in the InterpretTemporalDateTimeFields AOLinus Groh
2021-09-18LibWeb: Simplify ComputedCSSStyleDeclaration property lookupAndreas Kling
2021-09-18LibWebSocket: Use deferred_invoke() when discarding a connectionAndreas Kling
2021-09-18LibWebSocket: Fix confusion about sizeof(size_t) on 64-bit platformsAndreas Kling
2021-09-18LibWebSocket: Fix a handful of clang-tidy warnings in WebSocket.{cpp,h}Andreas Kling
2021-09-18LibWeb: Use floating-point math for border-radius renderingAndreas Kling
2021-09-18LibGfx: Add Point<T>::to_rounded<U>()Andreas Kling
2021-09-18ClipboardHistory: Listen for configuration changesMustafa Quraish
2021-09-18ClipboardHistory: Use config file to set number of history itemsMustafa Quraish
2021-09-18LibC: Implement most langinfo values mentioned in POSIXTim Schumacher
2021-09-18LibC: Primitively implement wcscollTim Schumacher
2021-09-18LibC: Don't format strings when asserting with an unstable heapJean-Baptiste Boric