summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx
AgeCommit message (Expand)Author
2020-10-02Everywhere: Fix typosNico Weber
2020-10-02AK: Add trivial structure validation to SharedBufferTom
2020-09-29LibGfx: Fix cut off CSS color namesLuke
2020-09-26LibGfx: Add painting transparency grids to StylePainterTibor Nagy
2020-09-25Meta+LibC through LibHTTP: Make clang-format-10 cleanBen Wiederhake
2020-09-21Base: Add the PlaceholderText attribute to themesPeter Elliott
2020-09-21LibGfx+JPGLoader: Use InputMemoryStream instead of BufferStream.asynts
2020-09-21LibGfx+ICOLoader: Use InputMemoryStream instead of BufferStream.asynts
2020-09-21LibGfx+GIFLoader: Use InputMemoryStream instead of BufferStream.asynts
2020-09-21LibGfx+Font: Use OutputFileStream instead of BufferStream.asynts
2020-09-19LibGfx: Move vertically centered text down slightly based on baselineAndreas Kling
2020-09-19LibGfx: Add a helper to check if a TextAlignment is vertically centeredAndreas Kling
2020-09-19LibGfx+FontEditor+Base: Add "baseline" value to all fontsAndreas Kling
2020-09-15LibCore: Make Core::Object properties more dynamicAndreas Kling
2020-09-14LibGfx+LibGUI: Allow setting tab text alignment with set_property()Andreas Kling
2020-09-13LibGfx: Remove unused file FloatPoint.hAndreas Kling
2020-09-12LibGfx: restructure Bitmap ctor to expect an alloc'd backing storePeter Nelson
2020-09-12LibGfx: return clone from frame() instead of underlying framebufferPeter Nelson
2020-09-12LibGfx: add Bitmap::clone() methodPeter Nelson
2020-09-12LibGUI: Use new Bitmap::minimum_pitch methodBen Wiederhake
2020-09-12LibGfx: Validate size of incoming shared bitmapBen Wiederhake
2020-09-12LibGfx: Saner memory usage of indexed bitmapsBen Wiederhake
2020-09-12LibGfx: Remove redundant bits() methodBen Wiederhake
2020-09-12LibGfx: Don't blindly trust file-internal offsetBen Wiederhake
2020-09-12LibGfx: Nicer error reporting for bitmap allocationBen Wiederhake
2020-09-12LibGfx: Protect against over-large bitmapsBen Wiederhake
2020-09-11LibGUI+LibGfx: Move check box painting to Gfx::StylePainterAndreas Kling
2020-09-10LibGfx: Move StandardCursor enum to LibGfxAndreas Kling
2020-09-10JPGLoader: Check existence of Huffman tables in scan header segment (#3442)Devashish Jaiswal
2020-09-08LibGfx: Add ability to draw inverted rectanglesTom
2020-09-01LibGfx: Make fill_rect_with_dither_pattern() skip transparent colorsAndreas Kling
2020-08-31LibGfx: implement GIF RestorePrevious frame disposal modePeter Nelson
2020-08-31LibGfx: clear previous GIF frame to transparent instead of whole imagePeter Nelson
2020-08-30LibGfx: Fix Lagom build (possible uninitialized variable warnings)Andreas Kling
2020-08-30LibGfx: use Gfx::Color instead of local struct for GIF colour mapPeter Nelson
2020-08-30LibGfx: only cache last decoded GIF framePeter Nelson
2020-08-30LibGfx: add support for interlaced GIFsPeter Nelson
2020-08-30LibGfx: correctly handle GIF frame disposal modesPeter Nelson
2020-08-30Libraries: Unbreak building with extra debug macrosBen Wiederhake
2020-08-27Base: Create /res/icons/serenity for misc. sized system iconsthankyouverycool
2020-08-27Meta: Force semi-colon after MAKE_AK_NONXXXABLE()Ben Wiederhake
2020-08-26WindowServer+LibGfx: Move title bar button layout to WindowThemethankyouverycool
2020-08-26LibGfx: Use valid hsv values in painter debugLepkoQQ
2020-08-26LibGfx: Always use 0..360 0..1 0..1 in HSV colorsLepkoQQ
2020-08-25AK: Add Endian.h header to replace NetworkOrdered.h.asynts
2020-08-23LibGUI+LibGfx: Implement upside-down appearance for bottom-side tabsAndreas Kling
2020-08-23LibGfx+WindowServer: Simplify notification window frame themingAndreas Kling
2020-08-23LibGfx: Add TextAlignment::BottomRightPeter Elliott
2020-08-21LibGfx: Use an enumerator macro for color rolesAndreas Kling
2020-08-21LibGfx+WindowServer: Simplify WindowTheme::paint_normal_frame() APIAndreas Kling