summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-01-26LibWeb: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibTest: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibSymbolication: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibKeyboard: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibGUI: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibDesktop: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibDebug: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibCoreDump: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibCore: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26PixelPaint: Let the move tool optionally select the active layerTim Ledbetter
2023-01-26LibWeb: Use available space in FFC remaining space calculationsAndreas Kling
2023-01-26LibWeb: Use available_inner_space_or_constraints_from() for flex itemsAndreas Kling
2023-01-26LibWeb: Always pass some available space to flex item fit-content sizingAndreas Kling
2023-01-26LibWeb: Always pass *some* available width to flex item intrinsic sizingAndreas Kling
2023-01-26LibWeb: Take used width into account for flex item intrinsic heightsAndreas Kling
2023-01-26LibWeb: Ignore only anonymous blocks in block auto height calculationAliaksandr Kalenik
2023-01-26LibWeb: Fix reset of floats y offsetAliaksandr Kalenik
2023-01-26LibSQL: Don't interpret AK::Error codes as SQL error codesTimothy Flynn
2023-01-26PixelPaint: Add a GradientToolTorstennator
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