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-10-02
AK: Add trivial structure validation to SharedBuffer
Tom
2020-09-29
LibGfx: Fix cut off CSS color names
Luke
2020-09-26
LibGfx: Add painting transparency grids to StylePainter
Tibor Nagy
2020-09-25
Meta+LibC through LibHTTP: Make clang-format-10 clean
Ben Wiederhake
2020-09-21
Base: Add the PlaceholderText attribute to themes
Peter Elliott
2020-09-21
LibGfx+JPGLoader: Use InputMemoryStream instead of BufferStream.
asynts
2020-09-21
LibGfx+ICOLoader: Use InputMemoryStream instead of BufferStream.
asynts
2020-09-21
LibGfx+GIFLoader: Use InputMemoryStream instead of BufferStream.
asynts
2020-09-21
LibGfx+Font: Use OutputFileStream instead of BufferStream.
asynts
2020-09-19
LibGfx: Move vertically centered text down slightly based on baseline
Andreas Kling
2020-09-19
LibGfx: Add a helper to check if a TextAlignment is vertically centered
Andreas Kling
2020-09-19
LibGfx+FontEditor+Base: Add "baseline" value to all fonts
Andreas Kling
2020-09-15
LibCore: Make Core::Object properties more dynamic
Andreas Kling
2020-09-14
LibGfx+LibGUI: Allow setting tab text alignment with set_property()
Andreas Kling
2020-09-13
LibGfx: Remove unused file FloatPoint.h
Andreas Kling
2020-09-12
LibGfx: restructure Bitmap ctor to expect an alloc'd backing store
Peter Nelson
2020-09-12
LibGfx: return clone from frame() instead of underlying framebuffer
Peter Nelson
2020-09-12
LibGfx: add Bitmap::clone() method
Peter Nelson
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
[next]