summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/CMakeLists.txt
AgeCommit message (Expand)Author
2022-06-30LibGfx: Add StackBlurFilter, an efficient almost gaussian blurMacDue
2022-04-13LibGfx: Add a QOI image format encoderOlivier De Canniere
2022-04-09LibGfx: Add a loader the Web Open Font Format (WOFF)Simon Wanner
2022-04-09LibGfx: Move ScaledFont and new base class VectorFont out of TTFSimon Wanner
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-09LibGfx: Move TTF files from TrueTypeFont/ to Font/TrueType/Simon Wanner
2022-03-04Libraries: Make CharacterBitmap instances at compile-timeLenny Maiorani
2022-01-04LibGfx: Add LumaFilterTobias Christiansen
2022-01-04LibGfx: Add BitmapMixerTobias Christiansen
2021-12-28ThemeEditor: Implement a way to simulate color blindness in previewTheGrizzlyDev
2021-12-21LibGfx: Add support for "The Quite OK Image Format" (QOI)Linus Groh
2021-11-29LibGfx: Link against LibIPCHendiadyoin1
2021-09-18LibGfx: Start a very basic anti-aliased Painter implementationAli Mohammad Pur
2021-09-17LibGfx: Move FastBoxBlurFilter to its own .cpp fileAndreas Kling
2021-08-23WindowServer+LibGfx: Move CursorParams to LibGfxMaciej Zygmanowski
2021-07-29LibTTF/LibGfx: Remove circular dependency by merging LibTTF into LibGfxAndrew Kaster
2021-07-26Userland: Move text wrapping/elision into the new TextLayout :^)sin-ack
2021-05-18LibGfx: Add support for DDS imagesstelar7
2021-04-29LibGfx: Add basic support for bidirectional text renderingIdan Horowitz
2021-03-03LibCore+LibHTTP+LibGfx: Switch to LibCompressIdan Horowitz
2021-02-15LibGfx: Remove static load_from_file() from abstract Font classStephan Unverwerth
2021-02-15LibGfx: Insert pixel and ttf fonts into Typeface structureStephan Unverwerth
2021-01-22LibGfx: adding a very simple PNG writerPierre
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling