summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGfx/CMakeLists.txt
AgeCommit message (Expand)Author
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