index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGfx
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2022-06-30
LibGfx: Add StackBlurFilter, an efficient almost gaussian blur
MacDue
2022-04-13
LibGfx: Add a QOI image format encoder
Olivier De Canniere
2022-04-09
LibGfx: Add a loader the Web Open Font Format (WOFF)
Simon Wanner
2022-04-09
LibGfx: Move ScaledFont and new base class VectorFont out of TTF
Simon Wanner
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-09
LibGfx: Move TTF files from TrueTypeFont/ to Font/TrueType/
Simon Wanner
2022-03-04
Libraries: Make CharacterBitmap instances at compile-time
Lenny Maiorani
2022-01-04
LibGfx: Add LumaFilter
Tobias Christiansen
2022-01-04
LibGfx: Add BitmapMixer
Tobias Christiansen
2021-12-28
ThemeEditor: Implement a way to simulate color blindness in preview
TheGrizzlyDev
2021-12-21
LibGfx: Add support for "The Quite OK Image Format" (QOI)
Linus Groh
2021-11-29
LibGfx: Link against LibIPC
Hendiadyoin1
2021-09-18
LibGfx: Start a very basic anti-aliased Painter implementation
Ali Mohammad Pur
2021-09-17
LibGfx: Move FastBoxBlurFilter to its own .cpp file
Andreas Kling
2021-08-23
WindowServer+LibGfx: Move CursorParams to LibGfx
Maciej Zygmanowski
2021-07-29
LibTTF/LibGfx: Remove circular dependency by merging LibTTF into LibGfx
Andrew Kaster
2021-07-26
Userland: Move text wrapping/elision into the new TextLayout :^)
sin-ack
2021-05-18
LibGfx: Add support for DDS images
stelar7
2021-04-29
LibGfx: Add basic support for bidirectional text rendering
Idan Horowitz
2021-03-03
LibCore+LibHTTP+LibGfx: Switch to LibCompress
Idan Horowitz
2021-02-15
LibGfx: Remove static load_from_file() from abstract Font class
Stephan Unverwerth
2021-02-15
LibGfx: Insert pixel and ttf fonts into Typeface structure
Stephan Unverwerth
2021-01-22
LibGfx: adding a very simple PNG writer
Pierre
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling