summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-19Kernel/Graphics: Allow Intel DisplayConnector to not have consoleLiav A
2023-02-19Kernel/IntelGraphics: Move DisplayPlane enable code to derived classesLiav A
2023-02-19Kernel/IntelGraphics: Add Generation enum to the Definitions fileLiav A
2023-02-19Kernel/IntelGraphics: Move pipe management to the Transcoder classLiav A
2023-02-19Kernel/Graphics: Introduce the IntelDisplayConnectorGroup classLiav A
2023-02-19LibGfx: Use static_cast in ICC writing codeNico Weber
2023-02-19LibGfx: Write multiLocalizedUnicodeType with multiple strings correctlyNico Weber
2023-02-19LibGfx: Add a FIXME to ICC encode_tag_data()Nico Weber
2023-02-19LibGfx: Partially implement serialization of TextDescriptionTagDataNico Weber
2023-02-19LibGfx: Make TextDescriptionTagData verify input is 7-bit ASCIINico Weber
2023-02-19LibGfx: Re-alphabetize TagData classesNico Weber
2023-02-19LibGfx: Add spec comment to ICC encode_tag_table()Nico Weber
2023-02-19WebDriver: Add computedlabel endpointJonah
2023-02-19HackStudio: Make wrapping modes consistentSam Atkins
2023-02-19LibGfx: Fix a slight mistake in AA ellipse error calculationMacDue
2023-02-19LibTextCodec+Everywhere: Port Decoders to new StringsSam Atkins
2023-02-19LibTextCodec: Return Optional<Decoder&> from `bom_sniff_to_decoder()`Sam Atkins
2023-02-19LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()`Sam Atkins
2023-02-19LibWebView: Display Accessible Name and DescriptionJonah
2023-02-19LibWeb: Serialize Accessible Name and Description for Accessibility TreeJonah
2023-02-19LibWeb: Implement Accessible Name and Description CalculationJonah
2023-02-19LibWeb: Add ARIA::allows_name_from_contentJonah
2023-02-19LibDeviceTree: Add a slow, allocation-free property fetch APIAndrew Kaster
2023-02-19LibDeviceTree: Add walk_device_tree and use it to dump structured dataAndrew Kaster
2023-02-19LibDeviceTree: Refactor dump() to return ErrorOr, and use ReadonlyBytesAndrew Kaster
2023-02-19LibDeviceTree: Print the StringsBlock size properly when bounds checkingAndrew Kaster
2023-02-19AK: Allow zero-valued signed size types in format stringsAndrew Kaster
2023-02-19Kernel+Userland: Add constants subdirectory at /sys/kernel directoryLiav A
2023-02-19Base: Add and update a few body part/hand emojisRyan Liptak
2023-02-19LibWeb: Relax unnecessarily narrow cast in Node::containing_block()Andreas Kling
2023-02-19AK/StackInfo: Add support for OpenBSD pthreadsnipos
2023-02-19LibGfx: Rename all `JPG_*` macros to `JPEG_*` in JPEGLoaderLucas CHOLLET
2023-02-19Kernel: Remove unnecessary include from SysFS PowerStateSwitch codeLiav A
2023-02-19Tests: Add a test for Gfx::ICC::encode()Nico Weber
2023-02-19LibGfx: Dedupe identical tag data objects when writing ICC dataNico Weber
2023-02-19LibGfx: Implement serialization of ViewingConditionsTagDataNico Weber
2023-02-19LibGfx: Move ICC ViewingConditionsHeader to BinaryFormat.hNico Weber
2023-02-19LibGfx: Correctly handle JPEG image with restart markersLucas CHOLLET
2023-02-19PixelPaint: Enable more text tool keyboard shortcutsTim Ledbetter
2023-02-19LibGUI: Allow clipboard items to have no associated dataTim Ledbetter
2023-02-19js: Save REPL history when exiting interpreter with `exit()`Evan Smal
2023-02-19Kernel/FileSystem: Don't assume flags for root filesystem mount flagsLiav A
2023-02-19SystemServer: Re-mount / as non-writable, nosuid and nodevLiav A
2023-02-19WindowServer: Fix drawing wallpaper on additional screensTom
2023-02-19WindowServer: Fix caching stretched wallpaper for multiple screensTom
2023-02-19LibGUI: Allow double-clicking PathBreadcrumbbar buttons to edit pathSam Atkins
2023-02-19LibGUI: Add Button double-click callbackSam Atkins
2023-02-19FileManager: Use PathBreadcrumbbar instead of Breadcrumbbar :^)Sam Atkins
2023-02-19LibGUI: Add PathBreadcrumbbarSam Atkins
2023-02-19LibGUI+FileManager: Move `has_{parent,child}_segment` logic into BCBSam Atkins