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-09-12
LibGUI: Use new Bitmap::minimum_pitch method
Ben Wiederhake
2020-09-12
LibGfx: Validate size of incoming shared bitmap
Ben Wiederhake
2020-09-12
LibGfx: Saner memory usage of indexed bitmaps
Ben Wiederhake
2020-09-12
LibGfx: Remove redundant bits() method
Ben Wiederhake
2020-09-12
LibGfx: Don't blindly trust file-internal offset
Ben Wiederhake
2020-09-12
LibGfx: Nicer error reporting for bitmap allocation
Ben Wiederhake
2020-09-12
LibGfx: Protect against over-large bitmaps
Ben Wiederhake
2020-09-11
LibGUI+LibGfx: Move check box painting to Gfx::StylePainter
Andreas Kling
2020-09-10
LibGfx: Move StandardCursor enum to LibGfx
Andreas Kling
2020-09-10
JPGLoader: Check existence of Huffman tables in scan header segment (#3442)
Devashish Jaiswal
2020-09-08
LibGfx: Add ability to draw inverted rectangles
Tom
2020-09-01
LibGfx: Make fill_rect_with_dither_pattern() skip transparent colors
Andreas Kling
2020-08-31
LibGfx: implement GIF RestorePrevious frame disposal mode
Peter Nelson
2020-08-31
LibGfx: clear previous GIF frame to transparent instead of whole image
Peter Nelson
2020-08-30
LibGfx: Fix Lagom build (possible uninitialized variable warnings)
Andreas Kling
2020-08-30
LibGfx: use Gfx::Color instead of local struct for GIF colour map
Peter Nelson
2020-08-30
LibGfx: only cache last decoded GIF frame
Peter Nelson
2020-08-30
LibGfx: add support for interlaced GIFs
Peter Nelson
2020-08-30
LibGfx: correctly handle GIF frame disposal modes
Peter Nelson
2020-08-30
Libraries: Unbreak building with extra debug macros
Ben Wiederhake
2020-08-27
Base: Create /res/icons/serenity for misc. sized system icons
thankyouverycool
2020-08-27
Meta: Force semi-colon after MAKE_AK_NONXXXABLE()
Ben Wiederhake
2020-08-26
WindowServer+LibGfx: Move title bar button layout to WindowTheme
thankyouverycool
2020-08-26
LibGfx: Use valid hsv values in painter debug
LepkoQQ
2020-08-26
LibGfx: Always use 0..360 0..1 0..1 in HSV colors
LepkoQQ
2020-08-25
AK: Add Endian.h header to replace NetworkOrdered.h.
asynts
2020-08-23
LibGUI+LibGfx: Implement upside-down appearance for bottom-side tabs
Andreas Kling
2020-08-23
LibGfx+WindowServer: Simplify notification window frame theming
Andreas Kling
2020-08-23
LibGfx: Add TextAlignment::BottomRight
Peter Elliott
2020-08-21
LibGfx: Use an enumerator macro for color roles
Andreas Kling
2020-08-21
LibGfx+WindowServer: Simplify WindowTheme::paint_normal_frame() API
Andreas Kling
2020-08-20
LibGfx: Support loading GIF local color maps if present :^)
Andreas Kling
2020-08-20
LibGfx: Initialize some uninitialized things in GIFLoader
Andreas Kling
2020-08-19
LibGfx: Small improvement for DisjointRectSet::shatter
Tom
2020-08-18
LibGfx: Add convenience helpers for Rect
Tom
2020-08-18
LibGfx: Add convenience method Point::constrained
Tom
2020-08-18
LibGfx: Add a few convenience methods to DisjointRectSet
Tom
2020-08-17
LibGfx: Move original StylePainter code to ClassicStylePainter
Sarah
2020-08-17
LibGfx: Add abstract StylePainter class
Sarah
2020-08-16
LibGfx: Add initial font family matching
thankyouverycool
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-13
LibGfx: use disposal method of previous frame in GIF transparency
Peter Nelson
2020-08-13
LibGfx: correctly handle transparency between GIF frames
Peter Nelson
2020-08-12
LibGfx: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
Meta: Replace remaining LibM/math.h includes with math.h
Linus Groh
2020-08-10
LibGfx: Correct copyright years for {Classic,}WindowTheme.{cpp,h}
Andreas Kling
2020-08-10
WindowServer+LibGfx: Move window frame rect calculation to WindowTheme
Andreas Kling
2020-08-10
ClassicWindowTheme: Fix titlebar redraw issues
Sarah
2020-08-09
WindowServer+LibGfx: Move notification window frame painting to LibGfx
Andreas Kling
2020-08-09
WindowServer+LibGfx: Move normal window frame painting to a WindowTheme
Andreas Kling
[next]