summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-16LibWeb: Don't drop single <br/> linesMathis Wiehl
2023-03-16LibGUI: Store correct address in TreeViewModel's ModelIndicesTim Ledbetter
2023-03-15CI: Bump Android NDK version used in CI to 25.2.9519653Andrew Kaster
2023-03-16SpaceAnalyzer: Make "Open in File Manager" shortcut behave correctlyTim Ledbetter
2023-03-16LibGUI: Don't invoke non-visible shortcutsTim Ledbetter
2023-03-15PixelPaint: Make the clone tool brush size consistent with other toolsTim Ledbetter
2023-03-15PixelPaint: Scale the clone tool sample marker size with zoom levelTim Ledbetter
2023-03-15PixelPaint: Repaint clone tool sample marker on size changeTim Ledbetter
2023-03-15PixelPaint: Minimize clone tool sample marker repaintsTim Ledbetter
2023-03-15Ladybird: Get the system's current color theme settings from QtAndreas Kling
2023-03-15LibGfx: Make the Palette constructor take NNRP<PaletteImpl>Andreas Kling
2023-03-15LibWeb: Scale the font when painting the text on buttonsAndreas Kling
2023-03-15LibWeb: Don't treat erroring subresource loads as successAndreas Kling
2023-03-15AK: Clear OrderedHashTable previous/next pointers on removalJelle Raaijmakers
2023-03-15Kernel: Merge {get,set}_process_name syscalls to the prctl syscallLiav A
2023-03-15Meta: Make sure directories for pci.ids and usb.ids existSam Atkins
2023-03-15LibUnicode: Remove now-unused dir-iterator helper functionsSam Atkins
2023-03-15LibLocale: Migrate code generators to Directory::for_each_entry()Sam Atkins
2023-03-15LibUnicode: Migrate GenerateEmojiData to Directory::for_each_entry()Sam Atkins
2023-03-15LibUnicode: Read emoji file title from LexicalPath directlySam Atkins
2023-03-15LibWeb: Port the CSS namespace to IDLTimothy Flynn
2023-03-15LibWeb: Support generating IDL namespacesTimothy Flynn
2023-03-15LibIDL: Begin parsing IDL namespacesTimothy Flynn
2023-03-15LibSyntax+Libraries: Replace TextStyle with Gfx::TextAttributesSam Atkins
2023-03-15LibGfx+Userland: Make TextAttributes::underline_style optionalSam Atkins
2023-03-15LibGfx: Make a comment in BMPWriter more preciseNico Weber
2023-03-15LibGfx: Let decode_bmp_v5_dib() skip reserved fieldNico Weber
2023-03-15LibGfx: Make BMPWriter code a tiny bit shorterNico Weber
2023-03-15image: Preserve ICC profiles in BMP outputNico Weber
2023-03-15LibGfx: Let BMPWriter optionally embed an ICC profileNico Weber
2023-03-15LibGfx: Allow BMPWriter to write v5 bmps and make that the defaultNico Weber
2023-03-15LibGfx: VERIFY correct type length in PNGChunk ctorNico Weber
2023-03-15LibGfx: Make PNGChunk::m_type a String instead of a DeprecatedStringNico Weber
2023-03-15LibGfx: Use * a b s t r a c t i o n * in PNGChunk::store_type()Nico Weber
2023-03-15LibGfx: Remove reckless PNGChunk::add(T) methodNico Weber
2023-03-15LibGfx: Remove unused PNGChunk::add_as_little_endian() methodNico Weber
2023-03-15image: Make the ppm writing code a tiny bit shorterNico Weber
2023-03-15image: Preserve ICC profiles in PNG outputNico Weber
2023-03-15LibGfx: Let PNGWriter optionally embed an ICC profileNico Weber
2023-03-15LibGfx: Add PNGChunk::compress_and_add APINico Weber
2023-03-15LibGfx: Use ReadonlyBytes in PNGChunk APINico Weber
2023-03-15Tests/LibWeb: Add ACID1 as a layout testAndreas Kling
2023-03-15LibWeb: Don't truncate font sizes before scaling them to device pixelsAndreas Kling
2023-03-15LibGfx: Add Font::point_size()Andreas Kling
2023-03-15LibWeb: Make sure `float: left` boxes get pushed down if they can't fitAndreas Kling
2023-03-15PartitionEditor: Add missing unveilsMacDue
2023-03-15Meta: Download pci.ids and usb.ids to Build/cachesTimothy Flynn
2023-03-15Kernel/Ramdisk: Propagate error during Ramdisk initializePankaj Raghav
2023-03-15Kernel/Storage: Use NonnullRefPtr for storage controllersPankaj Raghav
2023-03-15Ports: Add taskwarrior portSeal Sealy