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
2021-09-13
PixelPaint: Call `Layer::did_modify_bitmap()` when applying filters
Mustafa Quraish
2021-09-13
PixelPaint: Add keyboard shortcut for Invert filter
Mustafa Quraish
2021-09-13
PixelPaint: Draw layers from the top of LayerList
Mustafa Quraish
2021-09-13
LibWeb: Implement Node.isEqualNode(Node? otherNode)
Andreas Kling
2021-09-13
LibWeb: Implement Node.isSameNode(Node? otherNode)
Andreas Kling
2021-09-13
AK: Make Span::operator==() comply with the ISO C++ idea of operator==
Ali Mohammad Pur
2021-09-13
AK: Switch Span.h to east-const style
Ali Mohammad Pur
2021-09-13
AK: Give BumpAllocator a single-block cache
Ali Mohammad Pur
2021-09-13
LibRegex: Set a signpost on every executed regular expression
Ali Mohammad Pur
2021-09-13
LibRegex: Add a basic optimization pass
Ali Mohammad Pur
2021-09-13
AK: Allow RBTree::find_largest_not_above_iterator() to fail
Ali Mohammad Pur
2021-09-13
AK+Kernel: Avoid unescaped control chars in append_escaped_for_json()
Ali Mohammad Pur
2021-09-13
Kernel: Deduplicate signpost perf event strings
Ali Mohammad Pur
2021-09-13
Kernel: Specialize Traits<(Nonnull)OwnPtr<T>> for KString
Ali Mohammad Pur
2021-09-13
AK: Make traits for NonnullOwnPtr use ptr_hash instead of int_hash
Ali Mohammad Pur
2021-09-13
LibWeb: Make requestAnimationFrame() work in multi-process mode
Andreas Kling
2021-09-13
LibWeb: Add the URLSearchParams built-in
Idan Horowitz
2021-09-13
LibWeb: Add URL::url_decode for decoding form url encoded parameters
Idan Horowitz
2021-09-13
LibWeb: Add the Web::URL namespace and move URLEncoder to it
Idan Horowitz
2021-09-13
LibWeb: Add support for generating a stringifier method/attribute
Idan Horowitz
2021-09-13
LibWeb: Escape reserved names of generated wrapper functions
Idan Horowitz
2021-09-13
LibWeb: Implement MediaQueryList.{addListener,removeListener}
Luke Wilde
2021-09-12
LibJS: Set OrdinaryFunctionObject's realm from the Tnterpreter
Linus Groh
2021-09-13
LibCrypto: Fix MacOS build by replacing explicit_bzero with secure_zero
Brian Gianforcaro
2021-09-13
LibCore: Switch to AK::secure_zero instead of platform specific APIs
Brian Gianforcaro
2021-09-13
LibC: Implement explicit_bzero with AK::secure_zero
Brian Gianforcaro
2021-09-13
AK: Add secure_zero() implementation so it can be used on all platforms
Brian Gianforcaro
2021-09-12
LibWeb: Log classic script start, finish, and duration
Andreas Kling
2021-09-12
AudioServer: Fix deadlock when playing two audio streams
kleines Filmröllchen
2021-09-12
LibThreading: Add ConditionVariable wrapper
kleines Filmröllchen
2021-09-12
Audio: Add per-client volume
kleines Filmröllchen
2021-09-12
AudioServer: Rename BufferQueue to ClientAudioStream
kleines Filmröllchen
2021-09-12
LibDSP+LibAudio: Use logarithmic scaling in delay effect
kleines Filmröllchen
2021-09-12
Audio: Change how volume works
kleines Filmröllchen
2021-09-12
LibIPC: Add support for transferring doubles over IPC messages
kleines Filmröllchen
2021-09-12
HackStudio: Remove an old file from the vectors in 'Save as...' action
Karol Kosek
2021-09-12
HackStudio: Rename Project::get_file() to Project::create_file()
Karol Kosek
2021-09-12
HackStudio: Remove storing a vector of opened files in Project class
Karol Kosek
2021-09-12
LibWeb: Tidy up CSS parser logging
Sam Atkins
2021-09-12
LibWeb: Ignore CSS properties with vendor-prefixed values
Sam Atkins
2021-09-12
LibWeb: Rename CSS::Parser::SelectorParsingResult => ParsingResult
Sam Atkins
2021-09-12
LibWeb: Ignore vendor-prefixed at-rules
Sam Atkins
2021-09-12
LibWeb: Ignore vendor-prefixed pseudo-element/classes in selectors
Sam Atkins
2021-09-12
LibWeb: Return SelectorParsingResult from all selector parsing functions
Sam Atkins
2021-09-12
LibWeb: Reduce CSS_PARSER_DEBUG spam
Sam Atkins
2021-09-12
LibWeb: Ignore CSS properties with other people's vendor prefixes
Sam Atkins
2021-09-12
LibGUI: Remove Indices with dangling FileSystemModel::Node on deletion
Itamar
2021-09-12
LibWeb: Implement CSSStyleDeclaration.getPropertyValue(property)
Andreas Kling
2021-09-12
LibWeb: Log a FIXME when unimplemented computed style is requested
Andreas Kling
2021-09-12
LibWeb: Add ComputedCSSSstyleDeclaration and support 2 properties :^)
Andreas Kling
[next]