index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2023-02-22
LibGfx: Don't store the size of a `Vector` in an external variable
Lucas CHOLLET
2023-02-22
LibGfx: Put the code to reset the encoder in its own function
Lucas CHOLLET
2023-02-22
LibGfx: Make `decode_huffman_stream` take macroblocks by reference
Lucas CHOLLET
2023-02-22
LibGfx: Prepare the decoder to handle multiples scans
Lucas CHOLLET
2023-02-22
LibGfx: Return from `scan_huffman_stream` before `JPEG_EOI`
Lucas CHOLLET
2023-02-22
LibGfx: Factorize handling of miscellaneous and tables segments
Lucas CHOLLET
2023-02-22
LibGfx: Rename "skip_marker_with_length" to "skip_segment"
Lucas CHOLLET
2023-02-21
LibJS: Don't try to merge unterminated BasicBlocks
Hendiadyoin1
2023-02-21
LibJS: Use HashTable::take_first in GetObjectPropertyIterator
Hediadyoin1
2023-02-21
LibWeb: Use browsing context creator URL for about:blank documents
Luke Wilde
2023-02-21
LibJS: Use the EnumerateObjectProperties AO to print objects
Andrew Kaster
2023-02-21
LibWeb+LibJS: Format Console arguments with JS::Print
Andrew Kaster
2023-02-21
LibGUI: Fix const-correctness issues
Andreas Kling
2023-02-21
LibGfx: Fix const-correctness issues
Andreas Kling
2023-02-21
LibManual: Fix const-correctness issues
Andreas Kling
2023-02-21
LibWeb+LibIDL: Fix (or paper over) various const-correctness issues
Andreas Kling
2023-02-21
Shell: Fix (and paper over) various const-correctness issues
Andreas Kling
2023-02-21
LibPDF: Make Object::cast<T>() non-const
Andreas Kling
2023-02-21
LibCpp: Make C++ AST (mostly) const-correct
Andreas Kling
2023-02-21
LibImageDecoderClient: Fix minor const-correctness issue
Andreas Kling
2023-02-21
LibPartition: Make Kernel parts const-correct re: StorageDevice&
Andreas Kling
2023-02-21
LibGL: Fix minor const-correctness issues
Andreas Kling
2023-02-21
LibGfx: Make Gfx::Path const-correct internally (segment list)
Andreas Kling
2023-02-21
LibTest: Fix minor const-correctness issue in TestSuite::find_cases()
Andreas Kling
2023-02-21
LibCards: Make find_card_stack_to_drop_on() non-const
Andreas Kling
2023-02-21
LibSQL: Fix minor const-correctness issues
Andreas Kling
2023-02-21
LibGfx: Add const hack in Bitmap::to_bitmap_backed_by_anonymous_buffer()
Andreas Kling
2023-02-21
LibGfx: Replace Bitmap::invert() with Bitmap::inverted()
Andreas Kling
2023-02-21
LibGfx: Make Bitmap::scaled(1) return a clone
Andreas Kling
2023-02-21
LibJS: Make RefPtr and NonnullRefPtr usage const-correct
Andreas Kling
2023-02-20
LibSQL: Don't use fchmod for socket on any BSD
Niklas Poslovski
2023-02-20
LibCore: Add support for NetBSD in anon_create
nipos
2023-02-20
LibCore: Enable file descriptor passing on all BSDs
nipos
2023-02-20
LibCore: All BSDs need sig_t instead of sighandler_t
nipos
2023-02-20
LibCore: Implement socket credentials for NetBSD
nipos
2023-02-20
LibGUI: Use Gfx::Font::bold_variant() instead of a manual lookup
Sam Atkins
2023-02-20
LibGUI: Use a while loop for iterating text spans
Sam Atkins
2023-02-20
LibGUI: Validate TextDocument spans when merging them, not when painting
Sam Atkins
2023-02-20
LibGUI: Add and use TextEditor::fixed_elements_width()
Sam Atkins
2023-02-20
LibGUI+HackStudio: Simplify TextEditor gutter & ruler calculations
Sam Atkins
2023-02-20
LibWeb: Replace `RefPtr` with `ValueComparingRefPtr` in StyleValue
MacDue
2023-02-19
LibGfx: Implement serialization of Lut16TagData and Lut8TagData
Nico Weber
2023-02-19
LibGfx: Make Lut16TagData and Lut8TagData ctors verify table sizes
Nico Weber
2023-02-19
LibGfx: Fix 7-bit ASCII checks in textDescriptionType and textType
Nico Weber
2023-02-19
LibGfx: Implement serialization of NamedColor2TagData
Nico Weber
2023-02-19
LibGfx: Make NamedColor2TagData verify inputs are 32-byte 7-bit ASCII
Nico Weber
2023-02-19
LibGfx: Mark a few ICC:NamedColor2TagData methods as const
Nico Weber
2023-02-19
LibGfx: Move NamedColorHeader to BinaryFormat.h
Nico Weber
2023-02-19
LibGfx: Use ICC::Profile::try_for_each_tag in encode_tag_datas()
Nico Weber
2023-02-19
LibGfx: Add fallible ICC::Profile::try_for_each_tag
Nico Weber
[prev]
[next]