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-02-28
LibWeb: Add support for 'view-box' attribute to SVGs
Tobias Christiansen
2022-02-28
LibWeb: Make SVGSVGElement's view_box() const
Tobias Christiansen
2022-02-28
LibWeb: Allow <input type="button/submit/reset"> to be styled
Vrins
2022-02-28
LibWeb: Remove unused variable in required_box_type_transformation()
Andreas Kling
2022-02-28
LibWeb: Store box's containing line box fragment in FormattingState
Andreas Kling
2022-02-28
LibWeb: Use copy-on-write to make cloning a FormattingState much cheaper
Andreas Kling
2022-02-28
LibWeb: Don't crash on content with SVG elements outside of <svg>
Andreas Kling
2022-02-28
LibWeb: Move some of PaintContext out of line
Andreas Kling
2022-02-28
LibWeb: Don't blockify or inlinify boxes with already-correct type
Andreas Kling
2022-02-28
LibWeb: Blockify children of parents with display:grid or display:flex
Andreas Kling
2022-02-28
LibWeb: Split CSS box type transformations into a helper function
Andreas Kling
2022-02-28
LibWeb: Improve Layout::Box has-definite-size? computation
Andreas Kling
2022-02-28
LibWeb: Store bottom edge location with each LineBox
Andreas Kling
2022-02-28
LibWeb: For height:auto blocks, measure from top of *top* line box
Andreas Kling
2022-02-28
LibWeb: Add FormattingState::clone()
Andreas Kling
2022-02-28
LibWeb: Store Layout::Box overflow data in Optional instead of OwnPtr
Andreas Kling
2022-02-28
LibWeb: Use Vector<LineBoxFragment> instead of NonnullOwnPtrVector
Andreas Kling
2022-02-28
LibWeb: Use coordinate instead of WeakPtr for box->fragment connection
Andreas Kling
2022-02-28
LibWeb: Pass state to create_independent_formatting_context_if_needed()
Andreas Kling
2022-02-28
AK: Add tests for integer values formatting in printf
Timur Sultanov
2022-02-28
AK: Correctly process precision modifiers in printf
Timur Sultanov
2022-02-28
groupdel: Port to LibMain
TheOddGarlic
2022-02-28
useradd: Port to LibMain
TheOddGarlic
2022-02-28
Base: Clarify that TelnetServer must be run as root
Kyle Anthony Williams
2022-02-28
Base: Add gist to and modify description of usermod man page
Kyle Anthony Williams
2022-02-28
Base: Move EchoServer man page to section 8
Kyle Anthony Williams
2022-02-28
Base: Combine TelnetServer man pages :^)
Kyle Anthony Williams
2022-02-28
Base: Change gist of Shell man page
Kyle Anthony Williams
2022-02-28
Base: Add gists to man pages that lack one
Kyle Anthony Williams
2022-02-28
Base: Move WebServer man page to section 8
Kyle Anthony Williams
2022-02-28
Base: Add "Open" link to Eyes, Help man pages
Kyle Anthony Williams
2022-02-28
TextEditor: Support multiline highlighting for trailing space
Lucas CHOLLET
2022-02-28
TextEditor: Fix highlighting bug in wrapping mode
Lucas CHOLLET
2022-02-28
Piano: Respect logarithmic parameters in sliders
kleines Filmröllchen
2022-02-28
LibDSP: Allow ProcessorRangeParameter to specify if it's a log value
kleines Filmröllchen
2022-02-28
AK: Add FixedPoint base 2 logarithm
kleines Filmröllchen
2022-02-28
AK: Add bit shift to FixedPoint
kleines Filmröllchen
2022-02-28
AK: Fix FixedPoint to integral comparisons
kleines Filmröllchen
2022-02-28
Services: Port FileOperation to LibMain
Lenny Maiorani
2022-02-28
LibCore: Add rmdir system call wrapper
Lenny Maiorani
2022-02-28
Applications: Change static constexpr variables to constexpr
Lenny Maiorani
2022-02-28
Base: Tweak the Plum theme's Ruler color
roughjericho
2022-02-28
LibVT: Fix crash from integer overflow in text wrapping
MacDue
2022-02-27
Base: Flip U+2190 and U+2192 horizontaly in Katica Regular 10
Karol Kosek
2022-02-27
LanguageServers/Cpp: Make find declaration of enums work
Itamar
2022-02-27
LanguageServers/Cpp: Make find declaration for a declaration node work
Itamar
2022-02-27
LibCpp: Set end position for the return type node of FunctionType nodes
Itamar
2022-02-27
LanguageServers/Cpp: Make go to declaration of a namespace work
Itamar
2022-02-27
Kernel: Whitespace and `Error` cleanup in `AC97`
Jelle Raaijmakers
2022-02-27
Kernel: Do not reset AC'97 PCM out on buffer completion
Jelle Raaijmakers
[next]