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
LibJS: Convert Intl.NumberFormat.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Intl.Locale.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Intl.ListFormat.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Convert Intl.DisplayNames.prototype to be a PrototypeObject
Linus Groh
2021-09-13
LibJS: Remove leftover typed_this() declarations
Linus Groh
2021-09-13
LibC: Upgrade memmove() to memcpy() when possible
Andreas Kling
2021-09-13
Browser: Add some UI padding in the Inspector widget
Andreas Kling
2021-09-13
LibJS: Evaluate function arguments before checking callee type
Linus Groh
2021-09-13
LibWeb: Identical sub-expression bug in URLSearchParams::set
Brian Gianforcaro
2021-09-13
LibJS: Extract exception check duplication in iso_month_day_from_fields
Brian Gianforcaro
2021-09-13
FileOperation: Deduplicate destination file names on copy
Tetsui Ohkubo
2021-09-13
LibWeb: Add handful of CSS properties and identifiers
Andreas Kling
2021-09-13
PixelPaint: Fix Line/Rectangle second paint alignment with pixels
Mustafa Quraish
2021-09-13
PixelPaint: Call `Layer::did_modify_bitmap()` after drawing Ellipse
Mustafa Quraish
2021-09-13
PixelPaint: Update editor after drawing shapes to clear outside
Mustafa Quraish
2021-09-13
PixelPaint: Ensure thickness of shapes is never 0 when drawing
Mustafa Quraish
2021-09-13
PixelPaint: Allowing drawing line from center, like other shapes
Mustafa Quraish
2021-09-13
PixelPaint: Adjust menu ampersand shortcut characters
Mustafa Quraish
2021-09-13
PixelPaint: Properly transfer active tool to editor on tab close
Mustafa Quraish
2021-09-13
PixelPaint: Have `ToolboxWidget` keep track of active tool
Mustafa Quraish
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
[prev]
[next]