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
2020-06-21
LibGfx: Add BMP loader
Matthew Olsson
2020-06-18
LibGfx: Fix color alfa for transparent color in GIFLoader
Hüseyin ASLITÜRK
2020-06-15
LibGfx: Add a new Bitmap::is_path_a_supported_image_format() method
Hüseyin ASLITÜRK
2020-06-13
LibGfx: Painter::draw_line() can just return early if alpha == 0
Andreas Kling
2020-06-13
LibGfx: Add Color::Transparent as a named color
Andreas Kling
2020-06-13
LibGfx: Implement support for decoding interlaced PNGs
Paul Roukema
2020-06-13
LibGfx: Fix PNG decoder handling of 16-bit RGB images
Paul Roukema
2020-06-13
LibGfx: Silence debug spam in the PNG decoder
Andreas Kling
2020-06-13
LibGfx: Don't keep an unused GIF decoder plugin in failed ImageDecoders
Andreas Kling
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-11
LibGfx: Return paint_button() earlier and replace overdrawn rect
thankyouverycool
2020-06-11
LibGfx: Fail PNG decoding on invalid scanline filter
Andreas Kling
2020-06-11
LibGfx: Minor tweaks in PNG decoder
Andreas Kling
2020-06-10
LibGfx: Return correct color for palette.hover_highlight()
thankyouverycool
2020-06-10
LibGfx: Visual enhancement to buttons
thankyouverycool
2020-06-10
LibGfx: Use size_t for the Streamer offset and sizes
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-06-10
LibGfx: Add FloatSize::to_int_size()
Andreas Kling
2020-06-08
LibIPC+LibGfx+IPCCompiler: Drop some unused includes
Sergey Bugaev
2020-06-06
LibGfx: Make Painter::add_clip_rect() use logical coordinates
Andreas Kling
2020-06-02
LibGfx: Fix debug-printing colors
Sergey Bugaev
2020-06-02
LibGfx: Templatize some of the scanline unpacking code
Andreas Kling
2020-06-02
LibGfx: Consolidate some types in the PNG decoder
Andreas Kling
2020-06-01
LibGfx: Add ImageDecoder factory overload for ByteBuffers
Andreas Kling
2020-05-30
LibGfx: Use a bit of constexpr in Color
Andreas Kling
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-24
LibGfx: Add Painter::fill_ellipse()
Sergey Bugaev
2020-05-21
LibGfx: Font, extend fonts to 384 character to support LatinExtendedA
Hüseyin ASLITÜRK
2020-05-21
LibGfx: Painter, extend fonts to 384 character to support LatinExtendedA
Hüseyin ASLITÜRK
2020-05-17
LibGfx: Add UTF-32 version of the text painting code paths
Andreas Kling
2020-05-17
LibGfx: Let's make it Font::width(Utf32View)
Andreas Kling
2020-05-17
LibGfx: Add Font::width(u32* codepoints, size_t)
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-12
LibGfx+IPCCompiler: Add IPC encoders for Color and ShareableBitmap
Andreas Kling
2020-05-12
LibIPC+LibGfx: Templatize IPC encoding as well as decoding
Andreas Kling
2020-05-11
LibGfx: Eliminate conditional branch in dither
Ben Wiederhake
2020-05-10
LibGfx: Add support for dashed lines
Linus Groh
2020-05-10
LibGfx: Make buttons slightly chunkier on the top/left side
Andreas Kling
2020-05-10
LibGfx: Replace 'bool dotted' with a LineStyle::{Solid,Dotted} enum
Linus Groh
2020-05-10
LibGfx: Fix dotted lines with thickness > 1
Linus Groh
2020-05-10
LibGUI+LibGfx: Paint scollbar tracks with a dithered pattern
Andreas Kling
2020-05-09
LibGfx: Fix build with FILL_PATH_DEBUG enabled
Linus Groh
2020-05-09
LibGfx: Add Path::close_all_subpaths()
AnotherTest
2020-05-09
LibGfx: Implement GIFImageDecoderPlugin animation methods
Peter Nelson
2020-05-09
LibGfx: Optimise LZWDecoder
Peter Nelson
2020-05-09
LibGfx: Add support for animated images to ImageDecoder{Plugin}
Peter Nelson
2020-05-09
LibGfx: Add new methods to Font to avoid embedded values in FontEditor
Hüseyin ASLITÜRK
2020-05-08
LibGfx: Revert #2154 and properly handle simple polygons
AnotherTest
2020-05-08
LibGfx: Handle filling complex shapes better
AnotherTest
[next]