1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 16:11:00 +00:00
serenity/SharedGraphics
2019-04-03 13:51:49 +02: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 Font: Clean up AK::MappedFile and use it for mapping font files. 2019-04-03 13:51:49 +02:00
Font.h Font: Clean up AK::MappedFile and use it for mapping font files. 2019-04-03 13:51:49 +02: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 Rename Painter::set_clip_rect() to add_clip_rect(). 2019-03-29 15:01:54 +01:00
Painter.h Rename Painter::set_clip_rect() to add_clip_rect(). 2019-03-29 15:01:54 +01:00
PNGLoader.cpp Move NetworkOrdered.h to AK/ since it's used in both kernel and userspace. 2019-04-02 20:04:54 +02:00
PNGLoader.h SharedGraphics: Implement a simple PNG decoder. 2019-03-21 03:57:42 +01:00
Point.h WindowServer: Add a WSCursor class (a bitmap and a hotspot.) 2019-03-31 22:09:10 +02: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 StylePainter: Fix underdraw in new button style. 2019-03-29 02:57:33 +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