ladybird/Userland/Libraries/LibGfx
2021-02-22 11:44:57 +01:00
..
Filters Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
AffineTransform.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
AffineTransform.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Bitmap.cpp LibGfx: Correct the allocated buffer size in serialize_to_byte_buffer() 2021-01-27 06:40:15 +01:00
Bitmap.h WindowServer: In HighDPI mode, load high-res window buttons and high-res cursors 2021-01-20 10:28:27 +01:00
BitmapFont.cpp LibGfx: Generalize glyph placement in Painter 2021-02-15 08:50:48 +01:00
BitmapFont.h LibGfx: draw_glyph_or_emoji fix check for available glyph 2021-02-15 08:50:48 +01:00
BMPLoader.cpp Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
BMPLoader.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
BMPWriter.cpp Everywhere: Remove unnecessary headers 1/4 2021-02-08 18:03:57 +01:00
BMPWriter.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
CharacterBitmap.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
CharacterBitmap.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ClassicStylePainter.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ClassicStylePainter.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ClassicWindowTheme.cpp LibGfx: Oops, fix misaligned window buttons for WindowType::Normal 2021-02-16 16:57:45 +01:00
ClassicWindowTheme.h WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindow 2021-02-16 16:26:29 +01:00
CMakeLists.txt LibGfx: Remove static load_from_file() from abstract Font class 2021-02-15 08:50:48 +01:00
Color.cpp LibGfx: Make Color(NamedColor) inline and constexpr 2021-02-07 16:51:17 +01:00
Color.h LibGfx: Add Color::multiply() for component wise multiplication 2021-02-15 08:50:48 +01:00
DisjointRectSet.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
DisjointRectSet.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Emoji.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Emoji.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Font.h LibGfx: draw_glyph_or_emoji fix check for available glyph 2021-02-15 08:50:48 +01:00
FontDatabase.cpp LibGfx: Remove debug spam from FontDatabase lookups 2021-02-16 13:12:41 +01:00
FontDatabase.h LibGfx: Add more query methods to FontDatabase and Typeface 2021-02-15 08:50:48 +01:00
Forward.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Gamma.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
GIFLoader.cpp Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
GIFLoader.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ICOLoader.cpp Everywhere: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
ICOLoader.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ImageDecoder.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ImageDecoder.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
JPGLoader.cpp Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
JPGLoader.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Matrix4x4.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Matrix.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Orientation.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Painter.cpp LibGfx: Don't color outside the lines in Painter::draw_physical_pixel() 2021-02-22 11:44:57 +01:00
Painter.h LibGfx: Enable Painter::blit to apply opacity and mix alpha channels 2021-02-13 19:57:31 +01:00
Palette.cpp LibGfx: Make Palette::color(ColorRole) inline 2021-02-07 16:53:39 +01:00
Palette.h WindowServer: Allow different shadows for active/inactive windows 2021-02-11 23:36:11 +01:00
Path.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Path.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
PBMLoader.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
PBMLoader.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
PGMLoader.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
PGMLoader.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
PNGLoader.cpp Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
PNGLoader.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
PNGWriter.cpp LibGfx: adding a very simple PNG writer 2021-01-22 20:39:25 +01:00
PNGWriter.h LibGfx: adding a very simple PNG writer 2021-01-22 20:39:25 +01:00
Point.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Point.h LibGfx: Allow comparing Points, Sizes, and Rects of different type 2021-01-22 22:13:53 +01:00
PortableImageLoaderCommon.h Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
PPMLoader.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
PPMLoader.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Rect.cpp LibGfx: Implement Rect resizing around a fixed point 2021-01-23 08:34:17 +01:00
Rect.h LibGfx: Implement Rect resizing around a fixed point 2021-01-23 08:34:17 +01:00
ShareableBitmap.cpp LibGfx: Give Bitmap a scale factor 2021-01-20 10:28:27 +01:00
ShareableBitmap.h LibGfx: Give Bitmap a scale factor 2021-01-20 10:28:27 +01:00
Size.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Size.h LibGfx: Allow comparing Points, Sizes, and Rects of different type 2021-01-22 22:13:53 +01:00
StandardCursor.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Streamer.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StylePainter.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
StylePainter.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SystemTheme.cpp WindowServer: Allow different shadows for active/inactive windows 2021-02-11 23:36:11 +01:00
SystemTheme.h WindowServer: Allow different shadows for active/inactive windows 2021-02-11 23:36:11 +01:00
TextAlignment.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
TextAttributes.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
TextElision.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Triangle.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Triangle.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Typeface.cpp LibTTF: ScaledFont should have a NonnullRefPtr<TTF::Font> 2021-02-17 23:45:21 +01:00
Typeface.h LibGUI+LibGfx+LibTTF: Make fontpicker handle TTF fonts 2021-02-15 08:50:48 +01:00
Vector3.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
WindowTheme.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
WindowTheme.h WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindow 2021-02-16 16:26:29 +01:00