summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-02-22LibGfx: Don't store the size of a `Vector` in an external variableLucas CHOLLET
2023-02-22LibGfx: Put the code to reset the encoder in its own functionLucas CHOLLET
2023-02-22LibGfx: Make `decode_huffman_stream` take macroblocks by referenceLucas CHOLLET
2023-02-22LibGfx: Prepare the decoder to handle multiples scansLucas CHOLLET
2023-02-22LibGfx: Return from `scan_huffman_stream` before `JPEG_EOI`Lucas CHOLLET
2023-02-22LibGfx: Factorize handling of miscellaneous and tables segmentsLucas CHOLLET
2023-02-22LibGfx: Rename "skip_marker_with_length" to "skip_segment"Lucas CHOLLET
2023-02-21LibJS: Don't try to merge unterminated BasicBlocksHendiadyoin1
2023-02-21LibJS: Use HashTable::take_first in GetObjectPropertyIteratorHediadyoin1
2023-02-21LibWeb: Use browsing context creator URL for about:blank documentsLuke Wilde
2023-02-21LibJS: Use the EnumerateObjectProperties AO to print objectsAndrew Kaster
2023-02-21LibWeb+LibJS: Format Console arguments with JS::PrintAndrew Kaster
2023-02-21LibGUI: Fix const-correctness issuesAndreas Kling
2023-02-21LibGfx: Fix const-correctness issuesAndreas Kling
2023-02-21LibManual: Fix const-correctness issuesAndreas Kling
2023-02-21LibWeb+LibIDL: Fix (or paper over) various const-correctness issuesAndreas Kling
2023-02-21Shell: Fix (and paper over) various const-correctness issuesAndreas Kling
2023-02-21LibPDF: Make Object::cast<T>() non-constAndreas Kling
2023-02-21LibCpp: Make C++ AST (mostly) const-correctAndreas Kling
2023-02-21LibImageDecoderClient: Fix minor const-correctness issueAndreas Kling
2023-02-21LibPartition: Make Kernel parts const-correct re: StorageDevice&Andreas Kling
2023-02-21LibGL: Fix minor const-correctness issuesAndreas Kling
2023-02-21LibGfx: Make Gfx::Path const-correct internally (segment list)Andreas Kling
2023-02-21LibTest: Fix minor const-correctness issue in TestSuite::find_cases()Andreas Kling
2023-02-21LibCards: Make find_card_stack_to_drop_on() non-constAndreas Kling
2023-02-21LibSQL: Fix minor const-correctness issuesAndreas Kling
2023-02-21LibGfx: Add const hack in Bitmap::to_bitmap_backed_by_anonymous_buffer()Andreas Kling
2023-02-21LibGfx: Replace Bitmap::invert() with Bitmap::inverted()Andreas Kling
2023-02-21LibGfx: Make Bitmap::scaled(1) return a cloneAndreas Kling
2023-02-21LibJS: Make RefPtr and NonnullRefPtr usage const-correctAndreas Kling
2023-02-20LibSQL: Don't use fchmod for socket on any BSDNiklas Poslovski
2023-02-20LibCore: Add support for NetBSD in anon_createnipos
2023-02-20LibCore: Enable file descriptor passing on all BSDsnipos
2023-02-20LibCore: All BSDs need sig_t instead of sighandler_tnipos
2023-02-20LibCore: Implement socket credentials for NetBSDnipos
2023-02-20LibGUI: Use Gfx::Font::bold_variant() instead of a manual lookupSam Atkins
2023-02-20LibGUI: Use a while loop for iterating text spansSam Atkins
2023-02-20LibGUI: Validate TextDocument spans when merging them, not when paintingSam Atkins
2023-02-20LibGUI: Add and use TextEditor::fixed_elements_width()Sam Atkins
2023-02-20LibGUI+HackStudio: Simplify TextEditor gutter & ruler calculationsSam Atkins
2023-02-20LibWeb: Replace `RefPtr` with `ValueComparingRefPtr` in StyleValueMacDue
2023-02-19LibGfx: Implement serialization of Lut16TagData and Lut8TagDataNico Weber
2023-02-19LibGfx: Make Lut16TagData and Lut8TagData ctors verify table sizesNico Weber
2023-02-19LibGfx: Fix 7-bit ASCII checks in textDescriptionType and textTypeNico Weber
2023-02-19LibGfx: Implement serialization of NamedColor2TagDataNico Weber
2023-02-19LibGfx: Make NamedColor2TagData verify inputs are 32-byte 7-bit ASCIINico Weber
2023-02-19LibGfx: Mark a few ICC:NamedColor2TagData methods as constNico Weber
2023-02-19LibGfx: Move NamedColorHeader to BinaryFormat.hNico Weber
2023-02-19LibGfx: Use ICC::Profile::try_for_each_tag in encode_tag_datas()Nico Weber
2023-02-19LibGfx: Add fallible ICC::Profile::try_for_each_tagNico Weber