summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-02-08AK: Remove the fallible constructor from `LittleEndianOutputBitStream`Tim Schumacher
2023-02-08AK: Remove the fallible constructor from `LittleEndianInputBitStream`Tim Schumacher
2023-02-08AK: Remove the fallible constructor from `BigEndianInputBitStream`Tim Schumacher
2023-02-08LibGfx: Validate type of cicpTag in ICC ProfileNico Weber
2023-02-08LibGfx+icc: Read cicpTypeNico Weber
2023-02-08LibGfx: Add another profile ID to ICC quirk listNico Weber
2023-02-08LibGfx: Add ICC v2 tags to tag listNico Weber
2023-02-08LibGfx+icc: Read signatureTypeNico Weber
2023-02-08LibGfx+icc: Read namedColor2TypeNico Weber
2023-02-07LibWeb: Null check `nearest_sibling` in `generate_missing_parents`Aliaksandr Kalenik
2023-02-07LibWeb: Table wrappers should not be ignored in auto height calculationAliaksandr Kalenik
2023-02-07LibGUI: Add 9 and 11 to the list of suggested sizes in FontPickerAndreas Kling
2023-02-07LibGUI: Add callbacks for Slider drags starting and endingZaggy1024
2023-02-07LibGUI: Make sliders start a drag when jumping to the cursorZaggy1024
2023-02-07LibGUI+About: Make AboutDialog creation fallibleSam Atkins
2023-02-07LibGUI: Convert AboutDialog layout to GMLSam Atkins
2023-02-06LibGfx: Add table size validation for ICC lut16TypeNico Weber
2023-02-06LibChess: Factorize the returned `StringView` for a drawLucas CHOLLET
2023-02-06Chess+LibChess: Avoid using `DeprecatedString` whenever possibleLucas CHOLLET
2023-02-05LibGfx: Fix comment typo in ICC codeNico Weber
2023-02-05LibC+LibCore: Remove serenity_setenv()MacDue
2023-02-05LibCore+LibC: Add putenv() wrapperMacDue
2023-02-05LibCore: Add const qualifier to exec() argument spansMacDue
2023-02-05LibGfx: Extract a variable in ICC TextDescriptionTagDataNico Weber
2023-02-05LibSQL: Actually print an error message after failing to launch a serverKarol Kosek
2023-02-05LibGUI: Handle utf-8 search strings in findArda Cinar
2023-02-05LibVT: Handle utf-8 search strings in findArda Cinar
2023-02-05LibWeb: Respect `font-stretch` in `StyleComputer::compute_font`Aliaksandr Kalenik
2023-02-05LibGfx: Pass font width to `FontDatabase::get()`Aliaksandr Kalenik
2023-02-04AK: Check the return type in `IsCallableWithArguments`Lucas CHOLLET
2023-02-04LibGUI: Verify NonemptyText InputBox doesn't result in an empty stringKarol Baraniecki
2023-02-04LibGUI+Userland: Switch order of parameters for InputBox::showKarol Baraniecki
2023-02-04Userland: Replace manual checking by using GUI::InputType::NonemptyTextKarol Baraniecki
2023-02-04LibGUI: Allow the InputBox to be of NonemptyText typeKarol Baraniecki
2023-02-04AK: Make LEB128 decoding work with `read_value`Tim Schumacher
2023-02-04AK: Port `LEB128` to the new `AK::Stream`Tim Schumacher
2023-02-04AK: Make `SeekableStream::truncate()` take a `size_t`Tim Schumacher
2023-02-04LibGfx: Port ICOLoader to the new AK::StreamKarol Kosek
2023-02-04LibGfx: Return ErrorOr<> in ICOLoader internal functionsKarol Kosek
2023-02-04LibPDF: Fix clipping of painting operationsRodrigo Tobar
2023-02-03LibWeb: Implement CanvasRenderingContext2D.createPattern()MacDue
2023-02-03LibWeb: Fix typo and use auto where possibleMacDue
2023-02-03LibSQL+SQLServer: Send result column names over IPC to SQL clientsTimothy Flynn
2023-02-03LibSQL+Userland: Pass SQL IPC results to clients in a structureTimothy Flynn
2023-02-03LibSQL: Store selected column names in the results for SELECT statementsTimothy Flynn
2023-02-03LibWeb: Parse font-stretch CSS propertyAliaksandr Kalenik
2023-02-03LibVideo/VP9: Use proper indices for updating inter_mode probabilitiesZaggy1024
2023-02-03LibVideo/VP9: Use u32 to store the parsed value countsZaggy1024
2023-02-03LibVideo/VP9: Prevent negation overflow in BitStream::read_sZaggy1024
2023-02-03LibVideo/VP9: Correct the mode/partition probability adaption countsZaggy1024