ladybird/SharedGraphics
Andreas Kling d48f486634 LibGUI: Don't draw left and right side of surfaces that span entire window.
In other words, if a surface stretches from the left side of the window
all the way to the right side, skip shading and highlighting the sides.
This makes widgets blend together just slightly with the window. :^)
2019-03-29 02:20:22 +01:00
..
.gitignore Add basic automatic dependency management to Makefiles. 2019-02-02 04:41:59 +01:00
CharacterBitmap.cpp Convert more RetainPtr use to Retained. 2019-02-25 16:04:08 +01:00
CharacterBitmap.h Convert more RetainPtr use to Retained. 2019-02-25 16:04:08 +01:00
Color.cpp IRCClient: Add ability to change nickname. 2019-03-20 04:21:58 +01:00
Color.h IRCClient: Add ability to change nickname. 2019-03-20 04:21:58 +01:00
DisjointRectSet.cpp More moving towards using signed types. 2019-02-25 22:06:55 +01:00
DisjointRectSet.h WindowServer: Avoid overdraw by shattering dirty rects into unique shards. 2019-02-19 14:49:23 +01:00
Font.cpp Kernel: Add Inode::truncate(size). 2019-03-27 16:42:30 +01:00
Font.h Add a bold variant of Katica and make that the system's default bold font. 2019-03-06 14:50:27 +01:00
GraphicsBitmap.cpp Use the PNG loader for all images, and get rid of the .rgb files. 2019-03-22 00:21:03 +01:00
GraphicsBitmap.h FileManager: Add basic thumbnailing of PNG images. 2019-03-23 12:37:33 +01:00
Painter.cpp LibGUI: Add a GPainter class that inherits from Painter. 2019-03-28 17:19:56 +01:00
Painter.h LibGUI: Add a GPainter class that inherits from Painter. 2019-03-28 17:19:56 +01:00
PNGLoader.cpp Kernel: Introduce threads, and refactor everything in support of it. 2019-03-23 22:03:17 +01:00
PNGLoader.h SharedGraphics: Implement a simple PNG decoder. 2019-03-21 03:57:42 +01:00
Point.h SharedGraphics: Add PainterStateSaver RAII helper and Point::operator-(). 2019-03-09 16:54:41 +01:00
puff.c SharedGraphics: Oops, I was compiling puff() in SLOW mode for testing. 2019-03-24 00:53:16 +01:00
puff.h SharedGraphics: Implement a simple PNG decoder. 2019-03-21 03:57:42 +01:00
Rect.cpp SharedGraphics: Minor tweaks in rect shattering code. 2019-02-19 16:37:12 +01:00
Rect.h About+LibGUI: Use a GBoxLayout for the About app. 2019-03-09 21:09:29 +01:00
Size.h PNGLoader: Support for color type 2 (RGB triplets) and multiple IDAT chunks. 2019-03-21 05:25:54 +01:00
StylePainter.cpp LibGUI: Don't draw left and right side of surfaces that span entire window. 2019-03-29 02:20:22 +01:00
StylePainter.h LibGUI: Don't draw left and right side of surfaces that span entire window. 2019-03-29 02:20:22 +01:00
TextAlignment.h LibGUI: Allow specifying per-column text alignment. 2019-02-28 11:27:04 +01:00