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
2023-03-16
LibGUI+Userland: Make TabWidget::*add_tab() take title using new string
Karol Kosek
2023-03-16
LibGUI+HackStudio+PixelPaint: Port Widget title to the new String
Karol Kosek
2023-03-16
LibCore: Add new REGISTER_STRING_PROPERTY macro
Karol Kosek
2023-03-16
LibCore+Userland: Add DEPRECATED infix to REGISTER_STRING_PROPERTY macro
Karol Kosek
2023-03-16
LibWeb: Don't drop single <br/> lines
Mathis Wiehl
2023-03-16
LibGUI: Store correct address in TreeViewModel's ModelIndices
Tim Ledbetter
2023-03-16
LibGUI: Don't invoke non-visible shortcuts
Tim Ledbetter
2023-03-15
LibGfx: Make the Palette constructor take NNRP<PaletteImpl>
Andreas Kling
2023-03-15
LibWeb: Scale the font when painting the text on buttons
Andreas Kling
2023-03-15
LibWeb: Don't treat erroring subresource loads as success
Andreas Kling
2023-03-15
Kernel: Merge {get,set}_process_name syscalls to the prctl syscall
Liav A
2023-03-15
LibWeb: Port the CSS namespace to IDL
Timothy Flynn
2023-03-15
LibWeb: Support generating IDL namespaces
Timothy Flynn
2023-03-15
LibIDL: Begin parsing IDL namespaces
Timothy Flynn
2023-03-15
LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributes
Sam Atkins
2023-03-15
LibGfx+Userland: Make TextAttributes::underline_style optional
Sam Atkins
2023-03-15
LibGfx: Make a comment in BMPWriter more precise
Nico Weber
2023-03-15
LibGfx: Let decode_bmp_v5_dib() skip reserved field
Nico Weber
2023-03-15
LibGfx: Make BMPWriter code a tiny bit shorter
Nico Weber
2023-03-15
LibGfx: Let BMPWriter optionally embed an ICC profile
Nico Weber
2023-03-15
LibGfx: Allow BMPWriter to write v5 bmps and make that the default
Nico Weber
2023-03-15
LibGfx: VERIFY correct type length in PNGChunk ctor
Nico Weber
2023-03-15
LibGfx: Make PNGChunk::m_type a String instead of a DeprecatedString
Nico Weber
2023-03-15
LibGfx: Use * a b s t r a c t i o n * in PNGChunk::store_type()
Nico Weber
2023-03-15
LibGfx: Remove reckless PNGChunk::add(T) method
Nico Weber
2023-03-15
LibGfx: Remove unused PNGChunk::add_as_little_endian() method
Nico Weber
2023-03-15
LibGfx: Let PNGWriter optionally embed an ICC profile
Nico Weber
2023-03-15
LibGfx: Add PNGChunk::compress_and_add API
Nico Weber
2023-03-15
LibGfx: Use ReadonlyBytes in PNGChunk API
Nico Weber
2023-03-15
LibWeb: Don't truncate font sizes before scaling them to device pixels
Andreas Kling
2023-03-15
LibGfx: Add Font::point_size()
Andreas Kling
2023-03-15
LibWeb: Make sure `float: left` boxes get pushed down if they can't fit
Andreas Kling
2023-03-15
LibGUI: Do not attempt to close non-existent notifications
implicitfield
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-15
LibJS: Allow constructing a Handle<T> from a {Nonnull,}GCPtr<T>
Matthew Olsson
2023-03-15
LibJS: Allow constructing a GCPtr from another GCPtr of convertible type
Matthew Olsson
2023-03-15
LibJS: Allow GCPtr and NonnullGCPtr to be hashed
Matthew Olsson
2023-03-14
LibWeb: Implement the [PutForwards] IDL extended attribute
Timothy Flynn
2023-03-14
LibWeb: Invalidate styles on font load
Mathis Wiehl
2023-03-14
LibWeb: Actually instantiate ::before/::after pseudo elements when found
Andreas Kling
2023-03-14
LibWeb: Don't compute full style for ::before/::after unless matched
Andreas Kling
2023-03-14
LibWeb: Avoid inside layout of flex items during intrinsic sizing
Andreas Kling
2023-03-14
LibWeb: Consider margins of atomic inlines in layout
Mathis Wiehl
2023-03-14
LibWeb: Port {set,clear}{Timeout,Interval} to IDL
Timothy Flynn
2023-03-14
LibWeb: Port the WindowOrWorkerGlobalScopeMixin timer handler to String
Timothy Flynn
2023-03-14
LibWeb: Move timer implementations to WindowOrWorkerGlobalScopeMixin
Timothy Flynn
2023-03-14
LibWeb: Change HTML::Timer to store its owning window as a JS::Object
Timothy Flynn
2023-03-13
LibWeb+Ladybird+Userland: Port window.[alert,confirm,prompt] to String
Timothy Flynn
2023-03-13
WebDriver: Fix typo in browser capabilities key parsing
Timothy Flynn
2023-03-13
LibJS: Don't skip CPU registers when gathering conservative roots
Andreas Kling
[next]