summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/CMakeLists.txt
AgeCommit message (Expand)Author
2023-03-21LibGfx: Move all image loaders and writers to a subdirectoryLucas CHOLLET
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-13LibGfx/PortableFormat: Add `PortableFormatWriter`Lucas CHOLLET
2023-03-11LibGfx: Make all fill_path() code member functions and move into .cppMacDue
2023-03-04LibGfx: Add a function to create an in-memory sRGB profileNico Weber
2023-02-24LibGfx: Add scaffolding for a webp decoderNico Weber
2023-02-22LibGfx: Consult Unicode data to decode emoji sequencesTimothy Flynn
2023-02-18LibGfx: Rename `JPGLoader` to `JPEGLoader`Lucas CHOLLET
2023-02-17LibGfx: Add start of an ICC profile writerNico Weber
2023-01-28LibGfx: Split ICC/Profile.{h,cpp} into several filesNico Weber
2023-01-28LibGfx: Move ICCProfile.{h,cpp} to ICC/Profile.{h,cpp}Nico Weber
2023-01-15LibGfx: Add TGA Loader :^)Tom Needham
2023-01-12LibGfx: Add OpenType opcodes and helpers to parse instruction streamsMacDue
2023-01-10LibWeb+LibGfx: Migrate (most of) the CSS gradient painting to LibGfxMacDue
2023-01-05LibGfx: Add ability to request glyphs at subpixel offsets to fontsMacDue
2022-12-27LibGfx: Start adding a class for handling ICC color profilesNico Weber
2022-12-21LibGfx: Rename TTF/TrueType to OpenTypeAndreas Kling
2022-11-19LibGfx: Move TTF::Rasterizer to its own filesJulian Offenhäuser
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-27LibGfx: Move DisjointRectSet code into the header fileSam Atkins
2022-09-16LibC: Remove the LibM interface targetTim Schumacher
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