summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-01-26LibGfx: Add small convenience functions for Lines and AA PainterTorstennator
2023-01-25LibGfx: Fix typo in name of DeviceClass::InputDeviceNico Weber
2023-01-25LibGfx: Add checking for required tags to ICCProfileNico Weber
2023-01-25LibPDF: Load Type1C fonts when foundRodrigo Tobar
2023-01-25LibPDF: Add initial CFF parsingRodrigo Tobar
2023-01-25LibPDF: Add name -> char code conversion in EncodingRodrigo Tobar
2023-01-25LibPDF: Add Reader::try_read for easier error propagationRodrigo Tobar
2023-01-25LibPDF: Augment Type11FontProgram with Type2 capabilitiesRodrigo Tobar
2023-01-25LibPDF: Remove unused memberRodrigo Tobar
2023-01-25LibPDF: Add new Type1FontProgram base classRodrigo Tobar
2023-01-25LibPDF: Avoid reading fields from moved-from Data objectRodrigo Tobar
2023-01-25LibPDF: Record base font name read from documentRodrigo Tobar
2023-01-25LibWasm: Use `Core::Stream` to read values in the bytecode interpreterTim Schumacher
2023-01-25LibWasm: Port the parser to `Core::Stream`Tim Schumacher
2023-01-25LibWasm: Port `Wasm::Printer` to `Core::Stream`Tim Schumacher
2023-01-25PixelPaint: Use background color when cropping layer to contentTim Ledbetter
2023-01-25LibGfx: Port GIFLoader to Core::StreamKarol Kosek
2023-01-25UserspaceEmulator: Use Core::Process::set_name()Sam Atkins
2023-01-25FileManager: Use Core::Process::set_name()Sam Atkins
2023-01-25LibCore: Add nice get/set_process_name() wrappers in Core::ProcessSam Atkins
2023-01-25icc: Print each tag signature's spec nameNico Weber
2023-01-25LibGfx: Add names for all tag signatures in the v4 specNico Weber
2023-01-25LibWeb: Use rect of containing block instead of parent to clip overflowAliaksandr Kalenik
2023-01-25LibWeb: Fix clip of hidden overflow when translated boxes are involvedAliaksandr Kalenik
2023-01-24LibWeb: Propagate more StringBuilder errors in from StyleValuesMacDue
2023-01-24LibWeb: Remove some unchecked .value() calls in StyleValueMacDue
2023-01-24LibJS+LibLocale: Port Intl.NumberFormat to StringTimothy Flynn
2023-01-24LibJS: Use correct type for NumberFormat's UseGrouping internal slotTimothy Flynn
2023-01-24LibJS: Propagate OOM errors from all Intl.Locale *OfLocale AOsTimothy Flynn
2023-01-24LibJS: Add a fallible variant of Array::create_fromTimothy Flynn
2023-01-24LibJS: Propagate OOM errors from ApplyUnicodeExtensionToTagTimothy Flynn
2023-01-24LibJS: Remove DeprecatedString usage from Intl.PluralRulesTimothy Flynn
2023-01-24FileManager+HackStudio+SpaceAnalyzer: Use File::can_delete_or_moveKarol Kosek
2023-01-24LibCore: Implement File::can_delete_or_move()Karol Kosek
2023-01-24FileManager: Calculate file action permissions for subsequent columnsKarol Kosek
2023-01-24LibWeb: Improve column width distributionAliaksandr Kalenik
2023-01-24LibWeb: Avoid division by zero in `distribute_width_to_columns`Aliaksandr Kalenik
2023-01-24LibWeb: Use table wrapper box width to resolve cells widthAliaksandr Kalenik
2023-01-24LibWeb: Use percentage column widths in `compute_table_measures`Aliaksandr Kalenik
2023-01-24LibJS: Add missing MUST in DisposableStack.prototype.usedavidot
2023-01-24LibVideo/VP9: Move TreeSelection class to TreeParser.cppZaggy1024
2023-01-24icc: Print every TagData object only onceNico Weber
2023-01-24LibGfx: Dedupe ICC TagData objectsNico Weber
2023-01-24LibGfx: Move TagTableEntry into read_tag_tableNico Weber
2023-01-24LibGfx: Pass offset and size instead of full TagTableEntry to read_tagNico Weber
2023-01-24WindowServer: Reuse existing `WindowManager::desktop_rect()` methodSam Atkins
2023-01-24LibGfx: Use `Core::Stream` to decode QOI imagesTim Schumacher
2023-01-24LibGfx: Pass the first QOI chunk byte to the operation implementationTim Schumacher
2023-01-24LibGfx: Use x-mac-roman TextCodec for decoding MacRoman textNico Weber
2023-01-24LibTextCodec: Add a MacRoman decoderNico Weber