summaryrefslogtreecommitdiff
path: root/Libraries/LibGfx
AgeCommit message (Expand)Author
2020-11-08LibGfx: Add methods to serialise and deserialise a BitmapAnotherTest
2020-11-08LibGfx: remove debug printfs from GIFLoaderPeter Nelson
2020-11-08LibGfx: gracefully handle GIFs with frame decode errorsPeter Nelson
2020-11-07LibGfx: Remove debug spam about successful font lookupsAndreas Kling
2020-11-04LibGfx: Load the system default fonts by nameAndreas Kling
2020-11-02WindowServer+LibGfx: Add Gfx::StandardCursor::Hidden cursorBrendan Coles
2020-11-02LibGfx: Add some more assertions to Gfx::BitmapAndreas Kling
2020-11-01LibGfx: assert Bitmap::set_pixel does not write out of boundsPeter Nelson
2020-11-01LibGfx: add bounds checking before set_pixel call in GIF decoderPeter Nelson
2020-10-31LibGfx: Move FontDatabase from LibGUI to LibGfxAndreas Kling
2020-10-30WindowServer+LibGfx: Added Crosshair cursorUma Sankar Yedida
2020-10-27LibGUI+LibGfx+WindowServer: Auto-generate disabled action icons :^)Andreas Kling
2020-10-26LibGUI+LibGfx: Improve focus rect appearanceAndreas Kling
2020-10-26LibGfx: Make Color formattableNico Weber
2020-10-25LibGfx+LibGUI+Clients: Make fonts findable by their qualified nameAndreas Kling
2020-10-25LibGfx: Handle TextAlignment::BottomRight in do_draw_text()Andreas Kling
2020-10-25LibGfx+FontEditor+Fonts: Add family, size and weight metadata to fontsAndreas Kling
2020-10-25Fonts: Rename font files consistentlyAndreas Kling
2020-10-24LibGfx+WindowServer: Handle taller window title fonts betterAndreas Kling
2020-10-23LibGUI+LibGfx+Base: Make tooltips color theme aware :^)Andreas Kling
2020-10-23LibGfx: Filled checked toolbar buttons with a dither patternAndreas Kling
2020-10-22LibGfx: Add colors for highlight-searching to palette and themesTom
2020-10-22LibGfx: Reduce code duplication in Painter::draw_textTom
2020-10-20Everywhere: Redundant inline specifier on constexpr functions (#3807)Lenny Maiorani
2020-10-13Style: Remove uses of NULL, substituting nullptrMatthew L. Curry
2020-10-12LibGfx+PixelPaint: Fix distortions in convolutions with size != 4 or 5AnotherTest
2020-10-12LibGfx: Allow specifying a separate source bitmap for Filter::applyTom
2020-10-12LibGfx: Add overloads to Rect's shrink/inflate that accept a Size<T>Tom
2020-10-12LibGfx: Make Filter::Parameters more light-weightTom
2020-10-12LibGfx: Add GenericConvolutionFilter::ApplyCacheTom
2020-10-12LibGfx: Add Size::containsTom
2020-10-12LibGfx: Move filters from PixelPaint into LibGfxTom
2020-10-12Piano: Highlight pressed key in roll widgetPeter Elliott
2020-10-10LibGfx: Add ability to get a bounding box from a PathMatthew Olsson
2020-10-09LibGfx: Add formatter for Rect.asynts
2020-10-05LibGfx+FontEditor+Fonts: Add "mean line" value to all fontsLuke
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