summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-13PixelPaint: Call `Layer::did_modify_bitmap()` when applying filtersMustafa Quraish
2021-09-13PixelPaint: Add keyboard shortcut for Invert filterMustafa Quraish
2021-09-13PixelPaint: Draw layers from the top of LayerListMustafa Quraish
2021-09-13LibWeb: Implement Node.isEqualNode(Node? otherNode)Andreas Kling
2021-09-13LibWeb: Implement Node.isSameNode(Node? otherNode)Andreas Kling
2021-09-13AK: Make Span::operator==() comply with the ISO C++ idea of operator==Ali Mohammad Pur
2021-09-13AK: Switch Span.h to east-const styleAli Mohammad Pur
2021-09-13AK: Give BumpAllocator a single-block cacheAli Mohammad Pur
2021-09-13LibRegex: Set a signpost on every executed regular expressionAli Mohammad Pur
2021-09-13LibRegex: Add a basic optimization passAli Mohammad Pur
2021-09-13AK: Allow RBTree::find_largest_not_above_iterator() to failAli Mohammad Pur
2021-09-13AK+Kernel: Avoid unescaped control chars in append_escaped_for_json()Ali Mohammad Pur
2021-09-13Kernel: Deduplicate signpost perf event stringsAli Mohammad Pur
2021-09-13Kernel: Specialize Traits<(Nonnull)OwnPtr<T>> for KStringAli Mohammad Pur
2021-09-13AK: Make traits for NonnullOwnPtr use ptr_hash instead of int_hashAli Mohammad Pur
2021-09-13LibWeb: Make requestAnimationFrame() work in multi-process modeAndreas Kling
2021-09-13LibWeb: Add the URLSearchParams built-inIdan Horowitz
2021-09-13LibWeb: Add URL::url_decode for decoding form url encoded parametersIdan Horowitz
2021-09-13LibWeb: Add the Web::URL namespace and move URLEncoder to itIdan Horowitz
2021-09-13LibWeb: Add support for generating a stringifier method/attributeIdan Horowitz
2021-09-13LibWeb: Escape reserved names of generated wrapper functionsIdan Horowitz
2021-09-13LibWeb: Implement MediaQueryList.{addListener,removeListener}Luke Wilde
2021-09-12LibJS: Set OrdinaryFunctionObject's realm from the TnterpreterLinus Groh
2021-09-13LibCrypto: Fix MacOS build by replacing explicit_bzero with secure_zeroBrian Gianforcaro
2021-09-13LibCore: Switch to AK::secure_zero instead of platform specific APIsBrian Gianforcaro
2021-09-13LibC: Implement explicit_bzero with AK::secure_zeroBrian Gianforcaro
2021-09-13AK: Add secure_zero() implementation so it can be used on all platformsBrian Gianforcaro
2021-09-12LibWeb: Log classic script start, finish, and durationAndreas Kling
2021-09-12AudioServer: Fix deadlock when playing two audio streamskleines Filmröllchen
2021-09-12LibThreading: Add ConditionVariable wrapperkleines Filmröllchen
2021-09-12Audio: Add per-client volumekleines Filmröllchen
2021-09-12AudioServer: Rename BufferQueue to ClientAudioStreamkleines Filmröllchen
2021-09-12LibDSP+LibAudio: Use logarithmic scaling in delay effectkleines Filmröllchen
2021-09-12Audio: Change how volume workskleines Filmröllchen
2021-09-12LibIPC: Add support for transferring doubles over IPC messageskleines Filmröllchen
2021-09-12HackStudio: Remove an old file from the vectors in 'Save as...' actionKarol Kosek
2021-09-12HackStudio: Rename Project::get_file() to Project::create_file()Karol Kosek
2021-09-12HackStudio: Remove storing a vector of opened files in Project classKarol Kosek
2021-09-12LibWeb: Tidy up CSS parser loggingSam Atkins
2021-09-12LibWeb: Ignore CSS properties with vendor-prefixed valuesSam Atkins
2021-09-12LibWeb: Rename CSS::Parser::SelectorParsingResult => ParsingResultSam Atkins
2021-09-12LibWeb: Ignore vendor-prefixed at-rulesSam Atkins
2021-09-12LibWeb: Ignore vendor-prefixed pseudo-element/classes in selectorsSam Atkins
2021-09-12LibWeb: Return SelectorParsingResult from all selector parsing functionsSam Atkins
2021-09-12LibWeb: Reduce CSS_PARSER_DEBUG spamSam Atkins
2021-09-12LibWeb: Ignore CSS properties with other people's vendor prefixesSam Atkins
2021-09-12LibGUI: Remove Indices with dangling FileSystemModel::Node on deletionItamar
2021-09-12LibWeb: Implement CSSStyleDeclaration.getPropertyValue(property)Andreas Kling
2021-09-12LibWeb: Log a FIXME when unimplemented computed style is requestedAndreas Kling
2021-09-12LibWeb: Add ComputedCSSSstyleDeclaration and support 2 properties :^)Andreas Kling