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-03-01
LibWeb: Add form associated element categories
Luke Wilde
2022-03-01
LibWeb: Move enabled() to FormAssociatedElement and follow the spec
Luke Wilde
2022-03-01
Base: Add all IPA Extensions glyphs to KaticaRegular10
Maciej
2022-03-01
LibWeb: Fix incorrect check in BrowsingContext::is_top_level
Luke Wilde
2022-03-01
HackStudio: Add icon to "Open Recent"
xSlendiX
2022-03-01
Base: Add open recent icon
xSlendiX
2022-03-01
Keymaps: Add ยต key to Danish keymap
ReimarPB
2022-03-01
Keymaps: Add keys to alt map on Danish layout
ReimarPB
2022-03-01
LibWeb: Always include floats when computing height:auto for blocks
Andreas Kling
2022-03-01
LibWeb: Fix wrong height:auto computation for block with floating child
Andreas Kling
2022-03-01
Kernel: Respect actual framebuffer pitch
Andreas Kling
2022-03-01
Base: Remove my copyright from this HTML file
Sam Atkins
2022-03-01
LibWeb: Add origin property to window object
Alex M
2022-02-28
LibC: Define offsetof in stddef.h instead of sys/cdefs.h
Andrew Kaster
2022-02-28
LibC: Don't export ALWAYS_INLINE from sys/cdefs.h
Andrew Kaster
2022-02-28
Spreadsheet: Make function examples easier to read
roughjericho
2022-02-28
Base: Add Sundanese to font Katica Regular 10
Lady Gegga
2022-02-28
Base: Add Sundanese Supplement to font Katica Regular 10
Lady Gegga
2022-02-28
LibJS: Spin the event loop until await has completed
davidot
2022-02-28
LibWeb: Also apply default button styles to <button>, not just <input>
Linus Groh
2022-02-28
LibC: Add a wrapper for the getrusage syscall
Lucas CHOLLET
2022-02-28
Kernel: Add getrusage() syscall
Lucas CHOLLET
2022-02-28
AK: Add Time::from_ticks()
Lucas CHOLLET
2022-02-28
Base: Remove TelnetServer and WebServer from the generated manpage list
Idan Horowitz
2022-02-28
Base: Remove usermod and wc from the generated manpage list
Sam Atkins
2022-02-28
Base: Make it obvious which pseudo-element tests are unimplemented
Sam Atkins
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
[next]