summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-04-06LibGfx/JPEG: Use a smaller type to store coefficientsLucas CHOLLET
2023-04-06LibWeb: Implement the `:defined` pseudo classLuke Wilde
2023-04-06LibWeb: Add a bunch of missing CEReactionsLuke Wilde
2023-04-06LibWeb: Introduce CustomElementRegistry and creating custom elementsLuke Wilde
2023-04-06LibWeb/WebIDL: Add the `construct` abstract operationLuke Wilde
2023-04-06LibWeb/WebIDL: Move call_user_object_operation out of lineLuke Wilde
2023-04-06LibGfx: Fix out of bounds read in BitmapFont::masked_character_set()Julian Offenhäuser
2023-04-06LibWeb: Port AbstractBrowsingContext to StringKenneth Myhra
2023-04-06LibWeb: Port KeyboardEvent to new StringKenneth Myhra
2023-04-06LibWeb: Port FocusEvent to new StringKenneth Myhra
2023-04-06LibTLS: Change Certificate parsing to use ErrorOrstelar7
2023-04-06LibCrypto: Add ability to rewrite current tag kindstelar7
2023-04-06LibCrypto: Add missing ASN1 tag kindsstelar7
2023-04-06LibGfx: Pass in format and size to webp image decoding functionNico Weber
2023-04-06LibGfx: Teach webp image reading function to read entropy coded imagesNico Weber
2023-04-06LibGfx: Move webp image decoding function up a bitNico Weber
2023-04-06LibGfx: Move webp bitmap decoding code into its own functionNico Weber
2023-04-06LibGfx: Implement hopefully correct max_symbol handling in webp decoderNico Weber
2023-04-06LibGfx: Read transform type in webp lossless decoderNico Weber
2023-04-06LibGfx: Remove some noisy dbgln_if()s in webp decoderNico Weber
2023-04-05LibWeb: Use intrinsic aspect ratio when calculating max content heightmatcool
2023-04-05LibCompress: Copy LZMA repetitions from the buffer in sequenceTim Schumacher
2023-04-05AK+LibCompress: Break when seekback copying to a full CircularBufferTim Schumacher
2023-04-05LibGfx: Add some support for decoding lossless webp filesNico Weber
2023-04-05LibGfx: Add Bitmap::begin() / Bitmap::end()Nico Weber
2023-04-05LibGfx: Read webp lossless header using LittleEndianInputBitStreamNico Weber
2023-04-05LibWeb: Add FormData support to XHRKenneth Myhra
2023-04-05LibWeb: Add get accessor to internal entry list of FormDataKenneth Myhra
2023-04-05LibWeb: Implement multipart/form-data encoding algorithmKenneth Myhra
2023-04-04LibWeb: Do not use OS error codes in the error callback for file:// URLsTimothy Flynn
2023-04-04LibWeb: Ensure fetch errors set their response types/codes appropriatelyTimothy Flynn
2023-04-04LibCompress: Order branches in Deflate's decode_codes() numericallyNico Weber
2023-04-04LibCompress: Remove a few no-op continue statements in DeflateNico Weber
2023-04-04LibGUI: Open and increment ComboBox ListViews by exact stepsthankyouverycool
2023-04-04LibGUI: Don't hover AbstractView indicies outside visible contentthankyouverycool
2023-04-04LibGUI: Paint Scrollbar buttons with appropriate thread highlightingthankyouverycool
2023-04-04LibGUI: Allow ComboBox windows to intersect Desktop's entire heightthankyouverycool
2023-04-04LibGUI: Remove calculated_min_size() for ListViewsthankyouverycool
2023-04-03LibGUI+CertificateSettings: Use custom SortingProxyFabian Dellwing
2023-04-03LibCrypto: Add PEM encoderFabian Dellwing
2023-04-03LibTLS: Refactor CA loading into central functionFabian Dellwing
2023-04-03LibTest: Don't output information on tests if none existLucas CHOLLET
2023-04-03LibWeb: Expand background-position layers into x/y position listsMacDue
2023-04-03LibWeb: Add getter for separator to StyleValueListMacDue
2023-04-03LibGfx/JPEG: Add YCCK and CMYK to RGB color transformationsLucas CHOLLET
2023-04-03LibGfx/JPEG: Support for images with four componentsLucas CHOLLET
2023-04-03LibGfx/JPEG: Replace C-style array by `Array`Lucas CHOLLET
2023-04-03LibGfx/JPEG: Bring IDCT and YCbCr conversion closer to specificationLucas CHOLLET
2023-04-03LibGfx/JPEG: Don't reject SOF2 image with successive approximationsLucas CHOLLET
2023-04-03LibGfx/JPEG: Support refinement scansLucas CHOLLET