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
/
LibGfx
/
BMPWriter.cpp
Age
Commit message (
Expand
)
Author
2023-03-15
LibGfx: Make a comment in BMPWriter more precise
Nico Weber
2023-03-15
LibGfx: Make BMPWriter code a tiny bit shorter
Nico Weber
2023-03-15
LibGfx: Let BMPWriter optionally embed an ICC profile
Nico Weber
2023-03-15
LibGfx: Allow BMPWriter to write v5 bmps and make that the default
Nico Weber
2023-03-12
LibGfx: Make BMPWriter::dump() return ErrorOr
Nico Weber
2023-03-12
LibGfx: Make BMPWriter::dump() not take a RefPtr
Nico Weber
2023-03-12
LibGfx: Remove a redundant copy of all data when writing a BMP
Nico Weber
2023-03-12
LibGfx: Change BMPWriter API to be consistent with other image writers
Nico Weber
2023-03-12
LibGfx: Change second argument of BMPWriter::dump() to Options struct
Nico Weber
2023-03-12
LibGfx: Remove unused BMPWriter::set_compression()
Nico Weber
2023-02-21
LibGfx: Fix const-correctness issues
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2021-11-10
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Andreas Kling
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-06
Everywhere: Use OOM-safe ByteBuffer APIs where possible
Ali Mohammad Pur
2021-08-01
LibGfx: Remove unused header includes
Brian Gianforcaro
2021-07-05
LibGfx/BMPWriter: Add support for V3 & V4 DIB headers
Marcus Nilsson
2021-05-28
LibGfx: Make sure we use unique class names
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-08
Everywhere: Remove unnecessary headers 1/4
Ben Wiederhake
2021-01-20
LibGfx: Give Bitmap a scale factor
Nico Weber
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling