summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-19Kernel+Userland: Add constants subdirectory at /sys/kernel directoryLiav A
2023-02-19LibWeb: Relax unnecessarily narrow cast in Node::containing_block()Andreas Kling
2023-02-19LibGfx: Rename all `JPG_*` macros to `JPEG_*` in JPEGLoaderLucas CHOLLET
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-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
2023-02-19LibWeb: Port StyleComputer to new StringsSam Atkins
2023-02-19LibWeb: Port FontCache to new StringsSam Atkins
2023-02-19LibWeb: Store stylesheet sources as StringViewsSam Atkins
2023-02-19LibWeb: Port Selector to new StringsSam Atkins
2023-02-19LibWeb: Port FontFace to new StringsSam Atkins
2023-02-19LibWeb: Port GeneralEnclosed to new StringsSam Atkins
2023-02-19LibWeb: Use is_ascii_case_insensitive_match() where the spec says toSam Atkins
2023-02-19LibWeb: Transform translate() values to device pixels before paintingAliaksandr Kalenik
2023-02-19LibGfx: Fix sign-compare compile error in TGALoaderLinus Groh
2023-02-19Kernel: Support sending filedescriptors with sendmsg(2) and SCM_RIGHTSPeter Elliott
2023-02-19LibGfx: Implement serialization of MeasurementTagDataNico Weber
2023-02-19LibGfx: Move ICC MeasurementHeader to BinaryFormat.hNico Weber
2023-02-19LibGfx: Implement serialization of TextTagDataNico Weber
2023-02-19LibGfx: Make TextTagData verify input is 7-bit ASCIINico Weber
2023-02-19LibGfx: Implement serialization of SignatureTagDataNico Weber
2023-02-19LibGfx: Implement serialization of CurveTagDataNico Weber
2023-02-19LibGfx: Implement serialization of CicpTagDataNico Weber
2023-02-19LibGfx: Implement serialization of ChromaticityTagDataNico Weber
2023-02-19LibGfx: Implement serialization of ParametricCurveTagDataNico Weber
2023-02-19LibGfx: Implement serialization of S15Fixed16ArrayTagDataNico Weber