index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGfx
Age
Commit message (
Expand
)
Author
2021-01-03
LibGfx+Ports: Add missing newlines at the end of file.
Emanuele Torre
2021-01-03
LibGUI: Use String::formatted() and String::number() more
Andreas Kling
2021-01-02
LibGfx: Add Gfx::TextAttributes (and use it in GUI::TextDocumentSpan)
Andreas Kling
2021-01-02
LibGfx: Add Gfx::Bitmap::create_shareable(format, size)
Andreas Kling
2021-01-01
Kernel: Remove MAP_PURGEABLE from mmap
Tom
2021-01-01
LibGfx: Tweak color of checkmark in disabled+checked GUI::CheckBox
Andreas Kling
2020-12-31
LibGfx: Introduce provisional font interface
Stephan Unverwerth
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-31
LibGfx: Remove unnecessary assertion in Painter::draw_pixel()
Andreas Kling
2020-12-31
LibGfx: Add Gfx::Font::bold_variant() that does a proper font lookup
Andreas Kling
2020-12-30
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
Stephan Unverwerth
2020-12-30
LibTTF: Fix code after rebase
Stephan Unverwerth
2020-12-30
LibTTF: Initial work on parsing and rasterizing composite glyphs.
Srimanta Barua
2020-12-30
LibTTF: Reorganized TTF parsing code into LibTTF
Srimanta Barua
2020-12-30
LibGfx: Address awesomekling's comments on API and codestyle
Srimanta Barua
2020-12-30
LibGfx: Cut down on magic constants in the TTF parser.
Srimanta Barua
2020-12-30
LibGfx: Update Painter's bezier curve drawing algorithm.
Srimanta Barua
2020-12-30
LibGfx: Finally render simple TTF outlines.
Srimanta Barua
2020-12-30
LibGfx: Rasterize simple TTF glyphs.
Srimanta Barua
2020-12-30
LibGfx: Load glyph definition from "glyf" table for TTF fonts.
Srimanta Barua
2020-12-30
LibGfx: Get glyph ID for codepoint, from the CMAP table.
Srimanta Barua
2020-12-30
LibGfx: Started working on TTF font parser.
Srimanta Barua
2020-12-30
AK+Format: Remove TypeErasedFormatParams& from format function.
asynts
2020-12-28
LibGfx+AK: Make text elision work with multi-byte characters
Andreas Kling
2020-12-28
LibGfx: Make Painter::draw_text() interpret StringView as UTF-8
Andreas Kling
2020-12-28
LibGfx: Add FontDatabase::get(family, size, weight)
Andreas Kling
2020-12-28
LibGfx: fix OOB access in LZW decoder on bad input
Peter Nelson
2020-12-28
LIbGUI+LibGfx: Paint focused push buttons with a heavier look
Andreas Kling
2020-12-26
LibC: Fix some incorrect printf usages
Sahan Fernando
2020-12-25
WindowServer: Validate cursor type in SetWindowCursor message handler
Linus Groh
2020-12-25
LibGfx: Make all image decoders reject image sizes above 16384 pixels
Andreas Kling
2020-12-23
LibGfx: Always compute the DIB mask shifts and sizes if needed
Andreas Kling
2020-12-23
LibGfx: Fail JPEG decode instead of asserting on bogus start-of-scan
Andreas Kling
2020-12-23
LibGfx: Catch integer overflows in PNG decoder and fail the decode
Andreas Kling
2020-12-23
LibGfx: Avoid a ByteBuffer heap allocation in PNG filtering
Andreas Kling
2020-12-23
LibGfx: Reject PNG files with invalid filter/interlace methods
Andreas Kling
2020-12-22
LibGfx: Fix OOB access in GIF deinterlacing
Andreas Kling
2020-12-22
LibGfx: Commonize functions in P*MLoader class implementations
Lenny Maiorani
2020-12-21
LibGfx: Extraction of Streamer from P*MLoader
Lenny Maiorani
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-20
LibGfx: Teach all image decoders to fail on bitmap allocation failure
Andreas Kling
2020-12-20
LibGfx: Fail PNG decode if output bitmap can't be allocated
Andreas Kling
2020-12-19
LibGfx: Remove use of ByteBuffer::wrap() in BMP decoder
Andreas Kling
2020-12-19
LibGfx: Remove use of ByteBuffer::wrap() in PNG decoder
Andreas Kling
2020-12-18
LibGfx: Give Size and Rect * and *= operators
Nico Weber
2020-12-18
LibGfx: Fix type of scale factor in Point scale operators
Nico Weber
2020-12-14
Loader: Stabilize loader & Use shared libraries everywhere :^)
Itamar
2020-12-14
LibGfx: Draw checked buttons with a dithered base background
Andreas Kling
2020-12-12
LibGfx: Make fill_path() less bad at filling paths
AnotherTest
2020-12-08
LibGfx: SIMD optimized alpha blending
Sahan Fernando
[next]