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-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
2020-05-06
Misc: Replace "String(string_view)" with "string_view.to_string()"
Linus Groh
2020-05-06
LibGfx: Implement filling paths
AnotherTest
2020-05-05
LibGfx: Add missing FloatRect function implementations
Andreas Kling
2020-05-05
LibGfx: Add a naive "rgba(r,g,b,a)" color parser
Andreas Kling
2020-05-05
LibWeb: Add canvas.quadraticCurveTo()
AnotherTest
2020-05-05
LibGfx: Add Painter::draw_quadratic_bezier_curve()
AnotherTest
2020-05-02
LibGfx: Decode paletted and grayscale images with 1/2/4 bit depth
LepkoQQ
2020-04-30
AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macros
Andreas Kling
2020-04-29
LibGfx: Add Color::to_string_without_alpha()
Andreas Kling
2020-04-26
LibGfx: PNGLoader support for grayscale images with alpha.
LepkoQQ
2020-04-26
LibGfx: PNGLoader support for grayscale images with 8/16bpp.
LepkoQQ
2020-04-26
LibGUI: Create thumnail for gif files
Hüseyin ASLITÜRK
2020-04-25
LibGfx: Fix crash on decoding small gifs
Peter Nelson
2020-04-25
LibGfx: Don't proceed with GIF format sniffing if stream read fails
Andreas Kling
2020-04-25
LibGfx: Remove unnecessary casts
Peter Nelson
2020-04-25
LibGfx: Minor changes to adhere to code style guidelines
Peter Nelson
2020-04-25
LibGfx: Remove debug output
Peter Nelson
2020-04-25
LibGfx: Use content sniffing to choose which ImageDecoder plugin to use
Peter Nelson
2020-04-25
LibGfx: Add a sniff method to ImageDecoder and implement for GIF and PNG
Peter Nelson
2020-04-25
LibGfx: Extract GIF header decoding into separate function
Peter Nelson
2020-04-25
LibGfx: implement remaining GIFImageDecoderPlugin methods
Peter Nelson
2020-04-25
LibGfx: decode first frame of GIF LZW data
Peter Nelson
2020-04-25
LibGfx: Implement GIF LZW decoding
Peter Nelson
2020-04-23
WindowServer+LibGfx: Make window borders 1px thicker
Andreas Kling
2020-04-19
LibGfx: Let the PNG decoder fail if the header is missing or too short
Andreas Kling
[next]