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
2022-12-09
Documentation: Add a note on paths in the kernel development guidelines
Liav A
2022-12-09
Kernel: Add callback on ".." directory entry for a TmpFS root directory
Liav A
2022-12-10
LibJS: Use ToPropertyKey AO for computed member expression value
Linus Groh
2022-12-10
LibWeb: Implement Selection.collapse_to_end
Rafał Babiarz
2022-12-10
LibWeb: Implement Selection.collapse_to_start
Rafał Babiarz
2022-12-10
LibWeb: Implement Selection.collapse
Rafał Babiarz
2022-12-10
LibJS: Remove redundant starts_with()s from is_less_than() string branch
Linus Groh
2022-12-10
LibWeb: Actually hit-test child stacking contents with z-index of 0
Luke Wilde
2022-12-10
LibWeb: Implement Selection.setBaseAndExtent
Luke Wilde
2022-12-10
LibWeb: Add Document.getSelection
Luke Wilde
2022-12-10
LibWeb: Add namespace qualifier to type names equal to a C++ namespace
Luke Wilde
2022-12-10
LibWeb: Stub Range.getBoundingClientRect
Luke Wilde
2022-12-10
LibWeb: Stub HTMLMediaElement.pause
Luke Wilde
2022-12-10
LibWeb: Add spec link to HTMLMediaElement::load
Luke Wilde
2022-12-10
LibJS/Bytecode: Implement yield*
Luke Wilde
2022-12-10
LibJS/Bytecode: Implement var/lexical binding destructuring in for/of
Luke Wilde
2022-12-09
SpaceAnalyzer: Display the current location in the window title :^)
Sam Atkins
2022-12-09
SpaceAnalyzer: Add a tooltip for the hovered tree node
Sam Atkins
2022-12-09
SpaceAnalyzer: Remove declaration for unimplemented method
Sam Atkins
2022-12-09
SQLServer: Add a hook to inform owners of disconnected SQL clients
Timothy Flynn
2022-12-09
WebContent+LibWeb+LibJS: Simplify injection of JS console globals
Andreas Kling
2022-12-09
Base: Add emoji flags for French subdivisions
Xexxa
2022-12-09
SpaceAnalyzer: Propagate possible errors up
Arda Cinar
2022-12-09
SpaceAnalyzer: Use raw_delta_y in TreeMapWidget::mousewheel_event
Arda Cinar
2022-12-09
LibWeb: Display DragonFly in the user agent string
Undefine
2022-12-09
LibWeb: Fix child wrapping in table fix up
Aliaksandr Kalenik
2022-12-09
LibWeb: Consider specified cell widths in a table
Aliaksandr Kalenik
2022-12-09
LibWeb: Fix typo in TableFormattingContext.h
Aliaksandr Kalenik
2022-12-09
LibWeb: Layout table rows that do not belong to table row group
Aliaksandr Kalenik
2022-12-09
Everywhere: Remove unnecessary AK and Detail namespace scoping
Moustafa Raafat
2022-12-09
Everywhere: Use C++ concepts instead of requires clauses
Moustafa Raafat
2022-12-08
LibJS: Call shrink_to_fit() on various Vectors created during parse
Andreas Kling
2022-12-08
LibJS: Shrink DeclarativeEnvironment bindings vector to fit
Andreas Kling
2022-12-08
AK: Add Vector::shrink_to_fit()
Andreas Kling
2022-12-08
LibJS: Shrink FunctionNode by using bitfields
Andreas Kling
2022-12-08
LibJS: Make FunctionKind enum class a u8
Andreas Kling
2022-12-08
LibJS: Shrink ObjectProperty AST nodes by rearranging members
Andreas Kling
2022-12-08
LibJS: Make one compact allocation for CallExpression and its Arguments
Andreas Kling
2022-12-08
LibJS: Add ASTNodeWithTailArray template to pack AST node + array
Andreas Kling
2022-12-08
LibJS: Use move() on the SourceRange in create_ast_node()
Andreas Kling
2022-12-08
LibJS: Shrink MemberExpression by rearranging members slightly
Andreas Kling
2022-12-08
LibJS: Rearrange ASTNode members so there's a padding hole at the end
Andreas Kling
2022-12-09
LibGUI: Add OpacitySlider to ColorPicker dialog
FrHun
2022-12-09
LibGUI: Split OpacitySlider into vertical and horizontal helper classes
FrHun
2022-12-09
LibGUI: Implement vertical orientation for OpacitySlider
FrHun
2022-12-09
LibGfx: Make Rect by orientation methods generic
FrHun
2022-12-09
AK: Disallow implicit pointer-to-boolean conversion in JsonValue
Timothy Flynn
2022-12-09
LibGUI: Register GUI icon path setters as write-only
Timothy Flynn
2022-12-09
LibCore: Support write-only Object properties
Timothy Flynn
2022-12-09
AK: Unref old m_data in String's move assignment
Maciej
[next]