index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2022-03-13
LibGfx: Commonize P[BGP]M file loading contexts
Lenny Maiorani
2022-03-13
Libraries: Use default constructors/destructors in LibX86
Lenny Maiorani
2022-03-13
Libraries: Use default constructors/destructors in LibWebSocket
Lenny Maiorani
2022-03-13
Libraries: Use default constructors/destructors in LibVT
Lenny Maiorani
2022-03-13
Libraries: Use default constructors/destructors in LibThreading
Lenny Maiorani
2022-03-13
Libraries: Use default constructors/destructors in LibSyntax
Lenny Maiorani
2022-03-13
Libraries: Use default constructors/destructors in LibSQL
Lenny Maiorani
2022-03-13
Libraries: Use default constructors/destructors in LibMarkdown
Lenny Maiorani
2022-03-13
Libraries: Use default constructors/destructors in LibLine
Lenny Maiorani
2022-03-13
Libraries: Use default constructors/destructors in LibIPC
Lenny Maiorani
2022-03-13
Libraries: Use default constructors/destructors in LibHTTP
Lenny Maiorani
2022-03-13
Libraries: Use default constructors/destructors in LibGemini
Lenny Maiorani
2022-03-13
LibWeb: Add a Vector::ensure_capacity() in collect_matching_rules()
Andreas Kling
2022-03-13
LibWeb: Add some fast_is<T> helpers for hot classes on GitHub :^)
Andreas Kling
2022-03-13
LibWeb: Don't make deep copy of custom properties for every element
Andreas Kling
2022-03-13
LibWeb: Cache CSS::Selector's pseudo element at construction time
Andreas Kling
2022-03-13
LibWeb: Sort stacking context tree once, after fully building it
Andreas Kling
2022-03-13
LibCore: Use altzone for the current time zone offset during DST
Timothy Flynn
2022-03-13
LibC: Use altzone for the current time zone offset during DST
Timothy Flynn
2022-03-13
LibJS: Implement bytecode generation for WithStatement
Ali Mohammad Pur
2022-03-13
LibJS: Initialize 'var' bindings to undefined on declaration
Ali Mohammad Pur
2022-03-13
LibJS: Leave the unwind context on break/continue/return in bytecode
Ali Mohammad Pur
2022-03-13
LibJS: Propagate abrupt completions in Bytecode::Op::Call
Ali Mohammad Pur
2022-03-13
LibJS: Add some tests for TypedArray.prototype.set
mjz19910
2022-03-13
LibWeb: Fix serialization of selectors with universal subject (*)
Andreas Kling
2022-03-13
LibVT: Use coarse scrolling animation in TerminalWidget
MacDue
2022-03-13
LibGUI: Allow setting smooth/coarse scrolling animation on ScrollBar
MacDue
2022-03-13
LibGUI: Add m_ prefix to gutter_click_state in ScrollBar
MacDue
2022-03-13
LibWeb: Give flex containers with percentage cross size some dimensions
Andreas Kling
2022-03-13
LibWeb: Add a debug helper to dump current state of an FFC
Andreas Kling
2022-03-13
LibWeb: Make Element::recompute_style() really compare properties
Andreas Kling
2022-03-13
LibWeb: Mark input elements for style update in set_checked()
Andreas Kling
2022-03-13
LibWeb: Make StyleProperties::operator==(StyleProperties) actually work
Andreas Kling
2022-03-13
LibWeb: Fix calculation of hypothetical cross size in column flex layout
Andreas Kling
2022-03-13
LibWeb: Swap min-content and max-content intrinsic sizes if needed
Andreas Kling
2022-03-13
LibWeb: Support the CSS 'unset' value
Andreas Kling
2022-03-13
LibWeb: Make Layout::FormattingState copies shallow
Andreas Kling
2022-03-13
LibWeb: Add fast_is<SVG::SVGSVGElement>()
Andreas Kling
2022-03-13
LibWeb: Handle many more cases with intrinsic/auto sizing in flex layout
Andreas Kling
2022-03-13
LibWeb: Add functions for calculating intrinsic sizes of a Layout::Box
Andreas Kling
2022-03-13
LibWeb: Make Layout::SVGBox a BlockContainer again
Andreas Kling
2022-03-13
LibWeb: Add FFC helpers for resolving definite main/cross sizes
Andreas Kling
2022-03-13
LibWeb: Remove ad-hoc setup step from FFC layout algorithm
Andreas Kling
2022-03-13
LibWeb: Improve how layout nodes decide whether they have definite sizes
Andreas Kling
2022-03-13
LibWeb: Apply non-CSS presentational hints before author styles
Andreas Kling
2022-03-13
LibWeb: Only collapse vertical margin between BlockContainer siblings
Andreas Kling
2022-03-13
LibWeb: Support indefinite flex container cross sizes
Andreas Kling
2022-03-13
LibWeb: Fix flex line alignment in single-line flex containers
Andreas Kling
2022-03-13
LibWeb: Remove FFC::cross_size_is_absolute_or_resolved_nicely()
Andreas Kling
2022-03-13
LibWeb: Improve FFC step 7 (hypothetical cross size)
Andreas Kling
[next]