serenity/Userland/Libraries/LibGfx
Nico Weber d223477bc6 LibGfx+icc: Print device attribute flags
These flags are always 0 in practice in all profiles I've seen so far,
but hey, probably nice to dump them anyways.

And hey, it's just 86 lines to print 4 bits.
2023-01-06 21:33:46 +01:00
..
Filters Everywhere: Remove unused includes of AK/StdLibExtras.h 2023-01-02 20:27:20 -05:00
Font LibGfx: Make BitmapFont's line gap be Gfx::Painter::LINE_SPACING 2023-01-06 12:02:21 +01:00
AffineTransform.cpp
AffineTransform.h
AntiAliasingPainter.cpp LibGfx: Improve AA stroke_path() line intersections a little 2023-01-03 18:08:22 +01:00
AntiAliasingPainter.h
Bitmap.cpp LibGfx: Preserve scale on Bitmap crop 2022-12-23 12:16:46 +00:00
Bitmap.h
BitmapMixer.cpp
BitmapMixer.h
BMPLoader.cpp LibGfx: BMPLoader: Propagate errors properly 2022-12-23 16:48:30 -05:00
BMPLoader.h LibGfx: Support BMP favicons with less than 32 bpp 2022-12-20 10:26:55 +01:00
BMPWriter.cpp
BMPWriter.h
CharacterBitmap.h
ClassicStylePainter.cpp
ClassicStylePainter.h
ClassicWindowTheme.cpp LibGfx: Round menu font size up when calculating menubar height 2023-01-06 12:02:21 +01:00
ClassicWindowTheme.h LibGfx: Make ClassicWindowTheme menubar heights respect the font size 2023-01-03 15:25:02 +01:00
CMakeLists.txt LibGfx: Add ability to request glyphs at subpixel offsets to fonts 2023-01-05 12:09:35 +01:00
Color.cpp LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
Color.h LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
CursorParams.cpp
CursorParams.h
DDSLoader.cpp LibGfx: DDSLoader: Propagate errors properly 2022-12-23 16:48:30 -05:00
DDSLoader.h
DisjointRectSet.h
FillPathImplementation.h Everywhere: Make global inline functions not static 2023-01-04 20:04:57 +01:00
Forward.h
Gamma.h
GIFLoader.cpp LibGfx: GIFLoader: Propagate more errors 2022-12-23 16:48:30 -05:00
GIFLoader.h
ICCProfile.cpp LibGfx+icc: Print device attribute flags 2023-01-06 21:33:46 +01:00
ICCProfile.h LibGfx+icc: Print device attribute flags 2023-01-06 21:33:46 +01:00
ICOLoader.cpp LibGfx: Prefer largest image with best depth for ICO display 2023-01-06 17:31:05 +01:00
ICOLoader.h
ImageDecoder.cpp
ImageDecoder.h
JPGLoader.cpp LibGfx: JPGLoader: Centralize error handling in read_be_word 2022-12-23 16:48:30 -05:00
JPGLoader.h
Line.h Everywhere: Remove unused includes of LibC/stdlib.h 2023-01-02 20:27:20 -05:00
Matrix.h
Matrix3x3.h
Matrix4x4.h
Orientation.h
Painter.cpp LibGfx: Make text painting better at aligning vector fonts vertically 2023-01-06 12:02:21 +01:00
Painter.h LibGfx: Avoid rounding/truncating glyph positions till blitting 2023-01-05 12:09:35 +01:00
Palette.cpp
Palette.h LibGfx: Support color schemes 2022-12-31 04:20:59 -07:00
Path.cpp
Path.h
PBMLoader.cpp
PBMLoader.h
PGMLoader.cpp
PGMLoader.h
PNGLoader.cpp LibCompress: Rename Compress::Zlib to Compress::ZlibDecompressor 2023-01-03 10:01:09 +00:00
PNGLoader.h
PNGShared.h
PNGWriter.cpp LibCompress: Switch ZlibCompressor to a constructor pattern 2023-01-03 10:01:09 +00:00
PNGWriter.h
Point.cpp LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
Point.h LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
PortableImageLoaderCommon.h
PortableImageMapLoader.h
PPMLoader.cpp
PPMLoader.h
QOILoader.cpp
QOILoader.h
QOIWriter.cpp
QOIWriter.h
Quad.h
Rect.cpp LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
Rect.h LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
ShareableBitmap.cpp LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
ShareableBitmap.h LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
Size.cpp LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
Size.h LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
StandardCursor.h
Streamer.h
StylePainter.cpp
StylePainter.h
SystemTheme.cpp LibGfx: Support color schemes 2022-12-31 04:20:59 -07:00
SystemTheme.h LibGfx: Support color schemes 2022-12-31 04:20:59 -07:00
TextAlignment.h
TextAttributes.h
TextDirection.cpp
TextDirection.h
TextElision.h
TextLayout.cpp LibGfx: Make text painting better at aligning vector fonts vertically 2023-01-06 12:02:21 +01:00
TextLayout.h LibGfx: Make text painting better at aligning vector fonts vertically 2023-01-06 12:02:21 +01:00
TextWrapping.h
Triangle.cpp
Triangle.h
Vector2.h
Vector3.h
Vector4.h
VectorN.h Everywhere: Remove unused includes of AK/Format.h 2023-01-02 20:27:20 -05:00
WindowTheme.cpp
WindowTheme.h